home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
-
- #ifndef Unit3H
- #define Unit3H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm3 : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *GroupBox1;
- TButton *Button1;
- TEdit *Edit1;
- TCheckBox *CheckBox1;
- TListBox *ListBox1;
- TRadioButton *RadioButton1;
- TButton *Button2;
- private: // User declarations
- public: // User declarations
- __fastcall TForm3(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm3 *Form3;
- //---------------------------------------------------------------------------
- #endif
-