proppagesitegeneral.h
来自「ftpserver very good sample」· C头文件 代码 · 共 64 行
H
64 行
#if !defined(AFX_PROPPAGESITEGENERAL_H__7ED83840_23FE_482C_85A5_40BB10ACE20B__INCLUDED_)#define AFX_PROPPAGESITEGENERAL_H__7ED83840_23FE_482C_85A5_40BB10ACE20B__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// PropPageSiteGeneral.h : header file//#include "WarIfSite.h"/////////////////////////////////////////////////////////////////////////////// CPropPageSiteGeneral dialogclass CPropPageSiteGeneral : public CPropertyPage{ DECLARE_DYNCREATE(CPropPageSiteGeneral)// Constructionpublic: CPropPageSiteGeneral() {}; CPropPageSiteGeneral(war_if_site_ptr_t& rSitePtr); ~CPropPageSiteGeneral();// Dialog Data //{{AFX_DATA(CPropPageSiteGeneral) enum { IDD = IDD_PP_SITE_GENERAL }; BOOL m_bEnable; CString m_SiteName; //}}AFX_DATA// Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPropPageSiteGeneral) public: virtual BOOL OnApply(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: // Generated message map functions //{{AFX_MSG(CPropPageSiteGeneral) virtual BOOL OnInitDialog(); afx_msg void OnEnable(); afx_msg void OnChange(); //}}AFX_MSG DECLARE_MESSAGE_MAP()private: war_if_site_ptr_t mSitePtr; void DoSetStates();};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_PROPPAGESITEGENERAL_H__7ED83840_23FE_482C_85A5_40BB10ACE20B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?