📄 adlg.h
字号:
// ADlg.h : header file
//
#if !defined(AFX_ADLG_H__4D2A8FD9_E8DC_4E01_9726_191C9B07E360__INCLUDED_)
#define AFX_ADLG_H__4D2A8FD9_E8DC_4E01_9726_191C9B07E360__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CADlg dialog
class CADlg : public CDialog
{
// Construction
public:
CADlg(CWnd* pParent = NULL); // standard constructor
~CADlg();
// Dialog Data
//{{AFX_DATA(CADlg)
enum { IDD = IDD_A_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CADlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
_ConnectionPtr m_pConnection;
// Generated message map functions
//{{AFX_MSG(CADlg)
virtual BOOL OnInitDialog();
afx_msg void OnCreatetTable();
afx_msg void OnDropTable();
afx_msg void OnAddItem();
afx_msg void OnDelItem();
afx_msg void OnAddRecords();
afx_msg void OnOldAdd1();
afx_msg void OnSum();
afx_msg void OnSetIdIndex();
afx_msg void OnOldSum();
afx_msg void OnOldSum2();
afx_msg void OnOldAverage();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CFont m_font;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADLG_H__4D2A8FD9_E8DC_4E01_9726_191C9B07E360__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -