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

远程控制编程

开发平台:

C/C++

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