home *** CD-ROM | disk | FTP | other *** search
- inherited BatchForm: TBatchForm
- Left = 246
- Top = 167
- ActiveControl = PresetBox
- BorderIcons = [biSystemMenu, biMaximize]
- BorderStyle = bsSizeable
- Caption = 'Batch Processing'
- ClientHeight = 447
- ClientWidth = 460
- Constraints.MinHeight = 481
- Constraints.MinWidth = 468
- ExplicitWidth = 468
- ExplicitHeight = 481
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 132
- Top = 417
- Enabled = False
- TabOrder = 9
- Visible = False
- ExplicitLeft = 132
- ExplicitTop = 417
- end
- inherited ButtonCancel: TButton
- Left = 213
- Top = 417
- TabOrder = 10
- ExplicitLeft = 213
- ExplicitTop = 417
- end
- inherited ButtonHelp: THelpButton
- Left = 375
- Top = 417
- TabOrder = 12
- HelpKey = 'file_batch'
- ExplicitLeft = 375
- ExplicitTop = 417
- end
- inherited PresetGroup: TGroupBox
- Left = 173
- Top = 362
- TabOrder = 7
- ExplicitLeft = 173
- ExplicitTop = 362
- end
- object PageControl: TPageControl
- Left = 6
- Top = 168
- Width = 447
- Height = 189
- ActivePage = Convert
- Anchors = [akLeft, akRight, akBottom]
- TabOrder = 6
- OnChanging = PageControlChanging
- object Convert: TTabSheet
- Caption = 'Convert'
- ExplicitLeft = 0
- ExplicitTop = 0
- ExplicitWidth = 0
- ExplicitHeight = 0
- inline FormatFrame: TFormatSelectFrame
- Left = 8
- Top = 32
- Width = 422
- Height = 56
- TabOrder = 1
- TabStop = True
- ExplicitLeft = 8
- ExplicitTop = 32
- ExplicitWidth = 422
- inherited SaveType: TComboBox
- Width = 347
- ExplicitWidth = 347
- end
- inherited SaveTypeLabel: TStaticText
- Width = 69
- ExplicitWidth = 69
- end
- inherited Attributes: TComboBox
- Width = 347
- ExplicitWidth = 347
- end
- end
- object ConvertAll: TCheckBox
- Left = 80
- Top = 13
- Width = 152
- Height = 17
- Action = ConvertAction
- Caption = '&Convert files to this format:'
- TabOrder = 0
- end
- object RateBox: TCheckBox
- Left = 80
- Top = 94
- Width = 70
- Height = 17
- Caption = 'Rate (H&z):'
- TabOrder = 2
- end
- object Rate: TNumBox
- Left = 149
- Top = 92
- Width = 73
- Height = 21
- Value = 44100.000000000000000000
- Min = 1000.000000000000000000
- Max = 192000.000000000000000000
- PageChange = 100.000000000000000000
- LineChange = 100.000000000000000000
- Label = 'Rate'
- Buddy = RateBuddy
- AutoComplete = False
- 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
- ExplicitLeft = 0
- ExplicitTop = 0
- ExplicitWidth = 441
- ExplicitHeight = 0
- DesignSize = (
- 439
- 161)
- object AddEffect: TButton
- Left = 357
- Top = 7
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Add Effect...'
- TabOrder = 1
- OnClick = AddEffectClick
- ExplicitLeft = 359
- end
- object RemoveEffect: TButton
- Left = 357
- Top = 102
- Width = 75
- Height = 25
- Action = RemoveEffectAction
- Anchors = [akTop, akRight]
- TabOrder = 4
- ExplicitLeft = 359
- end
- object EffectList: TListView
- Left = 6
- Top = 4
- Width = 345
- Height = 153
- Anchors = [akLeft, akTop, akRight]
- 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 = 357
- Top = 37
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Add Chain...'
- TabOrder = 2
- OnClick = AddChainClick
- ExplicitLeft = 359
- end
- object RemoveAllEffects: TButton
- Left = 357
- Top = 132
- Width = 75
- Height = 25
- Action = RemoveAllEffectAction
- Anchors = [akTop, akRight]
- TabOrder = 5
- ExplicitLeft = 359
- end
- object AddEdit: TButton
- Left = 357
- Top = 67
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Add Edit...'
- TabOrder = 3
- OnClick = AddEditClick
- end
- end
- object Folder: TTabSheet
- Caption = 'Folder'
- ImageIndex = 2
- ExplicitLeft = 0
- ExplicitTop = 0
- ExplicitWidth = 441
- ExplicitHeight = 0
- 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
- Width = 393
- Height = 25
- TabOrder = 2
- TabStop = True
- ExplicitLeft = 46
- ExplicitTop = 54
- ExplicitWidth = 393
- inherited Folder: TEdit
- Width = 364
- ExplicitWidth = 364
- end
- inherited Browse: TBitton
- Left = 370
- ExplicitLeft = 370
- end
- end
- object Overwrite: TCheckBox
- Left = 28
- Top = 107
- Width = 137
- Height = 17
- Caption = '&Overwrite existing files'
- TabOrder = 4
- end
- object PreserveSubfolders: TCheckBox
- Left = 47
- Top = 84
- Width = 162
- Height = 17
- Caption = 'Preserve subfolder structure'
- TabOrder = 3
- end
- end
- object Information: TTabSheet
- Caption = 'Information'
- ImageIndex = 3
- ExplicitLeft = 0
- ExplicitTop = 0
- ExplicitWidth = 441
- ExplicitHeight = 0
- 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
- Caption = '&Set Info...'
- TabOrder = 2
- end
- end
- end
- object FileList: TListView
- Left = 6
- Top = 23
- Width = 363
- Height = 139
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Name'
- Width = -1
- WidthType = (
- -1)
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- PopupMenu = ListMenu
- ShowColumnHeaders = False
- TabOrder = 1
- ViewStyle = vsReport
- end
- object AddFiles: TButton
- Left = 378
- Top = 23
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Add Files...'
- TabOrder = 2
- OnClick = AddFilesClick
- end
- object AddFolder: TButton
- Left = 378
- Top = 53
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'A&dd Folder...'
- TabOrder = 3
- OnClick = AddFolderClick
- end
- object RemoveFile: TButton
- Left = 378
- Top = 106
- Width = 75
- Height = 25
- Action = RemoveFileAction
- Anchors = [akTop, akRight]
- Caption = '&Remove'
- 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 = 378
- Top = 136
- Width = 75
- Height = 25
- Action = RemoveAllFileAction
- Anchors = [akTop, akRight]
- TabOrder = 5
- end
- object Begin: TButton
- Left = 132
- Top = 417
- Width = 75
- Height = 25
- Action = BeginAction
- Anchors = [akRight, akBottom]
- Caption = '&Begin'
- Default = True
- TabOrder = 8
- end
- object RunProcess: TButton
- Left = 294
- Top = 417
- Width = 75
- Height = 25
- Action = ApplyAction
- Anchors = [akRight, akBottom]
- ParentShowHint = False
- ShowHint = True
- TabOrder = 11
- 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 A&ll'
- 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
- object ApplyAction: TAction
- Caption = 'Apply'
- Hint = 'Apply processing to currently opened sound.'
- OnExecute = ApplyExecute
- OnUpdate = ApplyUpdate
- 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
- object ListMenu: TPopupMenu
- OnPopup = ListMenuPopup
- Left = 110
- Top = 372
- object ListPaste: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = ListPasteClick
- end
- object ListDelete: TMenuItem
- Caption = '&Delete'
- ShortCut = 16472
- OnClick = RemoveFileExecute
- end
- end
- end
-