home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / YWL_216.ZIP / _SETUP.1 / Yerwinlogo.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  1998-03-27  |  1KB  |  69 lines

  1. object SplashForm: TSplashForm
  2.   Left = 177
  3.   Top = 157
  4.   AutoScroll = False
  5.   Caption = 'Yer Winlogo'
  6.   ClientHeight = 227
  7.   ClientWidth = 303
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  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 = 303
  21.     Height = 227
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     BevelOuter = bvLowered
  25.     Caption = 'Panel1'
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 2
  29.       Top = 2
  30.       Width = 299
  31.       Height = 223
  32.       Align = alClient
  33.       Picture.Data = {<image001.bmp>}
  34.     end
  35.     object Label1: TLabel
  36.       Left = 8
  37.       Top = 206
  38.       Width = 115
  39.       Height = 13
  40.       Caption = 'Is loading the logo'#39's'
  41.       Color = clBackground
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWhite
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentColor = False
  48.       ParentFont = False
  49.       Transparent = True
  50.     end
  51.     object Gauge1: TGauge
  52.       Left = 138
  53.       Top = 206
  54.       Width = 157
  55.       Height = 14
  56.       BorderStyle = bsNone
  57.       ForeColor = clGreen
  58.       BackColor = clMaroon
  59.       Progress = 0
  60.     end
  61.     object Bevel1: TBevel
  62.       Left = 136
  63.       Top = 204
  64.       Width = 161
  65.       Height = 18
  66.     end
  67.   end
  68. end
  69.