📄 dialog4.h
字号:
#if !defined(AFX_DIALOG4_H__DD28D7DC_E4D6_4341_B00A_E5B8B7B15C34__INCLUDED_)
#define AFX_DIALOG4_H__DD28D7DC_E4D6_4341_B00A_E5B8B7B15C34__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dialog4.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialog4 dialog
class CDialog4 : public CDialog
{
// Construction
public:
CDialog4(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr m_pConnection;
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset1;
_RecordsetPtr m_pRecordset2;
// Dialog Data
//{{AFX_DATA(CDialog4)
enum { IDD = IDD_DIALOG4 };
CString m_outdata;
CString m_readID;
CString m_ReadNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialog4)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialog4)
afx_msg void OnBtnRemu();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOG4_H__DD28D7DC_E4D6_4341_B00A_E5B8B7B15C34__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -