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

  1. object VolumeFrame: TVolumeFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 392
  5.   Height = 39
  6.   TabOrder = 0
  7.   DesignSize = (
  8.     392
  9.     39)
  10.   object VolumeAxis: TDogAxis
  11.     Left = 68
  12.     Top = 17
  13.     Width = 260
  14.     Height = 16
  15.     Associate = VolumeFader
  16.     Min = -160.000000000000000000
  17.     Max = 20.000000000000000000
  18.     Border = 22
  19.     Anchors = [akLeft, akTop, akRight]
  20.   end
  21.   object PercentLabel: TStaticText
  22.     Left = 334
  23.     Top = 24
  24.     Width = 55
  25.     Height = 13
  26.     Alignment = taCenter
  27.     Anchors = [akTop, akRight]
  28.     AutoSize = False
  29.     Caption = '100%'
  30.     TabOrder = 3
  31.   end
  32.   object VolumeFader: TFader
  33.     Left = 68
  34.     Top = 1
  35.     Width = 260
  36.     Height = 16
  37.     Anchors = [akLeft, akTop, akRight]
  38.     TabOrder = 1
  39.     Associate = VolumeBox
  40.     Line = 0.100000000000000000
  41.     Page = 3.000000000000000000
  42.     Min = -160.000000000000000000
  43.     Max = 20.000000000000000000
  44.     Stripe = True
  45.     OnDrawSlot = VolumeFaderDrawSlot
  46.   end
  47.   object VolumeBox: TNumBox
  48.     Left = 332
  49.     Top = 1
  50.     Width = 59
  51.     Height = 21
  52.     Min = -160.000000000000000000
  53.     Max = 20.000000000000000000
  54.     Decimal = 1
  55.     PageChange = 3.000000000000000000
  56.     LineChange = 0.100000000000000000
  57.     Label = 'Volume'
  58.     Buddy = VolumeFader
  59.     Anchors = [akTop, akRight]
  60.     AutoComplete = False
  61.     Items.Strings = (
  62.       '6.0206'
  63.       '3.5218'
  64.       '0.0'
  65.       '-2.4988'
  66.       '-6.0206'
  67.       '-12.041')
  68.     TabOrder = 2
  69.     Text = '0.0'
  70.     MaxLength = 7
  71.     OnChange = Change
  72.   end
  73.   object VolumeLabel: TStaticText
  74.     Left = 0
  75.     Top = 1
  76.     Width = 65
  77.     Height = 17
  78.     Alignment = taRightJustify
  79.     Caption = 'Volume (dB):'
  80.     TabOrder = 0
  81.   end
  82. end
  83.