CursorSelectDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // CursorSelectDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CCursorSelectDlg dialog
- #include "resource.h"
- class CCursorSelectDlg : public CDialog
- {
- // Construction
- public:
- CCursorSelectDlg(CWnd* pParent = NULL); // standard constructor
- //Attributes
- public:
- CDrawObjList* m_list;
- // Dialog Data
- //{{AFX_DATA(CCursorSelectDlg)
- enum { IDD = IDD_CLOCK_CURSOR_PROP };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCursorSelectDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCursorSelectDlg)
- afx_msg void OnButton1();
- afx_msg void OnButton3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };