object FrmPassword: TFrmPassword Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Zadejte heslo' ClientHeight = 147 ClientWidth = 222 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object LblPlayerName: TLabel Left = 8 Top = 16 Width = 87 Height = 13 Caption = 'Hl'#225's'#237'te se k hr'#225#269'i: ' end object LblEngagePass: TLabel Left = 8 Top = 48 Width = 65 Height = 13 Caption = 'Zadejte heslo' end object EPassword: TEdit Left = 8 Top = 67 Width = 206 Height = 21 PasswordChar = '*' TabOrder = 0 end object BtnOK: TButton Left = 8 Top = 104 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = BtnOKClick end object BtnStorno: TButton Left = 89 Top = 104 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 2 end end