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

📄 dlgset.h

📁 PDA通讯网关服务器源码程序
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -