propertypage_ip.h
来自「网络游戏龙族服务器端管理工具 rmtool 源代码」· C头文件 代码 · 共 61 行
H
61 行
#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 + =
减小字号Ctrl + -
显示快捷键?