#pragma once #ifdef _WIN32_WCE #error "COlePropertyPage is not supported for Windows CE." #endif // $class_name$ : Property page dialog class $class_name$ : public COlePropertyPage { DECLARE_DYNCREATE($class_name$) DECLARE_OLECREATE_EX($class_name$) // Constructors public: $class_name$(); // Dialog Data #ifdef AFX_DESIGN_TIME enum { IDD = $idd_dialog$ }; #endif // Implementation protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Message maps protected: DECLARE_MESSAGE_MAP() };