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.

70 lines
1.6 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*++
  3. Module Name:
  4. ServProp.h
  5. Abstract:
  6. This Module defines CServerProperties Dialog class
  7. (The Dialog used to disply server properties)
  8. Author:
  9. Arathi Kundapur (v-akunda) 11-Feb-1998
  10. Revision History:
  11. --*/
  12. #if !defined(AFX_SERVERPROPERTIES_H__E39780D9_8C5F_11D1_8AD4_00C04FB6CBB5__INCLUDED_)
  13. #define AFX_SERVERPROPERTIES_H__E39780D9_8C5F_11D1_8AD4_00C04FB6CBB5__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #endif // _MSC_VER >= 1000
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CServerProperties dialog
  18. class CServerProperties : public CPropertyPage
  19. {
  20. DECLARE_DYNCREATE(CServerProperties)
  21. // Construction
  22. public:
  23. CServerProperties();
  24. ~CServerProperties();
  25. // Dialog Data
  26. //{{AFX_DATA(CServerProperties)
  27. enum { IDD = IDD_SERVER_PROPERTIES };
  28. CString m_ServerName;
  29. CString m_Scope;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generate virtual function overrides
  33. //{{AFX_VIRTUAL(CServerProperties)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CServerProperties)
  41. // NOTE: the ClassWizard will add member functions here
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_SERVERPROPERTIES_H__E39780D9_8C5F_11D1_8AD4_00C04FB6CBB5__INCLUDED_)