?? querydlg.h
字號:
#if !defined(AFX_QUERYDLG_H__139FD17B_DD59_430C_88C3_91C1BEC09C5A__INCLUDED_)
#define AFX_QUERYDLG_H__139FD17B_DD59_430C_88C3_91C1BEC09C5A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QueryDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQueryDlg dialog
class CQueryDlg : public CDialog
{
// Construction
public:
CQueryDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQueryDlg)
enum { IDD = IDD_DIALOG_QUERY };
CString m_strBeeppager;
int m_nBuildingNum;
int m_nCellNum;
CString m_strEmail;
CString m_strHomeTel;
CString m_strHousemaster;
CString m_strMobile;
CString m_strOffice;
CString m_strOfficeTel;
int m_nRoomNum;
CString m_strSectionName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQueryDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CQueryDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QUERYDLG_H__139FD17B_DD59_430C_88C3_91C1BEC09C5A__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -