aboutdialog.h
来自「在mdi client窗口的客户区域显示移动的星星的程序」· C头文件 代码 · 共 34 行
H
34 行
/////////////////////////////////////////////////////////////////////////////
// AboutDialog.h : interface of the CAboutDialog class
#if !defined(ABOUTDIALOG_H)
#define ABOUTDIALOG_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// Dialog Data
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//{{AFX_MSG(CAboutDlg)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif //!defined(ABOUTDIALOG_H)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?