NewDialogBar.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:2k
源码类别:
CAD
开发平台:
Visual C++
- //{{AFX_INCLUDES()
- #include "labelcontrol.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_NEWDIALOGBAR_H__8B478D1C_364F_4710_9905_FCF2204C470D__INCLUDED_)
- #define AFX_NEWDIALOGBAR_H__8B478D1C_364F_4710_9905_FCF2204C470D__INCLUDED_
- #include "TOOLButtonXP.h" // Added by ClassView
- #include "NewToolBar.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewDialogBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // NewDialogBar dialog
- #include "Shape.h"
- class NewDialogBar : public CDialogBar
- {
- // Construction
- public:
- CShape m_shape;
- NewToolBar* m_wndToolBar;
- void InitDialogBar();
- NewDialogBar(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(NewDialogBar)
- enum { IDD = IDD_DIALOGBAR };
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(NewDialogBar)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- afx_msg void OnClickLabelBackbk();
- afx_msg void OnClickLabelForbk();
- protected:
- /* CButtonXP m_arc;
- CButtonXP m_backbk;
- CButtonXP m_corner;
- CButtonXP m_eddy;
- CButtonXP m_ellipse;
- CButtonXP m_forebk;
- CButtonXP m_line;
- CButtonXP m_msl;
- CButtonXP m_polygon;
- CButtonXP m_rect;
- CButtonXP m_select;
- CButtonXP m_setcol;
- CButtonXP m_trigon;
- CButtonXP m_zoom;
- CButtonXP m_arrow;
- CButtonXP m_round;*/
- // Generated message map functions
- //{{AFX_MSG(NewDialogBar)
- afx_msg void OnButtonZoom();
- afx_msg void OnButtonMsl();
- afx_msg void OnButtonEddy();
- afx_msg void OnButtonArrow();
- afx_msg void OnButtonFill();
- afx_msg void OnButtonFont();
- afx_msg void OnButtonMove();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- void ShowCombox();
- void DisableCombox();
- void OnButtonAngleline();
- void OnButtonFoldline();
- void OnButtonEllipse();
- void OnButtonCirclemeter();
- afx_msg void OnButtonTrigon();
- afx_msg void OnButtonRect();
- afx_msg void OnButtonPolygon();
- afx_msg void OnButtonLine();
- afx_msg void OnButtonCircle();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NEWDIALOGBAR_H__8B478D1C_364F_4710_9905_FCF2204C470D__INCLUDED_)
English
