NEWCOLORDEPTH.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. #ifndef __NEWCOLORDEPTH_H__
  2. #define __NEWCOLORDEPTH_H__
  3. // NewColorDepth.h : header file
  4. //
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CNewColorDepth dialog
  7. class CNewColorDepth : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CNewColorDepth(CWnd* pParent = NULL);   // standard constructor
  12. int m_nCurrentColorDepth;
  13. // Dialog Data
  14. //{{AFX_DATA(CNewColorDepth)
  15. enum { IDD = IDD_SETCOLORDEPTH };
  16. int m_nNewColorDepth;
  17. //}}AFX_DATA
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CNewColorDepth)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. // Generated message map functions
  27. //{{AFX_MSG(CNewColorDepth)
  28. virtual BOOL OnInitDialog();
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34. #endif // __NEWCOLORDEPTH_H__