home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / Chip_2001-03_cd1.bin / redakce / dotazy / dotazy.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  2001-01-28  |  1KB  |  50 lines

  1. object Form5: TForm5
  2.   Left = 414
  3.   Top = 321
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Dostupn∩┐╜ datab∩┐╜ze'
  6.   ClientHeight = 193
  7.   ClientWidth = 218
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object ListBox1: TListBox
  25.     Left = 8
  26.     Top = 8
  27.     Width = 201
  28.     Height = 145
  29.     Color = clWhite
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clNavy
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ItemHeight = 16
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnDblClick = ListBox1DblClick
  39.   end
  40.   object Button1: TButton
  41.     Left = 72
  42.     Top = 160
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     TabOrder = 1
  47.     OnClick = Button1Click
  48.   end
  49. end
  50.