ButtonPropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // ButtonPropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CButtonPropDlg dialog
- #include "resource.h"
- class CButtonPropDlg : public CDialog
- {
- // Construction
- public:
- CButtonPropDlg(CWnd* pParent = NULL); // standard constructor
- public:
- COLORREF m_color;
- LOGFONT m_logFont;
- // Dialog Data
- //{{AFX_DATA(CButtonPropDlg)
- enum { IDD = IDD_BUTTON_PROP };
- CString m_caption;
- CString m_sNumber;
- CString m_sParam;
- CString m_name;
- BOOL m_bType;
- int m_nState;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CButtonPropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CButtonPropDlg)
- afx_msg void OnButton1();
- afx_msg void OnCheck1();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };