home *** CD-ROM | disk | FTP | other *** search
- inherited NoiseReductionForm: TNoiseReductionForm
- Caption = 'Noise Reduction'
- ClientHeight = 300
- ClientWidth = 437
- Constraints.MinHeight = 250
- Constraints.MinWidth = 445
- PixelsPerInch = 96
- TextHeight = 13
- object TimeAxis: TDogAxis [0]
- Left = 4
- Top = 161
- Width = 429
- Height = 16
- Associate = TimeFader
- Max = 100
- Border = 22
- Time = True
- Anchors = [akLeft, akRight, akBottom]
- end
- inherited ShapeBox: TShapeBox
- Width = 429
- Height = 141
- XMin = 20
- XMax = 20000
- XAxis = Log
- X1 = 20
- X2 = 20000
- YMin = -100
- YMax = 0
- Y1 = -100
- Y2 = -100
- X = 20
- Y = -100
- OnDrawGrid = DrawGrid
- end
- inherited X: TNumEdit
- Left = 192
- Top = 221
- TabOrder = 9
- end
- inherited LabelX: TStaticText
- Left = 174
- Top = 225
- TabOrder = 8
- end
- inherited Y: TNumEdit
- Left = 192
- Top = 247
- TabOrder = 11
- end
- inherited LabelY: TStaticText
- Left = 174
- Top = 251
- TabOrder = 10
- end
- inherited Point: TNumEdit
- Left = 192
- Top = 194
- TabOrder = 4
- end
- inherited LabelPoint: TStaticText
- Left = 157
- Top = 198
- TabOrder = 3
- end
- inherited PointUpDown: TBuddyUpDown
- Left = 221
- Top = 194
- TabOrder = 5
- end
- inherited AddPoint: TBitton
- Left = 242
- Top = 195
- TabOrder = 6
- end
- inherited RemovePoint: TBitton
- Left = 267
- Top = 195
- TabOrder = 7
- end
- object EnvelopeGroup: TGroupBox
- Left = 4
- Top = 189
- Width = 149
- Height = 106
- Anchors = [akRight, akBottom]
- Caption = ' Reduction envelope '
- TabOrder = 2
- object Shape: TRadioButton
- Left = 8
- Top = 18
- Width = 123
- Height = 17
- Caption = 'Use shape'
- TabOrder = 0
- end
- object Current: TRadioButton
- Left = 8
- Top = 39
- Width = 123
- Height = 17
- Caption = 'Use current spectrum'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object Average: TRadioButton
- Left = 8
- Top = 59
- Width = 123
- Height = 17
- Caption = 'Use average'
- TabOrder = 2
- end
- object Clipboard: TRadioButton
- Left = 8
- Top = 80
- Width = 123
- Height = 17
- Caption = 'Use clipboard'
- TabOrder = 3
- end
- end
- object SettingsGroup: TGroupBox
- Left = 295
- Top = 189
- Width = 138
- Height = 106
- Anchors = [akRight, akBottom]
- Caption = ' Settings '
- TabOrder = 14
- object FFTSize: TNumEdit
- Left = 69
- Top = 16
- Width = 43
- Height = 21
- TabStop = True
- Value = 8
- Min = 8
- Max = 14
- PageChange = 10
- LineChange = 1
- Label = 'FFT size'
- Caption = '1'
- TabOrder = 1
- MaxLength = 4
- OnChange = ChangeSize
- end
- object FFTSizeLabel: TStaticText
- Left = 12
- Top = 19
- Width = 53
- Height = 17
- Alignment = taRightJustify
- Caption = '&FFT size:'
- TabOrder = 0
- end
- object FFTSizeBuddy: TBuddyUpDown
- Left = 112
- Top = 16
- Width = 15
- Height = 21
- Associate = FFTSize
- TabOrder = 2
- end
- object Scale: TNumEdit
- Left = 69
- Top = 74
- Width = 43
- Height = 21
- TabStop = True
- Value = 10
- Min = 10
- Max = 200
- PageChange = 10
- LineChange = 10
- Label = 'Scale'
- Caption = '1'
- TabOrder = 6
- MaxLength = 4
- end
- object ScaleLabel: TStaticText
- Left = 14
- Top = 77
- Width = 51
- Height = 17
- Alignment = taRightJustify
- Caption = 'Scale (%):'
- TabOrder = 5
- end
- object ScaleBuddy: TBuddyUpDown
- Left = 112
- Top = 74
- Width = 15
- Height = 21
- Associate = Scale
- Increment = 10
- TabOrder = 7
- end
- object Overlap: TComboBox
- Left = 69
- Top = 44
- Width = 59
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- Items.Strings = (
- '75'
- '88'
- '90'
- '95')
- end
- object OverlapLabel: TStaticText
- Left = 4
- Top = 48
- Width = 61
- Height = 17
- Alignment = taRightJustify
- Caption = 'Overlap (%):'
- TabOrder = 3
- end
- end
- object TimeFader: TFader
- Left = 4
- Top = 145
- Width = 429
- Height = 16
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'Time'
- OnClick = ChangeTime
- TabOrder = 1
- Associate = Time
- Line = 1
- Page = 10
- Max = 100
- Stripe = True
- end
- object Time: TTimeEdit
- Left = 192
- Top = 273
- Width = 88
- Height = 21
- TabStop = True
- Max = 100
- Decimal = -5
- PageChange = 10
- LineChange = 1
- Label = 'Time index'
- Buddy = TimeFader
- Anchors = [akRight, akBottom]
- Caption = '00:00:00.00000'
- TabOrder = 13
- MaxLength = 20
- OnChange = ChangeTime
- Format = tttFull
- end
- object TimeLabel: TStaticText
- Left = 158
- Top = 277
- Width = 30
- Height = 17
- Alignment = taRightJustify
- Anchors = [akRight, akBottom]
- Caption = 'Time:'
- TabOrder = 12
- end
- end
-