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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 114
  4.   Width = 331
  5.   Height = 197
  6.   Caption = 'Form1'
  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.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 51
  21.     Height = 13
  22.     Caption = 'Output File'
  23.   end
  24.   object GO: TButton
  25.     Left = 8
  26.     Top = 48
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'GO'
  30.     TabOrder = 0
  31.     OnClick = GOClick
  32.   end
  33.   object Output: TEdit
  34.     Left = 8
  35.     Top = 24
  36.     Width = 289
  37.     Height = 21
  38.     TabOrder = 1
  39.     Text = 'c:output.avi'
  40.   end
  41.   object Memo1: TMemo
  42.     Left = 0
  43.     Top = 81
  44.     Width = 323
  45.     Height = 89
  46.     Align = alBottom
  47.     Lines.Strings = (
  48.       'Memo1')
  49.     TabOrder = 2
  50.   end
  51.   object FilterGraph: TFilterGraph
  52.     AutoCreate = True
  53.     Mode = gmCapture
  54.     GraphEdit = True
  55.     OnDSEvent = FilterGraphDSEvent
  56.     Left = 240
  57.     Top = 8
  58.   end
  59.   object DivXEncoder: TFilter
  60.     BaseFilter.data = {
  61.       8200000037D415438C5BD011BD3B00A0C911CE866E0000004000640065007600
  62.       6900630065003A0063006D003A007B0033003300440039004100370036003000
  63.       2D0039003000430038002D0031003100440030002D0042004400340033002D00
  64.       3000300041003000430039003100310043004500380036007D005C0064006900
  65.       760078000000}
  66.     FilterGraph = FilterGraph
  67.     Left = 240
  68.     Top = 40
  69.   end
  70.   object OpenDialog: TOpenDialog
  71.     Left = 272
  72.     Top = 8
  73.   end
  74.   object FileSource: TFilter
  75.     BaseFilter.data = {
  76.       C600000037D415438C5BD011BD3B00A0C911CE86B20000004000640065007600
  77.       6900630065003A00730077003A007B0030003800330038003600330046003100
  78.       2D0037003000440045002D0031003100440030002D0042004400340030002D00
  79.       3000300041003000430039003100310043004500380036007D005C007B004500
  80.       34003300360045004200420035002D0035003200340046002D00310031004300
  81.       45002D0039004600350033002D00300030003200300041004600300042004100
  82.       3700370030007D000000}
  83.     FilterGraph = FilterGraph
  84.     Left = 272
  85.     Top = 40
  86.   end
  87.   object MP3Enc: TFilter
  88.     BaseFilter.data = {
  89.       9600000037D415438C5BD011BD3B00A0C911CE86820000004000640065007600
  90.       6900630065003A0063006D003A007B0033003300440039004100370036003100
  91.       2D0039003000430038002D0031003100440030002D0042004400340033002D00
  92.       3000300041003000430039003100310043004500380036007D005C0038003500
  93.       4D0050004500470020004C0061007900650072002D0033000000}
  94.     FilterGraph = FilterGraph
  95.     Left = 208
  96.     Top = 40
  97.   end
  98. end