home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
KOMUNIK
/
MIRRORIT
/
SRC
/
SESSIONPROPERTIESPASSWORDPAGE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-01-05
|
2KB
|
51 lines
#if !defined(AFX_SESSIONPROPERTIESPASSWORDPAGE_H__85781981_8619_11D1_BC01_0000C0003048__INCLUDED_)
#define AFX_SESSIONPROPERTIESPASSWORDPAGE_H__85781981_8619_11D1_BC01_0000C0003048__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SessionPropertiesPasswordPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSessionPropertiesPasswordPage dialog
class CSessionPropertiesPasswordPage : public CPropertyPage
{
DECLARE_DYNCREATE(CSessionPropertiesPasswordPage)
// Construction
public:
CSessionPropertiesPasswordPage();
~CSessionPropertiesPasswordPage();
// Dialog Data
//{{AFX_DATA(CSessionPropertiesPasswordPage)
enum { IDD = IDD_SESSIONPROPERTIESPASSWORD };
CString m_Password;
CString m_UserName;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CSessionPropertiesPasswordPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSessionPropertiesPasswordPage)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SESSIONPROPERTIESPASSWORDPAGE_H__85781981_8619_11D1_BC01_0000C0003048__INCLUDED_)