BargraphsDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // BargraphsDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CBargraphsDlg dialog
- #include "resource.h"
- class CBargraphsDlg : public CDialog
- {
- // Construction
- public:
- CBargraphsDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CBargraphsDlg)
- enum { IDD = IDD_BAR_PROP };
- CString m_sParam;
- CString m_name;
- CString m_sNumber;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBargraphsDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- COLORREF m_cOne;
- COLORREF m_cTwo;
- COLORREF m_cBar;
- int m_nDirection;
- int m_nOne;
- int m_nTwo;
- protected:
- // Generated message map functions
- //{{AFX_MSG(CBargraphsDlg)
- afx_msg void OnConfigrue();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };