home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TSTSAFORM / TSTSAFORM.txt < prev   
Text File  |  2005-05-01  |  4KB  |  170 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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 62
  23.     Height = 13
  24.     Caption = '&Noise power:'
  25.     FocusControl = Edit1
  26.   end
  27.   object SpeedButton1: TSpeedButton
  28.     Left = 96
  29.     Top = 24
  30.     Width = 23
  31.     Height = 22
  32.     Flat = True
  33.     Glyph.Data = {
  34.       76010000424D7601000000000000760000002800000020000000100000000100
  35.       04000000000000010000120B0000120B00001000000000000000000000000000
  36.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  38.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  39.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  40.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  41.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  42.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  43.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  44.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  45.       3333333773FFFF77333333333FBFBF3333333333377777333333}
  46.     NumGlyphs = 2
  47.     OnClick = SpeedButton1Click
  48.   end
  49.   object Label2: TLabel
  50.     Left = 16
  51.     Top = 56
  52.     Width = 94
  53.     Height = 13
  54.     Caption = '&Top SNR threshold:'
  55.     FocusControl = TrackBar2
  56.   end
  57.   object Label3: TLabel
  58.     Left = 16
  59.     Top = 104
  60.     Width = 116
  61.     Height = 13
  62.     Caption = '&Minimum SNR threshold:'
  63.     FocusControl = TrackBar3
  64.   end
  65.   object Label4: TLabel
  66.     Left = 216
  67.     Top = 72
  68.     Width = 48
  69.     Height = 20
  70.     Caption = '12 dB'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clNavy
  73.     Font.Height = -16
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Label5: TLabel
  79.     Left = 216
  80.     Top = 120
  81.     Width = 38
  82.     Height = 20
  83.     Caption = '6 dB'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clNavy
  86.     Font.Height = -16
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object TrackBar2: TTrackBar
  92.     Left = 8
  93.     Top = 72
  94.     Width = 200
  95.     Height = 25
  96.     Max = 400
  97.     Orientation = trHorizontal
  98.     Frequency = 20
  99.     Position = 120
  100.     SelEnd = 120
  101.     SelStart = 0
  102.     TabOrder = 0
  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.     TickMarks = tmBottomRight
  120.     TickStyle = tsAuto
  121.     OnChange = TrackBar3Change
  122.   end
  123.   object Edit1: TEdit
  124.     Left = 16
  125.     Top = 24
  126.     Width = 73
  127.     Height = 21
  128.     TabOrder = 2
  129.     Text = '1'
  130.     OnKeyPress = Edit1KeyPress
  131.   end
  132.   object Button1: TButton
  133.     Left = 64
  134.     Top = 160
  135.     Width = 75
  136.     Height = 25
  137.     Caption = '&OK'
  138.     ModalResult = 1
  139.     TabOrder = 3
  140.     OnClick = Button1Click
  141.   end
  142.   object Button2: TButton
  143.     Left = 144
  144.     Top = 160
  145.     Width = 75
  146.     Height = 25
  147.     Caption = '&Cancel'
  148.     ModalResult = 2
  149.     TabOrder = 4
  150.   end
  151.   object RadioButton1: TRadioButton
  152.     Left = 152
  153.     Top = 19
  154.     Width = 113
  155.     Height = 17
  156.     Caption = 'Linear'
  157.     Checked = True
  158.     TabOrder = 5
  159.     TabStop = True
  160.   end
  161.   object RadioButton2: TRadioButton
  162.     Left = 152
  163.     Top = 35
  164.     Width = 113
  165.     Height = 17
  166.     Caption = 'dB'
  167.     TabOrder = 6
  168.   end
  169. end
  170.