?? dialog7.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -