home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
KOMUNIK
/
MIRRORIT
/
SRC
/
SESSIONPROPERTIESADVANCEDPAGE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-01-05
|
2KB
|
61 lines
#if !defined(AFX_SESSIONPROPERTIESADVANCEDPAGE_H__A1E74864_84F8_11D1_BC01_0000C0003048__INCLUDED_)
#define AFX_SESSIONPROPERTIESADVANCEDPAGE_H__A1E74864_84F8_11D1_BC01_0000C0003048__INCLUDED_
#include "DateTimePickerCtrl.h" // Added by ClassView
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SessionPropertiesAdvancedPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSessionPropertiesAdvancedPage dialog
class CSessionPropertiesAdvancedPage : public CPropertyPage
{
DECLARE_DYNCREATE(CSessionPropertiesAdvancedPage)
// Construction
public:
SYSTEMTIME m_DateTime;
void SetDate(BOOL b);
CDateTimePickerCtrl m_Date;
CDateTimePickerCtrl m_Time;
CSessionPropertiesAdvancedPage();
~CSessionPropertiesAdvancedPage();
// Dialog Data
//{{AFX_DATA(CSessionPropertiesAdvancedPage)
enum { IDD = IDD_SESSIONPROPERTIESADVANCED };
BOOL m_BDate;
CString m_Exclude;
BOOL m_Multiple;
BOOL m_Permanent;
BOOL m_Temporary;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CSessionPropertiesAdvancedPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSessionPropertiesAdvancedPage)
virtual BOOL OnInitDialog();
afx_msg void OnBdate();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SESSIONPROPERTIESADVANCEDPAGE_H__A1E74864_84F8_11D1_BC01_0000C0003048__INCLUDED_)