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

图形图像处理

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTYDLG_H__9CACB5A2_876F_4AEE_B1D2_E6A1A1004A75__INCLUDED_)
  2. #define AFX_PROPERTYDLG_H__9CACB5A2_876F_4AEE_B1D2_E6A1A1004A75__INCLUDED_
  3. #include "EncodeDlg.h"
  4. #include "RateControlDlg.h"
  5. #include "MotionDlg.h"
  6. #include "EncodeDlg.h"
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // PropertyDlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPropertyDlg
  14. class CPropertyDlg : public CPropertySheet
  15. {
  16. DECLARE_DYNAMIC(CPropertyDlg)
  17. // Construction
  18. public:
  19. CPropertyDlg(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  20. CPropertyDlg(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  21. // Attributes
  22. public:
  23. CRateControlDlg m_page1;
  24. CMotionDlg m_page2;
  25. CEncodeDlg encodeDlg;
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CPropertyDlg)
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CPropertyDlg();
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CPropertyDlg)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_PROPERTYDLG_H__9CACB5A2_876F_4AEE_B1D2_E6A1A1004A75__INCLUDED_)