summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/ModInstForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/ModInstForm.h')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/ModInstForm.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/ModInstForm.h b/apps/windoze/CBuilder5/BibleCS/ModInstForm.h
deleted file mode 100644
index f0cb90a..0000000
--- a/apps/windoze/CBuilder5/BibleCS/ModInstForm.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef ModInstFormH
-#define ModInstFormH
-//---------------------------------------------------------------------------
-#include <vcl\Classes.hpp>
-#include <vcl\Controls.hpp>
-#include <vcl\StdCtrls.hpp>
-#include <vcl\Forms.hpp>
-#include <vcl\ComCtrls.hpp>
-#include <vcl\ExtCtrls.hpp>
-//---------------------------------------------------------------------------
-class TModInstFrm : public TForm
-{
-__published: // IDE-managed Components
- TRichEdit *AboutText;
- TPanel *Panel1;
- TButton *Button1;
- TLabel *ModText;
-private: // User declarations
-public: // User declarations
- __fastcall TModInstFrm(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern TModInstFrm *ModInstFrm;
-//---------------------------------------------------------------------------
-#endif
- \ No newline at end of file