#if !defined(AFX_PASSDLG_H__C14687F1_7344_11D4_8AC0_00E0295AEDFC__INCLUDED_) #define AFX_PASSDLG_H__C14687F1_7344_11D4_8AC0_00E0295AEDFC__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // PassDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPassDlg dialog class CPassDlg : public CDialog { // Construction public: CPassDlg(CWnd* pParent = NULL); // standard constructor CString m_csKey; // Dialog Data //{{AFX_DATA(CPassDlg) enum { IDD = IDD_PASSWORD }; CEdit m_EditPassWord; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPassDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPassDlg) virtual void OnOK(); //}}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__C14687F1_7344_11D4_8AC0_00E0295AEDFC__INCLUDED_)