home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TECHOFORM / TECHOFORM.txt
Text File  |  2003-10-10  |  4KB  |  205 lines

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