home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TPOPCLICKFORM / TPOPCLICKFORM.txt
Encoding:
Text File  |  2003-03-28  |  1.3 KB  |  72 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
  15.     Max = 5000
  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.     Hint = ' (1000%)'
  25.     Anchors = [akLeft, akTop, akRight]
  26.     TabOrder = 1
  27.     Associate = Tolerance
  28.     Line = 10
  29.     Page = 100
  30.     Min = 200
  31.     Max = 5000
  32.     Position = 1000
  33.     Stripe = True
  34.   end
  35.   object Tolerance: TNumBox
  36.     Left = 328
  37.     Top = 6
  38.     Width = 59
  39.     Height = 21
  40.     TabStop = True
  41.     Value = 1000
  42.     Min = 200
  43.     Max = 5000
  44.     PageChange = 100
  45.     LineChange = 10
  46.     Label = 'Tolerance'
  47.     Buddy = ToleranceFader
  48.     Anchors = [akTop, akRight]
  49.     Items.Strings = (
  50.       '500'
  51.       '750'
  52.       '1000'
  53.       '2000'
  54.       '3000'
  55.       '4000'
  56.       '5000')
  57.     TabOrder = 2
  58.     Text = '1000'
  59.     MaxLength = 7
  60.     OnChange = Change
  61.   end
  62.   object ToleranceLabel: TStaticText
  63.     Left = 3
  64.     Top = 8
  65.     Width = 72
  66.     Height = 17
  67.     Alignment = taRightJustify
  68.     Caption = 'Tolerance (%):'
  69.     TabOrder = 0
  70.   end
  71. end
  72.