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 >
Wrap
INI File
|
2004-02-16
|
2KB
|
88 lines
[@SETTINGS]
@IncStart = 1
[@INC]
{Container}
Name = Prefab.Name
Background = "Container.Normal"
Width = "auto"
Height = "auto"
HorzAlign = "center"
AutoClose = true
[@INC]
{Slider}
' Settings Common To All Controls
XPos = 0
YPos = 0
'Width = 10
Height = Prefab.SliderHeight
HorzAlignType = "relative"
VertAlignType = "absolute"
HorzAlign = "center"
VertAlign = "center"
Gfx = "Slider.Vertical"
Container = Prefab.Name
OuterMarginRight = 5
Direction = "up"
InitProc = "Element.SetValue( '^System.GetVolume()^' );"
ChangeProc = "System.SetVolume( '^Element.GetValue()^' );"
ShowProc = "Element.SetValue( '^System.GetVolume()^' );"
MinValue = 0
MaxValue = 255
'StartValue = "Element.SetText('');"
StartValue = 0
[@INC]
{Slider}
' Settings Common To All Controls
XPos = 0
YPos = 0
'Width = 10
Height = Prefab.SliderHeight
HorzAlignType = "relative"
VertAlignType = "absolute"
HorzAlign = "center"
VertAlign = "center"
Gfx = "Slider.Vertical"
Container = Prefab.Name
OuterMarginRight = 5
Direction = "up"
InitProc = "Element.SetValue( '^System.GetWaveVolume()^' );"
ChangeProc = "System.SetWaveVolume( '^Element.GetValue()^' );"
ShowProc = "Element.SetValue( '^System.GetWaveVolume()^' );"
MinValue = 0
MaxValue = 255
'StartValue = "Element.SetText('');"
StartValue = 0
[@INC]
{Slider}
' Settings Common To All Controls
XPos = 0
YPos = 0
'Width = 0
Height = Prefab.SliderHeight
HorzAlignType = "relative"
VertAlignType = "absolute"
HorzAlign = "center"
VertAlign = "center"
Gfx = "Slider.Vertical"
Container = Prefab.Name
Direction = "up"
InitProc = "Element.SetValue( '^AudioPlayer.GetVolume()^' );"
ChangeProc = "AudioPlayer.SetVolume( '^Element.GetValue()^' );"
ShowProc = "Element.SetValue( '^AudioPlayer.GetVolume()^' );"
MinValue = 0
MaxValue = 255
'StartValue = "Element.SetText('');"
StartValue = 0