home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / SpamScan / _SETUP.1 / SSLib32.dll / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1997-09-20  |  1.3 KB  |  64 lines

  1. object SplashForm: TSplashForm
  2.   Left = 388
  3.   Top = 297
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Loading...'
  7.   ClientHeight = 192
  8.   ClientWidth = 371
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 371
  25.     Height = 192
  26.     Align = alClient
  27.     Picture.Data = {<image001.bmp>}
  28.   end
  29.   object lblName: TLabel
  30.     Left = 258
  31.     Top = 92
  32.     Width = 46
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'lblName'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object lblCompany: TLabel
  45.     Left = 239
  46.     Top = 104
  47.     Width = 65
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = 'lblCompany'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Timer1: TTimer
  60.     Enabled = False
  61.     OnTimer = Timer1Timer
  62.   end
  63. end
  64.