home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_volume.tds < prev    next >
INI File  |  2004-02-16  |  2KB  |  88 lines

  1. [@SETTINGS]
  2. @IncStart = 1
  3.  
  4. [@INC]
  5. {Container}
  6.  
  7. Name           = Prefab.Name
  8. Background     = "Container.Normal"
  9. Width          = "auto"
  10. Height         = "auto"
  11. HorzAlign      = "center"
  12.  
  13. AutoClose      = true
  14.  
  15.  
  16. [@INC]
  17. {Slider}
  18.  
  19. ' Settings Common To All Controls
  20. XPos          = 0
  21. YPos          = 0
  22. 'Width         = 10
  23. Height        = Prefab.SliderHeight
  24. HorzAlignType = "relative"
  25. VertAlignType = "absolute"
  26. HorzAlign     = "center"
  27. VertAlign     = "center"
  28. Gfx           = "Slider.Vertical"
  29. Container     = Prefab.Name
  30. OuterMarginRight = 5
  31. Direction     = "up"
  32. InitProc      = "Element.SetValue( '^System.GetVolume()^' );"
  33. ChangeProc    = "System.SetVolume( '^Element.GetValue()^' );"
  34. ShowProc      = "Element.SetValue( '^System.GetVolume()^' );"
  35.  
  36. MinValue     = 0
  37. MaxValue     = 255
  38. 'StartValue   = "Element.SetText('');"
  39. StartValue   = 0
  40.  
  41. [@INC]
  42. {Slider}
  43.  
  44. ' Settings Common To All Controls
  45. XPos          = 0
  46. YPos          = 0
  47. 'Width         = 10
  48. Height        = Prefab.SliderHeight
  49. HorzAlignType = "relative"
  50. VertAlignType = "absolute"
  51. HorzAlign     = "center"
  52. VertAlign     = "center"
  53. Gfx           = "Slider.Vertical"
  54. Container     = Prefab.Name
  55. OuterMarginRight = 5
  56. Direction     = "up"
  57. InitProc      = "Element.SetValue( '^System.GetWaveVolume()^' );"
  58. ChangeProc    = "System.SetWaveVolume( '^Element.GetValue()^' );"
  59. ShowProc      = "Element.SetValue( '^System.GetWaveVolume()^' );"
  60.  
  61. MinValue     = 0
  62. MaxValue     = 255
  63. 'StartValue   = "Element.SetText('');"
  64. StartValue   = 0
  65.  
  66. [@INC]
  67. {Slider}
  68.  
  69. ' Settings Common To All Controls
  70. XPos          = 0
  71. YPos          = 0
  72. 'Width         = 0
  73. Height        = Prefab.SliderHeight
  74. HorzAlignType = "relative"
  75. VertAlignType = "absolute"
  76. HorzAlign     = "center"
  77. VertAlign     = "center"
  78. Gfx           = "Slider.Vertical"
  79. Container     = Prefab.Name
  80. Direction     = "up"
  81. InitProc      = "Element.SetValue( '^AudioPlayer.GetVolume()^' );"
  82. ChangeProc    = "AudioPlayer.SetVolume( '^Element.GetValue()^' );"
  83. ShowProc      = "Element.SetValue( '^AudioPlayer.GetVolume()^' );"
  84.  
  85. MinValue     = 0
  86. MaxValue     = 255
  87. 'StartValue   = "Element.SetText('');"
  88. StartValue   = 0