object Form5: TForm5 Left = 414 Top = 321 BorderStyle = bsToolWindow Caption = 'Dostupn� datab�ze' ClientHeight = 193 ClientWidth = 218 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object ListBox1: TListBox Left = 8 Top = 8 Width = 201 Height = 145 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 16 ParentFont = False TabOrder = 0 OnDblClick = ListBox1DblClick end object Button1: TButton Left = 72 Top = 160 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end end