home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / tema / Ronex / inst / setup.exe / 0 / RCDATA / TBASEFORM / TBASEFORM.txt
Text File  |  2000-07-11  |  1KB  |  71 lines

  1. object BaseForm: TBaseForm
  2.   Left = 205
  3.   Top = 110
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Instal∩┐╜tor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -40
  11.   Font.Name = 'Arial CE'
  12.   Font.Style = [fsBold, fsItalic]
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 46
  23.   object BackPaint: TPaintBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 427
  27.     Height = 273
  28.     Align = alClient
  29.     OnPaint = BackPaintPaint
  30.   end
  31.   object BackText: TLabel
  32.     Left = 20
  33.     Top = 20
  34.     Width = 176
  35.     Height = 46
  36.     Caption = 'BackText'
  37.     Transparent = True
  38.     Layout = tlCenter
  39.   end
  40.   object DynRK: TLabel
  41.     Left = 264
  42.     Top = 200
  43.     Width = 63
  44.     Height = 10
  45.     Caption = 'PASCOM Installer'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clGray
  48.     Font.Height = -8
  49.     Font.Name = 'Arial CE'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object ForeText: TLabel
  55.     Left = 16
  56.     Top = 16
  57.     Width = 167
  58.     Height = 46
  59.     Caption = 'Fore text'
  60.     Transparent = True
  61.   end
  62.   object ShLink: TShellLink
  63.     Description = 'Star Gurm∩┐╜n 2.2'
  64.     IconIndex = 1
  65.     HotKey = 0
  66.     WindowState = wsNormal
  67.     Left = 72
  68.     Top = 128
  69.   end
  70. end
  71.