#if !defined(AFX_PASSDLG_H__CACE8D21_56B1_11D2_B46D_444553540000__INCLUDED_) #define AFX_PASSDLG_H__CACE8D21_56B1_11D2_B46D_444553540000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // PassDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPasswordDlg dialog class CPasswordDlg : public CDialog { // Construction public: CPasswordDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPasswordDlg) enum { IDD = IDD_PASSWORD }; CString m_Password; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPasswordDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPasswordDlg) afx_msg void OnChangePassword(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PASSDLG_H__CACE8D21_56B1_11D2_B46D_444553540000__INCLUDED_)