home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  1996-04-05  |  2KB  |  98 lines

  1. object splash: Tsplash
  2.   Left = 333
  3.   Top = 116
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 408
  7.   ClientWidth = 294
  8.   Font.Color = clWindowText
  9.   Font.Height = -18
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 1
  19.     Top = 1
  20.     Width = 291
  21.     Height = 405
  22.     BevelWidth = 5
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 61
  26.       Top = 10
  27.       Width = 174
  28.       Height = 26
  29.       Caption = 'Web Page Creator'
  30.       Font.Color = clBlack
  31.       Font.Height = -23
  32.       Font.Name = 'Times New Roman'
  33.       Font.Style = [fsBold, fsItalic]
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 49
  38.       Top = 36
  39.       Width = 202
  40.       Height = 20
  41.       Caption = '(C) 1995, 1996 Steve Parker'
  42.       Font.Color = clBlack
  43.       Font.Height = -17
  44.       Font.Name = 'Times New Roman'
  45.       Font.Style = [fsBold, fsItalic]
  46.       ParentFont = False
  47.     end
  48.     object Label3: TLabel
  49.       Left = 98
  50.       Top = 338
  51.       Width = 99
  52.       Height = 20
  53.       Caption = 'Registered To'
  54.       Font.Color = clBlack
  55.       Font.Height = -17
  56.       Font.Name = 'Times New Roman'
  57.       Font.Style = [fsBold, fsItalic]
  58.       ParentFont = False
  59.     end
  60.     object Label4: TLabel
  61.       Left = 10
  62.       Top = 360
  63.       Width = 273
  64.       Height = 20
  65.       Alignment = taCenter
  66.       AutoSize = False
  67.       Font.Color = clBlack
  68.       Font.Height = -17
  69.       Font.Name = 'Times New Roman'
  70.       Font.Style = [fsBold, fsItalic]
  71.       ParentFont = False
  72.     end
  73.     object Panel2: TPanel
  74.       Left = 29
  75.       Top = 64
  76.       Width = 234
  77.       Height = 260
  78.       BevelOuter = bvLowered
  79.       BevelWidth = 3
  80.       TabOrder = 0
  81.       object Image1: TImage
  82.         Left = 3
  83.         Top = 3
  84.         Width = 227
  85.         Height = 253
  86.         Center = True
  87.         Picture.Data = {<image000.bmp>}
  88.       end
  89.     end
  90.   end
  91.   object Timer1: TTimer
  92.     Enabled = False
  93.     OnTimer = Timer1Timer
  94.     Left = 10
  95.     Top = 298
  96.   end
  97. end
  98.