Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / client_exp / down_servers_dlg.h
1 /*
2  * Copyright (C) 1997  Transarc Corporation.
3  * All rights reserved.
4  *
5  */
6
7 // down_servers_dlg.h : header file
8 //
9 #include "resource.h"
10
11 /////////////////////////////////////////////////////////////////////////////
12 // CDownServersDlg dialog
13
14 class CDownServersDlg : public CDialog
15 {
16         CStringArray m_ServerNames;
17         
18 // Construction
19 public:
20         CDownServersDlg(CWnd* pParent = NULL);   // standard constructor
21
22         void SetServerNames(const CStringArray& serverNames);
23
24 // Dialog Data
25         //{{AFX_DATA(CDownServersDlg)
26         enum { IDD = IDD_DOWN_SERVERS };
27         CListBox        m_ServerList;
28         //}}AFX_DATA
29
30
31 // Overrides
32         // ClassWizard generated virtual function overrides
33         //{{AFX_VIRTUAL(CDownServersDlg)
34         protected:
35         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
36         //}}AFX_VIRTUAL
37
38 // Implementation
39 protected:
40
41         // Generated message map functions
42         //{{AFX_MSG(CDownServersDlg)
43         virtual BOOL OnInitDialog();
44         //}}AFX_MSG
45         DECLARE_MESSAGE_MAP()
46 };