📄 toolbarpage.h
字号:
/*********************************************************************
* Author: Simon Wang
* Date: 2003-7-30
* Contact us: inte2000@263.net
* Web Page: http://www.winmsg.com/cn/orbit.htm (for Chinese version)
* http://www.winmsg.com/orbit.htm (for English version)
**********************************************************************/
#if !defined(AFX_TOOLBARPAGE_H__9B2FDE24_6AA4_418A_BDDA_4B422642315E__INCLUDED_)
#define AFX_TOOLBARPAGE_H__9B2FDE24_6AA4_418A_BDDA_4B422642315E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ToolbarPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CToolbarPage dialog
class CToolbarPage : public CPropertyPage
{
DECLARE_DYNCREATE(CToolbarPage)
// Construction
public:
CToolbarPage();
~CToolbarPage();
// Dialog Data
//{{AFX_DATA(CToolbarPage)
enum { IDD = IDD_PROPPAGE_TOOLBAR };
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CToolbarPage)
public:
virtual BOOL OnApply();
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CToolbarPage)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOOLBARPAGE_H__9B2FDE24_6AA4_418A_BDDA_4B422642315E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -