DialogForToolBar.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_DIALOGFORTOOLBAR_H__F25606EB_DF3B_4855_B4D7_8212DCC230D0__INCLUDED_)
- #define AFX_DIALOGFORTOOLBAR_H__F25606EB_DF3B_4855_B4D7_8212DCC230D0__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DialogForToolBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDialogForToolBar dialog
- class CDialogForToolBar : public CDialog
- {
- // Construction
- public:
- CDialogForToolBar(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDialogForToolBar)
- enum { IDD = IDD_DIALOG_TOOLBAR };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDialogForToolBar)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDialogForToolBar)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DIALOGFORTOOLBAR_H__F25606EB_DF3B_4855_B4D7_8212DCC230D0__INCLUDED_)