NewDialogTrigon.h
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:2k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_NEWDIALOGTRIGON_H__F9C6FD88_1AE5_470F_8109_7042DCABF06C__INCLUDED_)
  2. #define AFX_NEWDIALOGTRIGON_H__F9C6FD88_1AE5_470F_8109_7042DCABF06C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewDialogTrigon.h : header file
  7. //
  8. #include "TOOLComboBoxXP.h"
  9. #include "Shape.h" // Added by ClassView
  10. /////////////////////////////////////////////////////////////////////////////
  11. // NewDialogTrigon dialog
  12. //extern enum CIRCLE;
  13. //extern enum LINE;
  14. extern enum LINESTYLE;
  15. extern enum LINEWIDTH;
  16. class NewDialogTrigon : public CDialogBar
  17. {
  18. // Construction
  19. public:
  20. void InitDialogBar();
  21. NewDialogTrigon(CWnd* pParent = NULL);   // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(NewDialogTrigon)
  24. enum { IDD = IDD_DIALOGBAR_TRIGON };
  25. CString m_anglevalue;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(NewDialogTrigon)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. CComboBoxXP m_ComCol;
  36. CComboBoxXP m_ComSize;
  37. CComboBoxXP m_ComMode;
  38. CComboBoxXP m_ComShape;
  39. CEdit m_angle;
  40. // Generated message map functions
  41. //{{AFX_MSG(NewDialogTrigon)
  42. afx_msg void OnSelchangeComboShape();
  43. afx_msg void OnSelchangeComboMode();
  44. afx_msg void OnSelchangeComboSize();
  45. afx_msg void OnSelchangeComboColor();
  46. afx_msg void OnChangeEditAngle();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. protected:
  50. CShape m_shape;
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_NEWDIALOGTRIGON_H__F9C6FD88_1AE5_470F_8109_7042DCABF06C__INCLUDED_)