📄 propersheet1.h
字号:
#if !defined(AFX_PROPERSHEET1_H__2CD74173_B790_4567_B819_D075A6DEE434__INCLUDED_)
#define AFX_PROPERSHEET1_H__2CD74173_B790_4567_B819_D075A6DEE434__INCLUDED_
#include "prop2.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// propersheet1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cpropersheet1
class Cpropersheet1 : public CPropertySheet
{
DECLARE_DYNAMIC(Cpropersheet1)
// Construction
public:
Cpropersheet1(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
Cpropersheet1(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
struct tablestruct globetable[txmax];
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cpropersheet1)
//}}AFX_VIRTUAL
// Implementation
public:
void inputtable(struct tablestruct table[txmax]);
Cprop2 prop2;
virtual ~Cpropersheet1();
// Generated message map functions
protected:
//{{AFX_MSG(Cpropersheet1)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPERSHEET1_H__2CD74173_B790_4567_B819_D075A6DEE434__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -