00001 #ifndef LARTSUBPAGE_H 00002 #define LARTSUBPAGE_H 00003 00004 #include "PropertyPage.h" 00005 #include "VolatilePropertyBag.h" 00006 00007 class LartPage; 00008 00009 class LartSubPage: public PropertyPage 00010 { 00011 protected: 00012 friend class LartPage; 00013 VolatilePropertyBag m_prop; 00014 LartSubPage(DWORD dlgID,const PropertyBag& prop,const Init& init=Init()); 00015 virtual ~LartSubPage(); 00016 }; 00017 00018 #endif