⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configurationpage.h

📁 这时一个ftp服务器,可以根据这个小的服务器原型做出更大的服务器
💻 H
字号:
#if !defined(AFX_SETTINGSPAGE_H__4A3EEDBC_1D9F_407C_8A55_8449F2B2D0F6__INCLUDED_)
#define AFX_SETTINGSPAGE_H__4A3EEDBC_1D9F_407C_8A55_8449F2B2D0F6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "DialogResize.h"

class CConfigurationPage : public CDialogResize
{
// Construction
public:
	CConfigurationPage();
	~CConfigurationPage();

// Dialog Data
	//{{AFX_DATA(CConfigurationPage)
	enum { IDD = IDD_PROPPAGE_CONFIGURATION };
	int		m_nPort;
	int		m_nMaxUsers;
	CString	m_strGoodbyeMessage;
	BOOL	m_bStartInTray;
	int		m_nTimeout;
	CString	m_strWelcomeMessage;
	BOOL	m_bLaunchOnStartup;
	BOOL	m_bAutoActivate;
	int		m_nLogLevel;
	CString	m_strApplicationName;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CConfigurationPage)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	BOOL m_bModified;

	// Generated message map functions
	//{{AFX_MSG(CConfigurationPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnDestroy();
	afx_msg void OnLaunchOnStartup();
	afx_msg void OnView();
	afx_msg void OnClear();
	afx_msg void OnUpdateApply(CCmdUI* pCmdUI);
	afx_msg void OnSomethingChanged();
	afx_msg void OnApply();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	DECLARE_DLGRESIZE_MAP;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETTINGSPAGE_H__4A3EEDBC_1D9F_407C_8A55_8449F2B2D0F6__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -