GME
13
|
00001 #pragma once 00002 00003 // GMEViewPropPage.h : Declaration of the CGMEViewPropPage property page class. 00004 00005 00006 // CGMEViewPropPage : See GMEViewPropPage.cpp for implementation. 00007 00008 class CGMEViewPropPage : public COlePropertyPage 00009 { 00010 DECLARE_DYNCREATE(CGMEViewPropPage) 00011 DECLARE_OLECREATE_EX(CGMEViewPropPage) 00012 00013 // Constructor 00014 public: 00015 CGMEViewPropPage(); 00016 00017 // Dialog Data 00018 enum { IDD = IDD_PROPPAGE_GMEVIEW }; 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