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 / 1041 / RCDATA / TMPEGTOOLFORM / TMPEGTOOLFORM.txt
Text File  |  2002-08-30  |  17KB  |  655 lines

  1. object MPEGToolForm: TMPEGToolForm
  2.   Left = 192
  3.   Top = 110
  4.   HelpContext = 6
  5.   BorderStyle = bsDialog
  6.   Caption = 'MPEG ∩┐╜c∩┐╜[∩┐╜∩┐╜'
  7.   ClientHeight = 359
  8.   ClientWidth = 472
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object PageControl: TPageControl
  24.     Left = 8
  25.     Top = 8
  26.     Width = 457
  27.     Height = 313
  28.     ActivePage = MultiplexorTab
  29.     TabOrder = 0
  30.     OnChange = PageControlChange
  31.     object MultiplexorTab: TTabSheet
  32.       HelpContext = 7
  33.       Caption = '∩┐╜╚ê╒æ∩┐╜∩┐╜d∩┐╜∩┐╜'
  34.       ImageIndex = 1
  35.       object Bevel2: TBevel
  36.         Left = 7
  37.         Top = 8
  38.         Width = 434
  39.         Height = 155
  40.         Shape = bsFrame
  41.       end
  42.       object Label1: TLabel
  43.         Left = 24
  44.         Top = 66
  45.         Width = 66
  46.         Height = 12
  47.         Caption = '∩┐╜f∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&V):'
  48.         FocusControl = Multiplexor_Video
  49.       end
  50.       object Label2: TLabel
  51.         Left = 24
  52.         Top = 94
  53.         Width = 66
  54.         Height = 12
  55.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&A):'
  56.         FocusControl = Multiplexor_Audio
  57.       end
  58.       object Bevel1: TBevel
  59.         Left = 24
  60.         Top = 52
  61.         Width = 405
  62.         Height = 2
  63.       end
  64.       object Label3: TLabel
  65.         Left = 24
  66.         Top = 28
  67.         Width = 41
  68.         Height = 12
  69.         Caption = '∩┐╜`∩┐╜∩┐╜(&T):'
  70.       end
  71.       object Label4: TLabel
  72.         Left = 24
  73.         Top = 135
  74.         Width = 54
  75.         Height = 12
  76.         Caption = '∩┐╜o∩┐╜═É∩┐╜(&O):'
  77.         FocusControl = Multiplexor_Output
  78.       end
  79.       object Bevel3: TBevel
  80.         Left = 24
  81.         Top = 121
  82.         Width = 405
  83.         Height = 2
  84.       end
  85.       object Multiplexor_Video: TEdit
  86.         Left = 96
  87.         Top = 62
  88.         Width = 281
  89.         Height = 20
  90.         TabOrder = 1
  91.         OnKeyDown = EditKeyDown
  92.       end
  93.       object Multiplexor_Audio: TEdit
  94.         Left = 96
  95.         Top = 91
  96.         Width = 281
  97.         Height = 20
  98.         TabOrder = 3
  99.         OnKeyDown = EditKeyDown
  100.       end
  101.       object Multiplexor_StreamType: TComboBox
  102.         Left = 96
  103.         Top = 24
  104.         Width = 281
  105.         Height = 20
  106.         Style = csDropDownList
  107.         ItemHeight = 12
  108.         TabOrder = 0
  109.         OnChange = Multiplexor_StreamTypeChange
  110.         OnKeyDown = EditKeyDown
  111.       end
  112.       object Multiplexor_VideoButton: TButton
  113.         Left = 380
  114.         Top = 60
  115.         Width = 49
  116.         Height = 25
  117.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  118.         TabOrder = 2
  119.         OnClick = Multiplexor_VideoButtonClick
  120.       end
  121.       object Multiplexor_AudioButton: TButton
  122.         Left = 380
  123.         Top = 89
  124.         Width = 49
  125.         Height = 25
  126.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  127.         TabOrder = 4
  128.         OnClick = Multiplexor_AudioButtonClick
  129.       end
  130.       object Multiplexor_Output: TEdit
  131.         Left = 96
  132.         Top = 131
  133.         Width = 281
  134.         Height = 20
  135.         TabOrder = 5
  136.         OnKeyDown = EditKeyDown
  137.       end
  138.       object Multiplexor_OutputButton: TButton
  139.         Left = 380
  140.         Top = 129
  141.         Width = 49
  142.         Height = 25
  143.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  144.         TabOrder = 6
  145.         OnClick = Multiplexor_OutputButtonClick
  146.       end
  147.     end
  148.     object DemultiplexorTab: TTabSheet
  149.       HelpContext = 8
  150.       Caption = '∩┐╜╚ê╒ò∩┐╜∩┐╜∩┐╜'
  151.       ImageIndex = 2
  152.       object Bevel7: TBevel
  153.         Left = 7
  154.         Top = 8
  155.         Width = 434
  156.         Height = 117
  157.         Shape = bsFrame
  158.       end
  159.       object Label9: TLabel
  160.         Left = 24
  161.         Top = 66
  162.         Width = 66
  163.         Height = 12
  164.         Caption = '∩┐╜f∩┐╜∩┐╜∩┐╜o∩┐╜∩┐╜(&V):'
  165.         FocusControl = Demultiplexor_OutputVideo
  166.       end
  167.       object Label10: TLabel
  168.         Left = 24
  169.         Top = 94
  170.         Width = 66
  171.         Height = 12
  172.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜o∩┐╜∩┐╜(&A):'
  173.         FocusControl = Demultiplexor_OutputAudio
  174.       end
  175.       object Label11: TLabel
  176.         Left = 24
  177.         Top = 28
  178.         Width = 37
  179.         Height = 12
  180.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&I):'
  181.         FocusControl = Demultiplexor_Input
  182.       end
  183.       object Bevel9: TBevel
  184.         Left = 24
  185.         Top = 52
  186.         Width = 405
  187.         Height = 2
  188.       end
  189.       object Demultiplexor_OutputVideo: TEdit
  190.         Left = 96
  191.         Top = 62
  192.         Width = 281
  193.         Height = 20
  194.         TabOrder = 2
  195.         OnKeyDown = EditKeyDown
  196.       end
  197.       object Demultiplexor_OutputAudio: TEdit
  198.         Left = 96
  199.         Top = 91
  200.         Width = 281
  201.         Height = 20
  202.         TabOrder = 4
  203.         OnKeyDown = EditKeyDown
  204.       end
  205.       object Demultiplexor_OutputVideoButton: TButton
  206.         Left = 380
  207.         Top = 60
  208.         Width = 49
  209.         Height = 25
  210.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  211.         TabOrder = 3
  212.         OnClick = Demultiplexor_OutputVideoButtonClick
  213.       end
  214.       object Demultiplexor_OutputAudioButton: TButton
  215.         Left = 380
  216.         Top = 89
  217.         Width = 49
  218.         Height = 25
  219.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  220.         TabOrder = 5
  221.         OnClick = Demultiplexor_OutputAudioButtonClick
  222.       end
  223.       object Demultiplexor_InputButton: TButton
  224.         Left = 380
  225.         Top = 22
  226.         Width = 49
  227.         Height = 25
  228.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  229.         TabOrder = 1
  230.         OnClick = Demultiplexor_InputButtonClick
  231.       end
  232.       object Demultiplexor_Input: TEdit
  233.         Left = 96
  234.         Top = 24
  235.         Width = 281
  236.         Height = 20
  237.         TabOrder = 0
  238.         OnKeyDown = EditKeyDown
  239.       end
  240.     end
  241.     object MultiplexorExTab: TTabSheet
  242.       HelpContext = 9
  243.       Caption = '∩┐╜∩┐╜∩┐╜d∩┐╜∩┐╜'
  244.       ImageIndex = 4
  245.       object Bevel13: TBevel
  246.         Left = 7
  247.         Top = 8
  248.         Width = 434
  249.         Height = 271
  250.         Shape = bsFrame
  251.       end
  252.       object Label13: TLabel
  253.         Left = 24
  254.         Top = 28
  255.         Width = 41
  256.         Height = 12
  257.         Caption = '∩┐╜`∩┐╜∩┐╜(&T):'
  258.         FocusControl = MultiplexorEx_StreamType
  259.       end
  260.       object Bevel12: TBevel
  261.         Left = 24
  262.         Top = 52
  263.         Width = 405
  264.         Height = 2
  265.       end
  266.       object Bevel14: TBevel
  267.         Left = 24
  268.         Top = 240
  269.         Width = 405
  270.         Height = 2
  271.       end
  272.       object Label16: TLabel
  273.         Left = 24
  274.         Top = 253
  275.         Width = 42
  276.         Height = 12
  277.         Caption = '∩┐╜o∩┐╜∩┐╜(&O):'
  278.         FocusControl = MultiplexorEx_Output
  279.       end
  280.       object MultiplexorEx_StreamType: TComboBox
  281.         Left = 79
  282.         Top = 24
  283.         Width = 298
  284.         Height = 20
  285.         Style = csDropDownList
  286.         ItemHeight = 0
  287.         TabOrder = 0
  288.         OnChange = MultiplexorEx_StreamTypeChange
  289.         OnKeyDown = EditKeyDown
  290.       end
  291.       object MultiplexorEx_Output: TEdit
  292.         Left = 79
  293.         Top = 249
  294.         Width = 298
  295.         Height = 20
  296.         TabOrder = 1
  297.         OnKeyDown = EditKeyDown
  298.       end
  299.       object MultiplexorEx_OutputButton: TButton
  300.         Left = 380
  301.         Top = 247
  302.         Width = 49
  303.         Height = 25
  304.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  305.         TabOrder = 2
  306.         OnClick = MultiplexorEx_OutputButtonClick
  307.       end
  308.       object MultiplextorEx_List: TListView
  309.         Left = 24
  310.         Top = 60
  311.         Width = 353
  312.         Height = 174
  313.         Hint = '∩┐╜o∩┐╜═é∩┐╜∩┐╜∩┐╜MPEG∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╔è▄é▀é∩┐╜X∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜╠â∩┐╜∩┐╜X∩┐╜g'
  314.         Columns = <
  315.           item
  316.             Caption = '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜'
  317.             Width = 110
  318.           end
  319.           item
  320.             Caption = '∩┐╜∩┐╜∩┐╜'
  321.             Width = 239
  322.           end>
  323.         ColumnClick = False
  324.         DragMode = dmAutomatic
  325.         HideSelection = False
  326.         HotTrackStyles = []
  327.         ReadOnly = True
  328.         TabOrder = 3
  329.         ViewStyle = vsReport
  330.         OnDeletion = MPEGListDeletion
  331.         OnDragDrop = MultiplextorEx_ListDragDrop
  332.         OnDragOver = MultiplextorEx_ListDragOver
  333.         OnKeyDown = MultiplextorEx_ListKeyDown
  334.       end
  335.       object MultiplextorEx_AddListButton: TButton
  336.         Left = 380
  337.         Top = 60
  338.         Width = 49
  339.         Height = 25
  340.         Caption = '∩┐╜╟ë∩┐╜'
  341.         TabOrder = 4
  342.         OnClick = MultiplextorEx_AddListButtonClick
  343.       end
  344.       object MultiplextorEx_DeleteListButton: TButton
  345.         Left = 380
  346.         Top = 88
  347.         Width = 49
  348.         Height = 25
  349.         Caption = '∩┐╜φÅ£'
  350.         TabOrder = 5
  351.         OnClick = MultiplextorEx_DeleteListButtonClick
  352.       end
  353.       object MultiplextorEx_ClearListButton: TButton
  354.         Left = 380
  355.         Top = 116
  356.         Width = 49
  357.         Height = 25
  358.         BiDiMode = bdLeftToRight
  359.         Caption = '∩┐╜N∩┐╜∩┐╜∩┐╜A'
  360.         ParentBiDiMode = False
  361.         TabOrder = 6
  362.         OnClick = MultiplextorEx_ClearListButtonClick
  363.       end
  364.     end
  365.     object DemultiplexorExTab: TTabSheet
  366.       HelpContext = 10
  367.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  368.       ImageIndex = 5
  369.       object Bevel15: TBevel
  370.         Left = 7
  371.         Top = 8
  372.         Width = 434
  373.         Height = 271
  374.         Shape = bsFrame
  375.       end
  376.       object Label17: TLabel
  377.         Left = 24
  378.         Top = 28
  379.         Width = 37
  380.         Height = 12
  381.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&I):'
  382.         FocusControl = DemultiplexorEx_Input
  383.       end
  384.       object Bevel16: TBevel
  385.         Left = 24
  386.         Top = 52
  387.         Width = 405
  388.         Height = 2
  389.       end
  390.       object DemultiplextorEx_ListLabel: TLabel
  391.         Left = 24
  392.         Top = 256
  393.         Width = 301
  394.         Height = 12
  395.         Caption = '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╔ò█æ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜X∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜_∩┐╜u∩┐╜∩┐╜∩┐╜N∩┐╜∩┐╜∩┐╜b∩┐╜N∩┐╜∩┐╜∩┐╜─ë∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜B'
  396.       end
  397.       object DemultiplextorEx_List: TListView
  398.         Left = 24
  399.         Top = 60
  400.         Width = 405
  401.         Height = 189
  402.         Hint = 
  403.           '∩┐╜∩┐╜∩┐╜∩┐╜MPEG∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╔è▄é▄é∩┐╜─é∩┐╜∩┐╜∩┐╜X∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜╠â∩┐╜∩┐╜X∩┐╜g∩┐╜┼é∩┐╜∩┐╜B'#13#10'∩┐╜d∩┐╜v∩┐╜╚âX' +
  404.           '∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜╔é═â`∩┐╜F∩┐╜b∩┐╜N∩┐╜∩┐╜∩┐╜t∩┐╜∩┐╜∩┐╜▄é∩┐╜∩┐╜B'#13#10#13#10'∩┐╜X∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜_∩┐╜u∩┐╜∩┐╜∩┐╜N∩┐╜∩┐╜∩┐╜b∩┐╜N∩┐╜∩┐╜' +
  405.           '∩┐╜∩┐╜╞é∩┐╜∩┐╜╠âX∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜╠é▌é∩┐╜█æ∩┐╜∩┐╜o∩┐╜∩┐╜∩┐╜▄é∩┐╜∩┐╜B'
  406.         Checkboxes = True
  407.         Columns = <
  408.           item
  409.             Caption = '∩┐╜X∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜'
  410.             Width = 160
  411.           end
  412.           item
  413.             Caption = '∩┐╜∩┐╜∩┐╜'
  414.             Width = 241
  415.           end>
  416.         ColumnClick = False
  417.         HideSelection = False
  418.         HotTrackStyles = []
  419.         ReadOnly = True
  420.         TabOrder = 0
  421.         ViewStyle = vsReport
  422.         OnChange = DemultiplextorEx_ListChange
  423.         OnDblClick = DemultiplextorEx_ListDblClick
  424.         OnDeletion = MPEGListDeletion
  425.         OnKeyDown = DemultiplextorEx_ListKeyDown
  426.       end
  427.       object DemultiplexorEx_Input: TEdit
  428.         Left = 79
  429.         Top = 24
  430.         Width = 297
  431.         Height = 20
  432.         Color = clBtnFace
  433.         ReadOnly = True
  434.         TabOrder = 1
  435.         OnKeyDown = EditKeyDown
  436.       end
  437.       object DemultiplexorEx_InputButton: TButton
  438.         Left = 380
  439.         Top = 22
  440.         Width = 49
  441.         Height = 25
  442.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  443.         TabOrder = 2
  444.         OnClick = DemultiplexorEx_InputButtonClick
  445.       end
  446.     end
  447.     object BindTabSheet: TTabSheet
  448.       HelpContext = 11
  449.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(∩┐╜J∩┐╜b∩┐╜g)'
  450.       ImageIndex = 1
  451.       object Bevel4: TBevel
  452.         Left = 7
  453.         Top = 8
  454.         Width = 434
  455.         Height = 271
  456.         Shape = bsFrame
  457.       end
  458.       object Label5: TLabel
  459.         Left = 24
  460.         Top = 28
  461.         Width = 41
  462.         Height = 12
  463.         Caption = '∩┐╜`∩┐╜∩┐╜(&T):'
  464.         FocusControl = Bind_StreamType
  465.       end
  466.       object Bevel5: TBevel
  467.         Left = 24
  468.         Top = 52
  469.         Width = 404
  470.         Height = 2
  471.       end
  472.       object Bevel6: TBevel
  473.         Left = 24
  474.         Top = 240
  475.         Width = 405
  476.         Height = 2
  477.       end
  478.       object Label8: TLabel
  479.         Left = 24
  480.         Top = 253
  481.         Width = 42
  482.         Height = 12
  483.         Caption = '∩┐╜o∩┐╜∩┐╜(&O):'
  484.         FocusControl = Bind_Output
  485.       end
  486.       object Bind_StreamType: TComboBox
  487.         Left = 79
  488.         Top = 24
  489.         Width = 298
  490.         Height = 20
  491.         Style = csDropDownList
  492.         ItemHeight = 0
  493.         TabOrder = 0
  494.         OnChange = Bind_StreamTypeChange
  495.         OnKeyDown = EditKeyDown
  496.       end
  497.       object Bind_Output: TEdit
  498.         Left = 79
  499.         Top = 249
  500.         Width = 298
  501.         Height = 20
  502.         TabOrder = 6
  503.         OnKeyDown = EditKeyDown
  504.       end
  505.       object Bind_OutputButton: TButton
  506.         Left = 380
  507.         Top = 247
  508.         Width = 49
  509.         Height = 25
  510.         Caption = '∩┐╜Q∩┐╜∩┐╜'
  511.         TabOrder = 7
  512.         OnClick = Bind_OutputButtonClick
  513.       end
  514.       object Bind_DeleteListButton: TButton
  515.         Left = 380
  516.         Top = 88
  517.         Width = 49
  518.         Height = 25
  519.         Caption = '∩┐╜φÅ£'
  520.         TabOrder = 3
  521.         OnClick = Bind_DeleteListButtonClick
  522.       end
  523.       object Bind_AddListButton: TButton
  524.         Left = 380
  525.         Top = 60
  526.         Width = 49
  527.         Height = 25
  528.         Caption = '∩┐╜╟ë∩┐╜'
  529.         TabOrder = 2
  530.         OnClick = Bind_AddListButtonClick
  531.       end
  532.       object Bind_ClearListButton: TButton
  533.         Left = 380
  534.         Top = 116
  535.         Width = 49
  536.         Height = 25
  537.         Caption = '∩┐╜N∩┐╜∩┐╜∩┐╜A'
  538.         TabOrder = 4
  539.         OnClick = Bind_ClearListButtonClick
  540.       end
  541.       object Bind_List: TListView
  542.         Left = 24
  543.         Top = 60
  544.         Width = 353
  545.         Height = 174
  546.         Hint = 
  547.           '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜_∩┐╜u∩┐╜∩┐╜∩┐╜N∩┐╜∩┐╜∩┐╜b∩┐╜N∩┐╜∩┐╜∩┐╜∩┐╜╞ö═ê═Äw∩┐╜∩┐╜E∩┐╜B∩┐╜∩┐╜∩┐╜h∩┐╜E∩┐╜∩┐╜∩┐╜\∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜▄é∩┐╜' +
  548.           '∩┐╜B'
  549.         Columns = <
  550.           item
  551.             Caption = '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜'
  552.             Width = 229
  553.           end
  554.           item
  555.             Alignment = taRightJustify
  556.             Caption = '∩┐╜J∩┐╜n'
  557.             Width = 60
  558.           end
  559.           item
  560.             Alignment = taRightJustify
  561.             Caption = '∩┐╜I∩┐╜∩┐╜'
  562.             Width = 60
  563.           end>
  564.         ColumnClick = False
  565.         DragMode = dmAutomatic
  566.         HideSelection = False
  567.         HotTrackStyles = []
  568.         ReadOnly = True
  569.         TabOrder = 1
  570.         ViewStyle = vsReport
  571.         OnDblClick = Bind_EditItemButtonClick
  572.         OnDeletion = MPEGListDeletion
  573.         OnDragDrop = Bind_ListDragDrop
  574.         OnDragOver = Bind_ListDragOver
  575.         OnKeyDown = Bind_ListKeyDown
  576.       end
  577.       object Bind_EditItemButton: TButton
  578.         Left = 380
  579.         Top = 152
  580.         Width = 49
  581.         Height = 25
  582.         Caption = '∩┐╜╥ÅW'
  583.         TabOrder = 5
  584.         OnClick = Bind_EditItemButtonClick
  585.       end
  586.       object Bind_AutoCorrectButton: TButton
  587.         Left = 381
  588.         Top = 209
  589.         Width = 49
  590.         Height = 25
  591.         Hint = 
  592.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜G∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜o∩┐╜╚é∩┐╜∩┐╜µéñ∩┐╜╔î▌è∩┐╜∩┐╜∩┐╜∩┐╜╠û∩┐╜∩┐╜∩┐╜ MPEG ∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜φÅ£∩┐╜∩┐╜∩┐╜∩┐╜' +
  593.           '∩┐╜∩┐╜∩┐╜B'
  594.         Caption = '∩┐╜C∩┐╜∩┐╜'
  595.         TabOrder = 8
  596.         OnClick = Bind_AutoCorrectButtonClick
  597.       end
  598.     end
  599.   end
  600.   object CancelButton: TButton
  601.     Left = 390
  602.     Top = 328
  603.     Width = 75
  604.     Height = 25
  605.     Cancel = True
  606.     Caption = '∩┐╜┬é∩┐╜∩┐╜∩┐╜'
  607.     TabOrder = 2
  608.     OnClick = CancelButtonClick
  609.   end
  610.   object OKButton: TButton
  611.     Left = 308
  612.     Top = 328
  613.     Width = 75
  614.     Height = 25
  615.     Caption = '∩┐╜∩┐╜∩┐╜s'
  616.     TabOrder = 1
  617.     OnClick = OKButtonClick
  618.   end
  619.   object OpenInputVideoDialog: TOpenDialog
  620.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  621.     Left = 8
  622.     Top = 328
  623.   end
  624.   object OpenInputAudioDialog: TOpenDialog
  625.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  626.     Left = 40
  627.     Top = 328
  628.   end
  629.   object SaveOutputDialog: TSaveDialog
  630.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  631.     Left = 72
  632.     Top = 328
  633.   end
  634.   object OpenMPEGDialog: TOpenDialog
  635.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  636.     Left = 104
  637.     Top = 328
  638.   end
  639.   object OpenMPEGFilesDialog: TOpenDialog
  640.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  641.     Left = 136
  642.     Top = 328
  643.   end
  644.   object SaveInputVideoDialog: TSaveDialog
  645.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  646.     Left = 168
  647.     Top = 328
  648.   end
  649.   object SaveInputAudioDialog: TSaveDialog
  650.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  651.     Left = 200
  652.     Top = 328
  653.   end
  654. end
  655.