home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TNOISEREDUCTIONFORM / TNOISEREDUCTIONFORM.txt
Text File  |  2005-01-25  |  5KB  |  269 lines

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