📄 dataeditdlg.h
字号:
#if !defined(AFX_DATAEDITDLG_H__58A08A60_DFC5_47D9_A510_21E46F7595F7__INCLUDED_)
#define AFX_DATAEDITDLG_H__58A08A60_DFC5_47D9_A510_21E46F7595F7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DataEditDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDataEditDlg dialog
#include "newlistctrl.h"
class CDataEditDlg : public CDialog
{
public:
CMoRecordset m_rs;
// Construction
public:
CDataEditDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDataEditDlg)
enum { IDD = IDD_DATA_EDIT };
CNewListCtrl m_oDataList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDataEditDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void Sub_Load();
// Generated message map functions
//{{AFX_MSG(CDataEditDlg)
afx_msg void OnQuit();
virtual BOOL OnInitDialog();
afx_msg void OnSave();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DATAEDITDLG_H__58A08A60_DFC5_47D9_A510_21E46F7595F7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -