📄 mysql_testdlg.h
字号:
// mysql_testDlg.h : header file
//
#if !defined(AFX_MYSQL_TESTDLG_H__2B702CC5_4B4C_489B_BFAB_04F8769E9F2A__INCLUDED_)
#define AFX_MYSQL_TESTDLG_H__2B702CC5_4B4C_489B_BFAB_04F8769E9F2A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Mysql.h"
/////////////////////////////////////////////////////////////////////////////
// CMysql_testDlg dialog
class CMysql_testDlg : public CDialog
{
// Construction
public:
CMysql_testDlg(CWnd* pParent = NULL); // standard constructor
CMysql mysql;
// Dialog Data
//{{AFX_DATA(CMysql_testDlg)
enum { IDD = IDD_MYSQL_TEST_DIALOG };
CString m_dbName;
CString m_host;
CString m_user;
CString m_password;
CString m_where;
CString m_db_name;
CString m_tab_name;
CString m_select_exp;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMysql_testDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMysql_testDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBUTTONconnect();
afx_msg void OnBUTTONquery();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYSQL_TESTDLG_H__2B702CC5_4B4C_489B_BFAB_04F8769E9F2A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -