home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / RESC98 / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-06-23  |  1KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 203
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Setup'
  7.   ClientHeight = 101
  8.   ClientWidth = 404
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   WindowState = wsMaximized
  16.   OnCreate = Form1Create
  17.   OnDestroy = Form1Destroy
  18.   OnShow = Form1Show
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 12
  23.     Top = 23
  24.     Width = 122
  25.     Height = 148
  26.     AutoSize = True
  27.     Picture.Data = {<image001.bmp>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 142
  31.     Top = 16
  32.     Width = 210
  33.     Height = 31
  34.     Caption = 'Rescue 95 Setup'
  35.     Color = clBlack
  36.     Font.Color = clYellow
  37.     Font.Height = -27
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsItalic]
  40.     ParentColor = False
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 455
  45.     Top = 1
  46.     Width = 183
  47.     Height = 13
  48.     Caption = 'Copyright 1997 by Super Win Software'
  49.     Font.Color = clWhite
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Timer1: TTimer
  56.     Enabled = False
  57.     Interval = 100
  58.     OnTimer = Timer1Timer
  59.     Left = 146
  60.     Top = 109
  61.   end
  62. end
  63.