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

  1. inherited EchoForm: TEchoForm
  2.   Caption = 'Echo'
  3.   ClientHeight = 192
  4.   ClientWidth = 414
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 414
  7.   ExplicitHeight = 192
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object EchosAxis: TDogAxis
  11.     Left = 84
  12.     Top = 25
  13.     Width = 260
  14.     Height = 16
  15.     Associate = EchosFader
  16.     Min = 1.000000000000000000
  17.     Max = 10.000000000000000000
  18.     Border = 22
  19.     Anchors = [akLeft, akTop, akRight]
  20.   end
  21.   object DelayAxis: TDogAxis
  22.     Left = 84
  23.     Top = 63
  24.     Width = 260
  25.     Height = 16
  26.     Associate = DelayFader
  27.     Min = 0.000100000000000000
  28.     Max = 2.000000000000000000
  29.     Border = 22
  30.     Anchors = [akLeft, akTop, akRight]
  31.   end
  32.   inline Volume: TVolumeFrame
  33.     Left = 16
  34.     Top = 86
  35.     Width = 392
  36.     Height = 39
  37.     TabOrder = 6
  38.     TabStop = True
  39.     ExplicitLeft = 16
  40.     ExplicitTop = 86
  41.     inherited VolumeAxis: TDogAxis
  42.       Min = -60.000000000000000000
  43.       Max = 0.000000000000000000
  44.     end
  45.     inherited VolumeFader: TFader
  46.       Min = -60.000000000000000000
  47.       Max = 0.000000000000000000
  48.       Position = -6.000000000000000000
  49.     end
  50.     inherited VolumeBox: TNumBox
  51.       Value = -6.000000000000000000
  52.       Min = -60.000000000000000000
  53.       Max = 0.000000000000000000
  54.       Items.Strings = (
  55.         '-2.4988'
  56.         '-6.0206'
  57.         '-12.041'
  58.         '-15.0'
  59.         '-18.0')
  60.       Text = '-6.0'
  61.     end
  62.     inherited VolumeLabel: TStaticText
  63.       Width = 64
  64.       ExplicitWidth = 64
  65.     end
  66.   end
  67.   object EchosFader: TFader
  68.     Left = 84
  69.     Top = 9
  70.     Width = 260
  71.     Height = 16
  72.     Anchors = [akLeft, akTop, akRight]
  73.     TabOrder = 1
  74.     Associate = Echos
  75.     Line = 1.000000000000000000
  76.     Page = 1.000000000000000000
  77.     Min = 1.000000000000000000
  78.     Max = 10.000000000000000000
  79.     Position = 1.000000000000000000
  80.     Stripe = True
  81.   end
  82.   inline Feedback: TVolumeFrame
  83.     Left = 3
  84.     Top = 128
  85.     Width = 404
  86.     Height = 39
  87.     TabOrder = 7
  88.     TabStop = True
  89.     ExplicitLeft = 3
  90.     ExplicitTop = 128
  91.     ExplicitWidth = 404
  92.     inherited VolumeAxis: TDogAxis
  93.       Left = 79
  94.       Min = -60.000000000000000000
  95.       Max = 0.000000000000000000
  96.       ExplicitLeft = 79
  97.     end
  98.     inherited PercentLabel: TStaticText
  99.       Left = 347
  100.       ExplicitLeft = 347
  101.     end
  102.     inherited VolumeFader: TFader
  103.       Left = 81
  104.       Min = -60.000000000000000000
  105.       Max = 0.000000000000000000
  106.       Position = -60.000000000000000000
  107.       ExplicitLeft = 81
  108.     end
  109.     inherited VolumeBox: TNumBox
  110.       Left = 345
  111.       Value = -60.000000000000000000
  112.       Min = -60.000000000000000000
  113.       Max = 0.000000000000000000
  114.       Label = 'Feedback'
  115.       Items.Strings = (
  116.         '0.0'
  117.         '-2.4988'
  118.         '-6.0206'
  119.         '-12.041'
  120.         '-15.0'
  121.         '-18.0')
  122.       Text = '-60.0'
  123.       ExplicitLeft = 345
  124.     end
  125.     inherited VolumeLabel: TStaticText
  126.       Width = 77
  127.       Caption = 'Feedback (dB):'
  128.       ExplicitWidth = 77
  129.     end
  130.   end
  131.   object DelayFader: TFader
  132.     Left = 84
  133.     Top = 47
  134.     Width = 260
  135.     Height = 16
  136.     Anchors = [akLeft, akTop, akRight]
  137.     TabOrder = 4
  138.     Associate = Delay
  139.     Line = 0.010000000000000000
  140.     Page = 0.100000000000000000
  141.     Min = 0.000100000000000000
  142.     Max = 2.000000000000000000
  143.     Position = 0.500000000000000000
  144.     Stripe = True
  145.   end
  146.   object Delay: TNumBox
  147.     Left = 348
  148.     Top = 47
  149.     Width = 59
  150.     Height = 21
  151.     Value = 0.500000000000000000
  152.     Min = 0.000100000000000000
  153.     Max = 2.000000000000000000
  154.     Decimal = 4
  155.     PageChange = 0.100000000000000000
  156.     LineChange = 0.010000000000000000
  157.     Label = 'Delay'
  158.     Buddy = DelayFader
  159.     Anchors = [akTop, akRight]
  160.     AutoComplete = False
  161.     Items.Strings = (
  162.       '0.050'
  163.       '0.075'
  164.       '0.100'
  165.       '0.150'
  166.       '0.200'
  167.       '0.250'
  168.       '0.300'
  169.       '0.400'
  170.       '0.500'
  171.       '0.750'
  172.       '1.000'
  173.       '1.500'
  174.       '2.000')
  175.     TabOrder = 5
  176.     Text = '0.5000'
  177.     MaxLength = 7
  178.     OnChange = Change
  179.   end
  180.   object DelayLabel: TStaticText
  181.     Left = 24
  182.     Top = 47
  183.     Width = 56
  184.     Height = 17
  185.     Alignment = taRightJustify
  186.     Caption = 'Delay (ms):'
  187.     TabOrder = 3
  188.   end
  189.   object Stereo: TCheckBox
  190.     Left = 127
  191.     Top = 171
  192.     Width = 53
  193.     Height = 17
  194.     Caption = 'Stereo'
  195.     TabOrder = 8
  196.     OnClick = Change
  197.   end
  198.   object Echos: TNumEdit
  199.     Left = 348
  200.     Top = 9
  201.     Width = 59
  202.     Height = 21
  203.     Value = 1.000000000000000000
  204.     Min = 1.000000000000000000
  205.     Max = 10.000000000000000000
  206.     PageChange = 1.000000000000000000
  207.     LineChange = 1.000000000000000000
  208.     Label = 'Echos'
  209.     Buddy = EchosFader
  210.     Caption = '1'
  211.     TabOrder = 2
  212.     MaxLength = 4
  213.     OnChange = Change
  214.   end
  215.   object EchosLabel: TStaticText
  216.     Left = 37
  217.     Top = 9
  218.     Width = 43
  219.     Height = 17
  220.     Alignment = taRightJustify
  221.     Caption = 'Echoes:'
  222.     TabOrder = 0
  223.   end
  224.   object MakeTail: TCheckBox
  225.     Left = 201
  226.     Top = 171
  227.     Width = 87
  228.     Height = 17
  229.     Caption = 'Generate tail'
  230.     TabOrder = 9
  231.     OnClick = Change
  232.   end
  233. end
  234.