Unit1.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormVMRMixer: TFormVMRMixer
  2.   Left = 198
  3.   Top = 114
  4.   Width = 468
  5.   Height = 411
  6.   Caption = 'VMRMixer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 96
  18.     Top = 344
  19.     Width = 27
  20.     Height = 13
  21.     Caption = 'Alpha'
  22.   end
  23.   object VideoWindow: TVideoWindow
  24.     Left = 0
  25.     Top = 0
  26.     Width = 425
  27.     Height = 313
  28.     Mode = vmVMR
  29.     FilterGraph = FilterGraph
  30.     VMROptions.Mode = vmrWindowed
  31.     VMROptions.Streams = 2
  32.     Color = clBlack
  33.   end
  34.   object btRender: TButton
  35.     Left = 8
  36.     Top = 344
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Render File ...'
  40.     TabOrder = 1
  41.     OnClick = btRenderClick
  42.   end
  43.   object Alpha: TTrackBar
  44.     Left = 128
  45.     Top = 344
  46.     Width = 150
  47.     Height = 23
  48.     Max = 100
  49.     Orientation = trHorizontal
  50.     Frequency = 1
  51.     Position = 50
  52.     SelEnd = 0
  53.     SelStart = 0
  54.     TabOrder = 2
  55.     TickMarks = tmBottomRight
  56.     TickStyle = tsAuto
  57.     OnChange = AlphaChange
  58.   end
  59.   object CoordX: TTrackBar
  60.     Left = 1
  61.     Top = 320
  62.     Width = 424
  63.     Height = 23
  64.     Max = 100
  65.     Orientation = trHorizontal
  66.     Frequency = 1
  67.     Position = 50
  68.     SelEnd = 0
  69.     SelStart = 0
  70.     TabOrder = 3
  71.     TickMarks = tmBottomRight
  72.     TickStyle = tsAuto
  73.     OnChange = CoordChange
  74.   end
  75.   object CoordY: TTrackBar
  76.     Left = 434
  77.     Top = 0
  78.     Width = 23
  79.     Height = 313
  80.     Max = 100
  81.     Orientation = trVertical
  82.     Frequency = 1
  83.     Position = 50
  84.     SelEnd = 0
  85.     SelStart = 0
  86.     TabOrder = 4
  87.     TickMarks = tmBottomRight
  88.     TickStyle = tsAuto
  89.     OnChange = CoordChange
  90.   end
  91.   object FilterGraph: TFilterGraph
  92.     LogFile = 'c:log.txt'
  93.     AutoCreate = True
  94.     GraphEdit = True
  95.     Left = 8
  96.     Top = 8
  97.   end
  98.   object OpenDialog: TOpenDialog
  99.     Left = 8
  100.     Top = 40
  101.   end
  102. end