00001
00002
00003 #ifndef nastavH
00004 #define nastavH
00005
00006 #include <Classes.hpp>
00007 #include <Controls.hpp>
00008 #include <StdCtrls.hpp>
00009 #include <Forms.hpp>
00010
00011
00015 class TForm2 : public TForm
00016 {
00017 __published:
00018 TGroupBox *GroupBox1;
00019 TCheckBox *CheckBox2;
00020 TEdit *Edit2;
00021 TCheckBox *CheckBox3;
00022 TCheckBox *CheckBox4;
00023 TEdit *Edit3;
00024 TCheckBox *CheckBox5;
00025 TEdit *Edit4;
00026 TCheckBox *CheckBox6;
00027 TCheckBox *CheckBox7;
00028 TEdit *Edit5;
00029 TCheckBox *CheckBox8;
00030 TStaticText *StaticText2;
00031 TStaticText *StaticText3;
00032 TEdit *Edit6;
00033 TEdit *Edit7;
00034 TEdit *Edit8;
00035 TCheckBox *CheckBox12;
00036 TCheckBox *CheckBox13;
00037 TEdit *Edit13;
00038 TCheckBox *CheckBox14;
00039 TStaticText *StaticText6;
00040 TStaticText *StaticText7;
00041 TEdit *Edit14;
00042 TEdit *Edit15;
00043 TEdit *Edit16;
00044 TStaticText *StaticText10;
00045 TEdit *Edit21;
00046 TButton *Button1;
00047 TStaticText *StaticText11;
00048 TCheckBox *CheckBox18;
00049 TEdit *Edit22;
00050 TEdit *Edit23;
00051 TCheckBox *CheckBox9;
00052 TCheckBox *CheckBox10;
00053 TCheckBox *CheckBox11;
00054 TEdit *Edit1;
00055 TEdit *Edit9;
00056 void __fastcall CheckBox3Click(TObject *Sender);
00057 void __fastcall CheckBox4Click(TObject *Sender);
00058 void __fastcall CheckBox5Click(TObject *Sender);
00059 void __fastcall CheckBox2Click(TObject *Sender);
00060 void __fastcall CheckBox7Click(TObject *Sender);
00061 void __fastcall CheckBox8Click(TObject *Sender);
00062 void __fastcall CheckBox6Click(TObject *Sender);
00063 void __fastcall CheckBox14Click(TObject *Sender);
00064 void __fastcall CheckBox13Click(TObject *Sender);
00065 void __fastcall CheckBox12Click(TObject *Sender);
00069 void __fastcall Button1Click(TObject *Sender);
00070 void __fastcall CheckBox18Click(TObject *Sender);
00071 void __fastcall CheckBox9Click(TObject *Sender);
00072 void __fastcall CheckBox10Click(TObject *Sender);
00073 void __fastcall CheckBox11Click(TObject *Sender);
00074 private:
00078 void __fastcall nastav_stabilitu(bool ako);
00079 void __fastcall nastav_sedatko(bool ako);
00080 void __fastcall nastav_sed_rov(bool ako);
00081 void __fastcall nastav_sed_vys(bool ako);
00082 void __fastcall nastav_sed_sta(bool ako);
00083 void __fastcall nastav_pocet_ciar(bool ako);
00084 void __fastcall nastav_pc_min(bool ako);
00085 void __fastcall nastav_pc_max(bool ako);
00086 void __fastcall nastav_pocet_ploch(bool ako);
00087 void __fastcall nastav_pp_min(bool ako);
00088 void __fastcall nastav_pp_max(bool ako);
00089 void __fastcall nastav_stabilitu_stola(bool ako);
00090 void __fastcall nastav_ss_nohy(bool ako);
00091 void __fastcall nastav_ss_doska(bool ako);
00092
00097 bool __fastcall kontrola_dat();
00098 public:
00103 __fastcall TForm2(TComponent* Owner);
00104 };
00105
00106 extern PACKAGE TForm2 *Form2;
00107
00108 #endif