home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / tstcon / servpg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.3 KB  |  51 lines

  1. #if !defined(AFX_SERVICESPAGE_H__292403FA_0CFF_11D1_8E2F_00C04FB68D60__INCLUDED_)
  2. #define AFX_SERVICESPAGE_H__292403FA_0CFF_11D1_8E2F_00C04FB68D60__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // ServicesPage.H : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CServicesPage dialog
  12.  
  13. class CServicesPage : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CServicesPage)
  16.  
  17. // Construction
  18. public:
  19.     CServicesPage();
  20.     ~CServicesPage();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CServicesPage)
  24.     enum { IDD = IDD_CONTAINEROPTIONS_SERVICES };
  25.     BOOL    m_tSBindHost;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generate virtual function overrides
  31.     //{{AFX_VIRTUAL(CServicesPage)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.     // Generated message map functions
  39.     //{{AFX_MSG(CServicesPage)
  40.     afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  41.     afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44.  
  45. };
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_SERVICESPAGE_H__292403FA_0CFF_11D1_8E2F_00C04FB68D60__INCLUDED_)
  51.