home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd2.bin / burn / tmpgenc / download / TMPGEnc-2.58.44.152-Free.exe / TMPGEnc.exe / 1033 / RCDATA / TOPTIONFORM / TOPTIONFORM.txt
Text File  |  2002-08-30  |  23KB  |  788 lines

  1. object OptionForm: TOptionForm
  2.   Left = 195
  3.   Top = 109
  4.   HelpContext = 16
  5.   ActiveControl = OKButton
  6.   BorderStyle = bsDialog
  7.   Caption = 'Environmental setting'
  8.   ClientHeight = 446
  9.   ClientWidth = 408
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 12
  25.   object PageControl1: TPageControl
  26.     Left = 8
  27.     Top = 8
  28.     Width = 393
  29.     Height = 401
  30.     ActivePage = TabSheet2
  31.     TabOrder = 0
  32.     OnChange = PageControl1Change
  33.     object TabSheet2: TTabSheet
  34.       HelpContext = 17
  35.       Caption = 'General'
  36.       ImageIndex = 1
  37.       ParentShowHint = False
  38.       ShowHint = True
  39.       object GroupBox2: TGroupBox
  40.         Left = 8
  41.         Top = 249
  42.         Width = 369
  43.         Height = 78
  44.         Caption = 'Folder setting'
  45.         TabOrder = 3
  46.         object Label1: TLabel
  47.           Left = 16
  48.           Top = 49
  49.           Width = 67
  50.           Height = 12
  51.           Caption = '&Temporary file:'
  52.           FocusControl = TempFolderEdit
  53.         end
  54.         object Label2: TLabel
  55.           Left = 16
  56.           Top = 22
  57.           Width = 67
  58.           Height = 12
  59.           Caption = '&Output file:'
  60.           FocusControl = OutputFolderEdit
  61.         end
  62.         object TempFolderEdit: TEdit
  63.           Left = 96
  64.           Top = 45
  65.           Width = 212
  66.           Height = 20
  67.           TabOrder = 2
  68.           OnKeyDown = EditKeyDown
  69.         end
  70.         object TempFolderButton: TButton
  71.           Left = 312
  72.           Top = 43
  73.           Width = 47
  74.           Height = 25
  75.           Caption = 'Browse'
  76.           TabOrder = 3
  77.           OnClick = TempFolderButtonClick
  78.         end
  79.         object OutputFolderButton: TButton
  80.           Left = 312
  81.           Top = 16
  82.           Width = 47
  83.           Height = 25
  84.           Caption = 'Browse'
  85.           TabOrder = 1
  86.           OnClick = OutputFolderButtonClick
  87.         end
  88.         object OutputFolderEdit: TEdit
  89.           Left = 96
  90.           Top = 18
  91.           Width = 212
  92.           Height = 20
  93.           TabOrder = 0
  94.           OnKeyDown = EditKeyDown
  95.         end
  96.       end
  97.       object GroupBox4: TGroupBox
  98.         Left = 8
  99.         Top = 100
  100.         Width = 369
  101.         Height = 87
  102.         Caption = 'Canopus DV Codec'
  103.         TabOrder = 1
  104.         object EnableDVCodec411: TCheckBox
  105.           Left = 16
  106.           Top = 40
  107.           Width = 345
  108.           Height = 17
  109.           Hint = 
  110.             'Converts from 4:1:1 to 4:4:4 when YUV is converted to RGB.'#13#10#13#10'DV' +
  111.             ' format is saved in YUV 4:1:1,  some block stands out at reddish' +
  112.             ' part.'#13#10'Here, 4:1:1 is converted to 4:4:4.'
  113.           Caption = 'Interpolate YUV data from 4:1:1 to 4:4:4'
  114.           TabOrder = 1
  115.           OnKeyDown = EditKeyDown
  116.         end
  117.         object EnableDVCodecNetworkFile: TCheckBox
  118.           Left = 16
  119.           Top = 19
  120.           Width = 351
  121.           Height = 17
  122.           Hint = 
  123.             'Enables reading referrd format AVI thorough network.'#13#10'As followi' +
  124.             'ng step, data file(e.g.*.000) is searched.'#13#10#13#10'  1. In case of th' +
  125.             'rough the network, search data file which is stored same PC as A' +
  126.             'VI file stored.'#13#10'  2. In case of through the network, search dat' +
  127.             'a file which is stored same directory as AVI file stored.'#13#10'  3. ' +
  128.             'Search data with original file name.'#13#10'  4. Search data file whic' +
  129.             'h is stored same directory as AVI file stored.'#13#10'  5. Search data' +
  130.             ' file whose name is same as AVI file and, stored same directory ' +
  131.             'as AVI file stored.'
  132.           Caption = 'Enable reading referrd format AVI thorough network(always ON)'
  133.           Checked = True
  134.           ParentShowHint = False
  135.           ShowHint = True
  136.           State = cbChecked
  137.           TabOrder = 0
  138.           OnClick = EnableDVCodecNetworkFileClick
  139.           OnKeyDown = EditKeyDown
  140.         end
  141.         object DVCodecColorSpace: TComboBox
  142.           Left = 192
  143.           Top = 59
  144.           Width = 161
  145.           Height = 20
  146.           Style = csDropDownList
  147.           ItemHeight = 12
  148.           Items.Strings = (
  149.             'Basic YCbCr (Default)'
  150.             'CCIR-601 (DV Standard)'
  151.             'YUV')
  152.           TabOrder = 3
  153.         end
  154.         object EnableDVCodecColorSpace: TCheckBox
  155.           Left = 16
  156.           Top = 61
  157.           Width = 172
  158.           Height = 17
  159.           Caption = 'Set equation for color space'
  160.           TabOrder = 2
  161.           OnClick = EnableDVCodecColorSpaceClick
  162.         end
  163.       end
  164.       object GroupBox7: TGroupBox
  165.         Left = 8
  166.         Top = 195
  167.         Width = 369
  168.         Height = 44
  169.         Caption = 'Panasonic and I-O DATA DV GigaAVI CODEC'
  170.         TabOrder = 2
  171.         object EnableDVCodecNetworkFile2: TCheckBox
  172.           Left = 16
  173.           Top = 18
  174.           Width = 351
  175.           Height = 17
  176.           Hint = 
  177.             'Enables reading referrd format AVI thorough network.'#13#10'As followi' +
  178.             'ng step, data file(e.g.*.000) is searched.'#13#10#13#10'  1. In case of th' +
  179.             'rough the network, search data file which is stored same PC as A' +
  180.             'VI file stored.'#13#10'  2. In case of through the network, search dat' +
  181.             'a file which is stored same directory as AVI file stored.'#13#10'  3. ' +
  182.             'Search data with original file name.'#13#10'  4. Search data file whic' +
  183.             'h is stored same directory as AVI file stored.'#13#10'  5. Search data' +
  184.             ' file whose name is same as AVI file and, stored same directory ' +
  185.             'as AVI file stored.'
  186.           Caption = 'Enable reading referrd format AVI thorough network(always ON)'
  187.           Checked = True
  188.           ParentShowHint = False
  189.           ShowHint = True
  190.           State = cbChecked
  191.           TabOrder = 0
  192.           OnClick = EnableDVCodecNetworkFileClick
  193.           OnKeyDown = EditKeyDown
  194.         end
  195.       end
  196.       object GroupBox9: TGroupBox
  197.         Left = 8
  198.         Top = 8
  199.         Width = 369
  200.         Height = 89
  201.         Caption = 'General setting'
  202.         TabOrder = 0
  203.         object EnableMuxMode: TCheckBox
  204.           Left = 16
  205.           Top = 19
  206.           Width = 345
  207.           Height = 17
  208.           Hint = 
  209.             'Sets mux://file name to enable multiple for video/audio source.'#13 +
  210.             #10'If this option is enabled, set as following example:'#13#10#13#10'Video s' +
  211.             'ource: c:\test\news.avi'#13#10'Audio source: mux://c:\test\news.mp2'#13#10#13 +
  212.             #10'In this case, while encoding the movie, it is possible to multi' +
  213.             'plex'#13#10'c:\test\news.avi and c:\test\news.mp2 at the same time.'
  214.           Caption = 'Enable multiplex with "mux://file name" for video/audio source.'
  215.           TabOrder = 0
  216.           OnKeyDown = EditKeyDown
  217.         end
  218.         object EditBitRateStepUnit: TCheckBox
  219.           Left = 16
  220.           Top = 40
  221.           Width = 345
  222.           Height = 17
  223.           Hint = 'Sets unit when editing MPEG-Video bitrate.'
  224.           Caption = 'Edit bitrate by bps not kbps'
  225.           TabOrder = 1
  226.           OnKeyDown = EditKeyDown
  227.         end
  228.         object DisableOSFileCache: TCheckBox
  229.           Left = 16
  230.           Top = 61
  231.           Width = 337
  232.           Height = 17
  233.           Hint = 
  234.             'Disables cache by Operating system to access file(s).'#13#10'This sett' +
  235.             'ing will cause slower performance.'#13#10#13#10'This setting is only avail' +
  236.             'able when TMPGenc accesses to file(s) directly. '#13#10'For VFAPI plug' +
  237.             '-in, the following plug-ins are supported by the setting.'#13#10#13#10'> A' +
  238.             'VI2(OpenDML) File Reader'#13#10'> BMP/PPM/TGA/JPG File Reader'#13#10'> Wave ' +
  239.             'File Reader'#13#10'> TMPGEnc Project File Reader'#13#10#13#10'This option does n' +
  240.             'ot need for Windows9x/ME.'
  241.           Caption = 'Do not us cache function by Operating system to access file.'
  242.           TabOrder = 2
  243.         end
  244.       end
  245.     end
  246.     object TabSheet1: TTabSheet
  247.       HelpContext = 18
  248.       Caption = 'CPU'
  249.       ImageIndex = 4
  250.       object GroupBox3: TGroupBox
  251.         Left = 8
  252.         Top = 8
  253.         Width = 369
  254.         Height = 145
  255.         Caption = 'CPU setting'
  256.         TabOrder = 0
  257.         object Label3: TLabel
  258.           Left = 208
  259.           Top = 120
  260.           Width = 47
  261.           Height = 12
  262.           Caption = 'processors'
  263.         end
  264.         object CPU_UseMMX: TCheckBox
  265.           Left = 16
  266.           Top = 19
  267.           Width = 105
  268.           Height = 17
  269.           Hint = 'Use MMX technology'
  270.           Caption = 'Enable MMX'
  271.           TabOrder = 0
  272.           OnClick = CPU_UseMMXClick
  273.           OnKeyDown = EditKeyDown
  274.         end
  275.         object CPU_Use3DNow: TCheckBox
  276.           Left = 16
  277.           Top = 99
  278.           Width = 121
  279.           Height = 17
  280.           Hint = 'Use 3D Now!'
  281.           Caption = 'Enable 3D Now!'
  282.           TabOrder = 3
  283.           OnClick = CPU_UseMMXClick
  284.           OnKeyDown = EditKeyDown
  285.         end
  286.         object CPU_UseSSE: TCheckBox
  287.           Left = 16
  288.           Top = 59
  289.           Width = 97
  290.           Height = 17
  291.           Hint = 'Use Streaming SIMD Extension.'
  292.           BiDiMode = bdRightToLeft
  293.           Caption = 'Enable SSE'
  294.           ParentBiDiMode = False
  295.           TabOrder = 2
  296.           OnClick = CPU_UseMMXClick
  297.           OnKeyDown = EditKeyDown
  298.         end
  299.         object CPU_UseMMX2: TCheckBox
  300.           Left = 16
  301.           Top = 39
  302.           Width = 121
  303.           Height = 17
  304.           Hint = 'Use MMX-2 command added to PentiumIII or Athlon.'
  305.           Caption = 'Enable MMX-2'
  306.           TabOrder = 1
  307.           OnClick = CPU_UseMMXClick
  308.           OnKeyDown = EditKeyDown
  309.         end
  310.         object CPU_UseMultiprocessor: TCheckBox
  311.           Left = 16
  312.           Top = 119
  313.           Width = 145
  314.           Height = 17
  315.           Hint = 'Use more than 2 CPU.'
  316.           Caption = 'Use multi-thread'
  317.           TabOrder = 4
  318.           OnClick = CPU_UseMultiprocessorClick
  319.           OnKeyDown = EditKeyDown
  320.         end
  321.         object CPU_UseMultiprocessorCount: TEdit
  322.           Left = 160
  323.           Top = 116
  324.           Width = 41
  325.           Height = 20
  326.           Color = clBtnFace
  327.           ReadOnly = True
  328.           TabOrder = 5
  329.           OnKeyDown = EditKeyDown
  330.         end
  331.         object CPU_UseSSE2: TCheckBox
  332.           Left = 16
  333.           Top = 79
  334.           Width = 121
  335.           Height = 17
  336.           Hint = 'Enables SSE order added for Pentium 4.'
  337.           BiDiMode = bdRightToLeft
  338.           Caption = 'Enable SSE-2'
  339.           ParentBiDiMode = False
  340.           TabOrder = 6
  341.           OnClick = CPU_UseMMXClick
  342.           OnKeyDown = EditKeyDown
  343.         end
  344.       end
  345.       object GroupBox6: TGroupBox
  346.         Left = 8
  347.         Top = 162
  348.         Width = 369
  349.         Height = 95
  350.         Caption = 'Multi-thread setting'
  351.         TabOrder = 1
  352.         object Label7: TLabel
  353.           Left = 16
  354.           Top = 22
  355.           Width = 4
  356.           Height = 12
  357.           FocusControl = MultithreadFetchSize_Video
  358.         end
  359.         object MultithreadFetchSize_VideoLabel: TLabel
  360.           Left = 215
  361.           Top = 66
  362.           Width = 17
  363.           Height = 12
  364.           Caption = 'MB'
  365.         end
  366.         object VideoAnalyzePipelineThreadCountLabel: TLabel
  367.           Left = 296
  368.           Top = 42
  369.           Width = 62
  370.           Height = 12
  371.           Caption = '∩┐╜┬é╠âX∩┐╜∩┐╜∩┐╜b∩┐╜h'
  372.           Visible = False
  373.         end
  374.         object MultithreadFetchSize_Video: TPGSpinEdit
  375.           Left = 144
  376.           Top = 62
  377.           Width = 65
  378.           Height = 21
  379.           Hint = 
  380.             'When multi-thread is enabled, set how many MB the Video data is ' +
  381.             'prefetched.'
  382.           AlignValue = False
  383.           CanFloatValue = False
  384.           FloatValue = 1
  385.           Increment = 1
  386.           MaxValue = 1024
  387.           TabOrder = 3
  388.           Value = 1
  389.           OnKeyDown = EditKeyDown
  390.         end
  391.         object EnableVideoAnalyzePipeline: TCheckBox
  392.           Left = 16
  393.           Top = 42
  394.           Width = 209
  395.           Height = 17
  396.           Hint = 
  397.             'Enables pipeline for MPEG-Video encode.'#13#10#13#10'More memory will be u' +
  398.             'sed if this option is enabled. Also, when encoding,'#13#10'preview wil' +
  399.             'l not be displayed properly, this is normal.'
  400.           Caption = 'Enables pipeline for Motion search.'
  401.           TabOrder = 1
  402.           OnClick = EnableVideoAnalyzePipelineClick
  403.           OnKeyDown = EditKeyDown
  404.         end
  405.         object EnableFetchVideo: TCheckBox
  406.           Left = 16
  407.           Top = 65
  408.           Width = 121
  409.           Height = 17
  410.           Hint = 'Read Video data asynchronously'
  411.           Caption = 'Prefetch Video'
  412.           TabOrder = 2
  413.           OnClick = EnableFetchVideoClick
  414.           OnKeyDown = EditKeyDown
  415.         end
  416.         object EnableVideoPipeline: TCheckBox
  417.           Left = 16
  418.           Top = 19
  419.           Width = 145
  420.           Height = 17
  421.           Hint = 
  422.             'Enable pipeline for MPEG-Video encode.'#13#10#13#10'More memory will be us' +
  423.             'ed if this option is enabled.Also, when encoding,'#13#10'preview will ' +
  424.             'not be displayed properly, this is normal.'
  425.           Caption = 'Enable pipeline'
  426.           TabOrder = 0
  427.           OnKeyDown = EditKeyDown
  428.         end
  429.         object MultithreadFetchSize_VideoCheck: TCheckBox
  430.           Left = 245
  431.           Top = 64
  432.           Width = 113
  433.           Height = 17
  434.           Hint = 
  435.             'It does not try to obtain buffer any more if there are no free s' +
  436.             'pace on physical memory.'
  437.           Caption = 'Check free space'
  438.           TabOrder = 4
  439.           OnKeyDown = EditKeyDown
  440.         end
  441.         object VideoAnalyzePipelineThreadCount: TPGSpinEdit
  442.           Left = 217
  443.           Top = 38
  444.           Width = 73
  445.           Height = 21
  446.           AlignValue = False
  447.           CanFloatValue = False
  448.           Increment = 1
  449.           MaxValue = 15
  450.           TabOrder = 5
  451.           Value = 0
  452.           Visible = False
  453.           OnGetText = VideoAnalyzePipelineThreadCountGetText
  454.           OnGetValue = VideoAnalyzePipelineThreadCountGetValue
  455.         end
  456.       end
  457.       object MultipassVBRCachePanel: TGroupBox
  458.         Left = 8
  459.         Top = 265
  460.         Width = 369
  461.         Height = 74
  462.         Caption = 'Cache Setting'
  463.         TabOrder = 2
  464.         object MaxMultipassVBRCacheSizeLabel2: TLabel
  465.           Left = 137
  466.           Top = 47
  467.           Width = 159
  468.           Height = 12
  469.           Caption = 'MB.'
  470.         end
  471.         object MaxMultipassVBRCacheSizeLabel: TLabel
  472.           Left = 35
  473.           Top = 47
  474.           Width = 24
  475.           Height = 12
  476.           Caption = 'Creates cache up to'
  477.         end
  478.         object EnableMultipassVBRCache: TCheckBox
  479.           Left = 16
  480.           Top = 20
  481.           Width = 329
  482.           Height = 17
  483.           Hint = 
  484.             'Saves analyzing result of 1st pass to cache, then the encoding'#13#10 +
  485.             'process would be boosted by using the result at 2nd (or later)'#13#10 +
  486.             ' pass(es).'#13#10#13#10'Required HDD space, for example, at 720x480, 29.97' +
  487.             'fps interlaced'#13#10'movie is approximately 5.3 GB / hour at most.'
  488.           Caption = 'Saves analyzing result of multi pass VBR to cache.'
  489.           TabOrder = 0
  490.           OnClick = EnableMultipassVBRCacheClick
  491.           OnKeyDown = EditKeyDown
  492.         end
  493.         object MaxMultipassVBRCacheSize: TPGSpinEdit
  494.           Left = 66
  495.           Top = 43
  496.           Width = 65
  497.           Height = 21
  498.           Hint = 
  499.             'Saves analyzing result of 1st pass to cache, then the encoding'#13#10 +
  500.             'process would be boosted by using the result at 2nd (or later)'#13#10 +
  501.             ' pass(es).'#13#10#13#10'Required HDD space, for example, at 720x480, 29.97' +
  502.             'fps interlaced'#13#10'movie is approximately 5.3 GB / hour at most.'
  503.           AlignValue = False
  504.           CanFloatValue = False
  505.           FloatValue = 1
  506.           Increment = 1
  507.           MaxValue = 100000
  508.           TabOrder = 1
  509.           Value = 1
  510.           OnKeyDown = EditKeyDown
  511.         end
  512.       end
  513.     end
  514.     object TabSheet3: TTabSheet
  515.       HelpContext = 19
  516.       Caption = 'Sound'
  517.       ImageIndex = 2
  518.       object GroupBox1: TGroupBox
  519.         Left = 8
  520.         Top = 8
  521.         Width = 369
  522.         Height = 53
  523.         Caption = 'Sound'
  524.         TabOrder = 0
  525.         object Sound_EncodeFinishFileName: TEdit
  526.           Left = 104
  527.           Top = 20
  528.           Width = 202
  529.           Height = 20
  530.           TabOrder = 0
  531.           OnKeyDown = EditKeyDown
  532.         end
  533.         object Sound_EncodeFinishBrowseFileName: TButton
  534.           Left = 311
  535.           Top = 17
  536.           Width = 47
  537.           Height = 25
  538.           Caption = 'Browse'
  539.           TabOrder = 1
  540.           OnClick = Sound_EncodeFinishBrowseFileNameClick
  541.         end
  542.         object Sound_EncodeFinish: TCheckBox
  543.           Left = 16
  544.           Top = 22
  545.           Width = 86
  546.           Height = 17
  547.           Caption = 'Finish:'
  548.           TabOrder = 2
  549.           OnClick = Sound_EncodeFinishClick
  550.           OnKeyDown = EditKeyDown
  551.         end
  552.       end
  553.     end
  554.     object TabSheet4: TTabSheet
  555.       HelpContext = 20
  556.       Caption = 'External tool'
  557.       ImageIndex = 3
  558.       object GroupBox5: TGroupBox
  559.         Left = 8
  560.         Top = 8
  561.         Width = 369
  562.         Height = 81
  563.         Caption = 'External audio encoder'
  564.         TabOrder = 0
  565.         object UseMPEGAudioEncoder2: TCheckBox
  566.           Left = 16
  567.           Top = 22
  568.           Width = 65
  569.           Height = 17
  570.           Caption = 'Layer-2'
  571.           TabOrder = 0
  572.           OnClick = UseMPEGAudioEncoder2Click
  573.           OnKeyDown = EditKeyDown
  574.         end
  575.         object MPEGAudioEncoderFileNameEdit2: TComboBox
  576.           Left = 83
  577.           Top = 20
  578.           Width = 224
  579.           Height = 20
  580.           ItemHeight = 12
  581.           TabOrder = 1
  582.           OnKeyDown = EditKeyDown
  583.         end
  584.         object MPEGAudioEncoderFileNameButton2: TButton
  585.           Left = 311
  586.           Top = 17
  587.           Width = 47
  588.           Height = 25
  589.           Caption = 'Browse'
  590.           TabOrder = 2
  591.           OnClick = MPEGAudioEncoderFileNameButton2Click
  592.         end
  593.         object UseMPEGAudioEncoder3: TCheckBox
  594.           Left = 16
  595.           Top = 49
  596.           Width = 65
  597.           Height = 17
  598.           Caption = 'Layer-3'
  599.           TabOrder = 3
  600.           OnClick = UseMPEGAudioEncoder3Click
  601.           OnKeyDown = EditKeyDown
  602.         end
  603.         object MPEGAudioEncoderFileNameEdit3: TComboBox
  604.           Left = 83
  605.           Top = 47
  606.           Width = 224
  607.           Height = 20
  608.           ItemHeight = 12
  609.           TabOrder = 4
  610.           OnKeyDown = EditKeyDown
  611.         end
  612.         object MPEGAudioEncoderFileNameButton3: TButton
  613.           Left = 311
  614.           Top = 44
  615.           Width = 47
  616.           Height = 25
  617.           Caption = 'Browse'
  618.           TabOrder = 5
  619.           OnClick = MPEGAudioEncoderFileNameButton3Click
  620.         end
  621.       end
  622.       object GroupBox8: TGroupBox
  623.         Left = 8
  624.         Top = 96
  625.         Width = 369
  626.         Height = 52
  627.         Caption = 'Sampling frequency convertor'
  628.         TabOrder = 1
  629.         object UseResampler: TCheckBox
  630.           Left = 16
  631.           Top = 22
  632.           Width = 65
  633.           Height = 17
  634.           Caption = 'Use'
  635.           TabOrder = 0
  636.           OnClick = UseResamplerClick
  637.           OnKeyDown = EditKeyDown
  638.         end
  639.         object ResamplerFileNameEdit: TComboBox
  640.           Left = 83
  641.           Top = 20
  642.           Width = 224
  643.           Height = 20
  644.           ItemHeight = 12
  645.           TabOrder = 1
  646.           OnKeyDown = EditKeyDown
  647.         end
  648.         object ResamplerButton: TButton
  649.           Left = 311
  650.           Top = 17
  651.           Width = 47
  652.           Height = 25
  653.           Caption = 'Browse'
  654.           TabOrder = 2
  655.           OnClick = ResamplerButtonClick
  656.         end
  657.       end
  658.     end
  659.     object TabSheet5: TTabSheet
  660.       HelpContext = 21
  661.       Caption = 'VFAPI plug-in'
  662.       ImageIndex = 4
  663.       object Label5: TLabel
  664.         Left = 24
  665.         Top = 271
  666.         Width = 337
  667.         Height = 72
  668.         BiDiMode = bdLeftToRight
  669.         Caption = 
  670.           'VFAPI(Video File API) plug-in expands movie formats which are'#13#10's' +
  671.           'upported by movie authoring software that are supporting VFAPI.'#13 +
  672.           #10#13#10'Several VFAPI plug-ins and development Kits can be downloaded' +
  673.           ' at'#13#10'the following URL (Japanese).'
  674.         ParentBiDiMode = False
  675.         WordWrap = True
  676.       end
  677.       object VFAPIPageButton: TSpeedButton
  678.         Left = 21
  679.         Top = 343
  680.         Width = 342
  681.         Height = 16
  682.         Flat = True
  683.         Font.Charset = ANSI_CHARSET
  684.         Font.Color = clNavy
  685.         Font.Height = -12
  686.         Font.Name = 'MS Sans Serif'
  687.         Font.Style = []
  688.         ParentFont = False
  689.         OnClick = VFAPIPageButtonClick
  690.       end
  691.       object VideoFilePluginList: TListView
  692.         Left = 7
  693.         Top = 8
  694.         Width = 370
  695.         Height = 249
  696.         Checkboxes = True
  697.         Columns = <
  698.           item
  699.             Caption = 'Name'
  700.             Width = 223
  701.           end
  702.           item
  703.             Caption = 'File'
  704.             Width = 95
  705.           end
  706.           item
  707.             Alignment = taRightJustify
  708.             Caption = 'Priority'
  709.             Width = 48
  710.           end>
  711.         ColumnClick = False
  712.         DragMode = dmAutomatic
  713.         FullDrag = True
  714.         GridLines = True
  715.         HideSelection = False
  716.         HotTrackStyles = []
  717.         ReadOnly = True
  718.         PopupMenu = VFAPIPopupMenu
  719.         TabOrder = 0
  720.         ViewStyle = vsReport
  721.         OnMouseMove = VideoFilePluginListMouseMove
  722.       end
  723.     end
  724.   end
  725.   object OKButton: TButton
  726.     Left = 246
  727.     Top = 416
  728.     Width = 75
  729.     Height = 25
  730.     Caption = 'OK'
  731.     ModalResult = 1
  732.     TabOrder = 1
  733.     OnClick = OKButtonClick
  734.   end
  735.   object CancelButton: TButton
  736.     Left = 326
  737.     Top = 416
  738.     Width = 75
  739.     Height = 25
  740.     Cancel = True
  741.     Caption = 'Cancel'
  742.     ModalResult = 2
  743.     TabOrder = 2
  744.   end
  745.   object OpenSoundDialog: TOpenDialog
  746.     Filter = 'Wave file(*.wav)|*.wav|All files(*.*)|*.*'
  747.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  748.     Left = 12
  749.     Top = 415
  750.   end
  751.   object OpenExternalToolDialog: TOpenDialog
  752.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  753.     Title = 'Select file to execute'
  754.     Left = 44
  755.     Top = 415
  756.   end
  757.   object VFAPIPopupMenu: TPopupMenu
  758.     Left = 76
  759.     Top = 415
  760.     object N1: TMenuItem
  761.       Caption = 'Higher priority'
  762.       OnClick = VFAPIPriorityUpActionExecute
  763.     end
  764.     object N2: TMenuItem
  765.       Caption = 'Lower priority'
  766.       OnClick = VFAPIPriorityDownActionExecute
  767.     end
  768.     object N3: TMenuItem
  769.       Caption = '-'
  770.     end
  771.     object N4: TMenuItem
  772.       Caption = 'Check all'
  773.       OnClick = N4Click
  774.     end
  775.     object N5: TMenuItem
  776.       Caption = 'Uncheck all'
  777.       OnClick = N5Click
  778.     end
  779.     object N6: TMenuItem
  780.       Caption = '-'
  781.     end
  782.     object N7: TMenuItem
  783.       Caption = 'Reset to recommended setting'
  784.       OnClick = N7Click
  785.     end
  786.   end
  787. end
  788.