📄 taboutdlg.h
字号:
/*****************************************************************************/
/* TAboutDlg.h */
/*---------------------------------------------------------------------------*/
/* Class for the about dialog */
/*****************************************************************************/
#ifndef __TABOUTDLG_H__
#define __TABOUTDLG_H__
class TAboutDlg : public CDialog
{
public:
TAboutDlg();
//{{AFX_DATA(TAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(TAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//{{AFX_MSG(TAboutDlg)
virtual BOOL OnInitDialog();
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
int InitURLButtons();
int DrawURLButton(LPDRAWITEMSTRUCT dis);
BOOL IsURLButton(HWND hWnd);
void ClickURLButton(HWND hURL);
};
#endif // __TABOUTDLG_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -