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