object stsaform: Tstsaform Left = 233 Top = 157 BorderStyle = bsDialog Caption = 'STSA configuration' ClientHeight = 200 ClientWidth = 285 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 62 Height = 13 Caption = '&Noise power:' FocusControl = Edit1 end object SpeedButton1: TSpeedButton Left = 96 Top = 24 Width = 23 Height = 22 Flat = True Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB 33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB 3333333773FFFF77333333333FBFBF3333333333377777333333} NumGlyphs = 2 OnClick = SpeedButton1Click end object Label2: TLabel Left = 16 Top = 56 Width = 94 Height = 13 Caption = '&Top SNR threshold:' FocusControl = TrackBar2 end object Label3: TLabel Left = 16 Top = 104 Width = 116 Height = 13 Caption = '&Minimum SNR threshold:' FocusControl = TrackBar3 end object Label4: TLabel Left = 216 Top = 72 Width = 48 Height = 20 Caption = '12 dB' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 216 Top = 120 Width = 38 Height = 20 Caption = '6 dB' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object TrackBar2: TTrackBar Left = 8 Top = 72 Width = 200 Height = 25 Max = 400 Orientation = trHorizontal Frequency = 20 Position = 120 SelEnd = 120 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar2Change end object TrackBar3: TTrackBar Left = 8 Top = 120 Width = 200 Height = 25 Max = 400 Orientation = trHorizontal Frequency = 20 Position = 60 SelEnd = 60 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar3Change end object Edit1: TEdit Left = 16 Top = 24 Width = 73 Height = 21 TabOrder = 2 Text = '1' OnKeyPress = Edit1KeyPress end object Button1: TButton Left = 64 Top = 160 Width = 75 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 160 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end object RadioButton1: TRadioButton Left = 152 Top = 19 Width = 113 Height = 17 Caption = 'Linear' Checked = True TabOrder = 5 TabStop = True end object RadioButton2: TRadioButton Left = 152 Top = 35 Width = 113 Height = 17 Caption = 'dB' TabOrder = 6 end end