home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Start_95.exe / 0 / RCDATA / TINTRO / TINTRO.txt < prev   
Text File  |  1998-09-09  |  488b  |  26 lines

  1. object Intro: TIntro
  2.   Left = 367
  3.   Top = 336
  4.   BorderStyle = bsNone
  5.   Caption = 'Bitte warten...'
  6.   ClientHeight = 100
  7.   ClientWidth = 320
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 16
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 320
  21.     Height = 100
  22.     Align = alClient
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25. end
  26.