2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
12 /////////////////////////////////////////////////////////////////////////////
15 class CKlogDlg
: public CDialog
21 CKlogDlg(CWnd
* pParent
= NULL
); // standard constructor
23 void SetCellName(const CString
& strCellName
) { m_strCellName
= strCellName
; }
26 //{{AFX_DATA(CKlogDlg)
27 enum { IDD
= IDD_KLOG_DIALOG
};
30 CString m_strPassword
;
31 CString m_strCellName
;
34 // ClassWizard generated virtual function overrides
35 //{{AFX_VIRTUAL(CKlogDlg)
37 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
44 // Generated message map functions
46 virtual BOOL
OnInitDialog();
48 afx_msg
void OnChangeName();
49 afx_msg
void OnChangeCellName();
50 afx_msg
void OnChangePassword();
51 afx_msg
void OnHelp();