📄 propertypage_ip.h
字号:
#if !defined(AFX_PROPERTYPAGE_IP_H__34875C45_716F_4B85_8F84_BDE2FD1435FF__INCLUDED_)
#define AFX_PROPERTYPAGE_IP_H__34875C45_716F_4B85_8F84_BDE2FD1435FF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropertyPage_IP.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropertyPage_IP dialog
class CPropertyPage_IP : public CPropertyPage
{
DECLARE_DYNCREATE(CPropertyPage_IP)
// Construction
public:
void SaveData();
bool m_bLastDia;
char *m_pPageName; //pagename
int m_iPageNum;
CPropertyPage_IP();
~CPropertyPage_IP();
// Dialog Data
//{{AFX_DATA(CPropertyPage_IP)
enum { IDD = IDD_PAGE_IPADDRESS };
CIPAddressCtrl c_IpAddress;
CString m_ServerName;
CString m_szPagename;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropertyPage_IP)
public:
virtual LRESULT OnWizardBack();
virtual LRESULT OnWizardNext();
virtual BOOL OnWizardFinish();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropertyPage_IP)
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_PROPERTYPAGE_IP_H__34875C45_716F_4B85_8F84_BDE2FD1435FF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -