summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/BibleCS/ddetest/DDEClientForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder4/BibleCS/ddetest/DDEClientForm.h')
-rw-r--r--apps/windoze/CBuilder4/BibleCS/ddetest/DDEClientForm.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/apps/windoze/CBuilder4/BibleCS/ddetest/DDEClientForm.h b/apps/windoze/CBuilder4/BibleCS/ddetest/DDEClientForm.h
deleted file mode 100644
index 6f23c5f..0000000
--- a/apps/windoze/CBuilder4/BibleCS/ddetest/DDEClientForm.h
+++ /dev/null
@@ -1,41 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef DDEClientFormH
-#define DDEClientFormH
-//---------------------------------------------------------------------------
-#include <vcl\Classes.hpp>
-#include <vcl\Controls.hpp>
-#include <vcl\StdCtrls.hpp>
-#include <vcl\Forms.hpp>
-#include <vcl\DdeMan.hpp>
-#include <vcl\ExtCtrls.hpp>
-//---------------------------------------------------------------------------
-class TForm1 : public TForm
-{
-__published: // IDE-managed Components
- TDdeClientConv *DdeClientConv1;
- TPanel *Panel1;
- TMemo *Memo1;
- TMemo *Memo2;
- TPanel *Panel2;
- TEdit *Edit1;
- TButton *Button1;
- TButton *Button2;
- TButton *Button3;
- TEdit *Edit2;
- TDdeClientItem *DdeClientItem1;
- TDdeClientItem *DdeClientItem2;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall DdeClientItem1Change(TObject *Sender);
-
- void __fastcall DdeClientItem2Change(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
-private: // User declarations
-public: // User declarations
- __fastcall TForm1(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern TForm1 *Form1;
-//---------------------------------------------------------------------------
-#endif
- \ No newline at end of file