QueryDlg.h
上传用户:yuxuan88
上传日期:2022-05-09
资源大小:2290k
文件大小:1k
源码类别:

行业应用

开发平台:

Visual C++

  1. #if !defined(AFX_QUERYDLG_H__789E774F_8BF7_4B42_BF9D_75D13C8A1FE1__INCLUDED_)
  2. #define AFX_QUERYDLG_H__789E774F_8BF7_4B42_BF9D_75D13C8A1FE1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // QueryDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CQueryDlg dialog
  10. class CQueryDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CQueryDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CQueryDlg)
  17. enum { IDD = IDD_DIALOG_QUERY };
  18. CString m_strBeeppager;
  19. int m_nBuildingNum;
  20. int m_nCellNum;
  21. CString m_strEmail;
  22. CString m_strHomeTel;
  23. CString m_strHousemaster;
  24. CString m_strMobile;
  25. CString m_strOffice;
  26. CString m_strOfficeTel;
  27. int m_nRoomNum;
  28. CString m_strSectionName;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CQueryDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CQueryDlg)
  40. virtual void OnOK();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_QUERYDLG_H__789E774F_8BF7_4B42_BF9D_75D13C8A1FE1__INCLUDED_)