home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / ID_Addnl.dll / RCDATA / TSTARTBILD / TSTARTBILD.txt < prev   
Text File  |  1996-12-19  |  812b  |  43 lines

  1. object Startbild: TStartbild
  2.   Left = 94
  3.   Top = 223
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Startbild'
  7.   ClientHeight = 169
  8.   ClientWidth = 422
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 421
  23.     Height = 169
  24.     BevelInner = bvRaised
  25.     BevelWidth = 2
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 4
  29.       Top = 4
  30.       Width = 413
  31.       Height = 161
  32.       Picture.Data = {<image001.bmp>}
  33.     end
  34.   end
  35.   object Timer1: TTimer
  36.     Enabled = False
  37.     Interval = 6000
  38.     OnTimer = Timer1Timer
  39.     Left = 44
  40.     Top = 64
  41.   end
  42. end
  43.