home *** CD-ROM | disk | FTP | other *** search
- inherited AddEditForm: TAddEditForm
- Caption = 'Add Edit'
- ClientHeight = 232
- ClientWidth = 394
- ExplicitWidth = 400
- ExplicitHeight = 264
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 149
- Top = 202
- Caption = 'Add'
- ModalResult = 0
- TabOrder = 3
- OnClick = ButtonAddClick
- ExplicitLeft = 149
- ExplicitTop = 202
- end
- inherited ButtonCancel: TButton
- Left = 229
- Top = 202
- Caption = 'Close'
- TabOrder = 4
- ExplicitLeft = 229
- ExplicitTop = 202
- end
- inherited ButtonHelp: THelpButton
- Left = 309
- Top = 202
- TabOrder = 5
- HelpKey = 'batch_addedit'
- ExplicitLeft = 309
- ExplicitTop = 202
- end
- object PageControl: TPageControl
- Left = 3
- Top = 31
- Width = 388
- Height = 170
- ActivePage = Selection
- Style = tsFlatButtons
- TabHeight = 1
- TabOrder = 2
- TabStop = False
- TabWidth = 1
- OnChange = PageControlChange
- object Selection: TTabSheet
- Caption = 'Selection'
- object Start: TGroupBox
- Left = 2
- Top = 0
- Width = 183
- Height = 127
- Caption = ' Start marker position '
- TabOrder = 0
- object StartTimeEdit: TTimeEdit
- Left = 72
- Top = 18
- Width = 100
- Height = 21
- Max = 1000000.000000000000000000
- Decimal = -5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Time'
- Caption = '0'
- TabOrder = 2
- Format = tttAutoTrim
- end
- object StartPercentEdit: TNumBox
- Left = 72
- Top = 98
- Width = 83
- Height = 21
- Max = 100.000000000000000000
- Decimal = 5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Percent'
- AutoComplete = False
- Enabled = False
- Items.Strings = (
- '0'
- '25'
- '50'
- '75'
- '100')
- TabOrder = 4
- Text = '0'
- end
- object StartTime: TRadioButton
- Left = 8
- Top = 20
- Width = 55
- Height = 17
- Caption = 'Time:'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = StartTimeClick
- end
- object StartPercent: TRadioButton
- Left = 8
- Top = 100
- Width = 59
- Height = 17
- Caption = 'Percent:'
- TabOrder = 1
- OnClick = StartTimeClick
- end
- object StartFrom: TPanel
- Left = 70
- Top = 39
- Width = 107
- Height = 41
- BevelOuter = bvNone
- TabOrder = 3
- object StartFromBeginning: TRadioButton
- Left = 6
- Top = 3
- Width = 97
- Height = 17
- Caption = 'From beginning'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object StartFromEnd: TRadioButton
- Left = 6
- Top = 22
- Width = 97
- Height = 17
- Caption = 'From end'
- TabOrder = 1
- end
- end
- end
- object Finish: TGroupBox
- Left = 193
- Top = 0
- Width = 186
- Height = 127
- Caption = ' Finish marker position '
- TabOrder = 1
- object FinishTimeEdit: TTimeEdit
- Left = 72
- Top = 18
- Width = 100
- Height = 21
- Max = 1000000.000000000000000000
- Decimal = -5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Time'
- Caption = '0'
- TabOrder = 2
- Format = tttAutoTrim
- end
- object FinishPercentEdit: TNumBox
- Left = 72
- Top = 98
- Width = 83
- Height = 21
- Value = 100.000000000000000000
- Max = 100.000000000000000000
- Decimal = 5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Percent'
- AutoComplete = False
- Enabled = False
- Items.Strings = (
- '0'
- '25'
- '50'
- '75'
- '100')
- TabOrder = 4
- Text = '100'
- end
- object FinishTime: TRadioButton
- Left = 8
- Top = 20
- Width = 55
- Height = 17
- Caption = 'Time:'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = FinishTimeClick
- end
- object FinishPercent: TRadioButton
- Left = 8
- Top = 100
- Width = 59
- Height = 17
- Caption = 'Percent:'
- TabOrder = 1
- OnClick = FinishTimeClick
- end
- object FinishFrom: TPanel
- Left = 70
- Top = 39
- Width = 111
- Height = 55
- BevelOuter = bvNone
- TabOrder = 3
- object FinishFromBeginning: TRadioButton
- Left = 6
- Top = 2
- Width = 97
- Height = 17
- Caption = 'From beginning'
- TabOrder = 0
- end
- object FinishFromEnd: TRadioButton
- Left = 6
- Top = 38
- Width = 97
- Height = 17
- Caption = 'From end'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object FinishFromStart: TRadioButton
- Left = 6
- Top = 20
- Width = 113
- Height = 17
- Caption = 'From start marker'
- TabOrder = 1
- end
- end
- end
- object QuickSettingsPrompt: TStaticText
- Left = 3
- Top = 136
- Width = 74
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Quick settings:'
- TabOrder = 2
- end
- object QuickSelect: TComboBox
- Left = 81
- Top = 134
- Width = 298
- Height = 21
- DropDownCount = 12
- ItemHeight = 13
- TabOrder = 3
- OnChange = QuickSelectChange
- Items.Strings = (
- 'Select all'
- 'Select 1 second at beginning'
- 'Select 1 second at end'
- 'Select 5 seconds at beginning'
- 'Select 5 seconds at end'
- 'Select 30 seconds at start'
- 'Select 30 seconds at end'
- 'Select 30 seconds at middle'
- 'Set start to middle'
- 'Set start to end')
- end
- end
- object Silence: TTabSheet
- Caption = 'Silence'
- ImageIndex = 1
- object SilenceDuration: TTimeBox
- Left = 189
- Top = 3
- Width = 100
- Height = 21
- Value = 1.000000000000000000
- Min = 0.001000000000000000
- Max = 1000000.000000000000000000
- Decimal = -5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Duration'
- AutoComplete = False
- Items.Strings = (
- '0.1'
- '0.2'
- '0.5'
- '0.75'
- '1.0'
- '2.0'
- '5.0'
- '10.0'
- '30.0')
- TabOrder = 0
- Text = '1'
- Format = tttAutoTrim
- Caption = '1'
- end
- object DurationLabel: TStaticText
- Left = 90
- Top = 5
- Width = 95
- Height = 17
- Alignment = taRightJustify
- Caption = 'Duration of silence:'
- TabOrder = 1
- end
- end
- object Mix: TTabSheet
- Caption = 'Mix'
- ImageIndex = 2
- object MixVolume: TVolFrame
- Left = 6
- Top = 2
- Width = 368
- Height = 41
- TabOrder = 0
- TabStop = True
- Caption = 'Mix volume (dB):'
- Decimal = 2
- Line = 0.100000000000000000
- Page = 1.000000000000000000
- Min = -60.000000000000000000
- Max = 10.000000000000000000
- PromptWidth = 100
- ValueWidth = 50
- Volume = 1.000000000000000000
- DesignSize = (
- 368
- 41)
- end
- end
- object AutoTrim: TTabSheet
- Caption = 'AutoTrim'
- ImageIndex = 4
- DesignSize = (
- 380
- 159)
- object LengthAxis: TDogAxis
- Left = 98
- Top = 22
- Width = 217
- Height = 16
- Associate = LengthFader
- Max = 5.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- object LengthFader: TFader
- Left = 98
- Top = 6
- Width = 217
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- Associate = Length
- Line = 1.000000000000000000
- Page = 10.000000000000000000
- Max = 5.000000000000000000
- Position = 0.500000000000000000
- Stripe = True
- end
- object Length: TNumEdit
- Left = 318
- Top = 6
- Width = 59
- Height = 21
- Value = 0.500000000000000000
- Max = 5.000000000000000000
- Decimal = 3
- PageChange = 1.000000000000000000
- LineChange = 0.100000000000000000
- Label = 'Length'
- Buddy = LengthFader
- Anchors = [akTop, akRight]
- Caption = '0.500'
- TabOrder = 1
- MaxLength = 7
- end
- object LengthLabel: TStaticText
- Left = -1
- Top = 8
- Width = 95
- Height = 17
- Alignment = taRightJustify
- Caption = 'Silence to keep (s):'
- TabOrder = 2
- end
- inline Volume: TVolumeFrame
- Left = 18
- Top = 44
- Width = 363
- Height = 39
- TabOrder = 3
- TabStop = True
- ExplicitLeft = 18
- ExplicitTop = 44
- ExplicitWidth = 363
- inherited VolumeAxis: TDogAxis
- Left = 80
- Width = 231
- Min = -90.000000000000000000
- Max = 0.000000000000000000
- ExplicitLeft = 80
- ExplicitWidth = 231
- end
- inherited PercentLabel: TStaticText
- Left = 301
- ExplicitLeft = 301
- end
- inherited VolumeFader: TFader
- Left = 80
- Width = 217
- Min = -90.000000000000000000
- Max = 0.000000000000000000
- Position = -36.000000000000000000
- ExplicitLeft = 80
- ExplicitWidth = 217
- end
- inherited VolumeBox: TNumBox
- Left = 300
- Value = -36.000000000000000000
- Min = -90.000000000000000000
- Max = 0.000000000000000000
- Label = 'Threshold'
- Items.Strings = (
- '6.0206'
- '3.5218'
- '0.0')
- Text = '-36.0'
- ExplicitLeft = 300
- end
- inherited VolumeLabel: TStaticText
- Width = 76
- Caption = 'Threshold (dB):'
- ExplicitWidth = 76
- end
- end
- end
- object Other: TTabSheet
- Caption = 'Other'
- ImageIndex = 3
- ExplicitLeft = 0
- ExplicitTop = 0
- ExplicitWidth = 0
- ExplicitHeight = 0
- end
- object Channel: TTabSheet
- Caption = 'Channel'
- ImageIndex = 5
- ExplicitLeft = 0
- ExplicitTop = 0
- ExplicitWidth = 0
- ExplicitHeight = 0
- object ChannelSelection: TRadioGroup
- Left = 133
- Top = 0
- Width = 191
- Height = 72
- Caption = ' Channel selection '
- ItemIndex = 2
- Items.Strings = (
- 'Select left channel'
- 'Select right channel'
- 'Select both channels')
- TabOrder = 0
- end
- end
- end
- object HideTabs: TPanel
- Left = 0
- Top = 27
- Width = 444
- Height = 12
- BevelOuter = bvNone
- TabOrder = 6
- end
- object EditCommandLabel: TStaticText
- Left = 63
- Top = 9
- Width = 74
- Height = 17
- Alignment = taRightJustify
- Caption = 'Edit command:'
- TabOrder = 0
- end
- object EditCommandList: TComboBox
- Left = 140
- Top = 7
- Width = 191
- Height = 21
- Style = csDropDownList
- DropDownCount = 14
- ItemHeight = 13
- TabOrder = 1
- OnChange = EditCommandListChange
- end
- end
-