📄 dlg.h
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLG_H__E8F57390_534C_4E7B_AF38_C7DBB004115F__INCLUDED_)
#define AFX_DLG_H__E8F57390_534C_4E7B_AF38_C7DBB004115F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlg dialog
class CDlg : public CDialog
{
// Construction
public:
CDlg(CWnd* pParent = NULL); // standard constructor
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset;
time_t t1;
tm *t2;
CString m_date;
// Dialog Data
//{{AFX_DATA(CDlg)
enum { IDD = IDD_DIALOG2 };
CComboBox m_cbmater;
CDataGrid m_datagrid;
CString m_air;
CString m_hand;
CString m_set;
CAdodc m_ado2;
CString m_killer;
CTime m_time;
CString m_mater1;
BOOL m_check1;
BOOL m_check2;
BOOL m_check3;
BOOL m_check4;
BOOL m_check5;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlg)
afx_msg void OnAfterColUpdateDatagrid1(short ColIndex);
afx_msg void OnRecycle();
virtual BOOL OnInitDialog();
afx_msg void OnBeforeInsertDatagrid1(short FAR* Cancel);
afx_msg void OnAfterInsertDatagrid1();
afx_msg void OnDestroy();
afx_msg void OnCheck1();
afx_msg void OnCheck2();
afx_msg void OnCheck3();
afx_msg void OnCheck4();
afx_msg void OnCheck5();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__E8F57390_534C_4E7B_AF38_C7DBB004115F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -