123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #if !defined(AFX_DYNCOLORDLG_H__16D81D74_982A_4574_B7FB_8B078985010B__INCLUDED_)
- #define AFX_DYNCOLORDLG_H__16D81D74_982A_4574_B7FB_8B078985010B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DynColorDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDynColorDlg dialog
- class CDynColorDlg : public CDialog
- {
- // Construction
- public:
- CDynColorDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDynColorDlg)
- enum { IDD = IDD_DYNCOLORDLG };
- CString m_strCon;
- //}}AFX_DATA
- COLORREF m_clr;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDynColorDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDynColorDlg)
- afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
- afx_msg void OnDyncolor();
- afx_msg void OnClrconedit();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- bool m_bUpDown;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DYNCOLORDLG_H__16D81D74_982A_4574_B7FB_8B078985010B__INCLUDED_)
|