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 / TBATCHENCODEFORM / TBATCHENCODEFORM.txt < prev   
Text File  |  2002-08-30  |  20KB  |  434 lines

  1. object BatchEncodeForm: TBatchEncodeForm
  2.   Left = 227
  3.   Top = 225
  4.   Width = 554
  5.   Height = 372
  6.   HelpContext = 5
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Batch encode'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 273
  11.   Constraints.MinWidth = 450
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -12
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   ShowHint = True
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   PixelsPerInch = 96
  25.   TextHeight = 12
  26.   object AbortButton: TButton
  27.     Left = 456
  28.     Top = 40
  29.     Width = 83
  30.     Height = 25
  31.     Anchors = [akTop, akRight]
  32.     Cancel = True
  33.     Caption = 'Stop'
  34.     Enabled = False
  35.     TabOrder = 2
  36.     OnClick = AbortButtonClick
  37.   end
  38.   object RunButton: TButton
  39.     Left = 456
  40.     Top = 8
  41.     Width = 83
  42.     Height = 25
  43.     Anchors = [akTop, akRight]
  44.     Caption = 'Run'
  45.     TabOrder = 1
  46.     OnClick = RunButtonClick
  47.   end
  48.   object AddButton: TButton
  49.     Left = 456
  50.     Top = 180
  51.     Width = 83
  52.     Height = 25
  53.     Anchors = [akRight, akBottom]
  54.     Caption = 'Add'
  55.     TabOrder = 3
  56.     OnClick = AddJobMenuItemClick
  57.   end
  58.   object DeleteJobButton: TButton
  59.     Left = 456
  60.     Top = 211
  61.     Width = 83
  62.     Height = 25
  63.     Anchors = [akRight, akBottom]
  64.     Caption = 'Delete'
  65.     TabOrder = 4
  66.     OnClick = DeleteJobButtonClick
  67.   end
  68.   object JobListBox: TListView
  69.     Left = 7
  70.     Top = 8
  71.     Width = 443
  72.     Height = 331
  73.     Anchors = [akLeft, akTop, akRight, akBottom]
  74.     Columns = <
  75.       item
  76.         Caption = 'Output'
  77.         Width = 200
  78.       end
  79.       item
  80.         Caption = 'Format'
  81.         Width = 450
  82.       end
  83.       item
  84.         Caption = 'Status'
  85.         Width = 200
  86.       end>
  87.     ColumnClick = False
  88.     DragMode = dmAutomatic
  89.     FullDrag = True
  90.     HideSelection = False
  91.     HotTrackStyles = []
  92.     MultiSelect = True
  93.     ReadOnly = True
  94.     PopupMenu = PopupMenu
  95.     StateImages = ImageList
  96.     TabOrder = 0
  97.     ViewStyle = vsReport
  98.     OnDblClick = ListEditMPEGConfigClick
  99.     OnDeletion = JobListBoxDeletion
  100.     OnDragDrop = JobListBoxDragDrop
  101.     OnDragOver = JobListBoxDragOver
  102.     OnMouseDown = JobListBoxMouseDown
  103.     OnMouseMove = JobListBoxMouseMove
  104.   end
  105.   object ClearButton: TButton
  106.     Left = 456
  107.     Top = 243
  108.     Width = 83
  109.     Height = 25
  110.     Anchors = [akRight, akBottom]
  111.     Caption = 'Clear'
  112.     TabOrder = 5
  113.     OnClick = ClearButtonClick
  114.   end
  115.   object LoadButton: TButton
  116.     Left = 456
  117.     Top = 283
  118.     Width = 83
  119.     Height = 25
  120.     Anchors = [akRight, akBottom]
  121.     Caption = 'Open list'
  122.     TabOrder = 6
  123.     OnClick = LoadButtonClick
  124.   end
  125.   object SaveButton: TButton
  126.     Left = 456
  127.     Top = 314
  128.     Width = 83
  129.     Height = 25
  130.     Anchors = [akRight, akBottom]
  131.     Caption = 'Save list'
  132.     TabOrder = 7
  133.     OnClick = SaveButtonClick
  134.   end
  135.   object PopupMenu: TPopupMenu
  136.     Images = ImageList
  137.     OnPopup = PopupMenuPopup
  138.     Left = 144
  139.     Top = 88
  140.     object ListEditOutput: TMenuItem
  141.       Caption = '&Output'
  142.       OnClick = ListEditOutputClick
  143.       object N1: TMenuItem
  144.         Tag = 100
  145.         Caption = '-'
  146.       end
  147.       object ListEditChangeOutputDir: TMenuItem
  148.         Tag = 100
  149.         Caption = 'Change folder to save'
  150.         OnClick = ListEditChangeOutputDirClick
  151.       end
  152.     end
  153.     object ListEditOutputStreamType: TMenuItem
  154.       Caption = '&Type of stream'
  155.       Visible = False
  156.     end
  157.     object ListEditMPEGConfig: TMenuItem
  158.       Caption = '&MPEG setting'
  159.       OnClick = ListEditMPEGConfigClick
  160.     end
  161.     object ListEditFinished: TMenuItem
  162.       Caption = '&Finished'
  163.       ImageIndex = 0
  164.       OnClick = ListEditFinishedClick
  165.     end
  166.     object N3: TMenuItem
  167.       Caption = '-'
  168.     end
  169.     object ListItemPreview: TMenuItem
  170.       Caption = '&Preview...'
  171.       OnClick = ListItemPreviewClick
  172.     end
  173.     object ListItemSaveToFile: TMenuItem
  174.       Caption = '&Save project'
  175.       ImageIndex = 2
  176.       OnClick = ListItemSaveToFileClick
  177.     end
  178.     object N2: TMenuItem
  179.       Caption = '-'
  180.     end
  181.     object ListEditDelete: TMenuItem
  182.       Caption = '&Delete'
  183.       ShortCut = 46
  184.       OnClick = DeleteJobButtonClick
  185.     end
  186.     object ListSelectAll: TMenuItem
  187.       Caption = 'Select &all'
  188.       ShortCut = 16449
  189.       OnClick = ListSelectAllClick
  190.     end
  191.     object ListSelectAllFinished: TMenuItem
  192.       Caption = 'Select all &executed items'
  193.       OnClick = ListSelectAllFinishedClick
  194.     end
  195.   end
  196.   object ImageList: TImageList
  197.     Left = 111
  198.     Top = 88
  199.     Bitmap = {
  200.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  201.       0000000000003600000028000000400000002000000001001800000000000018
  202.       0000000000000000000000000000000000000000000000000000000000000000
  203.       0000000000000000000000000000000000000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000000000000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       0000000000000000000000000000000000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       00000000000000000000000000000000FF0000FF000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       00000000000000000000000000FF0000FF0000FF0000FF000000000000000000
  313.       0000000000000000000000000000000000000000000000000080800080800000
  314.       00000000000000000000000000000000C0C0C0C0C0C000000000808000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       000000000000000000000000000000000000000000000000000000000000FF00
  317.       00FF0000FF000000000000000000000000000000000000000000000000000000
  318.       00000000000000000000000000000000FF0000FF000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000080800080800000
  320.       00000000000000000000000000000000C0C0C0C0C0C000000000808000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       000000000000000000000000000000000000000000000000000000FF0000FF00
  323.       00FF0000FF0000FF000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000080800080800000
  326.       00000000000000000000000000000000C0C0C0C0C0C000000000808000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       000000000000000000000000000000000000000000000000FF0000FF0000FF00
  329.       00FF0000FF0000FF0000FF000000000000000000000000000000000000000000
  330.       00000000000000000000000000000000000000000000000000FF000000000000
  331.       0000000000000000000000000000000000000000000000000080800080800000
  332.       0000000000000000000000000000000000000000000000000000808000000000
  333.       0000000000000000000000000000000000000000000000000000000000000000
  334.       000000000000000000000000000000000000000000000000FF0000FF0000FF00
  335.       00FF0000FF0000FF0000FF0000FF000000000000000000000000000000000000
  336.       00000000000000000000000000000000000000000000FF0000FF0000FF000000
  337.       0000000000000000000000000000000000000000000000000080800080800080
  338.       8000808000808000808000808000808000808000808000808000808000000000
  339.       0000000000000000000000000000000000000000000000000000000000000000
  340.       000000000000000000000000000000000000000000000000FF0000FF0000FF00
  341.       00000000000000000000FF0000FF0000FF000000000000000000000000000000
  342.       00000000000000000000000000000000000000000000000000FF0000FF0000FF
  343.       0000000000000000000000000000000000000000000000000080800080800000
  344.       0000000000000000000000000000000000000000000000808000808000000000
  345.       0000000000000000000000000000000000000000000000000000000000000000
  346.       000000000000000000000000000000000000000000000000000000FF00000000
  347.       00000000000000000000000000FF0000FF000000000000000000000000000000
  348.       00000000000000000000000000000000000000000000000000FF0000FF0000FF
  349.       0000FF000000000000000000000000000000000000000000008080000000C0C0
  350.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000808000000000
  351.       0000000000000000000000000000000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       00000000000000000000000000000000FF0000FF000000000000000000000000
  354.       00000000000000000000000000000000000000000000000000000000FF0000FF
  355.       0000FF0000FF000000000000000000000000000000000000008080000000C0C0
  356.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000808000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       00000000000000000000000000000000000000FF0000FF000000000000000000
  360.       00000000000000000000000000000000000000000000000000000000FF0000FF
  361.       0000FF0000FF0000FF000000000000000000000000000000008080000000C0C0
  362.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000808000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       00000000000000000000000000000000000000000000FF000000000000000000
  366.       00000000000000000000000000000000000000000000000000000000000000FF
  367.       0000FF0000FF0000FF0000FF000000000000000000000000008080000000C0C0
  368.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000808000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       00000000000000000000000000000000000000000000000000FF000000000000
  372.       00000000000000000000000000000000000000000000000000000000000000FF
  373.       0000FF0000FF0000FF0000FF000000000000000000000000008080000000C0C0
  374.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000FF0000FF0000FF000000000000000000000000000000008080000000C0C0
  380.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000C0C0C000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       000000000000000000000000000000000000424D3E000000000000003E000000
  395.       2800000040000000200000000100010000000000000100000000000000000000
  396.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       00000000000000000000000000000000FFFFFFFFFFFF0000FFFFF3FFC0010000
  401.       FFFFE1FF80010000F1FFF3FF80010000E0FFFFFF80010000C07FFEFF80010000
  402.       C03FFC7F80010000C71FFE3F80010000EF9FFE1F80010000FFCFFF0F80010000
  403.       FFE7FF0780010000FFF7FF8380010000FFFBFF8380010000FFFFFFC780010000
  404.       FFFFFFFF80010000FFFFFFFFFFFF000000000000000000000000000000000000
  405.       000000000000}
  406.   end
  407.   object OpenDialog: TOpenDialog
  408.     DefaultExt = 'tbe'
  409.     Filter = 'Batch encode list(*.tbe)|*.tbe|All files(*.*)|*.*'
  410.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  411.     Left = 247
  412.     Top = 88
  413.   end
  414.   object SaveDialog: TSaveDialog
  415.     DefaultExt = 'tbe'
  416.     Filter = 
  417.       'Batch encode list(*.tbe)|*.tbe|Batch encode list-text format(*.t' +
  418.       'be)|*.tbe|All files(*.*)|*.*'
  419.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  420.     Left = 279
  421.     Top = 88
  422.   end
  423.   object OpenProjectDialog: TOpenDialog
  424.     DefaultExt = 'tpr'
  425.     Filter = 
  426.       'All Job files(*.tpr;*.tbe)|*.tpr;*.tbe|TMPGEnc Project(*.tpr)|*.' +
  427.       'tpr|Batch encode list(*.tbe)|*.tbe|All files(*.*)|*.*'
  428.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  429.     Title = 'Select project file to encode'
  430.     Left = 248
  431.     Top = 120
  432.   end
  433. end
  434.