00001
00002
00003 #include "stdafx.h"
00004 #include "axAnxOggPlayer.h"
00005 #include "axAnxOggPlayerPropPage.h"
00006
00007 #ifdef _DEBUG
00008 #define new DEBUG_NEW
00009 #endif
00010
00011
00012 IMPLEMENT_DYNCREATE(CaxAnxOggPlayerPropPage, COlePropertyPage)
00013
00014
00015
00016
00017
00018 BEGIN_MESSAGE_MAP(CaxAnxOggPlayerPropPage, COlePropertyPage)
00019 END_MESSAGE_MAP()
00020
00021
00022
00023
00024
00025 IMPLEMENT_OLECREATE_EX(CaxAnxOggPlayerPropPage, "AXANXOGGPLAYER.axAnxOggPlayerPropPage.1",
00026 0x82de93ec, 0x2644, 0x4b7f, 0xa9, 0xde, 0x37, 0x85, 0x83, 0x46, 0x36, 0x3e)
00027
00028
00029
00030
00031
00032
00033 BOOL CaxAnxOggPlayerPropPage::CaxAnxOggPlayerPropPageFactory::UpdateRegistry(BOOL bRegister)
00034 {
00035 if (bRegister)
00036 return AfxOleRegisterPropertyPageClass(AfxGetInstanceHandle(),
00037 m_clsid, IDS_AXANXOGGPLAYER_PPG);
00038 else
00039 return AfxOleUnregisterClass(m_clsid, NULL);
00040 }
00041
00042
00043
00044
00045
00046 CaxAnxOggPlayerPropPage::CaxAnxOggPlayerPropPage() :
00047 COlePropertyPage(IDD, IDS_AXANXOGGPLAYER_PPG_CAPTION)
00048 {
00049 }
00050
00051
00052
00053
00054
00055 void CaxAnxOggPlayerPropPage::DoDataExchange(CDataExchange* pDX)
00056 {
00057 DDP_PostProcessing(pDX);
00058 }
00059
00060
00061
00062