home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / TemaCD / EasyMTU / EasyMTU.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Text File  |  1998-12-01  |  528b  |  27 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 235
  3.   Top = 186
  4.   BorderStyle = bsNone
  5.   Caption = 'frmSplash'
  6.   ClientHeight = 185
  7.   ClientWidth = 394
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgAbout: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 400
  23.     Height = 210
  24.     AutoSize = True
  25.   end
  26. end
  27.