home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / setup.exe / 0 / RCDATA / TCYBERWIZARD / TCYBERWIZARD.txt
Text File  |  1997-01-19  |  1KB  |  68 lines

  1. object CyberWizard: TCyberWizard
  2.   Left = 106
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Stryder'#39's Installation Wizard'
  7.   ClientHeight = 414
  8.   ClientWidth = 512
  9.   Color = clBlue
  10.   Font.Color = clWindowText
  11.   Font.Height = -7
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   WindowState = wsMaximized
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object BackDrop1: TBackDrop
  22.     Left = 0
  23.     Top = 0
  24.     Width = 512
  25.     Height = 414
  26.   end
  27.   object Image1: TImage
  28.     Left = 176
  29.     Top = 216
  30.     Width = 308
  31.     Height = 178
  32.     Stretch = True
  33.   end
  34.   object SetupLabel: tMultiColorLabel
  35.     Left = 16
  36.     Top = 16
  37.     Width = 323
  38.     Height = 29
  39.     AsButton = False
  40.     Caption = 'Stryder'#39's Installation Wizard'
  41.     Font.Color = clTeal
  42.     Font.Height = -24
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     LabelStyle = lsRaised
  46.     Thickness = 2
  47.     NormalColor = clBlue
  48.     SelectColor = clYellow
  49.     Multi = False
  50.   end
  51.   object ResolutionFix1: TResolutionFix
  52.     DesignRes = 96
  53.     Left = 72
  54.     Top = 88
  55.   end
  56.   object XZ: TXceedZip
  57.     Compression = 6
  58.     StoredExtensions = '.ZIP;.LZH;.ARC;.ARJ;.ZOO'
  59.     UsePaths = False
  60.     UseTempFile = False
  61.     OnExtracting = XZExtracting
  62.     OnListing = XZListing
  63.     OnStatus = XZStatus
  64.     Left = 120
  65.     Top = 88
  66.   end
  67. end
  68.