📄 dbconfig.h
字号:
#if !defined(AFX_DBCONFIG_H__391D382D_CB10_4ED9_8FAD_7DF0E74717E1__INCLUDED_)
#define AFX_DBCONFIG_H__391D382D_CB10_4ED9_8FAD_7DF0E74717E1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DbConfig.h : header file
//
#include "AdoConnect.h"
/////////////////////////////////////////////////////////////////////////////
// CDbConfig dialog
class CDbConfig : public CDialog
{
// Construction
public:
void ReadInConfig();
CDbConfig(CWnd* pParent = NULL); // standard constructor
CString connectstr;
// Dialog Data
//{{AFX_DATA(CDbConfig)
enum { IDD = IDD_DB_SET };
CString m_dbname;
CString m_username;
CString m_password;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDbConfig)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDbConfig)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnTestConnect();
afx_msg void OnOkBtn();
afx_msg void OnCancleBtn();
afx_msg void OnClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBCONFIG_H__391D382D_CB10_4ED9_8FAD_7DF0E74717E1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -