48ae4b76faa827bdcd3980448143924528194d00
[platform/upstream/krb5.git] / src / windows / leash / KrbAddRealm.h
1 //      **************************************************************************************
2 //      File:                   KrbAddRealm.h
3 //      By:                             Arthur David Leather
4 //      Created:                12/02/98
5 //      Copyright               @1998 Massachusetts Institute of Technology - All rights reserved.
6 //      Description:    H file for KrbAddRealm.cpp Contains variables and functions
7 //                                      for Kerberos Four and Five Properties
8 //
9 //      History:
10 //
11 //      MM/DD/YY        Inits   Description of Change
12 //      12/02/98        ADL             Original
13 //      **************************************************************************************
14
15
16 #if !defined(AFX_ADDTOREALMHOSTLIST_H__26A1E1F3_9117_11D2_94D0_0000861B8A3C__INCLUDED_)
17 #define AFX_ADDTOREALMHOSTLIST_H__26A1E1F3_9117_11D2_94D0_0000861B8A3C__INCLUDED_
18
19 #if _MSC_VER > 1000
20 #pragma once
21 #endif // _MSC_VER > 1000
22 // AddToRealmHostList.h : header file
23 //
24
25 /////////////////////////////////////////////////////////////////////////////
26 // CKrbAddRealm dialog
27
28 class CKrbAddRealm : public CDialog
29 {
30 // Construction
31         CString m_newRealm;
32         BOOL m_startup;
33
34 public:
35         CKrbAddRealm(CWnd* pParent = NULL);   // standard constructor
36         CString GetNewRealm() {return m_newRealm;}
37
38 // Dialog Data
39         //{{AFX_DATA(CKrbAddRealm)
40         enum { IDD = IDD_KRB_ADD_REALM };
41         //}}AFX_DATA
42
43
44 // Overrides
45         // ClassWizard generated virtual function overrides
46         //{{AFX_VIRTUAL(CKrbAddRealm)
47         protected:
48         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
49         //}}AFX_VIRTUAL
50
51 // Implementation
52 protected:
53
54         // Generated message map functions
55         //{{AFX_MSG(CKrbAddRealm)
56         afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
57         virtual void OnOK();
58         afx_msg void OnChangeEditRealm();
59         //}}AFX_MSG
60         DECLARE_MESSAGE_MAP()
61 };
62
63 //{{AFX_INSERT_LOCATION}}
64 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
65
66 #endif // !defined(AFX_ADDTOREALMHOSTLIST_H__26A1E1F3_9117_11D2_94D0_0000861B8A3C__INCLUDED_)