home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 July / Gamestar_07_1999-07_cd2.bin / Program / Fillets.exe / 0 / RCDATA / TFSOUTEZ / TFSOUTEZ.txt
Encoding:
Text File  |  1998-03-27  |  1.2 KB  |  66 lines

  1. object FSoutez: TFSoutez
  2.   Left = 2
  3.   Top = 2
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Informace o sout∩┐╜i, ne abys to bezmy∩┐╜lenkovit∩┐╜ odklepnul'
  7.   ClientHeight = 225
  8.   ClientWidth = 441
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 40
  26.     Width = 32
  27.     Height = 13
  28.     Caption = 'Label2'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 64
  33.     Width = 32
  34.     Height = 13
  35.     Caption = 'Label3'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 16
  39.     Top = 88
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'Label4'
  43.   end
  44.   object Odklepnout: TButton
  45.     Left = 296
  46.     Top = 16
  47.     Width = 129
  48.     Height = 33
  49.     Caption = 'P∩┐╜e∩┐╜etl jsem si to'
  50.     Default = True
  51.     TabOrder = 0
  52.     OnClick = OdklepnoutClick
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 16
  56.     Top = 114
  57.     Width = 409
  58.     Height = 98
  59.     TabStop = False
  60.     Alignment = taCenter
  61.     Color = clBtnFace
  62.     ReadOnly = True
  63.     TabOrder = 1
  64.   end
  65. end
  66.