EllipsepropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // EllipsepropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CEllipsepropDlg dialog
- #include "resource.h"
- class CEllipsepropDlg : public CDialog
- {
- // Construction
- public:
- CEllipsepropDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CEllipsepropDlg)
- enum { IDD = IDD_ELLIPSE_PROP };
- CEdit m_cEAngle;
- CEdit m_cSAngle;
- CComboBox m_cStyle;
- int m_nAttr;
- int m_nStyle;
- int m_nEndAngle;
- int m_nStartAngle;
- int m_nWidth;
- CString m_name;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEllipsepropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CColorStatic m_fill;
- CColorStatic m_line;
- BOOL m_bFirst;
- protected:
- // Generated message map functions
- //{{AFX_MSG(CEllipsepropDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEllipseLinewidth();
- afx_msg void OnAttrFilled();
- afx_msg void OnRadio2();
- afx_msg void OnRadio3();
- afx_msg void OnRadio4();
- afx_msg void OnRadio5();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };