home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TVOLFRAME / TVOLFRAME.txt
Text File  |  2005-01-25  |  4KB  |  172 lines

  1. inherited VolFrame: TVolFrame
  2.   Height = 41
  3.   inherited Axis: TDogAxis
  4.     Min = -160
  5.     Max = 0
  6.   end
  7.   object Percent: TStaticText [1]
  8.     Left = 339
  9.     Top = 24
  10.     Width = 50
  11.     Height = 17
  12.     Alignment = taCenter
  13.     Anchors = [akTop, akRight]
  14.     AutoSize = False
  15.     Caption = '100%'
  16.     Color = clBtnFace
  17.     Font.Charset = DEFAULT_CHARSET
  18.     Font.Color = clBlue
  19.     Font.Height = -11
  20.     Font.Name = 'MS Sans Serif'
  21.     Font.Style = [fsUnderline]
  22.     ParentColor = False
  23.     ParentFont = False
  24.     PopupMenu = VolumeMenu
  25.     TabOrder = 1
  26.     OnClick = PercentClick
  27.   end
  28.   inherited ValueEdit: TNumEdit [2]
  29.     Min = -160
  30.     Max = 0
  31.     Decimal = 2
  32.     PageChange = 1
  33.     LineChange = 0.100000000000000000
  34.     Caption = '0.00'
  35.     MaxLength = 8
  36.   end
  37.   inherited Fader: TFader [3]
  38.     TabOrder = 0
  39.     Line = 0.100000000000000000
  40.     Page = 1
  41.     Min = -160
  42.     Max = 0
  43.     OnDrawSlot = VolumeFaderDrawSlot
  44.   end
  45.   inherited Prompt: TStaticText [4]
  46.     TabOrder = 3
  47.   end
  48.   object VolumeMenu: TPopupMenu
  49.     AutoPopup = False
  50.     Left = 4
  51.     Top = 2
  52.     object MenuDouble: TMenuItem
  53.       Tag = 50
  54.       Action = ActionDouble
  55.     end
  56.     object MenuOneAndAHalf: TMenuItem
  57.       Action = ActionOneAndAHalf
  58.     end
  59.     object MenuUnchanged: TMenuItem
  60.       Action = ActionUnchanged
  61.     end
  62.     object MenuThreeQuarters: TMenuItem
  63.       Action = ActionThreeQuarters
  64.     end
  65.     object MenuHalf: TMenuItem
  66.       Action = ActionHalf
  67.     end
  68.     object MenuOneQuarter: TMenuItem
  69.       Action = ActionOneQuarter
  70.     end
  71.     object MenuOneEighth: TMenuItem
  72.       Action = ActionOneEighth
  73.     end
  74.     object MenuOneTenth: TMenuItem
  75.       Action = ActionOneTenth
  76.     end
  77.     object MenuOneTwentyth: TMenuItem
  78.       Action = ActionOneTwentyth
  79.     end
  80.     object MenuOneFortieth: TMenuItem
  81.       Action = ActionOneFortieth
  82.     end
  83.     object MenuOneHunderdth: TMenuItem
  84.       Action = ActionOneHunderdth
  85.     end
  86.     object MenuOff: TMenuItem
  87.       Action = ActionOff
  88.     end
  89.   end
  90.   object ActionList: TActionList
  91.     Left = 32
  92.     Top = 2
  93.     object ActionDouble: TAction
  94.       Tag = 2000
  95.       Caption = '   6.02 dB   (200%)'
  96.       OnExecute = ActionSetVolume
  97.       OnUpdate = ActionUpdate
  98.     end
  99.     object ActionOneAndAHalf: TAction
  100.       Tag = 1500
  101.       Caption = '   3.52 dB   (150%)'
  102.       OnExecute = ActionSetVolume
  103.       OnUpdate = ActionUpdate
  104.     end
  105.     object ActionUnchanged: TAction
  106.       Tag = 1000
  107.       Caption = '   0.00 dB   (100%)'
  108.       OnExecute = ActionSetVolume
  109.       OnUpdate = ActionUpdate
  110.     end
  111.     object ActionThreeQuarters: TAction
  112.       Tag = 750
  113.       Caption = '  -2.50 dB   (75%)'
  114.       OnExecute = ActionSetVolume
  115.       OnUpdate = ActionUpdate
  116.     end
  117.     object ActionHalf: TAction
  118.       Tag = 500
  119.       Caption = '  -6.02 dB   (50%)'
  120.       OnExecute = ActionSetVolume
  121.       OnUpdate = ActionUpdate
  122.     end
  123.     object ActionOneQuarter: TAction
  124.       Tag = 250
  125.       Caption = '-12.04 dB   (25%)'
  126.       OnExecute = ActionSetVolume
  127.       OnUpdate = ActionUpdate
  128.     end
  129.     object ActionOneEighth: TAction
  130.       Tag = 125
  131.       Caption = '-18.24 dB   (12.5%)'
  132.       OnExecute = ActionSetVolume
  133.       OnUpdate = ActionUpdate
  134.     end
  135.     object ActionOneTenth: TAction
  136.       Tag = 100
  137.       Caption = '-20.00 dB   (10%)'
  138.       OnExecute = ActionSetVolume
  139.       OnUpdate = ActionUpdate
  140.     end
  141.     object ActionOneTwentyth: TAction
  142.       Tag = 50
  143.       Caption = '-26.02 dB   (5%)'
  144.       OnExecute = ActionSetVolume
  145.       OnUpdate = ActionUpdate
  146.     end
  147.     object ActionOneFortieth: TAction
  148.       Tag = 25
  149.       Caption = '-32.04 dB   (2.5%)'
  150.       OnExecute = ActionSetVolume
  151.       OnUpdate = ActionUpdate
  152.     end
  153.     object ActionOneHunderdth: TAction
  154.       Tag = 10
  155.       Caption = '-40.00 dB   (1%)'
  156.       OnExecute = ActionSetVolume
  157.       OnUpdate = ActionUpdate
  158.     end
  159.     object ActionOff: TAction
  160.       Caption = 'Off'
  161.       OnExecute = ActionSetVolume
  162.       OnUpdate = ActionUpdate
  163.     end
  164.     object ActionMenu: TAction
  165.       Caption = 'ActionMenu'
  166.       ShortCut = 32854
  167.       OnExecute = ActionMenuExecute
  168.       OnUpdate = ActionMenuExecute
  169.     end
  170.   end
  171. end
  172.