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

  1. inherited VolumeMatchForm: TVolumeMatchForm
  2.   Caption = 'Volume Match'
  3.   ClientHeight = 118
  4.   ClientWidth = 341
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inline VolumeFrame: TVolumeFrame
  9.     Left = 8
  10.     Top = 4
  11.     Width = 327
  12.     Anchors = [akLeft, akTop, akRight]
  13.     inherited VolumeAxis: TDogAxis
  14.       Left = 74
  15.       Width = 189
  16.       Min = -40
  17.       Max = 0
  18.     end
  19.     inherited PercentLabel: TStaticText
  20.       Left = 269
  21.     end
  22.     inherited VolumeFader: TFader
  23.       Left = 74
  24.       Width = 189
  25.       Min = -40
  26.       Max = 0
  27.     end
  28.     inherited VolumeBox: TNumBox
  29.       Left = 267
  30.       Min = -40
  31.       Max = 0
  32.       Label = 'Average'
  33.       Items.Strings = (
  34.         '-12.0'
  35.         '-16.0'
  36.         '-18.0'
  37.         '-20.0'
  38.         '-22.0'
  39.         '-24.0')
  40.     end
  41.     inherited VolumeLabel: TStaticText
  42.       Left = 1
  43.       Width = 69
  44.       Caption = 'Average (dB):'
  45.     end
  46.   end
  47.   object InfoBox: TGroupBox
  48.     Left = 82
  49.     Top = 42
  50.     Width = 189
  51.     Height = 71
  52.     Caption = ' Current average '
  53.     TabOrder = 1
  54.     object LeftAvgLabel: TStaticText
  55.       Left = 23
  56.       Top = 18
  57.       Width = 25
  58.       Height = 17
  59.       Alignment = taRightJustify
  60.       Caption = 'Left:'
  61.       TabOrder = 0
  62.     end
  63.     object LeftAvg: TStaticText
  64.       Left = 53
  65.       Top = 16
  66.       Width = 120
  67.       Height = 17
  68.       Alignment = taCenter
  69.       AutoSize = False
  70.       BorderStyle = sbsSunken
  71.       TabOrder = 1
  72.     end
  73.     object RightAvgLabel: TStaticText
  74.       Left = 16
  75.       Top = 44
  76.       Width = 32
  77.       Height = 17
  78.       Alignment = taRightJustify
  79.       Caption = 'Right:'
  80.       TabOrder = 2
  81.     end
  82.     object RightAvg: TStaticText
  83.       Left = 53
  84.       Top = 42
  85.       Width = 120
  86.       Height = 17
  87.       Alignment = taCenter
  88.       AutoSize = False
  89.       BorderStyle = sbsSunken
  90.       TabOrder = 3
  91.     end
  92.   end
  93. end
  94.