home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TBATCHFORM / TBATCHFORM.txt
Text File  |  2005-01-25  |  18KB  |  518 lines

  1. inherited BatchForm: TBatchForm
  2.   Left = 246
  3.   Top = 167
  4.   Caption = 'Batch Processing'
  5.   ClientHeight = 405
  6.   ClientWidth = 462
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 217
  11.     Top = 375
  12.     Enabled = False
  13.     TabOrder = 8
  14.     Visible = False
  15.   end
  16.   inherited ButtonCancel: TButton
  17.     Left = 297
  18.     Top = 375
  19.     TabOrder = 9
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 377
  23.     Top = 375
  24.     TabOrder = 10
  25.     HelpKey = 'file_batch'
  26.   end
  27.   object PageControl: TPageControl
  28.     Left = 6
  29.     Top = 182
  30.     Width = 449
  31.     Height = 189
  32.     ActivePage = Process
  33.     TabOrder = 6
  34.     OnChanging = PageControlChanging
  35.     object Convert: TTabSheet
  36.       Caption = 'Convert'
  37.       inline FormatFrame: TFormatSelectFrame
  38.         Left = 8
  39.         Top = 32
  40.         Width = 422
  41.         TabOrder = 1
  42.         inherited SaveType: TComboBox
  43.           Width = 347
  44.         end
  45.         inherited Attributes: TComboBox
  46.           Width = 347
  47.         end
  48.       end
  49.       object ConvertAll: TCheckBox
  50.         Left = 80
  51.         Top = 13
  52.         Width = 152
  53.         Height = 17
  54.         Action = ConvertAction
  55.         TabOrder = 0
  56.       end
  57.       object RateBox: TCheckBox
  58.         Left = 80
  59.         Top = 94
  60.         Width = 70
  61.         Height = 17
  62.         Caption = 'Rate (Hz):'
  63.         TabOrder = 2
  64.       end
  65.       object Rate: TNumBox
  66.         Left = 149
  67.         Top = 92
  68.         Width = 73
  69.         Height = 21
  70.         TabStop = True
  71.         Value = 44100
  72.         Min = 1000
  73.         Max = 192000
  74.         PageChange = 100
  75.         LineChange = 100
  76.         Label = 'Rate'
  77.         Buddy = RateBuddy
  78.         DropDownCount = 12
  79.         Items.Strings = (
  80.           '5500'
  81.           '6000'
  82.           '7333'
  83.           '8000'
  84.           '11025'
  85.           '16000'
  86.           '22050'
  87.           '32000'
  88.           '44100'
  89.           '48000'
  90.           '88200'
  91.           '96000'
  92.           '192000')
  93.         TabOrder = 3
  94.         Text = '44100'
  95.         MaxLength = 7
  96.       end
  97.       object RateBuddy: TBuddyUpDown
  98.         Left = 222
  99.         Top = 92
  100.         Width = 15
  101.         Height = 21
  102.         Associate = Rate
  103.         Increment = 100
  104.         TabOrder = 4
  105.       end
  106.     end
  107.     object Process: TTabSheet
  108.       Caption = 'Process'
  109.       ImageIndex = 1
  110.       object AddEffect: TButton
  111.         Left = 359
  112.         Top = 7
  113.         Width = 75
  114.         Height = 25
  115.         Anchors = [akTop, akRight]
  116.         Caption = 'Add Effect...'
  117.         TabOrder = 1
  118.         OnClick = AddEffectClick
  119.       end
  120.       object RemoveEffect: TButton
  121.         Left = 359
  122.         Top = 102
  123.         Width = 75
  124.         Height = 25
  125.         Action = RemoveEffectAction
  126.         Anchors = [akTop, akRight]
  127.         TabOrder = 4
  128.       end
  129.       object EffectList: TListView
  130.         Left = 6
  131.         Top = 4
  132.         Width = 345
  133.         Height = 153
  134.         Columns = <
  135.           item
  136.             Caption = 'Effect, Chain, or Edit'
  137.             Width = 175
  138.           end
  139.           item
  140.             Caption = 'Settings'
  141.             MinWidth = 100
  142.             Width = 145
  143.           end>
  144.         ColumnClick = False
  145.         DragMode = dmAutomatic
  146.         HideSelection = False
  147.         ReadOnly = True
  148.         RowSelect = True
  149.         SmallImages = EffectImageList
  150.         TabOrder = 0
  151.         ViewStyle = vsReport
  152.         OnDragDrop = EffectListDragDrop
  153.         OnDragOver = EffectListDragOver
  154.       end
  155.       object AddChain: TButton
  156.         Left = 359
  157.         Top = 37
  158.         Width = 75
  159.         Height = 25
  160.         Anchors = [akTop, akRight]
  161.         Caption = 'Add Chain...'
  162.         TabOrder = 2
  163.         OnClick = AddChainClick
  164.       end
  165.       object RemoveAllEffects: TButton
  166.         Left = 359
  167.         Top = 132
  168.         Width = 75
  169.         Height = 25
  170.         Action = RemoveAllEffectAction
  171.         Anchors = [akTop, akRight]
  172.         TabOrder = 5
  173.       end
  174.       object AddEdit: TButton
  175.         Left = 359
  176.         Top = 67
  177.         Width = 75
  178.         Height = 25
  179.         Caption = 'Add Edit...'
  180.         TabOrder = 3
  181.         OnClick = AddEditClick
  182.       end
  183.     end
  184.     object Folder: TTabSheet
  185.       Caption = 'Folder'
  186.       ImageIndex = 2
  187.       object OriginalFolders: TRadioButton
  188.         Left = 28
  189.         Top = 18
  190.         Width = 193
  191.         Height = 17
  192.         Caption = 'Store all files in their original folders'
  193.         Checked = True
  194.         TabOrder = 0
  195.         TabStop = True
  196.         OnClick = FolderModeChange
  197.       end
  198.       object CommonFolder: TRadioButton
  199.         Left = 28
  200.         Top = 36
  201.         Width = 193
  202.         Height = 17
  203.         Caption = 'Store all files in this folder:'
  204.         TabOrder = 1
  205.         OnClick = FolderModeChange
  206.       end
  207.       inline FolderFrame: TFolderFrame
  208.         Left = 46
  209.         Top = 54
  210.         TabOrder = 2
  211.       end
  212.       object Overwrite: TCheckBox
  213.         Left = 28
  214.         Top = 89
  215.         Width = 137
  216.         Height = 17
  217.         Caption = 'Overwrite existing files'
  218.         TabOrder = 3
  219.       end
  220.     end
  221.     object Information: TTabSheet
  222.       Caption = 'Information'
  223.       ImageIndex = 3
  224.       object RetainInfo: TRadioButton
  225.         Left = 28
  226.         Top = 18
  227.         Width = 213
  228.         Height = 17
  229.         Caption = 'Retain information currently in each file'
  230.         Checked = True
  231.         TabOrder = 0
  232.         TabStop = True
  233.       end
  234.       object ReplaceInfo: TRadioButton
  235.         Left = 28
  236.         Top = 36
  237.         Width = 237
  238.         Height = 17
  239.         Caption = 'Replace information in all files'
  240.         TabOrder = 1
  241.       end
  242.       object SetInfo: TButton
  243.         Left = 47
  244.         Top = 58
  245.         Width = 75
  246.         Height = 25
  247.         Action = SetInfoAction
  248.         TabOrder = 2
  249.       end
  250.     end
  251.   end
  252.   object FileList: TListView
  253.     Left = 6
  254.     Top = 23
  255.     Width = 365
  256.     Height = 152
  257.     Columns = <
  258.       item
  259.         Caption = 'Name'
  260.         Width = -1
  261.         WidthType = (
  262.           -1)
  263.       end>
  264.     ColumnClick = False
  265.     HideSelection = False
  266.     ReadOnly = True
  267.     ShowColumnHeaders = False
  268.     TabOrder = 1
  269.     ViewStyle = vsReport
  270.   end
  271.   object AddFiles: TButton
  272.     Left = 380
  273.     Top = 23
  274.     Width = 75
  275.     Height = 25
  276.     Anchors = [akTop, akRight]
  277.     Caption = 'Add Files...'
  278.     TabOrder = 2
  279.     OnClick = AddFilesClick
  280.   end
  281.   object AddFolder: TButton
  282.     Left = 380
  283.     Top = 53
  284.     Width = 75
  285.     Height = 25
  286.     Anchors = [akTop, akRight]
  287.     Caption = 'Add Folder...'
  288.     TabOrder = 3
  289.     OnClick = AddFolderClick
  290.   end
  291.   object RemoveFile: TButton
  292.     Left = 380
  293.     Top = 120
  294.     Width = 75
  295.     Height = 25
  296.     Action = RemoveFileAction
  297.     Anchors = [akTop, akRight]
  298.     TabOrder = 4
  299.   end
  300.   object FilesLabel: TStaticText
  301.     Left = 6
  302.     Top = 6
  303.     Width = 135
  304.     Height = 17
  305.     Caption = 'Files and folders to process:'
  306.     TabOrder = 0
  307.   end
  308.   object RemoveAllFiles: TButton
  309.     Left = 380
  310.     Top = 150
  311.     Width = 75
  312.     Height = 25
  313.     Action = RemoveAllFileAction
  314.     Anchors = [akTop, akRight]
  315.     TabOrder = 5
  316.   end
  317.   object Begin: TButton
  318.     Left = 217
  319.     Top = 375
  320.     Width = 75
  321.     Height = 25
  322.     Action = BeginAction
  323.     Anchors = [akRight, akBottom]
  324.     Default = True
  325.     TabOrder = 7
  326.   end
  327.   object OpenDialog: TOpenDialog
  328.     DefaultExt = '*.wav'
  329.     Filter = 'All (*.*)|*.*'
  330.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  331.     Title = 'Add Files'
  332.     Left = 7
  333.     Top = 371
  334.   end
  335.   object ActionList: TActionList
  336.     Left = 41
  337.     Top = 371
  338.     object RemoveFileAction: TAction
  339.       Caption = 'Remove'
  340.       OnExecute = RemoveFileExecute
  341.       OnUpdate = RemoveFileEnable
  342.     end
  343.     object RemoveAllFileAction: TAction
  344.       Caption = 'Remove All'
  345.       OnExecute = RemoveAllFileExecute
  346.       OnUpdate = RemoveAllFileEnable
  347.     end
  348.     object RemoveEffectAction: TAction
  349.       Caption = 'Remove'
  350.       OnExecute = RemoveEffectExecute
  351.       OnUpdate = RemoveEffectEnable
  352.     end
  353.     object RemoveAllEffectAction: TAction
  354.       Caption = 'Remove All'
  355.       OnExecute = RemoveAllEffectExecute
  356.       OnUpdate = RemoveAllEffectEnable
  357.     end
  358.     object SetInfoAction: TAction
  359.       Caption = 'Set Info...'
  360.       OnExecute = SetInfoExecute
  361.       OnUpdate = SetInfoEnable
  362.     end
  363.     object BeginAction: TAction
  364.       Caption = 'Begin'
  365.       OnExecute = BeginExecute
  366.       OnUpdate = BeginUpdate
  367.     end
  368.     object ConvertAction: TAction
  369.       Caption = 'Convert files to this format:'
  370.       OnUpdate = ConvertActionUpdate
  371.     end
  372.   end
  373.   object EffectImageList: TImageList
  374.     DrawingStyle = dsTransparent
  375.     Left = 77
  376.     Top = 372
  377.     Bitmap = {
  378.       494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  379.       0000000000003600000028000000400000001000000001002000000000000010
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000848484008484840000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000800000008000
  385.       0000800000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       000000000000000000008484840000FFFF0000FFFF0084848400000000000000
  392.       0000000000000000000000000000000000000000000080000000000000000000
  393.       0000000000008000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000084848400848484008484
  397.       8400000000000000000000000000848484008484840000000000000000000000
  398.       0000000000008484840084848400848484000000000000000000000000000000
  399.       0000000000008484840000FFFF0000FFFF0000FFFF0000FFFF00848484000000
  400.       0000000000000000000000000000000000000000000080000000000000000000
  401.       0000000000008000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  405.       840000000000000000000000000000FFFF0000FFFF0084848400000000000000
  406.       00000000000000FFFF0000FFFF00848484000000000000000000000000000000
  407.       00000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF008484
  408.       8400000000000000000000000000000000000000000000000000800000008000
  409.       0000800000008000000080000000000000000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  413.       84000000000000000000000000000000000000FFFF0000FFFF00848484000000
  414.       000000FFFF0000FFFF0084848400000000000000000000000000000000000000
  415.       000000000000000000000000000000FFFF0000FFFF0084848400000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  421.       8400000000000000000000000000000000000000000000FFFF0000FFFF0000FF
  422.       FF0000FFFF008484840000000000000000000000000000000000000000008484
  423.       840084848400848484008484840000FFFF0000FFFF0084848400848484008484
  424.       8400848484008484840000000000000000000000000080000000800000008000
  425.       0000800000008000000080000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  429.       840000000000000000000000000000000000000000000000000000FFFF0000FF
  430.       FF008484840000000000000000000000000000000000000000000000000000FF
  431.       FF0000FFFF0000FFFF0000FFFF00840000008400000000FFFF0000FFFF0000FF
  432.       FF0000FFFF008484840000000000000000008000000000000000000000000000
  433.       0000800000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  437.       8400848484008484840084848400000000000000000000FFFF0000FFFF0000FF
  438.       FF0000FFFF0084848400000000000000000000000000000000000000000000FF
  439.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  440.       FF0000FFFF008484840000000000000000008000000000000000000000000000
  441.       0000800000008000000080000000800000008000000080000000800000008000
  442.       0000800000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF
  445.       FF0000FFFF0000FFFF00848484000000000000FFFF0000FFFF00848484000000
  446.       000000FFFF0000FFFF00848484000000000000000000000000000000000000FF
  447.       FF0000FFFF0000FFFF0000FFFF00840000008400000000FFFF0000FFFF0000FF
  448.       FF0000FFFF008484840000000000000000000000000080000000800000008000
  449.       000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  450.       FF00800000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF
  453.       FF0000FFFF0000FFFF008484840000FFFF0000FFFF0084848400000000000000
  454.       00000000000000FFFF0000FFFF008484840000000000000000000000000000FF
  455.       FF0000FFFF0000FFFF0000FFFF00840000008400000000FFFF0000FFFF0000FF
  456.       FF0000FFFF008484840000000000000000000000000000000000000000000000
  457.       000080000000FFFFFF000000000000000000000000000000000000000000FFFF
  458.       FF00800000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  461.       8400000000000000000000000000000000000000000000000000000000000000
  462.       00000000000000000000000000000000000000000000000000000000000000FF
  463.       FF0000FFFF0000FFFF0000FFFF0000848400840000008400000000FFFF0000FF
  464.       FF0000FFFF008484840000000000000000000000000000000000000000000000
  465.       000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  466.       FF00800000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000FFFF0000FFFF008484
  469.       8400848484008484840084848400848484008484840000000000000000000000
  470.       00000000000000000000000000000000000000000000000000000000000000FF
  471.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00840000008400000000FF
  472.       FF0000FFFF008484840000000000000000000000000000000000000000000000
  473.       000080000000FFFFFF000000000000000000000000000000000000000000FFFF
  474.       FF00800000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF
  477.       FF0000FFFF0000FFFF0000FFFF0000FFFF008484840000000000000000000000
  478.       00000000000000000000000000000000000000000000000000000000000000FF
  479.       FF0000FFFF00840000008400000000FFFF0000FFFF00840000008400000000FF
  480.       FF0000FFFF008484840000000000000000000000000000000000000000000000
  481.       000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000800000008000
  482.       0000800000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF
  485.       FF0000FFFF0000FFFF0000FFFF0000FFFF008484840000000000000000000000
  486.       00000000000000000000000000000000000000000000000000000000000000FF
  487.       FF0000FFFF0000FFFF008400000084000000840000008400000000FFFF0000FF
  488.       FF0000FFFF008484840000000000000000000000000000000000000000000000
  489.       000080000000FFFFFF000000000000000000FFFFFF0080000000FFFFFF008000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       00000000000000000000000000000000000000000000000000000000000000FF
  495.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  496.       FF0000FFFF008484840000000000000000000000000000000000000000000000
  497.       000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000800000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       000000000000000000000000000000FFFF0000FFFF0084848400000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000800000008000000080000000800000008000000080000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       000000000000000000000000000000000000424D3E000000000000003E000000
  509.       2800000040000000100000000100010000000000800000000000000000000000
  510.       000000000000000000000000FFFFFF00FFFFFE7FC7FF0000FFFFFC3FBBFF0000
  511.       8E78F81FBBC300008E38F80FC11F00008F11FE3FFC7F00008F83E003811F0000
  512.       8FC7E00377C300008183E003700700008111E003800700008038E003F0070000
  513.       8FFFE003F0070000807FE003F0070000807FE003F0070000807FE003F00F0000
  514.       FFFFE003F01F0000FFFFFE3FF03F000000000000000000000000000000000000
  515.       000000000000}
  516.   end
  517. end
  518.