📄 adotestdlg.h
字号:
// ADOTestDlg.h : header file
//
#if !defined(AFX_ADOTESTDLG_H__67BD49A0_B768_4C23_BE19_3C0B128DBE10__INCLUDED_)
#define AFX_ADOTESTDLG_H__67BD49A0_B768_4C23_BE19_3C0B128DBE10__INCLUDED_
#include "HADODatabase.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CADOTestDlg dialog
class CADOTestDlg : public CDialog
{
// Construction
public:
void Close();
HTREEITEM m_hTr;
void ShowTable(LPCTSTR lpszSQL="SELECT * FROM BASIC");
CString GetVariantString(_variant_t var);
CADORecordset m_set;
CADODatabase m_Db;
CADOTestDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CADOTestDlg)
enum { IDD = IDD_ADOTEST_DIALOG };
CEdit m_Edit;
CListCtrl m_List;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CADOTestDlg)
public:
virtual int DoModal();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CADOTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnExecute();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADOTESTDLG_H__67BD49A0_B768_4C23_BE19_3C0B128DBE10__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -