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

远程控制编程

开发平台:

C/C++

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