object MPEGToolForm: TMPEGToolForm Left = 192 Top = 110 HelpContext = 6 BorderStyle = bsDialog Caption = 'Outils MPEG' ClientHeight = 359 ClientWidth = 488 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object PageControl: TPageControl Left = 8 Top = 8 Width = 473 Height = 313 ActivePage = MultiplexorTab TabOrder = 0 OnChange = PageControlChange object MultiplexorTab: TTabSheet HelpContext = 7 Caption = 'Multiplexage simple' ImageIndex = 1 object Bevel2: TBevel Left = 7 Top = 8 Width = 450 Height = 155 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 66 Width = 66 Height = 12 Caption = 'Entr�e &video :' FocusControl = Multiplexor_Video end object Label2: TLabel Left = 24 Top = 94 Width = 66 Height = 12 Caption = 'Entr�e &audio :' FocusControl = Multiplexor_Audio end object Bevel1: TBevel Left = 24 Top = 52 Width = 421 Height = 2 end object Label3: TLabel Left = 24 Top = 28 Width = 41 Height = 12 Caption = '&Type :' end object Label4: TLabel Left = 24 Top = 135 Width = 54 Height = 12 Caption = 'S&ortie :' FocusControl = Multiplexor_Output end object Bevel3: TBevel Left = 24 Top = 121 Width = 421 Height = 2 end object Multiplexor_Video: TEdit Left = 96 Top = 62 Width = 286 Height = 20 TabOrder = 1 OnKeyDown = EditKeyDown end object Multiplexor_Audio: TEdit Left = 96 Top = 91 Width = 286 Height = 20 TabOrder = 3 OnKeyDown = EditKeyDown end object Multiplexor_StreamType: TComboBox Left = 96 Top = 24 Width = 286 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = Multiplexor_StreamTypeChange OnKeyDown = EditKeyDown end object Multiplexor_VideoButton: TButton Left = 388 Top = 60 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 2 OnClick = Multiplexor_VideoButtonClick end object Multiplexor_AudioButton: TButton Left = 388 Top = 89 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 4 OnClick = Multiplexor_AudioButtonClick end object Multiplexor_Output: TEdit Left = 96 Top = 131 Width = 286 Height = 20 TabOrder = 5 OnKeyDown = EditKeyDown end object Multiplexor_OutputButton: TButton Left = 388 Top = 129 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 6 OnClick = Multiplexor_OutputButtonClick end end object DemultiplexorTab: TTabSheet HelpContext = 8 Caption = 'D�multiplexage simple' ImageIndex = 2 object Bevel7: TBevel Left = 7 Top = 8 Width = 450 Height = 117 Shape = bsFrame end object Label9: TLabel Left = 24 Top = 66 Width = 66 Height = 12 Caption = 'Sortie &vid�o :' FocusControl = Demultiplexor_OutputVideo end object Label10: TLabel Left = 24 Top = 94 Width = 66 Height = 12 Caption = 'Sortie &audio :' FocusControl = Demultiplexor_OutputAudio end object Label11: TLabel Left = 24 Top = 28 Width = 37 Height = 12 Caption = '&Entr�e :' FocusControl = Demultiplexor_Input end object Bevel9: TBevel Left = 24 Top = 52 Width = 421 Height = 2 end object Demultiplexor_OutputVideo: TEdit Left = 96 Top = 62 Width = 286 Height = 20 TabOrder = 2 OnKeyDown = EditKeyDown end object Demultiplexor_OutputAudio: TEdit Left = 96 Top = 91 Width = 286 Height = 20 TabOrder = 4 OnKeyDown = EditKeyDown end object Demultiplexor_OutputVideoButton: TButton Left = 388 Top = 60 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 3 OnClick = Demultiplexor_OutputVideoButtonClick end object Demultiplexor_OutputAudioButton: TButton Left = 388 Top = 89 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 5 OnClick = Demultiplexor_OutputAudioButtonClick end object Demultiplexor_InputButton: TButton Left = 388 Top = 22 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 1 OnClick = Demultiplexor_InputButtonClick end object Demultiplexor_Input: TEdit Left = 96 Top = 24 Width = 286 Height = 20 TabOrder = 0 OnKeyDown = EditKeyDown end end object MultiplexorExTab: TTabSheet HelpContext = 9 Caption = 'Multiplexage' ImageIndex = 4 object Bevel13: TBevel Left = 7 Top = 8 Width = 450 Height = 271 Shape = bsFrame end object Label13: TLabel Left = 24 Top = 28 Width = 41 Height = 12 Caption = '&Type :' FocusControl = MultiplexorEx_StreamType end object Bevel12: TBevel Left = 24 Top = 52 Width = 421 Height = 2 end object Bevel14: TBevel Left = 24 Top = 240 Width = 421 Height = 2 end object Label16: TLabel Left = 24 Top = 253 Width = 42 Height = 12 Caption = 'S&ortie :' FocusControl = MultiplexorEx_Output end object MultiplexorEx_StreamType: TComboBox Left = 79 Top = 24 Width = 303 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = MultiplexorEx_StreamTypeChange OnKeyDown = EditKeyDown end object MultiplexorEx_Output: TEdit Left = 79 Top = 249 Width = 303 Height = 20 TabOrder = 1 OnKeyDown = EditKeyDown end object MultiplexorEx_OutputButton: TButton Left = 388 Top = 247 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 2 OnClick = MultiplexorEx_OutputButtonClick end object MultiplextorEx_List: TListView Left = 24 Top = 60 Width = 358 Height = 174 Hint = 'Liste des flux qui seront inclus dans le fichier mpeg de sortie.' Columns = < item Caption = 'Fichier' Width = 110 end item Caption = 'Caract�ristiques' Width = 239 end> ColumnClick = False DragMode = dmAutomatic HideSelection = False HotTrackStyles = [] ReadOnly = True TabOrder = 3 ViewStyle = vsReport OnDeletion = MPEGListDeletion OnDragDrop = MultiplextorEx_ListDragDrop OnDragOver = MultiplextorEx_ListDragOver OnKeyDown = MultiplextorEx_ListKeyDown end object MultiplextorEx_AddListButton: TButton Left = 388 Top = 60 Width = 57 Height = 25 Caption = 'Ajouter' TabOrder = 4 OnClick = MultiplextorEx_AddListButtonClick end object MultiplextorEx_DeleteListButton: TButton Left = 388 Top = 88 Width = 57 Height = 25 Caption = 'Enlever' TabOrder = 5 OnClick = MultiplextorEx_DeleteListButtonClick end object MultiplextorEx_ClearListButton: TButton Left = 388 Top = 116 Width = 57 Height = 25 BiDiMode = bdLeftToRight Caption = 'Vider' ParentBiDiMode = False TabOrder = 6 OnClick = MultiplextorEx_ClearListButtonClick end end object DemultiplexorExTab: TTabSheet HelpContext = 10 Caption = 'D�multiplexage' ImageIndex = 5 object Bevel15: TBevel Left = 7 Top = 8 Width = 450 Height = 271 Shape = bsFrame end object Label17: TLabel Left = 24 Top = 28 Width = 37 Height = 12 Caption = '&Entr�e :' FocusControl = DemultiplexorEx_Input end object Bevel16: TBevel Left = 24 Top = 52 Width = 421 Height = 2 end object DemultiplextorEx_ListLabel: TLabel Left = 24 Top = 256 Width = 301 Height = 12 Caption = 'Double-cliquez sur le flux que vous voulez enregistrer sur un fi' + 'chier.' end object DemultiplextorEx_List: TListView Left = 24 Top = 60 Width = 421 Height = 189 Hint = 'Liste des flux inclus dans le fichier mpeg choisi.'#13#10'Ceux qui peu' + 'vent �tre enregistr�es sont coch�s'#13#10#13#10'Si vous double-cliquez sur' + ' un nom de flux, vous enregistrez'#13#10'seulement ce flux.' Checkboxes = True Columns = < item Caption = 'Flux' Width = 160 end item Caption = 'Caract�ristiques' Width = 241 end> ColumnClick = False HideSelection = False HotTrackStyles = [] ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnChange = DemultiplextorEx_ListChange OnDblClick = DemultiplextorEx_ListDblClick OnDeletion = MPEGListDeletion OnKeyDown = DemultiplextorEx_ListKeyDown end object DemultiplexorEx_Input: TEdit Left = 79 Top = 24 Width = 303 Height = 20 Color = clBtnFace ReadOnly = True TabOrder = 1 OnKeyDown = EditKeyDown end object DemultiplexorEx_InputButton: TButton Left = 388 Top = 22 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 2 OnClick = DemultiplexorEx_InputButtonClick end end object BindTabSheet: TTabSheet HelpContext = 11 Caption = 'Coller-Couper' ImageIndex = 1 object Bevel4: TBevel Left = 7 Top = 8 Width = 450 Height = 271 Shape = bsFrame end object Label5: TLabel Left = 24 Top = 28 Width = 41 Height = 12 Caption = '&Type :' FocusControl = Bind_StreamType end object Bevel5: TBevel Left = 24 Top = 52 Width = 421 Height = 2 end object Bevel6: TBevel Left = 24 Top = 240 Width = 421 Height = 2 end object Label8: TLabel Left = 24 Top = 253 Width = 42 Height = 12 Caption = 'S&ortie :' FocusControl = Bind_Output end object Bind_StreamType: TComboBox Left = 79 Top = 24 Width = 303 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = Bind_StreamTypeChange OnKeyDown = EditKeyDown end object Bind_Output: TEdit Left = 79 Top = 249 Width = 303 Height = 20 TabOrder = 6 OnKeyDown = EditKeyDown end object Bind_OutputButton: TButton Left = 389 Top = 247 Width = 57 Height = 25 Caption = 'Parcourir' TabOrder = 7 OnClick = Bind_OutputButtonClick end object Bind_DeleteListButton: TButton Left = 388 Top = 88 Width = 57 Height = 25 Caption = 'Enlever' TabOrder = 3 OnClick = Bind_DeleteListButtonClick end object Bind_AddListButton: TButton Left = 388 Top = 60 Width = 57 Height = 25 Caption = 'Ajouter' TabOrder = 2 OnClick = Bind_AddListButtonClick end object Bind_ClearListButton: TButton Left = 388 Top = 116 Width = 57 Height = 25 Caption = 'Vider' TabOrder = 4 OnClick = Bind_ClearListButtonClick end object Bind_List: TListView Left = 24 Top = 60 Width = 358 Height = 174 Hint = 'Double-cliquez sur le nom du fichier pour faire appara�tre l'#39'�di' + 'teur de coupe.' Columns = < item Caption = 'Fichier' Width = 229 end item Alignment = taRightJustify Caption = 'D�but' Width = 60 end item Alignment = taRightJustify Caption = 'Fin' Width = 60 end> ColumnClick = False DragMode = dmAutomatic HideSelection = False HotTrackStyles = [] ReadOnly = True TabOrder = 1 ViewStyle = vsReport OnDblClick = Bind_EditItemButtonClick OnDeletion = MPEGListDeletion OnDragDrop = Bind_ListDragDrop OnDragOver = Bind_ListDragOver OnKeyDown = Bind_ListKeyDown end object Bind_EditItemButton: TButton Left = 388 Top = 152 Width = 57 Height = 25 Caption = '�diter' TabOrder = 5 OnClick = Bind_EditItemButtonClick end object Bind_AutoCorrectButton: TButton Left = 389 Top = 209 Width = 57 Height = 25 Hint = 'Efface automatiquement les fichiers mpeg incompatibles entre eux' + ' afin'#13'd'#39'�viter des erreurs lors de l'#39'assemblage.'#13 Caption = 'Corriger' TabOrder = 8 OnClick = Bind_AutoCorrectButtonClick end end end object CancelButton: TButton Left = 406 Top = 328 Width = 75 Height = 25 Cancel = True Caption = 'Fermer' TabOrder = 2 OnClick = CancelButtonClick end object OKButton: TButton Left = 324 Top = 328 Width = 75 Height = 25 Caption = 'Appliquer' TabOrder = 1 OnClick = OKButtonClick end object OpenInputVideoDialog: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 8 Top = 328 end object OpenInputAudioDialog: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 40 Top = 328 end object SaveOutputDialog: TSaveDialog Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 72 Top = 328 end object OpenMPEGDialog: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 104 Top = 328 end object OpenMPEGFilesDialog: TOpenDialog Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 136 Top = 328 end object SaveInputVideoDialog: TSaveDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 168 Top = 328 end object SaveInputAudioDialog: TSaveDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 200 Top = 328 end end