summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/prototype/ModTabPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder4/prototype/ModTabPanel.h')
-rw-r--r--apps/windoze/CBuilder4/prototype/ModTabPanel.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/apps/windoze/CBuilder4/prototype/ModTabPanel.h b/apps/windoze/CBuilder4/prototype/ModTabPanel.h
deleted file mode 100644
index 9da8db2..0000000
--- a/apps/windoze/CBuilder4/prototype/ModTabPanel.h
+++ /dev/null
@@ -1,30 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef ModTabPanelH
-#define ModTabPanelH
-//---------------------------------------------------------------------------
-#include <SysUtils.hpp>
-#include <Controls.hpp>
-#include <Classes.hpp>
-#include <Forms.hpp>
-#include <ExtCtrls.hpp>
-#include <string>
-
-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