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