home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / JaPa / Install.exe / 0 / RCDATA / TF_INIT / TF_INIT.txt
Text File  |  1997-02-08  |  1KB  |  59 lines

  1. object F_INIT: TF_INIT
  2.   Left = 281
  3.   Top = 231
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Setup Shield (c) Piotr Warezak'
  7.   ClientHeight = 271
  8.   ClientWidth = 425
  9.   Color = clBlue
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefault
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 78
  24.     Height = 33
  25.     Caption = 'Label1'
  26.     Color = clWhite
  27.     Font.Color = clBlack
  28.     Font.Height = -29
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentColor = False
  32.     ParentFont = False
  33.     Transparent = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 8
  37.     Top = 48
  38.     Width = 32
  39.     Height = 13
  40.     Caption = 'Label2'
  41.     Transparent = True
  42.   end
  43.   object Label3: TLabel
  44.     Left = 10
  45.     Top = 250
  46.     Width = 41
  47.     Height = 16
  48.     Caption = 'Label3'
  49.     Color = clWhite
  50.     Font.Color = clWhite
  51.     Font.Height = -13
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold, fsItalic]
  54.     ParentColor = False
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58. end
  59.