From c9458897ebbb739d8db83c80e06512d8a612f743 Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 14 Aug 2002 09:57:17 +0000 Subject: *** empty log message *** --- apps/windoze/CBuilder5/BibleCS/ModInstForm.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/windoze/CBuilder5/BibleCS/ModInstForm.h (limited to 'apps/windoze/CBuilder5/BibleCS/ModInstForm.h') diff --git a/apps/windoze/CBuilder5/BibleCS/ModInstForm.h b/apps/windoze/CBuilder5/BibleCS/ModInstForm.h new file mode 100644 index 0000000..0410bfd --- /dev/null +++ b/apps/windoze/CBuilder5/BibleCS/ModInstForm.h @@ -0,0 +1,27 @@ +//--------------------------------------------------------------------------- +#ifndef ModInstFormH +#define ModInstFormH +//--------------------------------------------------------------------------- +#include +#include +#include +#include +#include +#include +//--------------------------------------------------------------------------- +class TModInstFrm : public TForm +{ +__published: // IDE-managed Components + TRichEdit *AboutText; + TPanel *Panel1; + TButton *OkBtn; + TLabel *ModText; +private: // User declarations +public: // User declarations + __fastcall TModInstFrm(TComponent* Owner); +}; +//--------------------------------------------------------------------------- +extern TModInstFrm *ModInstFrm; +//--------------------------------------------------------------------------- +#endif + \ No newline at end of file -- cgit