EncodeDlg.h
上传用户:szklck
上传日期:2007-01-22
资源大小:925k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. #if !defined(AFX_ENCODEDLG_H__D11EF289_28DE_45D8_9A51_C7329D05E8A1__INCLUDED_)
  2. #define AFX_ENCODEDLG_H__D11EF289_28DE_45D8_9A51_C7329D05E8A1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // EncodeDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CEncodeDlg dialog
  10. class CEncodeDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CEncodeDlg)
  13. // Construction
  14. public:
  15. CEncodeDlg();
  16. ~CEncodeDlg();
  17. int typeindex;
  18. CBitmapButton browse;
  19. // Dialog Data
  20. //{{AFX_DATA(CEncodeDlg)
  21. enum { IDD = IDD_EncodeDlg };
  22. BOOL m_ifPsnr;
  23. CString m_InitDir;
  24. CString m_InType;
  25. int m_MaxFrame;
  26. int m_Pbetween;
  27. int m_QP;
  28. int m_QPI;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CEncodeDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CEncodeDlg)
  40. afx_msg void OnBrowse();
  41. virtual BOOL OnInitDialog();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_ENCODEDLG_H__D11EF289_28DE_45D8_9A51_C7329D05E8A1__INCLUDED_)