00001
00002
00003 #ifndef podrobnostiH
00004 #define podrobnostiH
00005
00006 #include <Classes.hpp>
00007 #include <Controls.hpp>
00008 #include <StdCtrls.hpp>
00009 #include <Forms.hpp>
00010 #include "deklaracie.h"
00011
00012
00016 class TForm3 : public TForm
00017 {
00018 __published:
00019 TLabel *Label1;
00020 TLabel *Label2;
00021 TGroupBox *GroupBox1;
00022 TLabel *Label3;
00023 TLabel *Label4;
00024 TLabel *Label5;
00025 TLabel *Label6;
00026 TLabel *Label7;
00027 TLabel *Label8;
00028 TLabel *Label9;
00029 TLabel *Label10;
00030 TLabel *Label11;
00031 TLabel *Label12;
00032 TGroupBox *GroupBox2;
00033 TLabel *Label13;
00034 TLabel *Label14;
00035 TLabel *Label15;
00036 TLabel *Label16;
00037 private:
00038 public:
00039 __fastcall TForm3(TComponent* Owner);
00046 void __fastcall aktualizuj(nastavenie_fitness n, hodnoty_fitness h);
00047 };
00048
00049 extern PACKAGE TForm3 *Form3;
00050
00051 #endif