home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TSPLASH_SCREEN / TSPLASH_SCREEN.txt < prev   
Text File  |  1999-04-13  |  975b  |  47 lines

  1. object Splash_Screen: TSplash_Screen
  2.   Left = 337
  3.   Top = 283
  4.   Hint = 'Welcome to a Musical Generator'
  5.   BorderStyle = bsNone
  6.   ClientHeight = 128
  7.   ClientWidth = 265
  8.   Font.Charset = DEFAULT_CHARSET
  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.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 265
  24.     Height = 128
  25.     Align = alClient
  26.     Picture.Data = {<image001.bmp>}
  27.   end
  28.   object player: TMediaPlayer
  29.     Left = 8
  30.     Top = 64
  31.     Width = 253
  32.     Height = 30
  33.     DeviceType = dtSequencer
  34.     FileName = 'C:\Usr\Nollie\MD\splash1.mid'
  35.     Visible = False
  36.     TabOrder = 0
  37.     OnNotify = playerNotify
  38.   end
  39.   object Timer: TTimer
  40.     Enabled = False
  41.     Interval = 4000
  42.     OnTimer = TimerTimer
  43.     Left = 120
  44.     Top = 24
  45.   end
  46. end
  47.