home *** CD-ROM | disk | FTP | other *** search
/ Atlas of the Solar System / NewAtlasOfTheSolarSystem.iso / 3DSS2Launcher.exe / 0 / RCDATA / TSTARTUPFORM / TSTARTUPFORM.txt < prev   
Text File  |  2003-08-15  |  1KB  |  56 lines

  1. object StartUpForm: TStartUpForm
  2.   Left = 135
  3.   Top = 124
  4.   BorderStyle = bsNone
  5.   Caption = 'StartUpForm'
  6.   ClientHeight = 683
  7.   ClientWidth = 933
  8.   Color = clBtnFace
  9.   DefaultMonitor = dmPrimary
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClick = MovieClick
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object SplashImage: TImage
  25.     Left = 58
  26.     Top = 23
  27.     Width = 800
  28.     Height = 600
  29.     AutoSize = True
  30.     Picture.Data = {<image000.jpg>}
  31.     Visible = False
  32.   end
  33.   object Player: TMediaPlayer
  34.     Left = 304
  35.     Top = 512
  36.     Width = 197
  37.     Height = 30
  38.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  39.     DeviceType = dtAVIVideo
  40.     Display = DisplayPanel
  41.     Visible = False
  42.     TabOrder = 1
  43.     OnNotify = PlayerNotify
  44.   end
  45.   object DisplayPanel: TPanel
  46.     Left = 162
  47.     Top = 72
  48.     Width = 640
  49.     Height = 480
  50.     BevelOuter = bvNone
  51.     Color = clBlack
  52.     TabOrder = 0
  53.     OnClick = MovieClick
  54.   end
  55. end
  56.