dialog7.h
来自「自己 写的 玩下 还有 很多 功能要 大家一起 开发」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_DIALOG7_H__DDA2DA6A_EE76_4FD9_8B74_32F5F72B24EB__INCLUDED_)
#define AFX_DIALOG7_H__DDA2DA6A_EE76_4FD9_8B74_32F5F72B24EB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dialog7.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialog7 dialog
class CDialog7 : public CDialog
{
// Construction
public:
CDialog7(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr m_pConnection;
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset;
// Dialog Data
//{{AFX_DATA(CDialog7)
enum { IDD = IDD_DIALOG7 };
CString m_Name;
CString m_OldWord;
CString m_NewWord;
CString m_RNewWord;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialog7)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialog7)
afx_msg void OnBtnRemod();
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_DIALOG7_H__DDA2DA6A_EE76_4FD9_8B74_32F5F72B24EB__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?