summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/prototype/optionfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder4/prototype/optionfrm.h')
-rw-r--r--apps/windoze/CBuilder4/prototype/optionfrm.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/windoze/CBuilder4/prototype/optionfrm.h b/apps/windoze/CBuilder4/prototype/optionfrm.h
deleted file mode 100644
index 1ea8f08..0000000
--- a/apps/windoze/CBuilder4/prototype/optionfrm.h
+++ /dev/null
@@ -1,39 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef optionfrmH
-#define optionfrmH
-//---------------------------------------------------------------------------
-#include <vcl\Classes.hpp>
-#include <vcl\Controls.hpp>
-#include <vcl\StdCtrls.hpp>
-#include <vcl\Forms.hpp>
-#include <vcl\ExtCtrls.hpp>
-#include <vcl\Dialogs.hpp>
-//---------------------------------------------------------------------------
-class TOptionsfrm : public TForm
-{
-__published: // IDE-managed Components
- TPanel *Panel1;
- TGroupBox *GroupBox1;
- TCheckBox *AutoBMPersonal;
- TCheckBox *AutoBMOther;
- TGroupBox *GroupBox2;
- TCheckBox *AutoVSColor;
- TShape *CurrentVSColor;
- TColorDialog *ColorDialog1;
- TButton *ChooseColorbtn;
- TPanel *Panel2;
- TButton *Button1;
- TPanel *Panel3;
- TButton *Button2;
- TLabel *Label1;
- void __fastcall ChooseColorbtnClick(TObject *Sender);
-
-private: // User declarations
-public: // User declarations
- __fastcall TOptionsfrm(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern TOptionsfrm *Optionsfrm;
-//---------------------------------------------------------------------------
-#endif
- \ No newline at end of file