www.pudn.com > FEMS.rar > PswDlg.h
#if !defined(AFX_PSWDLG_H__66636B57_C485_40C4_B5B4_CBB0B014DD18__INCLUDED_)
#define AFX_PSWDLG_H__66636B57_C485_40C4_B5B4_CBB0B014DD18__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PswDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPswDlg dialog
class CPswDlg : public CDialog
{
// Construction
public:
CPswDlg(CWnd* pParent = NULL); // standard constructor
CString CurUser;
// Dialog Data
//{{AFX_DATA(CPswDlg)
enum { IDD = IDD_PSWDLG };
CComboBox m_user;
CString m_password;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPswDlg)
public:
virtual void OnFinalRelease();
virtual BOOL OnInitDialog();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPswDlg)
afx_msg void OnEditchangeComuser();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// Generated OLE dispatch map functions
//{{AFX_DISPATCH(CPswDlg)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
DECLARE_INTERFACE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PSWDLG_H__66636B57_C485_40C4_B5B4_CBB0B014DD18__INCLUDED_)