📄 abouth265dlg.h
字号:
/*
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2006-2008 Beijing, pengzhen (pengzhenxp@yahoo.com.cn) //
// //
///////////////////////////////////////////////////////////////////////////////
*/
#ifndef __CABOUT_H265_DIALOG_H__
#define __CABOUT_H265_DIALOG_H__
class CAboutH265Dlg : public CDialog
{
public:
CAboutH265Dlg();
// Dialog Data
//{{AFX_DATA(CAboutH265Dlg)
enum { IDD = IDD_ABOUTH265 };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAboutH265Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//{{AFX_MSG(CAboutH265Dlg)
// No message handlers
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif //__CABOUT_H265_DIALOG_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -