home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
KOMUNIK
/
MIRRORIT
/
SRC
/
SESSIONPROPERTIESFILENAMEPAGE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-12-28
|
2KB
|
57 lines
#if !defined(AFX_SESSIONPROPERTIESFILENAMEPAGE_H__F0960455_7EEC_11D1_BC01_0000C0003048__INCLUDED_)
#define AFX_SESSIONPROPERTIESFILENAMEPAGE_H__F0960455_7EEC_11D1_BC01_0000C0003048__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SessionPropertiesFileNamePage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSessionPropertiesFileNamePage dialog
class CSessionPropertiesFileNamePage : public CPropertyPage
{
DECLARE_DYNCREATE(CSessionPropertiesFileNamePage)
// Construction
public:
CFont * bold;
void SetFullNames(int i, BOOL b);
CSessionPropertiesFileNamePage();
~CSessionPropertiesFileNamePage();
// Dialog Data
//{{AFX_DATA(CSessionPropertiesFileNamePage)
enum { IDD = IDD_SESSIONPROPERTIESFILENAMES };
int m_LongFileName;
BOOL m_FullNames;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CSessionPropertiesFileNamePage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSessionPropertiesFileNamePage)
virtual BOOL OnInitDialog();
afx_msg void OnFullnames();
afx_msg void On831();
afx_msg void On832();
afx_msg void On833();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SESSIONPROPERTIESFILENAMEPAGE_H__F0960455_7EEC_11D1_BC01_0000C0003048__INCLUDED_)