📄 lishidialog.h
字号:
#if !defined(AFX_LISHIDIALOG_H__B85DE5BD_4E0C_4769_A2BC_76AC07805C70__INCLUDED_)
#define AFX_LISHIDIALOG_H__B85DE5BD_4E0C_4769_A2BC_76AC07805C70__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LishiDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLishiDialog dialog
#include "Modem3Dlg.h"
class CLishiDialog : public CDialog
{
// Construction
public:
void GetModem3Dlg(CModem3Dlg *pDlg) {pWnd=pDlg;}
CLishiDialog(CWnd* pParent = NULL); // standard constructor
// void GetSet(CDaoRecordset *pSet,CDaoDatabase* pDB);
// Dialog Data
//{{AFX_DATA(CLishiDialog)
enum { IDD = IDD_LISHIDIALOG };
CDateTimeCtrl m_DateTime;
CListCtrl m_List1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLishiDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void OnGetdispinfoList(long row,long column) ;
// Generated message map functions
//{{AFX_MSG(CLishiDialog)
virtual BOOL OnInitDialog();
afx_msg void OnAll();
afx_msg void OnDatetimechangeDatetimepicker3(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
_RecordsetPtr m_pRecordset;
CModem3Dlg *pWnd;
private:
void Show();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LISHIDIALOG_H__B85DE5BD_4E0C_4769_A2BC_76AC07805C70__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -