windows-updates-20010819
[openafs.git] / src / WINNT / win9xpanel / Settings.h
1 /* Copyright 2000, International Business Machines Corporation and others.
2         All Rights Reserved.
3  
4         This software has been released under the terms of the IBM Public
5         License.  For details, see the LICENSE file in the top-level source
6         directory or online at http://www.openafs.org/dl/license10.html
7 */
8 #if !defined(AFX_SETTINGS_H__01979F21_0FB8_11D4_A374_00105A6BCA62__INCLUDED_)
9 #define AFX_SETTINGS_H__01979F21_0FB8_11D4_A374_00105A6BCA62__INCLUDED_
10
11 #if _MSC_VER > 1000
12 #pragma once
13 #endif // _MSC_VER > 1000
14 // Settings.h : header file
15 //
16
17 class CDatalog;
18 class CWinAfsLoadDlg;
19
20 /////////////////////////////////////////////////////////////////////////////
21 // CSettings dialog
22
23 class CSettings : public CDialog
24 {
25 // Construction
26 public:
27         CSettings(CWinAfsLoadDlg* pParent);   // standard constructor
28
29 // Dialog Data
30         //{{AFX_DATA(CSettings)
31         enum { IDD = IDD_MENUSETTINGS };
32         //}}AFX_DATA
33
34
35 // Overrides
36         // ClassWizard generated virtual function overrides
37         //{{AFX_VIRTUAL(CSettings)
38         //}}AFX_VIRTUAL
39
40 // Implementation
41 protected:
42         CWinAfsLoadDlg *m_pParent;
43         // Generated message map functions
44         //{{AFX_MSG(CSettings)
45         virtual BOOL OnInitDialog();
46         virtual void OnOK();
47         //}}AFX_MSG
48         DECLARE_MESSAGE_MAP()
49 };
50
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
53
54 #endif // !defined(AFX_SETTINGS_H__01979F21_0FB8_11D4_A374_00105A6BCA62__INCLUDED_)