CursorPropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // CursorPropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CCursorPropDlg dialog
- #include "resource.h"
- class CCursorPropDlg : public CDialog
- {
- // Construction
- public:
- CCursorPropDlg(CWnd* pParent = NULL); // standard constructor
- CColorStatic m_color;
- CColorStatic m_cruler;
- // Dialog Data
- //{{AFX_DATA(CCursorPropDlg)
- enum { IDD = IDD_CURSOR_PROP };
- int m_nSeg;
- int m_nStyle;
- CString m_sParam;
- CString m_sNumber;
- BOOL m_bCursor;
- CString m_name;
- BOOL m_bRuler;
- BOOL m_bReverse;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCursorPropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCursorPropDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };