home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / testsoft / ntmailnt / mailmon.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1996-06-17  |  2KB  |  75 lines

  1. object SplashForm: TSplashForm
  2.   Left = 226
  3.   Top = 185
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 121
  7.   ClientWidth = 431
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 431
  20.     Height = 121
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     BorderWidth = 2
  24.     TabOrder = 0
  25.     object GradientBack1: TGradientBack
  26.       Left = 4
  27.       Top = 4
  28.       Width = 423
  29.       Height = 113
  30.     end
  31.     object Status: TPanel
  32.       Left = 8
  33.       Top = 80
  34.       Width = 413
  35.       Height = 29
  36.       BevelOuter = bvLowered
  37.       Caption = 'Application Loading........'
  38.       Font.Color = clBtnText
  39.       Font.Height = -21
  40.       Font.Name = 'Arial'
  41.       Font.Style = [fsBold, fsItalic]
  42.       ParentFont = False
  43.       TabOrder = 0
  44.     end
  45.     object Panel2: TPanel
  46.       Left = 8
  47.       Top = 44
  48.       Width = 413
  49.       Height = 29
  50.       BevelOuter = bvLowered
  51.       Caption = 'Version 2'
  52.       Font.Color = clBtnText
  53.       Font.Height = -21
  54.       Font.Name = 'Arial'
  55.       Font.Style = [fsBold, fsItalic]
  56.       ParentFont = False
  57.       TabOrder = 1
  58.     end
  59.     object Panel4: TPanel
  60.       Left = 8
  61.       Top = 8
  62.       Width = 413
  63.       Height = 29
  64.       BevelOuter = bvLowered
  65.       Caption = 'NT Mail Watch'
  66.       Font.Color = clBtnText
  67.       Font.Height = -21
  68.       Font.Name = 'Arial'
  69.       Font.Style = [fsBold, fsItalic]
  70.       ParentFont = False
  71.       TabOrder = 2
  72.     end
  73.   end
  74. end
  75.