📄 about_help.h
字号:
#if !defined(AFX_ABOUT_HELP_H__0C593DAD_1466_4244_8650_BC0356B94238__INCLUDED_)
#define AFX_ABOUT_HELP_H__0C593DAD_1466_4244_8650_BC0356B94238__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// About_help.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAbout_help dialog
class CAbout_help : public CDialog
{
// Construction
public:
CAbout_help(CWnd* pParent = NULL); // standard constructor
BOOL heigh;
BOOL weith;
BOOL flage;
// Dialog Data
//{{AFX_DATA(CAbout_help)
enum { IDD = IDD_ABOUTBOX_help };
//CButton m_button1;
CBitmapButton m_button1;
//}}AFX_DATA
//CBitmapButton OnInformatons;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAbout_help)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAbout_help)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ABOUT_HELP_H__0C593DAD_1466_4244_8650_BC0356B94238__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -