home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / space / _setup.1 / PKDUse32.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Text File  |  1997-03-06  |  471b  |  26 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 294
  3.   Top = 93
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash'
  7.   ClientHeight = 105
  8.   ClientWidth = 180
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object imgSplash: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 169
  22.     Height = 93
  23.     AutoSize = True
  24.   end
  25. end
  26.