📄 proper71.h
字号:
#include "execute.h"
#if !defined(AFX_PROPER71_H__6AA521C3_2B2D_47C8_A527_709E39FDDEA7__INCLUDED_)
#define AFX_PROPER71_H__6AA521C3_2B2D_47C8_A527_709E39FDDEA7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// proper71.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cproper7 dialog
class Cproper7 : public CPropertyPage
{
DECLARE_DYNCREATE(Cproper7)
// Construction
public:
errm allerrmsg[50];
int err;
void Adderrmsg(errm allerr[50],int errnum);
Cproper7();
~Cproper7();
// Dialog Data
//{{AFX_DATA(Cproper7)
enum { IDD = IDD_PROP7 };
CListBox m_list1;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(Cproper7)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cproper7)
// NOTE: the ClassWizard will add 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_PROPER71_H__6AA521C3_2B2D_47C8_A527_709E39FDDEA7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -