BargraphsDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
源码类别:

远程控制编程

开发平台:

C/C++

  1. // BargraphsDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CBargraphsDlg dialog
  5. #include "resource.h"
  6. class CBargraphsDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CBargraphsDlg(CWnd* pParent = NULL);   // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CBargraphsDlg)
  13. enum { IDD = IDD_BAR_PROP };
  14. CString m_sParam;
  15. CString m_name;
  16. CString m_sNumber;
  17. //}}AFX_DATA
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CBargraphsDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. COLORREF m_cOne;
  27. COLORREF m_cTwo;
  28. COLORREF m_cBar;
  29. int m_nDirection;
  30. int m_nOne;
  31. int m_nTwo;
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CBargraphsDlg)
  35. afx_msg void OnConfigrue();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };