📄 workdlg.h
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_WORKDLG_H__6E85158C_E9EC_4D11_95A9_0A7121AF3899__INCLUDED_)
#define AFX_WORKDLG_H__6E85158C_E9EC_4D11_95A9_0A7121AF3899__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// workdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// workdlg dialog
class workdlg : public CDialog
{
// Construction
public:
workdlg(CWnd* pParent = NULL); // standard constructor
CString str;
int type;
// Dialog Data
//{{AFX_DATA(workdlg)
enum { IDD = IDD_workdlg };
CAdodc m_adoc;
CDataGrid m_grid;
CString m_dep;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(workdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(workdlg)
afx_msg void OnButton1();
afx_msg void OnButton2();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnClickDatagrid1();
virtual BOOL OnInitDialog();
afx_msg void OnButton3();
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_WORKDLG_H__6E85158C_E9EC_4D11_95A9_0A7121AF3899__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -