?? dialoguser.h
字號(hào):
#if !defined(AFX_DIALOGUSER_H__572C9CEE_32A1_4CD8_9D1D_CB235CBE5EFF__INCLUDED_)
#define AFX_DIALOGUSER_H__572C9CEE_32A1_4CD8_9D1D_CB235CBE5EFF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogUser.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialogUser dialog
class CDialogUser : public CDialog
{
// Construction
public:
CDialogUser(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDialogUser)
enum { IDD = IDD_DIALOG1 };
CEdit m_aduser;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogUser)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialogUser)
afx_msg void OnAdduser();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGUSER_H__572C9CEE_32A1_4CD8_9D1D_CB235CBE5EFF__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -