home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / FileMgmt / General / FileBack / _SETUP.1 / FileBack.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1997-06-25  |  3.5 KB  |  149 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 166
  3.   Top = 195
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 244
  8.   ClientWidth = 430
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 430
  25.     Height = 244
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     Color = clSilver
  29.     TabOrder = 0
  30.     object Panel2: TPanel
  31.       Left = 6
  32.       Top = 6
  33.       Width = 417
  34.       Height = 232
  35.       Cursor = crHourGlass
  36.       BevelInner = bvRaised
  37.       BevelOuter = bvLowered
  38.       Color = clSilver
  39.       TabOrder = 0
  40.       object Label1: TLabel
  41.         Left = 128
  42.         Top = 72
  43.         Width = 270
  44.         Height = 69
  45.         Cursor = crHourGlass
  46.         Alignment = taRightJustify
  47.         AutoSize = False
  48.         Caption = 'FileBack'
  49.         Font.Color = clNavy
  50.         Font.Height = -64
  51.         Font.Name = 'Arial Rounded MT Bold'
  52.         Font.Style = [fsBold]
  53.         ParentFont = False
  54.         Transparent = True
  55.       end
  56.       object Label2: TLabel
  57.         Left = 224
  58.         Top = 140
  59.         Width = 173
  60.         Height = 24
  61.         Cursor = crHourGlass
  62.         Alignment = taRightJustify
  63.         AutoSize = False
  64.         Caption = 'PC Version 3.02b'
  65.         Font.Color = clPurple
  66.         Font.Height = -21
  67.         Font.Name = 'Arial'
  68.         Font.Style = []
  69.         ParentFont = False
  70.         Transparent = True
  71.       end
  72.       object Label3: TLabel
  73.         Left = 133
  74.         Top = 63
  75.         Width = 201
  76.         Height = 19
  77.         Cursor = crHourGlass
  78.         Caption = 'Maximum Output Software'
  79.         Font.Color = clTeal
  80.         Font.Height = -16
  81.         Font.Name = 'Arial'
  82.         Font.Style = [fsBold]
  83.         ParentFont = False
  84.         Transparent = True
  85.       end
  86.       object Label4: TLabel
  87.         Left = 9
  88.         Top = 192
  89.         Width = 400
  90.         Height = 33
  91.         Cursor = crHourGlass
  92.         Alignment = taCenter
  93.         AutoSize = False
  94.         Caption = 
  95.           '∩┐╜ 1997 Douglas A. Johnson. This software is protected by United ' +
  96.           'States and International copyright laws.  Unauthorized copying a' +
  97.           'nd distribution prohibited. All Rights Reserved.  '
  98.         Font.Color = clBlack
  99.         Font.Height = -11
  100.         Font.Name = 'Arial Narrow'
  101.         Font.Style = []
  102.         ParentFont = False
  103.         Transparent = True
  104.         WordWrap = True
  105.       end
  106.       object Image1: TImage
  107.         Left = 28
  108.         Top = 28
  109.         Width = 63
  110.         Height = 49
  111.         Cursor = crHourGlass
  112.         Picture.Data = {<image001.bmp>}
  113.       end
  114.       object lbRegister: TLabel
  115.         Left = 212
  116.         Top = 16
  117.         Width = 189
  118.         Height = 41
  119.         Cursor = crHourGlass
  120.         Alignment = taRightJustify
  121.         AutoSize = False
  122.         Font.Color = clGray
  123.         Font.Height = -11
  124.         Font.Name = 'Arial'
  125.         Font.Style = []
  126.         ParentFont = False
  127.         Transparent = True
  128.         WordWrap = True
  129.       end
  130.       object lbStatus: TLabel
  131.         Left = 24
  132.         Top = 170
  133.         Width = 373
  134.         Height = 17
  135.         Alignment = taRightJustify
  136.         AutoSize = False
  137.         Caption = 'Initializing...'
  138.         Font.Color = clGray
  139.         Font.Height = -11
  140.         Font.Name = 'Arial'
  141.         Font.Style = []
  142.         ParentFont = False
  143.         Transparent = True
  144.         WordWrap = True
  145.       end
  146.     end
  147.   end
  148. end
  149.