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

远程控制编程

开发平台:

C/C++

  1. // CursorSelectDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CCursorSelectDlg dialog
  5. #include "resource.h"
  6. class CCursorSelectDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CCursorSelectDlg(CWnd* pParent = NULL);   // standard constructor
  11. //Attributes
  12. public:
  13. CDrawObjList* m_list;
  14. // Dialog Data
  15. //{{AFX_DATA(CCursorSelectDlg)
  16. enum { IDD = IDD_CLOCK_CURSOR_PROP };
  17. // NOTE: the ClassWizard will add data members here
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CCursorSelectDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CCursorSelectDlg)
  29. afx_msg void OnButton1();
  30. afx_msg void OnButton3();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };