inherited BatchForm: TBatchForm Left = 246 Top = 167 Caption = 'Batch Processing' ClientHeight = 405 ClientWidth = 462 PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 217 Top = 375 Enabled = False TabOrder = 8 Visible = False end inherited ButtonCancel: TButton Left = 297 Top = 375 TabOrder = 9 end inherited ButtonHelp: THelpButton Left = 377 Top = 375 TabOrder = 10 HelpKey = 'file_batch' end object PageControl: TPageControl Left = 6 Top = 182 Width = 449 Height = 189 ActivePage = Process TabOrder = 6 OnChanging = PageControlChanging object Convert: TTabSheet Caption = 'Convert' inline FormatFrame: TFormatSelectFrame Left = 8 Top = 32 Width = 422 TabOrder = 1 inherited SaveType: TComboBox Width = 347 end inherited Attributes: TComboBox Width = 347 end end object ConvertAll: TCheckBox Left = 80 Top = 13 Width = 152 Height = 17 Action = ConvertAction TabOrder = 0 end object RateBox: TCheckBox Left = 80 Top = 94 Width = 70 Height = 17 Caption = 'Rate (Hz):' TabOrder = 2 end object Rate: TNumBox Left = 149 Top = 92 Width = 73 Height = 21 TabStop = True Value = 44100 Min = 1000 Max = 192000 PageChange = 100 LineChange = 100 Label = 'Rate' Buddy = RateBuddy DropDownCount = 12 Items.Strings = ( '5500' '6000' '7333' '8000' '11025' '16000' '22050' '32000' '44100' '48000' '88200' '96000' '192000') TabOrder = 3 Text = '44100' MaxLength = 7 end object RateBuddy: TBuddyUpDown Left = 222 Top = 92 Width = 15 Height = 21 Associate = Rate Increment = 100 TabOrder = 4 end end object Process: TTabSheet Caption = 'Process' ImageIndex = 1 object AddEffect: TButton Left = 359 Top = 7 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Add Effect...' TabOrder = 1 OnClick = AddEffectClick end object RemoveEffect: TButton Left = 359 Top = 102 Width = 75 Height = 25 Action = RemoveEffectAction Anchors = [akTop, akRight] TabOrder = 4 end object EffectList: TListView Left = 6 Top = 4 Width = 345 Height = 153 Columns = < item Caption = 'Effect, Chain, or Edit' Width = 175 end item Caption = 'Settings' MinWidth = 100 Width = 145 end> ColumnClick = False DragMode = dmAutomatic HideSelection = False ReadOnly = True RowSelect = True SmallImages = EffectImageList TabOrder = 0 ViewStyle = vsReport OnDragDrop = EffectListDragDrop OnDragOver = EffectListDragOver end object AddChain: TButton Left = 359 Top = 37 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Add Chain...' TabOrder = 2 OnClick = AddChainClick end object RemoveAllEffects: TButton Left = 359 Top = 132 Width = 75 Height = 25 Action = RemoveAllEffectAction Anchors = [akTop, akRight] TabOrder = 5 end object AddEdit: TButton Left = 359 Top = 67 Width = 75 Height = 25 Caption = 'Add Edit...' TabOrder = 3 OnClick = AddEditClick end end object Folder: TTabSheet Caption = 'Folder' ImageIndex = 2 object OriginalFolders: TRadioButton Left = 28 Top = 18 Width = 193 Height = 17 Caption = 'Store all files in their original folders' Checked = True TabOrder = 0 TabStop = True OnClick = FolderModeChange end object CommonFolder: TRadioButton Left = 28 Top = 36 Width = 193 Height = 17 Caption = 'Store all files in this folder:' TabOrder = 1 OnClick = FolderModeChange end inline FolderFrame: TFolderFrame Left = 46 Top = 54 TabOrder = 2 end object Overwrite: TCheckBox Left = 28 Top = 89 Width = 137 Height = 17 Caption = 'Overwrite existing files' TabOrder = 3 end end object Information: TTabSheet Caption = 'Information' ImageIndex = 3 object RetainInfo: TRadioButton Left = 28 Top = 18 Width = 213 Height = 17 Caption = 'Retain information currently in each file' Checked = True TabOrder = 0 TabStop = True end object ReplaceInfo: TRadioButton Left = 28 Top = 36 Width = 237 Height = 17 Caption = 'Replace information in all files' TabOrder = 1 end object SetInfo: TButton Left = 47 Top = 58 Width = 75 Height = 25 Action = SetInfoAction TabOrder = 2 end end end object FileList: TListView Left = 6 Top = 23 Width = 365 Height = 152 Columns = < item Caption = 'Name' Width = -1 WidthType = ( -1) end> ColumnClick = False HideSelection = False ReadOnly = True ShowColumnHeaders = False TabOrder = 1 ViewStyle = vsReport end object AddFiles: TButton Left = 380 Top = 23 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Add Files...' TabOrder = 2 OnClick = AddFilesClick end object AddFolder: TButton Left = 380 Top = 53 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Add Folder...' TabOrder = 3 OnClick = AddFolderClick end object RemoveFile: TButton Left = 380 Top = 120 Width = 75 Height = 25 Action = RemoveFileAction Anchors = [akTop, akRight] TabOrder = 4 end object FilesLabel: TStaticText Left = 6 Top = 6 Width = 135 Height = 17 Caption = 'Files and folders to process:' TabOrder = 0 end object RemoveAllFiles: TButton Left = 380 Top = 150 Width = 75 Height = 25 Action = RemoveAllFileAction Anchors = [akTop, akRight] TabOrder = 5 end object Begin: TButton Left = 217 Top = 375 Width = 75 Height = 25 Action = BeginAction Anchors = [akRight, akBottom] Default = True TabOrder = 7 end object OpenDialog: TOpenDialog DefaultExt = '*.wav' Filter = 'All (*.*)|*.*' Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Add Files' Left = 7 Top = 371 end object ActionList: TActionList Left = 41 Top = 371 object RemoveFileAction: TAction Caption = 'Remove' OnExecute = RemoveFileExecute OnUpdate = RemoveFileEnable end object RemoveAllFileAction: TAction Caption = 'Remove All' OnExecute = RemoveAllFileExecute OnUpdate = RemoveAllFileEnable end object RemoveEffectAction: TAction Caption = 'Remove' OnExecute = RemoveEffectExecute OnUpdate = RemoveEffectEnable end object RemoveAllEffectAction: TAction Caption = 'Remove All' OnExecute = RemoveAllEffectExecute OnUpdate = RemoveAllEffectEnable end object SetInfoAction: TAction Caption = 'Set Info...' OnExecute = SetInfoExecute OnUpdate = SetInfoEnable end object BeginAction: TAction Caption = 'Begin' OnExecute = BeginExecute OnUpdate = BeginUpdate end object ConvertAction: TAction Caption = 'Convert files to this format:' OnUpdate = ConvertActionUpdate end end object EffectImageList: TImageList DrawingStyle = dsTransparent Left = 77 Top = 372 Bitmap = { 494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000001000000001002000000000000010 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000848484008484840000000000000000000000 0000000000000000000000000000000000000000000000000000800000008000 0000800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000008484840000FFFF0000FFFF0084848400000000000000 0000000000000000000000000000000000000000000080000000000000000000 0000000000008000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400848484008484 8400000000000000000000000000848484008484840000000000000000000000 0000000000008484840084848400848484000000000000000000000000000000 0000000000008484840000FFFF0000FFFF0000FFFF0000FFFF00848484000000 0000000000000000000000000000000000000000000080000000000000000000 0000000000008000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 840000000000000000000000000000FFFF0000FFFF0084848400000000000000 00000000000000FFFF0000FFFF00848484000000000000000000000000000000 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF008484 8400000000000000000000000000000000000000000000000000800000008000 0000800000008000000080000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 84000000000000000000000000000000000000FFFF0000FFFF00848484000000 000000FFFF0000FFFF0084848400000000000000000000000000000000000000 000000000000000000000000000000FFFF0000FFFF0084848400000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 8400000000000000000000000000000000000000000000FFFF0000FFFF0000FF FF0000FFFF008484840000000000000000000000000000000000000000008484 840084848400848484008484840000FFFF0000FFFF0084848400848484008484 8400848484008484840000000000000000000000000080000000800000008000 0000800000008000000080000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 840000000000000000000000000000000000000000000000000000FFFF0000FF FF008484840000000000000000000000000000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF00840000008400000000FFFF0000FFFF0000FF FF0000FFFF008484840000000000000000008000000000000000000000000000 0000800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 8400848484008484840084848400000000000000000000FFFF0000FFFF0000FF FF0000FFFF0084848400000000000000000000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF FF0000FFFF008484840000000000000000008000000000000000000000000000 0000800000008000000080000000800000008000000080000000800000008000 0000800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF FF0000FFFF0000FFFF00848484000000000000FFFF0000FFFF00848484000000 000000FFFF0000FFFF00848484000000000000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF00840000008400000000FFFF0000FFFF0000FF FF0000FFFF008484840000000000000000000000000080000000800000008000 000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF FF0000FFFF0000FFFF008484840000FFFF0000FFFF0084848400000000000000 00000000000000FFFF0000FFFF008484840000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF00840000008400000000FFFF0000FFFF0000FF FF0000FFFF008484840000000000000000000000000000000000000000000000 000080000000FFFFFF000000000000000000000000000000000000000000FFFF FF00800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 8400000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF0000848400840000008400000000FFFF0000FF FF0000FFFF008484840000000000000000000000000000000000000000000000 000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF008484 8400848484008484840084848400848484008484840000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00840000008400000000FF FF0000FFFF008484840000000000000000000000000000000000000000000000 000080000000FFFFFF000000000000000000000000000000000000000000FFFF FF00800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF FF0000FFFF0000FFFF0000FFFF0000FFFF008484840000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0000FFFF00840000008400000000FFFF0000FFFF00840000008400000000FF FF0000FFFF008484840000000000000000000000000000000000000000000000 000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000800000008000 0000800000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000FFFF0000FFFF0000FF FF0000FFFF0000FFFF0000FFFF0000FFFF008484840000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0000FFFF0000FFFF008400000084000000840000008400000000FFFF0000FF FF0000FFFF008484840000000000000000000000000000000000000000000000 000080000000FFFFFF000000000000000000FFFFFF0080000000FFFFFF008000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF FF0000FFFF008484840000000000000000000000000000000000000000000000 000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000800000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000FFFF0000FFFF0084848400000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000800000008000000080000000800000008000000080000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000100000000100010000000000800000000000000000000000 000000000000000000000000FFFFFF00FFFFFE7FC7FF0000FFFFFC3FBBFF0000 8E78F81FBBC300008E38F80FC11F00008F11FE3FFC7F00008F83E003811F0000 8FC7E00377C300008183E003700700008111E003800700008038E003F0070000 8FFFE003F0070000807FE003F0070000807FE003F0070000807FE003F00F0000 FFFFE003F01F0000FFFFFE3FF03F000000000000000000000000000000000000 000000000000} end end