home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / KOMUNIK / MIRRORIT / SRC / SESSIONPROPERTIESFILENAMEPAGE.H < prev    next >
C/C++ Source or Header  |  1997-12-28  |  2KB  |  57 lines

  1. #if !defined(AFX_SESSIONPROPERTIESFILENAMEPAGE_H__F0960455_7EEC_11D1_BC01_0000C0003048__INCLUDED_)
  2. #define AFX_SESSIONPROPERTIESFILENAMEPAGE_H__F0960455_7EEC_11D1_BC01_0000C0003048__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // SessionPropertiesFileNamePage.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CSessionPropertiesFileNamePage dialog
  12.  
  13. class CSessionPropertiesFileNamePage : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CSessionPropertiesFileNamePage)
  16.  
  17. // Construction
  18. public:
  19.     CFont * bold;
  20.     void SetFullNames(int i, BOOL b);
  21.     CSessionPropertiesFileNamePage();
  22.     ~CSessionPropertiesFileNamePage();
  23.  
  24. // Dialog Data
  25.     //{{AFX_DATA(CSessionPropertiesFileNamePage)
  26.     enum { IDD = IDD_SESSIONPROPERTIESFILENAMES };
  27.     int        m_LongFileName;
  28.     BOOL    m_FullNames;
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generate virtual function overrides
  34.     //{{AFX_VIRTUAL(CSessionPropertiesFileNamePage)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.     // Generated message map functions
  42.     //{{AFX_MSG(CSessionPropertiesFileNamePage)
  43.     virtual BOOL OnInitDialog();
  44.     afx_msg void OnFullnames();
  45.     afx_msg void On831();
  46.     afx_msg void On832();
  47.     afx_msg void On833();
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50.  
  51. };
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55.  
  56. #endif // !defined(AFX_SESSIONPROPERTIESFILENAMEPAGE_H__F0960455_7EEC_11D1_BC01_0000C0003048__INCLUDED_)
  57.