home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_SESSIONPROPERTIESMIRRORPAGE_H__F0960454_7EEC_11D1_BC01_0000C0003048__INCLUDED_)
- #define AFX_SESSIONPROPERTIESMIRRORPAGE_H__F0960454_7EEC_11D1_BC01_0000C0003048__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // SessionPropertiesMirrorPage.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSessionPropertiesMirrorPage dialog
-
- class CSessionPropertiesMirrorPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CSessionPropertiesMirrorPage)
-
- // Construction
- public:
- void SetMirror(int i);
- void OnMirror(int i);
- CSessionPropertiesMirrorPage();
- ~CSessionPropertiesMirrorPage();
-
- // Dialog Data
- //{{AFX_DATA(CSessionPropertiesMirrorPage)
- enum { IDD = IDD_SESSIONPROPERTIESMIRROR };
- CButton m_LocalURLsControl;
- int m_Mirror;
- BOOL m_LocalURLs;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CSessionPropertiesMirrorPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSessionPropertiesMirrorPage)
- afx_msg void OnMirror1();
- afx_msg void OnMirror2();
- afx_msg void OnMirror3();
- virtual BOOL OnInitDialog();
- afx_msg void OnMirror4();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SESSIONPROPERTIESMIRRORPAGE_H__F0960454_7EEC_11D1_BC01_0000C0003048__INCLUDED_)
-