object Form1: TForm1 Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Menu b'#237'l'#233' pan'#237 ClientHeight = 74 ClientWidth = 212 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 8 Width = 196 Height = 25 Caption = #344'e'#353'en'#237' cesty' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 39 Width = 196 Height = 25 Caption = 'Editor' TabOrder = 1 OnClick = Button2Click end object Timer1: TTimer Enabled = False Interval = 10 OnTimer = Timer1Timer Left = 56 Top = 40 end end