object Form2: TForm2 Left = 282 Top = 108 HelpContext = 500 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Seznam program�' ClientHeight = 271 ClientWidth = 225 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 8 Top = 8 Width = 209 Height = 233 Color = clBtnFace ItemHeight = 13 TabOrder = 0 OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object Button1: TButton Left = 56 Top = 248 Width = 38 Height = 17 Caption = 'p�idej' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 96 Top = 248 Width = 38 Height = 17 Caption = 'sma�' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 8 Top = 248 Width = 38 Height = 17 Caption = 'spus�' TabOrder = 3 OnClick = ListBox1DblClick end object Button4: TButton Left = 200 Top = 248 Width = 17 Height = 17 Hint = 'exit' Caption = 'e' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = Button4Click end object Button5: TButton Left = 144 Top = 248 Width = 49 Height = 17 Caption = 'schovej' TabOrder = 5 OnClick = Button5Click end object OpenDialog1: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Left = 16 Top = 16 end end