00001
00002
00003 #ifndef nastav2H
00004 #define nastav2H
00005
00006 #include <Classes.hpp>
00007 #include <Controls.hpp>
00008 #include <StdCtrls.hpp>
00009 #include <Forms.hpp>
00010 #include <ExtCtrls.hpp>
00011
00012
00016 class TForm4 : public TForm
00017 {
00018 __published:
00019 TLabel *Label1;
00020 TEdit *Edit1;
00021 TCheckBox *CheckBox1;
00022 TButton *Button1;
00023 TRadioGroup *RadioGroup1;
00024 TRadioButton *RadioButton1;
00025 TRadioButton *RadioButton2;
00026 TCheckBox *CheckBox2;
00027 TLabel *Label2;
00031 void __fastcall Button1Click(TObject *Sender);
00032 void __fastcall CheckBox1Click(TObject *Sender);
00033 private:
00034 public:
00038 __fastcall TForm4(TComponent* Owner);
00039 };
00040
00041 extern PACKAGE TForm4 *Form4;
00042
00043 #endif