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

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