📄 filenewdlg.h
字号:
#if !defined(AFX_FILENEWDLG_H__C8D3B8EB_3BBD_4C8F_BABA_D65B20352D19__INCLUDED_)
#define AFX_FILENEWDLG_H__C8D3B8EB_3BBD_4C8F_BABA_D65B20352D19__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FileNewDlg.h : header file
//
#include "pages.h"
/////////////////////////////////////////////////////////////////////////////
// CFileNewDlg
class CFileNewDlg : public CPropertySheet
{
DECLARE_DYNAMIC(CFileNewDlg)
// Construction
public:
CFileNewDlg(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CFileNewDlg(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFileNewDlg)
protected:
virtual BOOL OnInitDialog( );
//}}AFX_VIRTUAL
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
// Implementation
public:
void PageFive();
void PageFour();
void PageThree();
void PageTwo();
void PageOne();
void AddPages();
virtual ~CFileNewDlg();
static CPropertyPage* m_pTemp;
static BOOL m_bFrm;
// Generated message map functions
protected:
//{{AFX_MSG(CFileNewDlg)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
CNewFilePage m_NewFile;
CNewProjectPage m_NewProj;
CNewWorkspcPage m_NewWkSpc;
COtherDocPage m_NewDoc;
CButton m_wndOk;
CButton m_wndCancel;
CXPTabCtrl m_wndXPTab;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILENEWDLG_H__C8D3B8EB_3BBD_4C8F_BABA_D65B20352D19__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -