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

  1. inherited SpectrogramPage: TSpectrogramPage
  2.   Caption = 'Spectrogram'
  3.   ClientHeight = 128
  4.   ClientWidth = 207
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 207
  7.   ExplicitHeight = 128
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object MinimumLabel: TStaticText
  11.     Left = 58
  12.     Top = 46
  13.     Width = 52
  14.     Height = 17
  15.     Alignment = taRightJustify
  16.     Caption = 'From (Hz):'
  17.     TabOrder = 2
  18.   end
  19.   object Minimum: TNumEdit
  20.     Left = 114
  21.     Top = 44
  22.     Width = 71
  23.     Height = 21
  24.     Value = 1.000000000000000000
  25.     Max = 100000.000000000000000000
  26.     PageChange = 100.000000000000000000
  27.     LineChange = 100.000000000000000000
  28.     Label = 'From'
  29.     Buddy = MinimumBuddy
  30.     Caption = '1'
  31.     TabOrder = 3
  32.   end
  33.   object MaximumLabel: TStaticText
  34.     Left = 68
  35.     Top = 78
  36.     Width = 42
  37.     Height = 17
  38.     Alignment = taRightJustify
  39.     Caption = 'To (Hz):'
  40.     TabOrder = 5
  41.   end
  42.   object Maximum: TNumEdit
  43.     Left = 114
  44.     Top = 76
  45.     Width = 71
  46.     Height = 21
  47.     Value = 1.000000000000000000
  48.     Max = 100000.000000000000000000
  49.     PageChange = 100.000000000000000000
  50.     LineChange = 100.000000000000000000
  51.     Label = 'To'
  52.     Buddy = MaximumBuddy
  53.     Caption = '1'
  54.     TabOrder = 6
  55.   end
  56.   object AutomaticRadio: TRadioButton
  57.     Left = 5
  58.     Top = 4
  59.     Width = 199
  60.     Height = 17
  61.     Caption = 'Automatic full frequency range'
  62.     TabOrder = 0
  63.     OnClick = Change
  64.   end
  65.   object FixedRadio: TRadioButton
  66.     Left = 5
  67.     Top = 23
  68.     Width = 181
  69.     Height = 17
  70.     Caption = 'Fixed frequency range:'
  71.     TabOrder = 1
  72.     OnClick = Change
  73.   end
  74.   object MinimumBuddy: TBuddyUpDown
  75.     Left = 185
  76.     Top = 44
  77.     Width = 15
  78.     Height = 21
  79.     Associate = Minimum
  80.     TabOrder = 4
  81.   end
  82.   object MaximumBuddy: TBuddyUpDown
  83.     Left = 185
  84.     Top = 76
  85.     Width = 15
  86.     Height = 21
  87.     Associate = Maximum
  88.     TabOrder = 7
  89.   end
  90.   object Axis: TCheck
  91.     Left = 5
  92.     Top = 111
  93.     Width = 97
  94.     Height = 17
  95.     Caption = 'Show axis'
  96.     TabOrder = 8
  97.   end
  98. end
  99.