QueryDlg.h
上传用户:yuxuan88
上传日期:2022-05-09
资源大小:2290k
文件大小:1k
- #if !defined(AFX_QUERYDLG_H__789E774F_8BF7_4B42_BF9D_75D13C8A1FE1__INCLUDED_)
- #define AFX_QUERYDLG_H__789E774F_8BF7_4B42_BF9D_75D13C8A1FE1__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)
- virtual void OnOK();
- //}}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__789E774F_8BF7_4B42_BF9D_75D13C8A1FE1__INCLUDED_)