Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
788 B

  1. // AdmnInfo.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CAdminInfoDlg dialog
  5. class CAdminInfoDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CAdminInfoDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CAdminInfoDlg)
  12. enum { IDD = IDD_ADNIM_INFO };
  13. CString m_sz_email;
  14. CString m_sz_phone;
  15. //}}AFX_DATA
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CAdminInfoDlg)
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. protected:
  24. // Generated message map functions
  25. //{{AFX_MSG(CAdminInfoDlg)
  26. // NOTE: the ClassWizard will add member functions here
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };