summaryrefslogtreecommitdiff
path: root/bindings/bcppmake/MainTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/bcppmake/MainTest.h')
-rw-r--r--bindings/bcppmake/MainTest.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/bindings/bcppmake/MainTest.h b/bindings/bcppmake/MainTest.h
new file mode 100644
index 0000000..99802c8
--- /dev/null
+++ b/bindings/bcppmake/MainTest.h
@@ -0,0 +1,25 @@
+//---------------------------------------------------------------------------
+
+#ifndef MainTestH
+#define MainTestH
+//---------------------------------------------------------------------------
+#include <Classes.hpp>
+#include <Controls.hpp>
+#include <StdCtrls.hpp>
+#include <Forms.hpp>
+#include <ExtCtrls.hpp>
+//---------------------------------------------------------------------------
+class TForm1 : public TForm
+{
+__published: // IDE-managed Components
+ TMemo *Memo1;
+ TPanel *Panel1;
+ void __fastcall FormShow(TObject *Sender);
+private: // User declarations
+public: // User declarations
+ __fastcall TForm1(TComponent* Owner);
+};
+//---------------------------------------------------------------------------
+extern PACKAGE TForm1 *Form1;
+//---------------------------------------------------------------------------
+#endif