//--------------------------------------------------------------------------- #ifndef ModTabPanelH #define ModTabPanelH //--------------------------------------------------------------------------- #include #include #include #include #include #include class SWMgr; //--------------------------------------------------------------------------- class PACKAGE TModTabPanel : public TPanel { private: protected: public: SWMgr *mgr; std::string modType; __fastcall TModTabPanel(TComponent* Owner, SWMgr *mgr = 0, char *modtype = 0); void RefreshActiveSheet(); virtual void __fastcall CreateWnd(); __published: TPageControl *pageControl; void __fastcall PageControl1Change(TObject *Sender); }; //--------------------------------------------------------------------------- #endif