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