NewDialogTrigon.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:2k
源码类别:
CAD
开发平台:
Visual C++
- #if !defined(AFX_NEWDIALOGTRIGON_H__F9C6FD88_1AE5_470F_8109_7042DCABF06C__INCLUDED_)
- #define AFX_NEWDIALOGTRIGON_H__F9C6FD88_1AE5_470F_8109_7042DCABF06C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewDialogTrigon.h : header file
- //
- #include "TOOLComboBoxXP.h"
- #include "Shape.h" // Added by ClassView
- /////////////////////////////////////////////////////////////////////////////
- // NewDialogTrigon dialog
- //extern enum CIRCLE;
- //extern enum LINE;
- extern enum LINESTYLE;
- extern enum LINEWIDTH;
- class NewDialogTrigon : public CDialogBar
- {
- // Construction
- public:
- void InitDialogBar();
- NewDialogTrigon(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(NewDialogTrigon)
- enum { IDD = IDD_DIALOGBAR_TRIGON };
- CString m_anglevalue;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(NewDialogTrigon)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CComboBoxXP m_ComCol;
- CComboBoxXP m_ComSize;
- CComboBoxXP m_ComMode;
- CComboBoxXP m_ComShape;
- CEdit m_angle;
- // Generated message map functions
- //{{AFX_MSG(NewDialogTrigon)
- afx_msg void OnSelchangeComboShape();
- afx_msg void OnSelchangeComboMode();
- afx_msg void OnSelchangeComboSize();
- afx_msg void OnSelchangeComboColor();
- afx_msg void OnChangeEditAngle();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- CShape m_shape;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NEWDIALOGTRIGON_H__F9C6FD88_1AE5_470F_8109_7042DCABF06C__INCLUDED_)