home *** CD-ROM | disk | FTP | other *** search
/ Slippery When Wet / SLIPPERY_WET.bin / thezone.exe / 0 / RCDATA / TFORMAVI / TFORMAVI.txt < prev   
Encoding:
Text File  |  1999-11-02  |  3.9 KB  |  199 lines

  1. object FormAvi: TFormAvi
  2.   Left = 155
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FormAvi'
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Color = clWhite
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ImageRight: TImage
  20.     Left = 512
  21.     Top = 0
  22.     Width = 120
  23.     Height = 453
  24.     Align = alRight
  25.     Stretch = True
  26.   end
  27.   object ImageLeft: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 120
  31.     Height = 453
  32.     Align = alLeft
  33.   end
  34.   object Image3: TImage
  35.     Left = 8
  36.     Top = 386
  37.     Width = 47
  38.     Height = 46
  39.     Picture.Data = {<image000.bmp>}
  40.     OnClick = Image3Click
  41.   end
  42.   object Image4: TImage
  43.     Left = 61
  44.     Top = 386
  45.     Width = 47
  46.     Height = 46
  47.     Picture.Data = {<image001.bmp>}
  48.     OnClick = Image4Click
  49.   end
  50.   object LblMenu: TLabel
  51.     Left = 121
  52.     Top = 0
  53.     Width = 42
  54.     Height = 18
  55.     Cursor = crHelp
  56.     Caption = '∩┐╜Menu'
  57.     Font.Color = clBlack
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = [fsBold, fsItalic]
  61.     ParentFont = False
  62.     OnClick = LblMenuClick
  63.   end
  64.   object LblStart: TLabel
  65.     Left = 166
  66.     Top = 0
  67.     Width = 37
  68.     Height = 16
  69.     Cursor = crHelp
  70.     Caption = '∩┐╜Start'
  71.     Font.Color = clBlack
  72.     Font.Height = -13
  73.     Font.Name = 'Arial'
  74.     Font.Style = [fsBold, fsItalic]
  75.     ParentFont = False
  76.     OnClick = LblStartClick
  77.   end
  78.   object LblStop: TLabel
  79.     Left = 206
  80.     Top = 0
  81.     Width = 33
  82.     Height = 16
  83.     Cursor = crHelp
  84.     Caption = '∩┐╜Stop'
  85.     Font.Color = clBlack
  86.     Font.Height = -13
  87.     Font.Name = 'Arial'
  88.     Font.Style = [fsBold, fsItalic]
  89.     ParentFont = False
  90.     OnClick = LblStopClick
  91.   end
  92.   object LblStretch: TLabel
  93.     Left = 245
  94.     Top = 0
  95.     Width = 74
  96.     Height = 16
  97.     Cursor = crHelp
  98.     Caption = '∩┐╜Stretch:Off '
  99.     Font.Color = clBlack
  100.     Font.Height = -13
  101.     Font.Name = 'Arial'
  102.     Font.Style = [fsBold, fsItalic]
  103.     ParentFont = False
  104.     OnClick = LblStretchClick
  105.   end
  106.   object LblMovie1: TLabel
  107.     Left = 464
  108.     Top = 0
  109.     Width = 8
  110.     Height = 16
  111.     Cursor = crHelp
  112.     Caption = '1'
  113.     Font.Color = clBlack
  114.     Font.Height = -13
  115.     Font.Name = 'Arial'
  116.     Font.Style = [fsBold, fsItalic]
  117.     ParentFont = False
  118.     OnClick = LblMovie1Click
  119.   end
  120.   object LblMovie2: TLabel
  121.     Left = 475
  122.     Top = 0
  123.     Width = 8
  124.     Height = 16
  125.     Cursor = crHelp
  126.     Caption = '2'
  127.     Color = clWhite
  128.     Font.Color = clGray
  129.     Font.Height = -13
  130.     Font.Name = 'Arial'
  131.     Font.Style = [fsBold, fsItalic]
  132.     ParentColor = False
  133.     ParentFont = False
  134.     OnClick = LblMovie2Click
  135.   end
  136.   object LblMovie3: TLabel
  137.     Left = 487
  138.     Top = 0
  139.     Width = 7
  140.     Height = 16
  141.     Cursor = crHelp
  142.     Caption = '3'
  143.     Color = clWhite
  144.     Font.Color = clGray
  145.     Font.Height = -13
  146.     Font.Name = 'Arial'
  147.     Font.Style = [fsBold, fsItalic]
  148.     ParentColor = False
  149.     ParentFont = False
  150.     OnClick = LblMovie3Click
  151.   end
  152.   object LblMovie4: TLabel
  153.     Left = 501
  154.     Top = 0
  155.     Width = 7
  156.     Height = 16
  157.     Cursor = crHelp
  158.     Caption = '4'
  159.     Color = clWhite
  160.     Font.Color = clGray
  161.     Font.Height = -13
  162.     Font.Name = 'Arial'
  163.     Font.Style = [fsBold, fsItalic]
  164.     ParentColor = False
  165.     ParentFont = False
  166.     OnClick = LblMovie4Click
  167.   end
  168.   object Label8: TLabel
  169.     Left = 390
  170.     Top = 0
  171.     Width = 71
  172.     Height = 16
  173.     Caption = 'Movie:'
  174.     Font.Color = clBlack
  175.     Font.Height = -13
  176.     Font.Name = 'Arial'
  177.     Font.Style = [fsBold, fsItalic]
  178.     ParentFont = False
  179.   end
  180.   object ImageClear: TImage
  181.     Left = 123
  182.     Top = 16
  183.     Width = 384
  184.     Height = 433
  185.     Picture.Data = {<image002.bmp>}
  186.     Stretch = True
  187.     Visible = False
  188.   end
  189.   object MediaPlayer1: TMediaPlayer
  190.     Left = 257
  191.     Top = 14
  192.     Width = 253
  193.     Height = 30
  194.     DeviceType = dtAVIVideo
  195.     Visible = False
  196.     TabOrder = 0
  197.   end
  198. end
  199.