home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef TomDickHarryH
- #define TomDickHarryH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Tabs.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TNotebook *Notebook1;
- TTabSet *TabSet1;
- TLabel *Label1;
- TButton *Button1;
- TCheckBox *CheckBox1;
- TRadioButton *RadioButton1;
- TLabel *Label2;
- TGroupBox *GroupBox1;
- TScrollBar *ScrollBar1;
- TBevel *Bevel1;
- TBevel *Bevel2;
- TBevel *Bevel3;
- TLabel *Label3;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall TabSet1Change(TObject *Sender, int NewTab,
- bool &AllowChange);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-