object Zadattah_form: TZadattah_form Left = 323 Top = 83 HelpContext = 35 BorderStyle = bsDialog Caption = 'Zadat tah' ClientHeight = 197 ClientWidth = 262 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 76 Top = 24 Width = 118 Height = 13 Caption = 'Zadejte tah: (nap'#345'. d2d3)' end object Edit1: TEdit Left = 81 Top = 48 Width = 105 Height = 45 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 4 ParentFont = False TabOrder = 0 end object Button1: TButton Left = 33 Top = 152 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 153 Top = 152 Width = 75 Height = 25 Caption = 'Storno' TabOrder = 2 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 40 Top = 104 Width = 188 Height = 33 Caption = '&Zobrazit tento dialog i pro p'#345#237#353't'#237' tah' TabOrder = 3 end end