home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Addweb / ADDWEB.EXE / %MAINDIR% / addweb.exe / 0 / RCDATA / TSPLASHFRM / TSPLASHFRM.txt < prev   
Encoding:
Text File  |  1998-01-12  |  706 b   |  38 lines

  1. object splashfrm: Tsplashfrm
  2.   Left = 290
  3.   Top = 536
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'AddWeb'
  7.   ClientHeight = 91
  8.   ClientWidth = 270
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 1
  20.     Top = 1
  21.     Width = 268
  22.     Height = 89
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = -1
  27.     Top = -1
  28.     Width = 272
  29.     Height = 93
  30.   end
  31.   object splashtimer: TTimer
  32.     Interval = 1800
  33.     OnTimer = splashtimerTimer
  34.     Left = 240
  35.     Top = 8
  36.   end
  37. end
  38.