home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / StickMan.zip / StickMan / StickMan.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  2009-02-28  |  2KB  |  100 lines

  1. object SplashForm: TSplashForm
  2.   Left = 290
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseDown = FormMouseDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SplashPanel: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 632
  26.     Height = 453
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     OnMouseDown = FormMouseDown
  31.     object SplashImage: TImage
  32.       Left = 104
  33.       Top = 24
  34.       Width = 249
  35.       Height = 137
  36.       Visible = False
  37.       OnMouseDown = FormMouseDown
  38.     end
  39.     object SplashEdit: TLMDRichScrollBox
  40.       Left = 0
  41.       Top = 0
  42.       Width = 632
  43.       Height = 453
  44.       AutoURLDetect = False
  45.       Align = alClient
  46.       Bevel.BorderSides = []
  47.       Bevel.StyleInner = bvNone
  48.       Bevel.StyleOuter = bvNone
  49.       BiDiMode = bdLeftToRight
  50.       Color = clWhite
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentBiDiMode = False
  57.       ParentColor = False
  58.       ParentFont = False
  59.       ParentShowHint = False
  60.       RichStorageItem = 0
  61.       ShowHint = False
  62.       Visible = False
  63.       OnMouseDown = FormMouseDown
  64.     end
  65.     object MoviePanel: TPanel
  66.       Left = 48
  67.       Top = 176
  68.       Width = 217
  69.       Height = 185
  70.       BevelOuter = bvNone
  71.       Color = clBlack
  72.       TabOrder = 0
  73.       Visible = False
  74.       OnMouseDown = FormMouseDown
  75.     end
  76.     object MoviePlayer: TMediaPlayer
  77.       Left = 120
  78.       Top = 408
  79.       Width = 253
  80.       Height = 30
  81.       Display = MoviePanel
  82.       Visible = False
  83.       TabOrder = 1
  84.     end
  85.   end
  86.   object CloseTimer: TTimer
  87.     Enabled = False
  88.     OnTimer = CloseTimerTimer
  89.     Left = 320
  90.     Top = 16
  91.   end
  92.   object RewindTimer: TTimer
  93.     Enabled = False
  94.     Interval = 100
  95.     OnTimer = RewindTimerTimer
  96.     Left = 40
  97.     Top = 32
  98.   end
  99. end
  100.