GME  13
PartBrowserPropPage.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 // PartBrowserPropPage.h : Declaration of the CPartBrowserPropPage property page class.
00004 
00005 
00006 // CPartBrowserPropPage : See PartBrowserPropPage.cpp for implementation.
00007 
00008 class CPartBrowserPropPage : public COlePropertyPage
00009 {
00010         DECLARE_DYNCREATE(CPartBrowserPropPage)
00011         DECLARE_OLECREATE_EX(CPartBrowserPropPage)
00012 
00013 // Constructor
00014 public:
00015         CPartBrowserPropPage();
00016 
00017 // Dialog Data
00018         enum { IDD = IDD_PROPPAGE_PARTBROWSER };
00019 
00020 // Implementation
00021 protected:
00022         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00023 
00024 // Message maps
00025 protected:
00026         DECLARE_MESSAGE_MAP()
00027 };
00028