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

远程控制编程

开发平台:

C/C++

  1. // EllipsepropDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CEllipsepropDlg dialog
  5. #include "resource.h"
  6. class CEllipsepropDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CEllipsepropDlg(CWnd* pParent = NULL);   // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CEllipsepropDlg)
  13. enum { IDD = IDD_ELLIPSE_PROP };
  14. CEdit m_cEAngle;
  15. CEdit m_cSAngle;
  16. CComboBox m_cStyle;
  17. int m_nAttr;
  18. int m_nStyle;
  19. int m_nEndAngle;
  20. int m_nStartAngle;
  21. int m_nWidth;
  22. CString m_name;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CEllipsepropDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. CColorStatic m_fill;
  33. CColorStatic m_line;
  34. BOOL m_bFirst;
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CEllipsepropDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnChangeEllipseLinewidth();
  40. afx_msg void OnAttrFilled();
  41. afx_msg void OnRadio2();
  42. afx_msg void OnRadio3();
  43. afx_msg void OnRadio4();
  44. afx_msg void OnRadio5();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };