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.

55 lines
978 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. clusname.h
  5. Abstract:
  6. Author:
  7. Sivaprasad Padisetty (sivapad) 6/25/97
  8. Revision History:
  9. --*/
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CGetClusterName dialog
  12. class CGetClusterName : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CString m_stClusterName;
  17. CGetClusterName(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CGetClusterName)
  20. enum { IDD = IDD_GETCLUSTERNAME };
  21. CComboBox m_ctrlClusterName;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CGetClusterName)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CGetClusterName)
  33. virtual void OnOK();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };