object PokecForm: TPokecForm Left = 206 Top = 177 ActiveControl = Edit1 BorderStyle = bsDialog Caption = 'Po��ta�ov� pokec' ClientHeight = 72 ClientWidth = 432 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 8 Top = 8 Width = 257 Height = 57 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 3 Visible = False object Label2: TLabel Left = 8 Top = 8 Width = 241 Height = 41 AutoSize = False WordWrap = True end end object Panel1: TPanel Left = 8 Top = 8 Width = 257 Height = 57 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object Label1: TLabel Left = 8 Top = 8 Width = 57 Height = 13 Caption = 'Napi� n�co:' end object Edit1: TEdit Left = 8 Top = 24 Width = 241 Height = 21 TabOrder = 0 end end object Button1: TButton Left = 272 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 352 Top = 8 Width = 75 Height = 25 Caption = 'Zav��t' ModalResult = 2 TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 272 Top = 40 Width = 155 Height = 25 Caption = 'Z�sady spr�vn�ho pokecu...' TabOrder = 4 OnClick = Button3Click end end