home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / KOMUNIK / MIRRORIT / SRC / SESSIONPROPERTIESMIRRORPAGE.H < prev    next >
C/C++ Source or Header  |  1998-09-01  |  2KB  |  58 lines

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