#if !defined(AFX_PSW_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_) #define AFX_PSW_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Psw.h : header file // ///////////////////////////////////////////////////////////////////////////// // Psw dialog class Psw : public CDialog { // Construction public: Psw(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(Psw) enum { IDD = IDD_DLGPsw }; CString m_oldpsw; CString m_psw; CString m_psw2; CString m_psw3; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(Psw) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(Psw) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PSW_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_)