aboutdlg.h
来自「管理项目进度工具的原代码」· C头文件 代码 · 共 67 行
H
67 行
#if !defined(AFX_ABOUTDLG_H__31BB99EB_BB66_4016_82F1_8688520BE14A__INCLUDED_)#define AFX_ABOUTDLG_H__31BB99EB_BB66_4016_82F1_8688520BE14A__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// AboutDlg.h : header file//#include "runtimedlg.h"#include "..\3rdparty\xhtmlstatic.h"
/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog
enum AB_STYLE
{
ABS_HTMLCOPYRIGHT,
ABS_EDITCOPYRIGHT,
};class CAboutDlg : public CRuntimeDlg{// Constructionpublic: CAboutDlg(UINT nAppIconID, AB_STYLE nStyle,
LPCTSTR szAppName, LPCTSTR szAppDescription, LPCTSTR szCopyright, int nAppLines = 1, int nDescLines = 3, int nCopyrightLines = 2); int DoModal();protected:// Dialog Data //{{AFX_DATA(CAboutDlg) CStatic m_stIcon; CString m_sAppName; CString m_sAppDescription; CString m_sCopyright; //}}AFX_DATA CXHTMLStatic m_stAppName;
CXHTMLStatic m_stAppDescription;
CXHTMLStatic m_stCopyright;
HICON m_hIcon;
AB_STYLE m_nStyle;
// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected:
// Generated message map functions //{{AFX_MSG(CAboutDlg) 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_ABOUTDLG_H__31BB99EB_BB66_4016_82F1_8688520BE14A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?