dlgset.h

来自「PDA通讯网关服务器源码程序」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_DLGSET_H__13B8152A_2559_4F31_A208_B56B5B0638DC__INCLUDED_)
#define AFX_DLGSET_H__13B8152A_2559_4F31_A208_B56B5B0638DC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSet.h : header file
//
#include "Config.h"
#include "PubConst.h"

/////////////////////////////////////////////////////////////////////////////
// CDlgSet dialog

class CDlgSet : public CDialog
{
// Construction
public:
	CDlgSet(CWnd* pParent = NULL);   // standard constructor
	CCfg m_cfgFile;
// Dialog Data
	//{{AFX_DATA(CDlgSet)
	enum { IDD = IDD_DLG_SET };
	CString	m_strUser;
	CString	m_strDbName;
	CString	m_strPwd;
	CString	m_strServer;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgSet)
	afx_msg void OnBtnExit();
	afx_msg void OnBtnDbsave();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int OnReadAllFromCfg();
};

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

#endif // !defined(AFX_DLGSET_H__13B8152A_2559_4F31_A208_B56B5B0638DC__INCLUDED_)

⌨️ 快捷键说明

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