BarpropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // BarpropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CBarpropDlg dialog
- #include "resource.h"
- class CBarpropDlg : public CDialog
- {
- // Construction
- public:
- CBarpropDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CBarpropDlg)
- enum { IDD = IDD_BAR_CONFIGURE };
- int m_nDirection;
- int m_nOne;
- int m_nTwo;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBarpropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CColorStatic m_cBar;
- CColorStatic m_cOne;
- CColorStatic m_cTwo;
- BOOL m_bFirstOne;
- BOOL m_bFirstTwo;
- protected:
- // Generated message map functions
- //{{AFX_MSG(CBarpropDlg)
- afx_msg void OnChangeBarOne();
- afx_msg void OnChangeBarTwo();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };