home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TSTSAFORM / TSTSAFORM.txt
Encoding:
Text File  |  2002-08-18  |  3.8 KB  |  171 lines

  1. object stsaform: Tstsaform
  2.   Left = 233
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'STSA configuration'
  6.   ClientHeight = 200
  7.   ClientWidth = 285
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 62
  22.     Height = 13
  23.     Caption = '&Noise power:'
  24.     FocusControl = Edit1
  25.   end
  26.   object SpeedButton1: TSpeedButton
  27.     Left = 96
  28.     Top = 24
  29.     Width = 23
  30.     Height = 22
  31.     Flat = True
  32.     Glyph.Data = {
  33.       76010000424D7601000000000000760000002800000020000000100000000100
  34.       04000000000000010000120B0000120B00001000000000000000000000000000
  35.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  36.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  37.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  38.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  39.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  40.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  41.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  42.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  43.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  44.       3333333773FFFF77333333333FBFBF3333333333377777333333}
  45.     NumGlyphs = 2
  46.     OnClick = SpeedButton1Click
  47.   end
  48.   object Label2: TLabel
  49.     Left = 16
  50.     Top = 56
  51.     Width = 94
  52.     Height = 13
  53.     Caption = '&Top SNR threshold:'
  54.     FocusControl = TrackBar2
  55.   end
  56.   object Label3: TLabel
  57.     Left = 16
  58.     Top = 104
  59.     Width = 116
  60.     Height = 13
  61.     Caption = '&Minimum SNR threshold:'
  62.     FocusControl = TrackBar3
  63.   end
  64.   object Label4: TLabel
  65.     Left = 216
  66.     Top = 72
  67.     Width = 48
  68.     Height = 20
  69.     Caption = '12 dB'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clNavy
  72.     Font.Height = -16
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Label5: TLabel
  78.     Left = 216
  79.     Top = 120
  80.     Width = 38
  81.     Height = 20
  82.     Caption = '6 dB'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clNavy
  85.     Font.Height = -16
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.   end
  90.   object TrackBar2: TTrackBar
  91.     Left = 8
  92.     Top = 72
  93.     Width = 200
  94.     Height = 25
  95.     Max = 400
  96.     Orientation = trHorizontal
  97.     Frequency = 20
  98.     Position = 120
  99.     SelEnd = 120
  100.     SelStart = 0
  101.     TabOrder = 0
  102.     ThumbLength = 20
  103.     TickMarks = tmBottomRight
  104.     TickStyle = tsAuto
  105.     OnChange = TrackBar2Change
  106.   end
  107.   object TrackBar3: TTrackBar
  108.     Left = 8
  109.     Top = 120
  110.     Width = 200
  111.     Height = 25
  112.     Max = 400
  113.     Orientation = trHorizontal
  114.     Frequency = 20
  115.     Position = 60
  116.     SelEnd = 60
  117.     SelStart = 0
  118.     TabOrder = 1
  119.     ThumbLength = 20
  120.     TickMarks = tmBottomRight
  121.     TickStyle = tsAuto
  122.     OnChange = TrackBar3Change
  123.   end
  124.   object Edit1: TEdit
  125.     Left = 16
  126.     Top = 24
  127.     Width = 73
  128.     Height = 21
  129.     TabOrder = 2
  130.     Text = '1'
  131.     OnKeyPress = Edit1KeyPress
  132.   end
  133.   object Button1: TButton
  134.     Left = 64
  135.     Top = 160
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&OK'
  139.     ModalResult = 1
  140.     TabOrder = 3
  141.     OnClick = Button1Click
  142.   end
  143.   object Button2: TButton
  144.     Left = 144
  145.     Top = 160
  146.     Width = 75
  147.     Height = 25
  148.     Caption = '&Cancel'
  149.     ModalResult = 2
  150.     TabOrder = 4
  151.   end
  152.   object RadioButton1: TRadioButton
  153.     Left = 152
  154.     Top = 19
  155.     Width = 113
  156.     Height = 17
  157.     Caption = 'Linear'
  158.     Checked = True
  159.     TabOrder = 5
  160.     TabStop = True
  161.   end
  162.   object RadioButton2: TRadioButton
  163.     Left = 152
  164.     Top = 35
  165.     Width = 113
  166.     Height = 17
  167.     Caption = 'dB'
  168.     TabOrder = 6
  169.   end
  170. end
  171.