home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / tmpgenc / TMPGEnc2.58Plus_cz.exe / TMPGEnc.exe / 1033 / RCDATA / TMPEGTOOLFORM / TMPEGTOOLFORM.txt
Encoding:
Text File  |  2002-08-30  |  15.7 KB  |  653 lines

  1. object MPEGToolForm: TMPEGToolForm
  2.   Left = 192
  3.   Top = 110
  4.   HelpContext = 6
  5.   BorderStyle = bsDialog
  6.   Caption = 'MPEG n∩┐╜stroje'
  7.   ClientHeight = 359
  8.   ClientWidth = 472
  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 = 457
  27.     Height = 313
  28.     ActivePage = MultiplexorTab
  29.     TabOrder = 0
  30.     OnChange = PageControlChange
  31.     object MultiplexorTab: TTabSheet
  32.       HelpContext = 7
  33.       Caption = 'Jednoduch∩┐╜ Multiplex'
  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 = '&Video vstup:'
  48.         FocusControl = Multiplexor_Video
  49.       end
  50.       object Label2: TLabel
  51.         Left = 24
  52.         Top = 94
  53.         Width = 66
  54.         Height = 12
  55.         Caption = '&Audio vstup:'
  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 = '&Typ:'
  70.       end
  71.       object Label4: TLabel
  72.         Left = 24
  73.         Top = 135
  74.         Width = 54
  75.         Height = 12
  76.         Caption = '&V∩┐╜stup:'
  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 = 'Hledat'
  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 = 'Hledat'
  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 = 'Hledat'
  144.         TabOrder = 6
  145.         OnClick = Multiplexor_OutputButtonClick
  146.       end
  147.     end
  148.     object DemultiplexorTab: TTabSheet
  149.       HelpContext = 8
  150.       Caption = 'Jednoduch∩┐╜ De-multiplex'
  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 = '&Video v∩┐╜stup:'
  165.         FocusControl = Demultiplexor_OutputVideo
  166.       end
  167.       object Label10: TLabel
  168.         Left = 24
  169.         Top = 94
  170.         Width = 66
  171.         Height = 12
  172.         Caption = '&Audio v∩┐╜stup:'
  173.         FocusControl = Demultiplexor_OutputAudio
  174.       end
  175.       object Label11: TLabel
  176.         Left = 24
  177.         Top = 28
  178.         Width = 37
  179.         Height = 12
  180.         Caption = 'Vstup:'
  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 = 'Hledat'
  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 = 'Hledat'
  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 = 'Hledat'
  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 = 'Multiplex'
  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 = '&Typ:'
  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 = '&V∩┐╜stup:'
  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 = 'Hledat'
  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 = 'Seznam streamu, kter∩┐╜ bude obsa∩┐╜en∩┐╜ ve v∩┐╜stupn∩┐╜m MPEG souboru.'
  314.         Columns = <
  315.           item
  316.             Caption = 'Soubor'
  317.             Width = 110
  318.           end
  319.           item
  320.             Caption = 'Informace'
  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 = 'P∩┐╜idat'
  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 = 'Smazat'
  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 = 'Odstranit'
  360.         ParentBiDiMode = False
  361.         TabOrder = 6
  362.         OnClick = MultiplextorEx_ClearListButtonClick
  363.       end
  364.     end
  365.     object DemultiplexorExTab: TTabSheet
  366.       HelpContext = 10
  367.       Caption = 'De-multiplex'
  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 = 'Vstup:'
  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 = 'Dvakr∩┐╜t kliknout na stream, kter∩┐╜ chcete ulo∩┐╜it do souboru.'
  396.       end
  397.       object DemultiplextorEx_List: TListView
  398.         Left = 24
  399.         Top = 60
  400.         Width = 405
  401.         Height = 189
  402.         Hint = 
  403.           'This is list of stream which is included in input MPEG file.'#13#10'Im' +
  404.           'portant streams are checked.'#13#10#13#10'Double click on the stream if yo' +
  405.           'u want to save only specific stream.'
  406.         Checkboxes = True
  407.         Columns = <
  408.           item
  409.             Caption = 'Stream'
  410.             Width = 160
  411.           end
  412.           item
  413.             Caption = 'Informace'
  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 = 'Hledat'
  443.         TabOrder = 2
  444.         OnClick = DemultiplexorEx_InputButtonClick
  445.       end
  446.     end
  447.     object BindTabSheet: TTabSheet
  448.       HelpContext = 11
  449.       Caption = 'Slou∩┐╜it && Vyjmout'
  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 = '&Typ:'
  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 = '&V∩┐╜stup:'
  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 = 'Hledat'
  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 = 'Smazat'
  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 = 'P∩┐╜idat'
  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 = 'Odstranit'
  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 = 'Dvakr∩┐╜t klepnout na n∩┐╜zev souboru pro rozs∩┐╜hlej∩┐╜∩┐╜ nastaven∩┐╜.'
  547.         Columns = <
  548.           item
  549.             Caption = 'Soubor'
  550.             Width = 229
  551.           end
  552.           item
  553.             Alignment = taRightJustify
  554.             Caption = 'Start'
  555.             Width = 60
  556.           end
  557.           item
  558.             Alignment = taRightJustify
  559.             Caption = 'Konec'
  560.             Width = 60
  561.           end>
  562.         ColumnClick = False
  563.         DragMode = dmAutomatic
  564.         HideSelection = False
  565.         HotTrackStyles = []
  566.         ReadOnly = True
  567.         TabOrder = 1
  568.         ViewStyle = vsReport
  569.         OnDblClick = Bind_EditItemButtonClick
  570.         OnDeletion = MPEGListDeletion
  571.         OnDragDrop = Bind_ListDragDrop
  572.         OnDragOver = Bind_ListDragOver
  573.         OnKeyDown = Bind_ListKeyDown
  574.       end
  575.       object Bind_EditItemButton: TButton
  576.         Left = 380
  577.         Top = 152
  578.         Width = 49
  579.         Height = 25
  580.         Caption = 'Editace'
  581.         TabOrder = 5
  582.         OnClick = Bind_EditItemButtonClick
  583.       end
  584.       object Bind_AutoCorrectButton: TButton
  585.         Left = 381
  586.         Top = 209
  587.         Width = 49
  588.         Height = 25
  589.         Hint = 
  590.           'Automaticky sma∩┐╜e neslu∩┐╜iteln∩┐╜ MPEG soubor u kter∩┐╜ho se vyskytla' +
  591.           ' chyba.'
  592.         Caption = 'Opravit'
  593.         TabOrder = 8
  594.         OnClick = Bind_AutoCorrectButtonClick
  595.       end
  596.     end
  597.   end
  598.   object CancelButton: TButton
  599.     Left = 390
  600.     Top = 328
  601.     Width = 75
  602.     Height = 25
  603.     Cancel = True
  604.     Caption = 'Zav∩┐╜∩┐╜t'
  605.     TabOrder = 2
  606.     OnClick = CancelButtonClick
  607.   end
  608.   object OKButton: TButton
  609.     Left = 308
  610.     Top = 328
  611.     Width = 75
  612.     Height = 25
  613.     Caption = 'Spustit'
  614.     TabOrder = 1
  615.     OnClick = OKButtonClick
  616.   end
  617.   object OpenInputVideoDialog: TOpenDialog
  618.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  619.     Left = 8
  620.     Top = 328
  621.   end
  622.   object OpenInputAudioDialog: TOpenDialog
  623.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  624.     Left = 40
  625.     Top = 328
  626.   end
  627.   object SaveOutputDialog: TSaveDialog
  628.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  629.     Left = 72
  630.     Top = 328
  631.   end
  632.   object OpenMPEGDialog: TOpenDialog
  633.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  634.     Left = 104
  635.     Top = 328
  636.   end
  637.   object OpenMPEGFilesDialog: TOpenDialog
  638.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  639.     Left = 136
  640.     Top = 328
  641.   end
  642.   object SaveInputVideoDialog: TSaveDialog
  643.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  644.     Left = 168
  645.     Top = 328
  646.   end
  647.   object SaveInputAudioDialog: TSaveDialog
  648.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  649.     Left = 200
  650.     Top = 328
  651.   end
  652. end
  653.