#pragma once // $property_page_header$ : Declaration of the $property_page_class$ property page class. // $property_page_class$ : See $property_page_impl$ for implementation. class $property_page_class$ : public COlePropertyPage { DECLARE_DYNCREATE($property_page_class$) DECLARE_OLECREATE_EX($property_page_class$) // Constructor public: $property_page_class$(); // Dialog Data enum { IDD = IDD_PROPPAGE_$safercprojectname$ }; // Implementation protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Message maps protected: DECLARE_MESSAGE_MAP() };