summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder1/mainform.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder1/mainform.h')
-rw-r--r--apps/windoze/CBuilder1/mainform.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/apps/windoze/CBuilder1/mainform.h b/apps/windoze/CBuilder1/mainform.h
deleted file mode 100644
index ed791c5..0000000
--- a/apps/windoze/CBuilder1/mainform.h
+++ /dev/null
@@ -1,28 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef mainformH
-#define mainformH
-//---------------------------------------------------------------------------
-#include <vcl\Classes.hpp>
-#include <vcl\Controls.hpp>
-#include <vcl\StdCtrls.hpp>
-#include <vcl\Forms.hpp>
-#include <rawtext.h>
-//---------------------------------------------------------------------------
-class TForm1 : public TForm
-{
-__published: // IDE-managed Components
- TEdit *Edit1;
- TButton *Button1;
- TMemo *Memo1;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall FormDestroy(TObject *Sender);
-private: // User declarations
- RawText *webster;
-public: // User declarations
- virtual __fastcall TForm1(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern TForm1 *Form1;
-//---------------------------------------------------------------------------
-#endif