home *** CD-ROM | disk | FTP | other *** search
- inherited BatchForm: TBatchForm
- Left = 246
- Top = 167
- Caption = 'Batch Processing'
- ClientHeight = 381
- ClientWidth = 462
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 217
- Top = 351
- Enabled = False
- TabOrder = 8
- Visible = False
- end
- inherited ButtonCancel: TButton
- Left = 297
- Top = 351
- TabOrder = 9
- end
- inherited ButtonHelp: THelpButton
- Left = 377
- Top = 351
- TabOrder = 10
- HelpKey = 'file_batch'
- end
- object PageControl: TPageControl
- Left = 6
- Top = 182
- Width = 449
- Height = 161
- 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 = 71
- Width = 75
- Height = 25
- Action = RemoveEffectAction
- Anchors = [akTop, akRight]
- TabOrder = 3
- end
- object EffectList: TListView
- Left = 6
- Top = 8
- Width = 345
- Height = 119
- Columns = <
- item
- Caption = 'Effect or Chain'
- Width = 180
- end
- item
- AutoSize = True
- Caption = 'Effect Preset'
- MinWidth = 100
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- SmallImages = EffectImageList
- TabOrder = 0
- ViewStyle = vsReport
- end
- object AddChain: TButton
- Left = 359
- Top = 39
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Add Chain...'
- TabOrder = 2
- OnClick = AddChainClick
- end
- object RemoveAllEffects: TButton
- Left = 359
- Top = 103
- Width = 75
- Height = 25
- Action = RemoveAllEffectAction
- Anchors = [akTop, akRight]
- TabOrder = 4
- 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 = 54
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Add Folder...'
- TabOrder = 3
- OnClick = AddFolderClick
- end
- object RemoveFile: TButton
- Left = 380
- Top = 119
- 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 = 351
- 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 = 349
- end
- object ActionList: TActionList
- Left = 41
- Top = 349
- 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 = 350
- Bitmap = {
- 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001001000000000000008
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 1042104200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001042
- E07FE07F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042000000000000
- 104210420000000000000000104210421042000000000000000000001042E07F
- E07FE07FE07F1042000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042000000000000
- E07FE07F1042000000000000E07FE07F104200000000000000000000E07FE07F
- E07FE07FE07FE07F104200000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042000000000000
- 0000E07FE07F10420000E07FE07F104200000000000000000000000000000000
- E07FE07F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042000000000000
- 00000000E07FE07FE07FE07F1042000000000000000000001042104210421042
- E07FE07F10421042104210421042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042000000000000
- 000000000000E07FE07F1042000000000000000000000000E07FE07FE07FE07F
- 10001000E07FE07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042104210421042
- 00000000E07FE07FE07FE07F104200000000000000000000E07FE07FE07FE07F
- E07FE07FE07FE07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07FE07FE07FE07F1042
- 0000E07FE07F10420000E07FE07F10420000000000000000E07FE07FE07FE07F
- 10001000E07FE07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07FE07FE07FE07F1042
- E07FE07F1042000000000000E07FE07F1042000000000000E07FE07FE07FE07F
- 10001000E07FE07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042000000000000
- 000000000000000000000000000000000000000000000000E07FE07FE07FE07F
- 004210001000E07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07F1042104210421042
- 104210420000000000000000000000000000000000000000E07FE07FE07FE07F
- E07FE07F10001000E07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07FE07FE07FE07FE07F
- E07F10420000000000000000000000000000000000000000E07FE07F10001000
- E07FE07F10001000E07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FE07FE07FE07FE07FE07F
- E07F10420000000000000000000000000000000000000000E07FE07FE07F1000
- 100010001000E07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000E07FE07FE07FE07F
- E07FE07FE07FE07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- E07FE07F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFE7F00000000FFFFFC3F00000000
- 8E78F81F000000008E38F80F000000008F11FE3F000000008F83E00300000000
- 8FC7E003000000008183E003000000008111E003000000008038E00300000000
- 8FFFE00300000000807FE00300000000807FE00300000000807FE00300000000
- FFFFE00300000000FFFFFE3F0000000000000000000000000000000000000000
- 000000000000}
- end
- end
-