object Form2: TForm2 Left = 324 Top = 172 Width = 302 Height = 216 Caption = 'v�b�r �lohy' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True OnActivate = FormCreate OnCreate = FormCreate OnShow = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 136 Top = 88 Width = 137 Height = 16 Alignment = taCenter AutoSize = False Color = clYellow ParentColor = False OnClick = Button1Click end object Label2: TLabel Left = 144 Top = 40 Width = 101 Height = 32 Alignment = taCenter Caption = 'n�zev vybran� �lohy:' WordWrap = True end object ListBox1: TListBox Left = 24 Top = 8 Width = 89 Height = 169 ItemHeight = 16 Sorted = True TabOrder = 0 OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object Button1: TButton Left = 136 Top = 144 Width = 65 Height = 25 Caption = ' vybr�no' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 208 Top = 144 Width = 65 Height = 25 Caption = 'zru�' TabOrder = 2 OnClick = Button2Click end end