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

  1. inherited PopClickForm: TPopClickForm
  2.   Caption = 'Pop/Click Filter'
  3.   ClientHeight = 41
  4.   ClientWidth = 392
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object ToleranceAxis: TDogAxis
  9.     Left = 78
  10.     Top = 22
  11.     Width = 246
  12.     Height = 16
  13.     Associate = ToleranceFader
  14.     Min = 200.000000000000000000
  15.     Max = 5000.000000000000000000
  16.     Border = 22
  17.     Anchors = [akLeft, akTop, akRight]
  18.   end
  19.   object ToleranceFader: TFader
  20.     Left = 78
  21.     Top = 6
  22.     Width = 246
  23.     Height = 16
  24.     Anchors = [akLeft, akTop, akRight]
  25.     TabOrder = 1
  26.     Associate = Tolerance
  27.     Line = 10.000000000000000000
  28.     Page = 100.000000000000000000
  29.     Min = 200.000000000000000000
  30.     Max = 5000.000000000000000000
  31.     Position = 1000.000000000000000000
  32.     Stripe = True
  33.   end
  34.   object Tolerance: TNumBox
  35.     Left = 328
  36.     Top = 6
  37.     Width = 59
  38.     Height = 21
  39.     Value = 1000.000000000000000000
  40.     Min = 200.000000000000000000
  41.     Max = 5000.000000000000000000
  42.     PageChange = 100.000000000000000000
  43.     LineChange = 10.000000000000000000
  44.     Label = 'Tolerance'
  45.     Buddy = ToleranceFader
  46.     Anchors = [akTop, akRight]
  47.     Items.Strings = (
  48.       '500'
  49.       '750'
  50.       '1000'
  51.       '2000'
  52.       '3000'
  53.       '4000'
  54.       '5000')
  55.     TabOrder = 2
  56.     Text = '1000'
  57.     MaxLength = 7
  58.     OnChange = Change
  59.   end
  60.   object ToleranceLabel: TStaticText
  61.     Left = 2
  62.     Top = 6
  63.     Width = 72
  64.     Height = 17
  65.     Alignment = taRightJustify
  66.     Caption = 'Tolerance (%):'
  67.     TabOrder = 0
  68.   end
  69. end
  70.