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

图片显示

开发平台:

Visual C++

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