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

远程控制编程

开发平台:

C/C++

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