DynColorDlg.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_DYNCOLORDLG_H__16D81D74_982A_4574_B7FB_8B078985010B__INCLUDED_)
  2. #define AFX_DYNCOLORDLG_H__16D81D74_982A_4574_B7FB_8B078985010B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DynColorDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDynColorDlg dialog
  10. class CDynColorDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDynColorDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDynColorDlg)
  17. enum { IDD = IDD_DYNCOLORDLG };
  18. CString m_strCon;
  19. //}}AFX_DATA
  20. COLORREF m_clr;
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDynColorDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CDynColorDlg)
  31. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  32. afx_msg void OnDyncolor();
  33. afx_msg void OnClrconedit();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. bool m_bUpDown;
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DYNCOLORDLG_H__16D81D74_982A_4574_B7FB_8B078985010B__INCLUDED_)