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 / TEXPANDERFORM / TEXPANDERFORM.txt
Encoding:
Text File  |  2003-03-28  |  4.2 KB  |  220 lines

  1. inherited ExpanderForm: TExpanderForm
  2.   Caption = 'Compressor/Expander'
  3.   ClientHeight = 187
  4.   ClientWidth = 389
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object AttackAxis: TDogAxis
  9.     Left = 82
  10.     Top = 104
  11.     Width = 239
  12.     Height = 16
  13.     Associate = AttackFader
  14.     Max = 1
  15.     Border = 22
  16.     Anchors = [akLeft, akTop, akRight]
  17.   end
  18.   object ReleaseAxis: TDogAxis
  19.     Left = 82
  20.     Top = 144
  21.     Width = 239
  22.     Height = 16
  23.     Associate = ReleaseFader
  24.     Max = 1
  25.     Border = 22
  26.     Anchors = [akLeft, akTop, akRight]
  27.   end
  28.   inline Multiplier: TVolumeFrame
  29.     Left = 8
  30.     Top = 6
  31.     Width = 377
  32.     inherited VolumeAxis: TDogAxis
  33.       Left = 74
  34.       Width = 239
  35.       Min = -60
  36.       Max = 12
  37.     end
  38.     inherited PercentLabel: TStaticText
  39.       Left = 319
  40.     end
  41.     inherited VolumeFader: TFader
  42.       Left = 74
  43.       Width = 239
  44.       Min = -60
  45.       Max = 12
  46.     end
  47.     inherited VolumeBox: TNumBox
  48.       Left = 317
  49.       Min = -60
  50.       Max = 12
  51.       PageChange = 1
  52.       Label = 'Multiplier'
  53.     end
  54.     inherited VolumeLabel: TStaticText
  55.       Left = 4
  56.       Width = 70
  57.       Caption = 'Multiplier (dB):'
  58.     end
  59.   end
  60.   inline Threshold: TVolumeFrame
  61.     Left = 2
  62.     Top = 47
  63.     Width = 383
  64.     TabOrder = 1
  65.     inherited VolumeAxis: TDogAxis
  66.       Left = 80
  67.       Width = 239
  68.       Min = -60
  69.       Max = 0
  70.     end
  71.     inherited PercentLabel: TStaticText
  72.       Left = 325
  73.     end
  74.     inherited VolumeFader: TFader
  75.       Left = 80
  76.       Width = 239
  77.       Hint = ' (-6%)'
  78.       Min = -60
  79.       Max = 0
  80.       Position = -6
  81.     end
  82.     inherited VolumeBox: TNumBox
  83.       Left = 323
  84.       Value = -6
  85.       Min = -60
  86.       Max = 0
  87.       Label = 'Threshold'
  88.       Items.Strings = (
  89.         '0.0'
  90.         '-2.4988'
  91.         '-6.0206'
  92.         '-12.041')
  93.       Text = '-6.0'
  94.     end
  95.     inherited VolumeLabel: TStaticText
  96.       Left = 4
  97.       Width = 76
  98.       Caption = 'Threshold (dB):'
  99.     end
  100.   end
  101.   object AttackFader: TFader
  102.     Left = 82
  103.     Top = 88
  104.     Width = 239
  105.     Height = 16
  106.     Hint = ' (0%)'
  107.     Anchors = [akLeft, akTop, akRight]
  108.     TabOrder = 2
  109.     Associate = Attack
  110.     Line = 0.010000000000000000
  111.     Page = 0.100000000000000000
  112.     Max = 1
  113.     Position = 0.100000000000000000
  114.     Stripe = True
  115.   end
  116.   object Attack: TNumBox
  117.     Left = 325
  118.     Top = 88
  119.     Width = 59
  120.     Height = 21
  121.     TabStop = True
  122.     Value = 0.100000000000000000
  123.     Max = 1
  124.     Decimal = 3
  125.     PageChange = 0.100000000000000000
  126.     LineChange = 0.010000000000000000
  127.     Label = 'Attack'
  128.     Buddy = AttackFader
  129.     Anchors = [akTop, akRight]
  130.     Items.Strings = (
  131.       '0.025'
  132.       '0.050'
  133.       '0.075'
  134.       '0.100'
  135.       '0.250'
  136.       '0.500')
  137.     TabOrder = 3
  138.     Text = '0.100'
  139.     MaxLength = 7
  140.     OnChange = Change
  141.   end
  142.   object AttackLabel: TStaticText
  143.     Left = 26
  144.     Top = 90
  145.     Width = 52
  146.     Height = 17
  147.     Alignment = taRightJustify
  148.     Caption = 'Attack (s):'
  149.     TabOrder = 8
  150.   end
  151.   object ReleaseFader: TFader
  152.     Left = 82
  153.     Top = 128
  154.     Width = 239
  155.     Height = 16
  156.     Hint = ' (0%)'
  157.     Anchors = [akLeft, akTop, akRight]
  158.     TabOrder = 4
  159.     Associate = Release
  160.     Line = 0.010000000000000000
  161.     Page = 0.100000000000000000
  162.     Max = 1
  163.     Position = 0.100000000000000000
  164.     Stripe = True
  165.   end
  166.   object Release: TNumBox
  167.     Left = 325
  168.     Top = 128
  169.     Width = 59
  170.     Height = 21
  171.     TabStop = True
  172.     Value = 0.100000000000000000
  173.     Max = 1
  174.     Decimal = 3
  175.     PageChange = 0.100000000000000000
  176.     LineChange = 0.010000000000000000
  177.     Label = 'Release'
  178.     Buddy = ReleaseFader
  179.     Anchors = [akTop, akRight]
  180.     Items.Strings = (
  181.       '0.025'
  182.       '0.050'
  183.       '0.075'
  184.       '0.100'
  185.       '0.250'
  186.       '0.500')
  187.     TabOrder = 5
  188.     Text = '0.100'
  189.     MaxLength = 7
  190.     OnChange = Change
  191.   end
  192.   object ReleaseLabel: TStaticText
  193.     Left = 18
  194.     Top = 130
  195.     Width = 60
  196.     Height = 17
  197.     Alignment = taRightJustify
  198.     Caption = 'Release (s):'
  199.     TabOrder = 9
  200.   end
  201.   object Expander: TRadioButton
  202.     Left = 97
  203.     Top = 168
  204.     Width = 69
  205.     Height = 17
  206.     Caption = 'Expander'
  207.     Checked = True
  208.     TabOrder = 6
  209.     TabStop = True
  210.   end
  211.   object Compressor: TRadioButton
  212.     Left = 213
  213.     Top = 168
  214.     Width = 79
  215.     Height = 17
  216.     Caption = 'Compressor'
  217.     TabOrder = 7
  218.   end
  219. end
  220.