Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
vtocxPropScreen.h
1 #pragma once
2 
3 
4 
5 // CvtocxPropScreen : Property page dialog
6 
7 class CvtocxPropScreen : public COlePropertyPage
8 {
9  DECLARE_DYNCREATE(CvtocxPropScreen)
10  DECLARE_OLECREATE_EX(CvtocxPropScreen)
11 
12 // Constructors
13 public:
15 
16 // Dialog Data
17  enum { IDD = IDD_VTOCXPROPSCREEN };
18 
19 // Implementation
20 protected:
21  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22 
23 // Message maps
24 protected:
25  DECLARE_MESSAGE_MAP()
26 };