home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1998-02-24  |  1.4 KB  |  71 lines

  1. object SplashForm: TSplashForm
  2.   Left = 182
  3.   Top = 116
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 204
  7.   ClientWidth = 270
  8.   Color = clWhite
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 270
  21.     Height = 204
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     Color = clMenu
  25.     TabOrder = 0
  26.     object Label3: TLabel
  27.       Left = 63
  28.       Top = 125
  29.       Width = 162
  30.       Height = 22
  31.       Caption = 'Everything I Own!'
  32.       Font.Color = clRed
  33.       Font.Height = -19
  34.       Font.Name = 'Times New Roman'
  35.       Font.Style = [fsBold, fsUnderline]
  36.       ParentFont = False
  37.     end
  38.     object Bevel1: TBevel
  39.       Left = 58
  40.       Top = 158
  41.       Width = 159
  42.       Height = 2
  43.       Style = bsRaised
  44.     end
  45.     object Label1: TLabel
  46.       Left = 84
  47.       Top = 174
  48.       Width = 104
  49.       Height = 13
  50.       Caption = 'Loading...Please Wait'
  51.     end
  52.     object Panel2: TPanel
  53.       Left = 8
  54.       Top = 8
  55.       Width = 249
  56.       Height = 105
  57.       BevelInner = bvLowered
  58.       BevelOuter = bvLowered
  59.       BevelWidth = 2
  60.       TabOrder = 0
  61.       object Image1: TImage
  62.         Left = 4
  63.         Top = 4
  64.         Width = 240
  65.         Height = 101
  66.         Picture.Data = {<image001.bmp>}
  67.       end
  68.     end
  69.   end
  70. end
  71.