home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2.exe / 0 / RCDATA / TMOVIEDLG / TMOVIEDLG.txt
Text File  |  2002-07-15  |  2KB  |  76 lines

  1. object MovieDlg: TMovieDlg
  2.   OldCreateOrder = False
  3.   Left = 285
  4.   Top = 161
  5.   Height = 479
  6.   Width = 741
  7.   object MovieDlg: TAOWWindow
  8.     DefaultCursor = -1
  9.     Enabled = True
  10.     OnKeyDown = MovieDlgKeyDown
  11.     OnMouseDown = MovieDlgMouseDown
  12.     Visible = False
  13.     Priority = 500000
  14.     WinLeft = 790
  15.     WinTop = 590
  16.     WinWidth = 800
  17.     Masked = False
  18.     Alignment.AlignWidth = awBoth
  19.     Alignment.AlignHeight = ahBoth
  20.     Alignment.LeftOffset = 0
  21.     Alignment.RightOffset = 0
  22.     Alignment.TopOffset = 0
  23.     Alignment.BottomOffset = 0
  24.     WinManager = Sys.Manager
  25.     UseVMem = False
  26.     BorderWidth = 0
  27.     BorderHeight = 0
  28.     Cursor = -1
  29.     DoubleBuffered = False
  30.     MaskColor = clBlack
  31.     FreeSurfaceOnHide = False
  32.     MaskedBorder = False
  33.     ILTexture.IL = ILs.Text_Main
  34.     ILTexture.Index = 12
  35.     ILTexture.OffsetX = 0
  36.     ILTexture.OffsetY = 0
  37.     ILTexture.TextureType = intTile
  38.     ILFrame.Index = 0
  39.     DragHeight = 0
  40.     Draggable = False
  41.     Resizable = False
  42.     MinWidth = 0
  43.     MinHeight = 0
  44.     MaxWidth = 0
  45.     MaxHeight = 0
  46.     UseDisplayBorders = True
  47.     UseManagerBorders = False
  48.     Modal = True
  49.     WinHeight = 600
  50.     Left = 32
  51.     Top = 8
  52.   end
  53.   object Video: TintVideo
  54.     DefaultCursor = crArrow
  55.     Enabled = True
  56.     Priority = 0
  57.     WinLeft = 400
  58.     WinTop = 300
  59.     AOWWindow = MovieDlg
  60.     CaptureInput = False
  61.     Alignment.AlignWidth = awCenter
  62.     Alignment.AlignHeight = ahCenter
  63.     Alignment.LeftOffset = 0
  64.     Alignment.RightOffset = 0
  65.     Alignment.TopOffset = 0
  66.     Alignment.BottomOffset = 0
  67.     Masked = False
  68.     SoundSystem = Sys.DSound
  69.     Loop = False
  70.     OnMovieEnd = VideoMovieEnd
  71.     VideoMode = vmDefault
  72.     Left = 88
  73.     Top = 8
  74.   end
  75. end
  76.