home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TNOISEREDUCTIONFORM / TNOISEREDUCTIONFORM.txt
Encoding:
Text File  |  2006-11-14  |  6.0 KB  |  292 lines

  1. inherited NoiseReductionForm: TNoiseReductionForm
  2.   Caption = 'Noise Reduction'
  3.   ClientHeight = 300
  4.   ClientWidth = 437
  5.   Constraints.MinHeight = 250
  6.   Constraints.MinWidth = 437
  7.   ExplicitWidth = 437
  8.   ExplicitHeight = 300
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object TimeAxis: TDogAxis [0]
  12.     Left = 4
  13.     Top = 161
  14.     Width = 429
  15.     Height = 16
  16.     Associate = TimeFader
  17.     Max = 100.000000000000000000
  18.     Border = 22
  19.     Time = True
  20.     Anchors = [akLeft, akRight, akBottom]
  21.   end
  22.   inherited ShapeBox: TShapeBox
  23.     Width = 429
  24.     Height = 141
  25.     XMin = 20.000000000000000000
  26.     XMax = 20000.000000000000000000
  27.     XAxis = Log
  28.     X1 = 20.000000000000000000
  29.     X2 = 20000.000000000000000000
  30.     YMin = -100.000000000000000000
  31.     YMax = 0.000000000000000000
  32.     Y1 = -100.000000000000000000
  33.     Y2 = -100.000000000000000000
  34.     X = 20.000000000000000000
  35.     Y = -100.000000000000000000
  36.     OnDrawGrid = DrawGrid
  37.     ExplicitWidth = 429
  38.     ExplicitHeight = 141
  39.   end
  40.   inherited X: TNumEdit
  41.     Left = 192
  42.     Top = 221
  43.     TabOrder = 9
  44.     ExplicitLeft = 192
  45.     ExplicitTop = 221
  46.   end
  47.   inherited LabelX: TStaticText
  48.     Left = 174
  49.     Top = 225
  50.     TabOrder = 8
  51.     ExplicitLeft = 174
  52.     ExplicitTop = 225
  53.   end
  54.   inherited Y: TNumEdit
  55.     Left = 192
  56.     Top = 247
  57.     TabOrder = 11
  58.     ExplicitLeft = 192
  59.     ExplicitTop = 247
  60.   end
  61.   inherited LabelY: TStaticText
  62.     Left = 174
  63.     Top = 251
  64.     TabOrder = 10
  65.     ExplicitLeft = 174
  66.     ExplicitTop = 251
  67.   end
  68.   inherited Point: TNumEdit
  69.     Left = 192
  70.     Top = 194
  71.     TabOrder = 4
  72.     ExplicitLeft = 192
  73.     ExplicitTop = 194
  74.   end
  75.   inherited LabelPoint: TStaticText
  76.     Left = 157
  77.     Top = 198
  78.     TabOrder = 3
  79.     ExplicitLeft = 157
  80.     ExplicitTop = 198
  81.   end
  82.   inherited PointUpDown: TBuddyUpDown
  83.     Left = 221
  84.     Top = 194
  85.     TabOrder = 5
  86.     ExplicitLeft = 221
  87.     ExplicitTop = 194
  88.   end
  89.   inherited AddPoint: TBitton
  90.     Left = 242
  91.     Top = 195
  92.     TabOrder = 6
  93.     ExplicitLeft = 242
  94.     ExplicitTop = 195
  95.   end
  96.   inherited RemovePoint: TBitton
  97.     Left = 267
  98.     Top = 195
  99.     TabOrder = 7
  100.     ExplicitLeft = 267
  101.     ExplicitTop = 195
  102.   end
  103.   object EnvelopeGroup: TGroupBox
  104.     Left = 4
  105.     Top = 189
  106.     Width = 149
  107.     Height = 106
  108.     Anchors = [akRight, akBottom]
  109.     Caption = ' Reduction envelope '
  110.     TabOrder = 2
  111.     object Shape: TRadioButton
  112.       Left = 8
  113.       Top = 18
  114.       Width = 123
  115.       Height = 17
  116.       Caption = 'Use shape'
  117.       TabOrder = 0
  118.       OnClick = ChangeEnvelope
  119.     end
  120.     object Current: TRadioButton
  121.       Left = 8
  122.       Top = 39
  123.       Width = 123
  124.       Height = 17
  125.       Caption = 'Use current spectrum'
  126.       Checked = True
  127.       TabOrder = 1
  128.       TabStop = True
  129.       OnClick = ChangeEnvelope
  130.     end
  131.     object Average: TRadioButton
  132.       Left = 8
  133.       Top = 59
  134.       Width = 123
  135.       Height = 17
  136.       Caption = 'Use average'
  137.       TabOrder = 2
  138.       OnClick = ChangeEnvelope
  139.     end
  140.     object Clipboard: TRadioButton
  141.       Left = 8
  142.       Top = 80
  143.       Width = 123
  144.       Height = 17
  145.       Caption = 'Use clipboard'
  146.       TabOrder = 3
  147.       OnClick = ChangeEnvelope
  148.     end
  149.   end
  150.   object SettingsGroup: TGroupBox
  151.     Left = 295
  152.     Top = 189
  153.     Width = 138
  154.     Height = 106
  155.     Anchors = [akRight, akBottom]
  156.     Caption = ' Settings '
  157.     TabOrder = 14
  158.     object FFTSize: TNumEdit
  159.       Left = 69
  160.       Top = 16
  161.       Width = 43
  162.       Height = 21
  163.       Value = 8.000000000000000000
  164.       Min = 8.000000000000000000
  165.       Max = 14.000000000000000000
  166.       PageChange = 10.000000000000000000
  167.       LineChange = 1.000000000000000000
  168.       Label = 'FFT size'
  169.       Caption = '1'
  170.       TabOrder = 1
  171.       MaxLength = 4
  172.       OnChange = ChangeSize
  173.     end
  174.     object FFTSizeLabel: TStaticText
  175.       Left = 12
  176.       Top = 19
  177.       Width = 53
  178.       Height = 17
  179.       Alignment = taRightJustify
  180.       Caption = '&FFT size:'
  181.       TabOrder = 0
  182.     end
  183.     object FFTSizeBuddy: TBuddyUpDown
  184.       Left = 112
  185.       Top = 16
  186.       Width = 15
  187.       Height = 21
  188.       Associate = FFTSize
  189.       TabOrder = 2
  190.     end
  191.     object Scale: TNumEdit
  192.       Left = 69
  193.       Top = 74
  194.       Width = 43
  195.       Height = 21
  196.       Value = 10.000000000000000000
  197.       Min = 10.000000000000000000
  198.       Max = 200.000000000000000000
  199.       PageChange = 10.000000000000000000
  200.       LineChange = 10.000000000000000000
  201.       Label = 'Scale'
  202.       Caption = '1'
  203.       TabOrder = 6
  204.       MaxLength = 4
  205.     end
  206.     object ScaleLabel: TStaticText
  207.       Left = 14
  208.       Top = 77
  209.       Width = 51
  210.       Height = 17
  211.       Alignment = taRightJustify
  212.       Caption = 'Scale (%):'
  213.       TabOrder = 5
  214.     end
  215.     object ScaleBuddy: TBuddyUpDown
  216.       Left = 112
  217.       Top = 74
  218.       Width = 15
  219.       Height = 21
  220.       Associate = Scale
  221.       Increment = 10
  222.       TabOrder = 7
  223.     end
  224.     object Overlap: TComboBox
  225.       Left = 69
  226.       Top = 44
  227.       Width = 59
  228.       Height = 21
  229.       Style = csDropDownList
  230.       ItemHeight = 13
  231.       TabOrder = 4
  232.       Items.Strings = (
  233.         '75'
  234.         '88'
  235.         '90'
  236.         '95')
  237.     end
  238.     object OverlapLabel: TStaticText
  239.       Left = 4
  240.       Top = 48
  241.       Width = 61
  242.       Height = 17
  243.       Alignment = taRightJustify
  244.       Caption = 'Overlap (%):'
  245.       TabOrder = 3
  246.     end
  247.   end
  248.   object TimeFader: TFader
  249.     Left = 4
  250.     Top = 145
  251.     Width = 429
  252.     Height = 16
  253.     Anchors = [akLeft, akRight, akBottom]
  254.     Caption = 'Time'
  255.     OnClick = ChangeTime
  256.     TabOrder = 1
  257.     Associate = Time
  258.     Line = 1.000000000000000000
  259.     Page = 10.000000000000000000
  260.     Max = 100.000000000000000000
  261.     Stripe = True
  262.   end
  263.   object Time: TTimeEdit
  264.     Left = 192
  265.     Top = 273
  266.     Width = 88
  267.     Height = 21
  268.     Max = 100.000000000000000000
  269.     Decimal = -5
  270.     PageChange = 10.000000000000000000
  271.     LineChange = 1.000000000000000000
  272.     Label = 'Time index'
  273.     Buddy = TimeFader
  274.     Anchors = [akRight, akBottom]
  275.     Caption = '00:00:00.00000'
  276.     TabOrder = 13
  277.     MaxLength = 20
  278.     OnChange = ChangeTime
  279.     Format = tttFull
  280.   end
  281.   object TimeLabel: TStaticText
  282.     Left = 158
  283.     Top = 277
  284.     Width = 30
  285.     Height = 17
  286.     Alignment = taRightJustify
  287.     Anchors = [akRight, akBottom]
  288.     Caption = 'Time:'
  289.     TabOrder = 12
  290.   end
  291. end
  292.