home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / prevodniky / download / TMPGEnc / TMPGEnc2521.exe / TMPGEnc.exe / 1036 / RCDATA / TMPEGTOOLFORM / TMPEGTOOLFORM.txt
Text File  |  2003-09-16  |  16KB  |  657 lines

  1. object MPEGToolForm: TMPEGToolForm
  2.   Left = 192
  3.   Top = 110
  4.   HelpContext = 6
  5.   BorderStyle = bsDialog
  6.   Caption = 'Outils MPEG'
  7.   ClientHeight = 359
  8.   ClientWidth = 488
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'MS Sans Serif'
  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 = 473
  27.     Height = 313
  28.     ActivePage = MultiplexorTab
  29.     TabOrder = 0
  30.     OnChange = PageControlChange
  31.     object MultiplexorTab: TTabSheet
  32.       HelpContext = 7
  33.       Caption = 'Multiplexage simple'
  34.       ImageIndex = 1
  35.       object Bevel2: TBevel
  36.         Left = 7
  37.         Top = 8
  38.         Width = 450
  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 = 'Entr∩┐╜e &video :'
  48.         FocusControl = Multiplexor_Video
  49.       end
  50.       object Label2: TLabel
  51.         Left = 24
  52.         Top = 94
  53.         Width = 66
  54.         Height = 12
  55.         Caption = 'Entr∩┐╜e &audio :'
  56.         FocusControl = Multiplexor_Audio
  57.       end
  58.       object Bevel1: TBevel
  59.         Left = 24
  60.         Top = 52
  61.         Width = 421
  62.         Height = 2
  63.       end
  64.       object Label3: TLabel
  65.         Left = 24
  66.         Top = 28
  67.         Width = 41
  68.         Height = 12
  69.         Caption = '&Type :'
  70.       end
  71.       object Label4: TLabel
  72.         Left = 24
  73.         Top = 135
  74.         Width = 54
  75.         Height = 12
  76.         Caption = 'S&ortie :'
  77.         FocusControl = Multiplexor_Output
  78.       end
  79.       object Bevel3: TBevel
  80.         Left = 24
  81.         Top = 121
  82.         Width = 421
  83.         Height = 2
  84.       end
  85.       object Multiplexor_Video: TEdit
  86.         Left = 96
  87.         Top = 62
  88.         Width = 286
  89.         Height = 20
  90.         TabOrder = 1
  91.         OnKeyDown = EditKeyDown
  92.       end
  93.       object Multiplexor_Audio: TEdit
  94.         Left = 96
  95.         Top = 91
  96.         Width = 286
  97.         Height = 20
  98.         TabOrder = 3
  99.         OnKeyDown = EditKeyDown
  100.       end
  101.       object Multiplexor_StreamType: TComboBox
  102.         Left = 96
  103.         Top = 24
  104.         Width = 286
  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 = 388
  114.         Top = 60
  115.         Width = 57
  116.         Height = 25
  117.         Caption = 'Parcourir'
  118.         TabOrder = 2
  119.         OnClick = Multiplexor_VideoButtonClick
  120.       end
  121.       object Multiplexor_AudioButton: TButton
  122.         Left = 388
  123.         Top = 89
  124.         Width = 57
  125.         Height = 25
  126.         Caption = 'Parcourir'
  127.         TabOrder = 4
  128.         OnClick = Multiplexor_AudioButtonClick
  129.       end
  130.       object Multiplexor_Output: TEdit
  131.         Left = 96
  132.         Top = 131
  133.         Width = 286
  134.         Height = 20
  135.         TabOrder = 5
  136.         OnKeyDown = EditKeyDown
  137.       end
  138.       object Multiplexor_OutputButton: TButton
  139.         Left = 388
  140.         Top = 129
  141.         Width = 57
  142.         Height = 25
  143.         Caption = 'Parcourir'
  144.         TabOrder = 6
  145.         OnClick = Multiplexor_OutputButtonClick
  146.       end
  147.     end
  148.     object DemultiplexorTab: TTabSheet
  149.       HelpContext = 8
  150.       Caption = 'D∩┐╜multiplexage simple'
  151.       ImageIndex = 2
  152.       object Bevel7: TBevel
  153.         Left = 7
  154.         Top = 8
  155.         Width = 450
  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 = 'Sortie &vid∩┐╜o :'
  165.         FocusControl = Demultiplexor_OutputVideo
  166.       end
  167.       object Label10: TLabel
  168.         Left = 24
  169.         Top = 94
  170.         Width = 66
  171.         Height = 12
  172.         Caption = 'Sortie &audio :'
  173.         FocusControl = Demultiplexor_OutputAudio
  174.       end
  175.       object Label11: TLabel
  176.         Left = 24
  177.         Top = 28
  178.         Width = 37
  179.         Height = 12
  180.         Caption = '&Entr∩┐╜e :'
  181.         FocusControl = Demultiplexor_Input
  182.       end
  183.       object Bevel9: TBevel
  184.         Left = 24
  185.         Top = 52
  186.         Width = 421
  187.         Height = 2
  188.       end
  189.       object Demultiplexor_OutputVideo: TEdit
  190.         Left = 96
  191.         Top = 62
  192.         Width = 286
  193.         Height = 20
  194.         TabOrder = 2
  195.         OnKeyDown = EditKeyDown
  196.       end
  197.       object Demultiplexor_OutputAudio: TEdit
  198.         Left = 96
  199.         Top = 91
  200.         Width = 286
  201.         Height = 20
  202.         TabOrder = 4
  203.         OnKeyDown = EditKeyDown
  204.       end
  205.       object Demultiplexor_OutputVideoButton: TButton
  206.         Left = 388
  207.         Top = 60
  208.         Width = 57
  209.         Height = 25
  210.         Caption = 'Parcourir'
  211.         TabOrder = 3
  212.         OnClick = Demultiplexor_OutputVideoButtonClick
  213.       end
  214.       object Demultiplexor_OutputAudioButton: TButton
  215.         Left = 388
  216.         Top = 89
  217.         Width = 57
  218.         Height = 25
  219.         Caption = 'Parcourir'
  220.         TabOrder = 5
  221.         OnClick = Demultiplexor_OutputAudioButtonClick
  222.       end
  223.       object Demultiplexor_InputButton: TButton
  224.         Left = 388
  225.         Top = 22
  226.         Width = 57
  227.         Height = 25
  228.         Caption = 'Parcourir'
  229.         TabOrder = 1
  230.         OnClick = Demultiplexor_InputButtonClick
  231.       end
  232.       object Demultiplexor_Input: TEdit
  233.         Left = 96
  234.         Top = 24
  235.         Width = 286
  236.         Height = 20
  237.         TabOrder = 0
  238.         OnKeyDown = EditKeyDown
  239.       end
  240.     end
  241.     object MultiplexorExTab: TTabSheet
  242.       HelpContext = 9
  243.       Caption = 'Multiplexage'
  244.       ImageIndex = 4
  245.       object Bevel13: TBevel
  246.         Left = 7
  247.         Top = 8
  248.         Width = 450
  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 = '&Type :'
  258.         FocusControl = MultiplexorEx_StreamType
  259.       end
  260.       object Bevel12: TBevel
  261.         Left = 24
  262.         Top = 52
  263.         Width = 421
  264.         Height = 2
  265.       end
  266.       object Bevel14: TBevel
  267.         Left = 24
  268.         Top = 240
  269.         Width = 421
  270.         Height = 2
  271.       end
  272.       object Label16: TLabel
  273.         Left = 24
  274.         Top = 253
  275.         Width = 42
  276.         Height = 12
  277.         Caption = 'S&ortie :'
  278.         FocusControl = MultiplexorEx_Output
  279.       end
  280.       object MultiplexorEx_StreamType: TComboBox
  281.         Left = 79
  282.         Top = 24
  283.         Width = 303
  284.         Height = 20
  285.         Style = csDropDownList
  286.         ItemHeight = 12
  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 = 303
  295.         Height = 20
  296.         TabOrder = 1
  297.         OnKeyDown = EditKeyDown
  298.       end
  299.       object MultiplexorEx_OutputButton: TButton
  300.         Left = 388
  301.         Top = 247
  302.         Width = 57
  303.         Height = 25
  304.         Caption = 'Parcourir'
  305.         TabOrder = 2
  306.         OnClick = MultiplexorEx_OutputButtonClick
  307.       end
  308.       object MultiplextorEx_List: TListView
  309.         Left = 24
  310.         Top = 60
  311.         Width = 358
  312.         Height = 174
  313.         Hint = 'Liste des flux qui seront inclus dans le fichier mpeg de sortie.'
  314.         Columns = <
  315.           item
  316.             Caption = 'Fichier'
  317.             Width = 110
  318.           end
  319.           item
  320.             Caption = 'Caract∩┐╜ristiques'
  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 = 388
  337.         Top = 60
  338.         Width = 57
  339.         Height = 25
  340.         Caption = 'Ajouter'
  341.         TabOrder = 4
  342.         OnClick = MultiplextorEx_AddListButtonClick
  343.       end
  344.       object MultiplextorEx_DeleteListButton: TButton
  345.         Left = 388
  346.         Top = 88
  347.         Width = 57
  348.         Height = 25
  349.         Caption = 'Enlever'
  350.         TabOrder = 5
  351.         OnClick = MultiplextorEx_DeleteListButtonClick
  352.       end
  353.       object MultiplextorEx_ClearListButton: TButton
  354.         Left = 388
  355.         Top = 116
  356.         Width = 57
  357.         Height = 25
  358.         BiDiMode = bdLeftToRight
  359.         Caption = 'Vider'
  360.         ParentBiDiMode = False
  361.         TabOrder = 6
  362.         OnClick = MultiplextorEx_ClearListButtonClick
  363.       end
  364.     end
  365.     object DemultiplexorExTab: TTabSheet
  366.       HelpContext = 10
  367.       Caption = 'D∩┐╜multiplexage'
  368.       ImageIndex = 5
  369.       object Bevel15: TBevel
  370.         Left = 7
  371.         Top = 8
  372.         Width = 450
  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 = '&Entr∩┐╜e :'
  382.         FocusControl = DemultiplexorEx_Input
  383.       end
  384.       object Bevel16: TBevel
  385.         Left = 24
  386.         Top = 52
  387.         Width = 421
  388.         Height = 2
  389.       end
  390.       object DemultiplextorEx_ListLabel: TLabel
  391.         Left = 24
  392.         Top = 256
  393.         Width = 301
  394.         Height = 12
  395.         Caption = 
  396.           'Double-cliquez sur le flux que vous voulez enregistrer sur un fi' +
  397.           'chier.'
  398.       end
  399.       object DemultiplextorEx_List: TListView
  400.         Left = 24
  401.         Top = 60
  402.         Width = 421
  403.         Height = 189
  404.         Hint = 
  405.           'Liste des flux inclus dans le fichier mpeg choisi.'#13#10'Ceux qui peu' +
  406.           'vent ∩┐╜tre enregistr∩┐╜es sont coch∩┐╜s'#13#10#13#10'Si vous double-cliquez sur' +
  407.           ' un nom de flux, vous enregistrez'#13#10'seulement ce flux.'
  408.         Checkboxes = True
  409.         Columns = <
  410.           item
  411.             Caption = 'Flux'
  412.             Width = 160
  413.           end
  414.           item
  415.             Caption = 'Caract∩┐╜ristiques'
  416.             Width = 241
  417.           end>
  418.         ColumnClick = False
  419.         HideSelection = False
  420.         HotTrackStyles = []
  421.         ReadOnly = True
  422.         TabOrder = 0
  423.         ViewStyle = vsReport
  424.         OnChange = DemultiplextorEx_ListChange
  425.         OnDblClick = DemultiplextorEx_ListDblClick
  426.         OnDeletion = MPEGListDeletion
  427.         OnKeyDown = DemultiplextorEx_ListKeyDown
  428.       end
  429.       object DemultiplexorEx_Input: TEdit
  430.         Left = 79
  431.         Top = 24
  432.         Width = 303
  433.         Height = 20
  434.         Color = clBtnFace
  435.         ReadOnly = True
  436.         TabOrder = 1
  437.         OnKeyDown = EditKeyDown
  438.       end
  439.       object DemultiplexorEx_InputButton: TButton
  440.         Left = 388
  441.         Top = 22
  442.         Width = 57
  443.         Height = 25
  444.         Caption = 'Parcourir'
  445.         TabOrder = 2
  446.         OnClick = DemultiplexorEx_InputButtonClick
  447.       end
  448.     end
  449.     object BindTabSheet: TTabSheet
  450.       HelpContext = 11
  451.       Caption = 'Coller-Couper'
  452.       ImageIndex = 1
  453.       object Bevel4: TBevel
  454.         Left = 7
  455.         Top = 8
  456.         Width = 450
  457.         Height = 271
  458.         Shape = bsFrame
  459.       end
  460.       object Label5: TLabel
  461.         Left = 24
  462.         Top = 28
  463.         Width = 41
  464.         Height = 12
  465.         Caption = '&Type :'
  466.         FocusControl = Bind_StreamType
  467.       end
  468.       object Bevel5: TBevel
  469.         Left = 24
  470.         Top = 52
  471.         Width = 421
  472.         Height = 2
  473.       end
  474.       object Bevel6: TBevel
  475.         Left = 24
  476.         Top = 240
  477.         Width = 421
  478.         Height = 2
  479.       end
  480.       object Label8: TLabel
  481.         Left = 24
  482.         Top = 253
  483.         Width = 42
  484.         Height = 12
  485.         Caption = 'S&ortie :'
  486.         FocusControl = Bind_Output
  487.       end
  488.       object Bind_StreamType: TComboBox
  489.         Left = 79
  490.         Top = 24
  491.         Width = 303
  492.         Height = 20
  493.         Style = csDropDownList
  494.         ItemHeight = 12
  495.         TabOrder = 0
  496.         OnChange = Bind_StreamTypeChange
  497.         OnKeyDown = EditKeyDown
  498.       end
  499.       object Bind_Output: TEdit
  500.         Left = 79
  501.         Top = 249
  502.         Width = 303
  503.         Height = 20
  504.         TabOrder = 6
  505.         OnKeyDown = EditKeyDown
  506.       end
  507.       object Bind_OutputButton: TButton
  508.         Left = 389
  509.         Top = 247
  510.         Width = 57
  511.         Height = 25
  512.         Caption = 'Parcourir'
  513.         TabOrder = 7
  514.         OnClick = Bind_OutputButtonClick
  515.       end
  516.       object Bind_DeleteListButton: TButton
  517.         Left = 388
  518.         Top = 88
  519.         Width = 57
  520.         Height = 25
  521.         Caption = 'Enlever'
  522.         TabOrder = 3
  523.         OnClick = Bind_DeleteListButtonClick
  524.       end
  525.       object Bind_AddListButton: TButton
  526.         Left = 388
  527.         Top = 60
  528.         Width = 57
  529.         Height = 25
  530.         Caption = 'Ajouter'
  531.         TabOrder = 2
  532.         OnClick = Bind_AddListButtonClick
  533.       end
  534.       object Bind_ClearListButton: TButton
  535.         Left = 388
  536.         Top = 116
  537.         Width = 57
  538.         Height = 25
  539.         Caption = 'Vider'
  540.         TabOrder = 4
  541.         OnClick = Bind_ClearListButtonClick
  542.       end
  543.       object Bind_List: TListView
  544.         Left = 24
  545.         Top = 60
  546.         Width = 358
  547.         Height = 174
  548.         Hint = 
  549.           'Double-cliquez sur le nom du fichier pour faire appara∩┐╜tre l'#39'∩┐╜di' +
  550.           'teur de coupe.'
  551.         Columns = <
  552.           item
  553.             Caption = 'Fichier'
  554.             Width = 229
  555.           end
  556.           item
  557.             Alignment = taRightJustify
  558.             Caption = 'D∩┐╜but'
  559.             Width = 60
  560.           end
  561.           item
  562.             Alignment = taRightJustify
  563.             Caption = 'Fin'
  564.             Width = 60
  565.           end>
  566.         ColumnClick = False
  567.         DragMode = dmAutomatic
  568.         HideSelection = False
  569.         HotTrackStyles = []
  570.         ReadOnly = True
  571.         TabOrder = 1
  572.         ViewStyle = vsReport
  573.         OnDblClick = Bind_EditItemButtonClick
  574.         OnDeletion = MPEGListDeletion
  575.         OnDragDrop = Bind_ListDragDrop
  576.         OnDragOver = Bind_ListDragOver
  577.         OnKeyDown = Bind_ListKeyDown
  578.       end
  579.       object Bind_EditItemButton: TButton
  580.         Left = 388
  581.         Top = 152
  582.         Width = 57
  583.         Height = 25
  584.         Caption = '∩┐╜diter'
  585.         TabOrder = 5
  586.         OnClick = Bind_EditItemButtonClick
  587.       end
  588.       object Bind_AutoCorrectButton: TButton
  589.         Left = 389
  590.         Top = 209
  591.         Width = 57
  592.         Height = 25
  593.         Hint = 
  594.           'Efface automatiquement les fichiers mpeg incompatibles entre eux' +
  595.           ' afin'#13'd'#39'∩┐╜viter des erreurs lors de l'#39'assemblage.'#13
  596.         Caption = 'Corriger'
  597.         TabOrder = 8
  598.         OnClick = Bind_AutoCorrectButtonClick
  599.       end
  600.     end
  601.   end
  602.   object CancelButton: TButton
  603.     Left = 406
  604.     Top = 328
  605.     Width = 75
  606.     Height = 25
  607.     Cancel = True
  608.     Caption = 'Fermer'
  609.     TabOrder = 2
  610.     OnClick = CancelButtonClick
  611.   end
  612.   object OKButton: TButton
  613.     Left = 324
  614.     Top = 328
  615.     Width = 75
  616.     Height = 25
  617.     Caption = 'Appliquer'
  618.     TabOrder = 1
  619.     OnClick = OKButtonClick
  620.   end
  621.   object OpenInputVideoDialog: TOpenDialog
  622.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  623.     Left = 8
  624.     Top = 328
  625.   end
  626.   object OpenInputAudioDialog: TOpenDialog
  627.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  628.     Left = 40
  629.     Top = 328
  630.   end
  631.   object SaveOutputDialog: TSaveDialog
  632.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  633.     Left = 72
  634.     Top = 328
  635.   end
  636.   object OpenMPEGDialog: TOpenDialog
  637.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  638.     Left = 104
  639.     Top = 328
  640.   end
  641.   object OpenMPEGFilesDialog: TOpenDialog
  642.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  643.     Left = 136
  644.     Top = 328
  645.   end
  646.   object SaveInputVideoDialog: TSaveDialog
  647.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  648.     Left = 168
  649.     Top = 328
  650.   end
  651.   object SaveInputAudioDialog: TSaveDialog
  652.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  653.     Left = 200
  654.     Top = 328
  655.   end
  656. end
  657.