00001
00002
00003 #ifndef podrob2H
00004 #define podrob2H
00005
00006 #include <Classes.hpp>
00007 #include <Controls.hpp>
00008 #include <StdCtrls.hpp>
00009 #include <Forms.hpp>
00010
00011
00015 class TForm5 : public TForm
00016 {
00017 __published:
00018 TLabel *Label1;
00019 TLabel *pocciar;
00020 TLabel *Label2;
00021 TLabel *pocploch;
00022 TLabel *stabilita;
00023 TLabel *sedatko;
00024 TLabel *Label3;
00025 TLabel *fitness;
00026 private:
00027 public:
00028 __fastcall TForm5(TComponent* Owner);
00037 void __fastcall aktualizuj(int pc, int pp, bool stab, bool sed, float fit);
00038 };
00039
00040 extern PACKAGE TForm5 *Form5;
00041
00042 #endif