📄 historydlg.h
字号:
#pragma once
#include "afxwin.h"
// HistoryDlg 对话框
extern _ConnectionPtr pConn;//产生connection智能指针
extern _RecordsetPtr pRst;//产生recordset智能指针
extern CString UserName;
extern CString UserPWD;
class HistoryDlg : public CDialog
{
DECLARE_DYNAMIC(HistoryDlg)
public:
HistoryDlg(CWnd* pParent = NULL); // 标准构造函数
virtual ~HistoryDlg();
// 对话框数据
enum { IDD = IDD_HistoryDlg };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedCancel();
afx_msg void OnBnClickedListrec();
CListBox List1;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -