home *** CD-ROM | disk | FTP | other *** search
- inherited AutoCueForm: TAutoCueForm
- Caption = 'Auto Cue'
- ClientHeight = 203
- ClientWidth = 393
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 148
- Top = 173
- TabOrder = 1
- OnClick = ButtonOkClick
- end
- inherited ButtonCancel: TButton
- Left = 228
- Top = 173
- TabOrder = 2
- end
- inherited ButtonHelp: THelpButton
- Left = 308
- Top = 173
- TabOrder = 3
- HelpKey = 'cue_autocue'
- end
- object PageControl: TPageControl
- Left = 5
- Top = 6
- Width = 384
- Height = 161
- ActivePage = Silence
- Style = tsButtons
- TabOrder = 0
- object Silence: TTabSheet
- Caption = 'Mark Silence'
- object LengthAxis: TDogAxis
- Left = 123
- Top = 83
- Width = 179
- Height = 16
- Associate = LengthFader
- Min = 0.010000000000000000
- Max = 10
- Border = 22
- end
- inline Threshold: TVolumeFrame
- Left = 45
- Top = 26
- Width = 321
- TabOrder = 1
- inherited VolumeAxis: TDogAxis
- Left = 78
- Width = 179
- Max = 0
- end
- inherited PercentLabel: TStaticText
- Left = 263
- end
- inherited VolumeFader: TFader
- Left = 78
- Width = 179
- Hint = ' (-30%)'
- Max = 0
- Position = -30
- end
- inherited VolumeBox: TNumBox
- Left = 261
- Value = -30
- Max = 0
- Label = 'Threshold'
- Text = '-30'
- end
- inherited VolumeLabel: TStaticText
- Width = 76
- Caption = 'Threshold (dB):'
- end
- end
- object MarkSilenceLabel: TStaticText
- Left = 6
- Top = 4
- Width = 261
- Height = 17
- Caption = 'Set cue points at silences with the following properties:'
- TabOrder = 0
- end
- object LengthFader: TFader
- Left = 123
- Top = 67
- Width = 179
- Height = 16
- Hint = ' (0%)'
- TabOrder = 3
- Associate = Length
- Line = 0.100000000000000000
- Page = 1
- Min = 0.010000000000000000
- Max = 10
- Position = 0.010000000000000000
- end
- object Length: TTimeEdit
- Left = 306
- Top = 67
- Width = 59
- Height = 21
- TabStop = True
- Value = 1.500000000000000000
- Min = 0.010000000000000000
- Max = 10
- Decimal = -2
- PageChange = 1
- LineChange = 0.100000000000000000
- Label = 'Length'
- Buddy = LengthFader
- Caption = '1.50'
- TabOrder = 4
- MaxLength = 7
- end
- object LengthLabel: TStaticText
- Left = 31
- Top = 67
- Width = 88
- Height = 17
- Alignment = taRightJustify
- Caption = 'Silence length (s):'
- TabOrder = 2
- end
- object Separation: TTimeBox
- Left = 123
- Top = 105
- Width = 91
- Height = 21
- TabStop = True
- Max = 5000
- Decimal = -2
- PageChange = 10
- LineChange = 1
- Label = 'Separation'
- DropDownCount = 10
- Items.Strings = (
- '0'
- '1'
- '2'
- '5'
- '10'
- '30'
- '1:00'
- '2:00'
- '5:00'
- '10:00')
- TabOrder = 6
- Text = '0.00'
- MaxLength = 20
- Caption = '0.00'
- end
- object SeparationLabel: TStaticText
- Left = 5
- Top = 108
- Width = 114
- Height = 17
- Alignment = taRightJustify
- Caption = 'Minimum separation (s):'
- TabOrder = 5
- end
- end
- object Space: TTabSheet
- Caption = 'Spacing'
- ImageIndex = 1
- object SpacingLabel: TStaticText
- Left = 6
- Top = 4
- Width = 158
- Height = 17
- Caption = 'Set cue points at equal intervals:'
- TabOrder = 0
- end
- object Interval: TTimeBox
- Left = 173
- Top = 66
- Width = 91
- Height = 21
- TabStop = True
- Value = 300
- Min = 0.100000000000000000
- Max = 5000
- Decimal = -2
- PageChange = 10
- LineChange = 1
- Label = 'Separation'
- DropDownCount = 10
- Items.Strings = (
- '1.0'
- '2.0'
- '5.0'
- '10.0'
- '30.0'
- '1:00.0'
- '2:00.0'
- '5:00.0'
- '10:00.0'
- '30:00.0'
- '1:00:00.0')
- TabOrder = 4
- Text = '5:00.00'
- MaxLength = 20
- Caption = '5:00.00'
- end
- object IntervalLabel: TStaticText
- Left = 113
- Top = 69
- Width = 56
- Height = 17
- Alignment = taRightJustify
- Caption = 'Interval (s):'
- TabOrder = 3
- end
- object Start: TTimeEdit
- Left = 173
- Top = 38
- Width = 91
- Height = 21
- TabStop = True
- Max = 1000000
- Decimal = -2
- PageChange = 10
- LineChange = 1
- Label = 'Starting Time'
- Caption = '0.00'
- TabOrder = 2
- MaxLength = 20
- end
- object StartLabel: TStaticText
- Left = 92
- Top = 41
- Width = 77
- Height = 17
- Alignment = taRightJustify
- Caption = 'Starting at time:'
- TabOrder = 1
- end
- end
- end
- end
-