home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 dialog
-
- IMPLEMENT_DYNCREATE(%1, COlePropertyPage)
-
-
- /////////////////////////////////////////////////////////////////////////////
- // Message map
-
- BEGIN_MESSAGE_MAP(%1, COlePropertyPage)
- //{{AFX_MSG_MAP(%1)
- // NOTE - ClassWizard will add and remove message map entries
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
-
- /////////////////////////////////////////////////////////////////////////////
- // Initialize class factory and guid
-
- // {%e}
- IMPLEMENT_OLECREATE_EX(%1, "%a.%1",
- %7)
-
-
- /////////////////////////////////////////////////////////////////////////////
- // %1::%1Factory::UpdateRegistry -
- // Adds or removes system registry entries for %1
-
- BOOL %1::%1Factory::UpdateRegistry(BOOL bRegister)
- {
- // TODO: Define string resource for page type; replace '0' below with ID.
-
- if (bRegister)
- return AfxOleRegisterPropertyPageClass(AfxGetInstanceHandle(),
- m_clsid, 0);
- else
- return AfxOleUnregisterClass(m_clsid, NULL);
- }
-
-
- /////////////////////////////////////////////////////////////////////////////
- // %1::%1 - Constructor
-
- // TODO: Define string resource for page caption; replace '0' below with ID.
-
- %1::%1() :
- COlePropertyPage(IDD, 0)
- {
- //{{AFX_DATA_INIT(%1)
- // NOTE: ClassWizard will add member initialization here
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA_INIT
- }
-
-
- /////////////////////////////////////////////////////////////////////////////
- // %1::DoDataExchange - Moves data between page and properties
-
- void %1::DoDataExchange(CDataExchange* pDX)
- {
- // NOTE: ClassWizard will add DDP, DDX, and DDV calls here
- // DO NOT EDIT what you see in these blocks of generated code !
- //{{AFX_DATA_MAP(%1)
- //}}AFX_DATA_MAP
- DDP_PostProcessing(pDX);
- }
-
-
- /////////////////////////////////////////////////////////////////////////////
- // %1 message handlers