skyrope-mit-merge-hell-20040226
[openafs.git] / src / WINNT / win9xpanel / CommandSettings.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_COMMANDSETTINGS_H__3CDB0E81_7A6D_11D4_A374_00105A6BCA62__INCLUDED_)
9 #define AFX_COMMANDSETTINGS_H__3CDB0E81_7A6D_11D4_A374_00105A6BCA62__INCLUDED_
10
11 #if _MSC_VER > 1000
12 #pragma once
13 #endif // _MSC_VER > 1000
14 // CommandSettings.h : header file
15 //
16
17 /////////////////////////////////////////////////////////////////////////////
18 // CCommandSettings dialog
19
20 class CCommandSettings : public CDialog
21 {
22 // Construction
23 public:
24         CCommandSettings(CWnd* pParent = NULL);   // standard constructor
25
26 // Dialog Data
27         //{{AFX_DATA(CCommandSettings)
28         enum { IDD = IDD_SETTINGS };
29         CButton m_cOptionLine;
30         CButton m_cCheckAdvanceDisplay;
31         BOOL    m_ConnectOnStart;
32         BOOL    m_LogToFile;
33         BOOL    m_LogToWindow;
34         CString m_UserName;
35         UINT    m_uMaxLoginTime;
36         UINT    m_uMaxPowerRestartDelay;
37         //}}AFX_DATA
38
39
40 // Overrides
41         // ClassWizard generated virtual function overrides
42         //{{AFX_VIRTUAL(CCommandSettings)
43         protected:
44         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
45         //}}AFX_VIRTUAL
46
47 // Implementation
48 protected:
49         CRect m_OriginalRect;
50         UINT m_DialogShrink;
51         // Generated message map functions
52         //{{AFX_MSG(CCommandSettings)
53         afx_msg void OnSettings();
54         afx_msg void OnCheckadvanced();
55         virtual BOOL OnInitDialog();
56         //}}AFX_MSG
57         DECLARE_MESSAGE_MAP()
58 };
59
60 //{{AFX_INSERT_LOCATION}}
61 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
62
63 #endif // !defined(AFX_COMMANDSETTINGS_H__3CDB0E81_7A6D_11D4_A374_00105A6BCA62__INCLUDED_)