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

  1. inherited VolumeMatchForm: TVolumeMatchForm
  2.   Caption = 'Volume Match'
  3.   ClientHeight = 198
  4.   ClientWidth = 378
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 378
  7.   ExplicitHeight = 198
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inline VolumeFrame: TVolumeFrame
  11.     Left = 8
  12.     Top = 4
  13.     Width = 364
  14.     Height = 39
  15.     Anchors = [akLeft, akTop, akRight]
  16.     TabOrder = 0
  17.     TabStop = True
  18.     ExplicitLeft = 8
  19.     ExplicitTop = 4
  20.     ExplicitWidth = 364
  21.     inherited VolumeAxis: TDogAxis
  22.       Left = 74
  23.       Width = 226
  24.       Min = -40.000000000000000000
  25.       Max = 0.000000000000000000
  26.       ExplicitLeft = 74
  27.       ExplicitWidth = 227
  28.     end
  29.     inherited PercentLabel: TStaticText
  30.       Left = 306
  31.       ExplicitLeft = 306
  32.     end
  33.     inherited VolumeFader: TFader
  34.       Left = 74
  35.       Width = 226
  36.       Min = -40.000000000000000000
  37.       Max = 0.000000000000000000
  38.       ExplicitLeft = 74
  39.       ExplicitWidth = 226
  40.     end
  41.     inherited VolumeBox: TNumBox
  42.       Left = 304
  43.       Min = -40.000000000000000000
  44.       Max = 0.000000000000000000
  45.       Label = 'Average'
  46.       Items.Strings = (
  47.         '-12.0'
  48.         '-16.0'
  49.         '-18.0'
  50.         '-20.0'
  51.         '-22.0'
  52.         '-24.0')
  53.       ExplicitLeft = 304
  54.     end
  55.     inherited VolumeLabel: TStaticText
  56.       Left = 1
  57.       Width = 69
  58.       Caption = 'Average (dB):'
  59.       ExplicitLeft = 1
  60.       ExplicitWidth = 69
  61.     end
  62.   end
  63.   object InfoBox: TGroupBox
  64.     Left = 9
  65.     Top = 42
  66.     Width = 177
  67.     Height = 71
  68.     Caption = ' Current average '
  69.     TabOrder = 1
  70.     object LeftAvgLabel: TStaticText
  71.       Left = 15
  72.       Top = 18
  73.       Width = 25
  74.       Height = 17
  75.       Alignment = taRightJustify
  76.       Caption = 'Left:'
  77.       TabOrder = 0
  78.     end
  79.     object LeftAvg: TStaticText
  80.       Left = 45
  81.       Top = 16
  82.       Width = 120
  83.       Height = 17
  84.       Alignment = taCenter
  85.       AutoSize = False
  86.       BorderStyle = sbsSunken
  87.       TabOrder = 1
  88.     end
  89.     object RightAvgLabel: TStaticText
  90.       Left = 8
  91.       Top = 44
  92.       Width = 32
  93.       Height = 17
  94.       Alignment = taRightJustify
  95.       Caption = 'Right:'
  96.       TabOrder = 2
  97.     end
  98.     object RightAvg: TStaticText
  99.       Left = 45
  100.       Top = 42
  101.       Width = 120
  102.       Height = 17
  103.       Alignment = taCenter
  104.       AutoSize = False
  105.       BorderStyle = sbsSunken
  106.       TabOrder = 3
  107.     end
  108.   end
  109.   object PeakBox: TGroupBox
  110.     Left = 193
  111.     Top = 42
  112.     Width = 177
  113.     Height = 71
  114.     Caption = ' Final peak '
  115.     TabOrder = 2
  116.     object LeftPeakLabel: TStaticText
  117.       Left = 15
  118.       Top = 18
  119.       Width = 25
  120.       Height = 17
  121.       Alignment = taRightJustify
  122.       Caption = 'Left:'
  123.       TabOrder = 0
  124.     end
  125.     object LeftPeak: TStaticText
  126.       Left = 45
  127.       Top = 16
  128.       Width = 120
  129.       Height = 17
  130.       Alignment = taCenter
  131.       AutoSize = False
  132.       BorderStyle = sbsSunken
  133.       TabOrder = 1
  134.       Transparent = False
  135.     end
  136.     object RightPeakLabel: TStaticText
  137.       Left = 8
  138.       Top = 44
  139.       Width = 32
  140.       Height = 17
  141.       Alignment = taRightJustify
  142.       Caption = 'Right:'
  143.       TabOrder = 2
  144.     end
  145.     object RightPeak: TStaticText
  146.       Left = 45
  147.       Top = 42
  148.       Width = 120
  149.       Height = 17
  150.       Alignment = taCenter
  151.       AutoSize = False
  152.       BorderStyle = sbsSunken
  153.       TabOrder = 3
  154.       Transparent = False
  155.     end
  156.   end
  157.   object Clipping: TRadioGroup
  158.     Left = 8
  159.     Top = 120
  160.     Width = 362
  161.     Height = 72
  162.     Caption = ' Clipping control '
  163.     ItemIndex = 0
  164.     Items.Strings = (
  165.       'Allow clipping'
  166.       'Reduce average level to avoid clipping'
  167.       'Abort processing if clipping is required')
  168.     TabOrder = 3
  169.     OnClick = Change
  170.   end
  171. end
  172.