home *** CD-ROM | disk | FTP | other *** search
-
- [@INC]
- {Prefab}
-
- Ignore = Prefab.DontShowVolume
-
- Name = "AudioVolumeContainer"
- Source = "Audio.Containers:Volume"
-
- SliderHeight = 55
-
- [@INC]
- {Container}
-
- Name = "{UNIQUE}"
- Width = "auto"
- Height = "auto"
- HorzAlignType = "relative"
- HorzAlign = Prefab.HorzAlign
- VertAlign = Prefab.VertAlign
- Container = "{LastBar}"
- XPos = Prefab.XPos
- YPos = Prefab.YPos
-
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowPrevTrack
-
- XPos = 0
- YPos = 0
- 'Width = 17
- 'Height = Prefab.ButtonHeight
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.PrevTrack();"
- HoverProc = ""
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.PrevTrack"
- ToolTip = "Previous Track"
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowPlay
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
- 'Width = 17
- 'Height = Prefab.ButtonHeight
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.Play();"
- HoverProc = ""
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.Play"
- ToolTip = "Play"
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowPause
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
- 'Width = 17
- 'Height = Prefab.ButtonHeight
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.TogglePause();"
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.Pause"
- ToolTip = "Pause"
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowStop
-
- XPos = 2
- YPos = 0
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.Stop();"
-
- ' Control Specific Settings
- Glyph = "Image.Stop"
- ToolTip = "Stop"
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowNextTrack
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.NextTrack();"
- HoverProc = ""
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.NextTrack"
- ToolTip = "Next Track"
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "Element.DisplayMenu('->MusicList');"
- HoverProc = ""
-
- Ignore = Prefab.DontShowMusicMenu
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.Load"
- ToolTip = "Load Album"
-
- [@INC]
- {Prefab}
-
- Ignore = Prefab.DontShowMusicMenu
- MusicFolder = Prefab.MusicFolder
- Name = "MusicList"
- Source = "Audio.Menus:MusicList"
- Owner = "{LastElement}"
- ItemsPerColumn = Prefab.ItemsPerColumn
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowVolume
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "Element.Display('AudioVolumeContainer', 'LEFT');"
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.Volume"
- ToolTip = "Volume"
-
-
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowLoadFolder
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.OpenDirDlg();"
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.LoadFolder"
- ToolTip = "Load Folder"
-
-
- [@INC]
- {Button}
-
- Container = "{LastContainer}"
- Ignore = Prefab.DontShowLoadSong
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.OpenFileDlg();"
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.LoadSong"
- ToolTip = "Load Song"
-
-
- [X@INC]
- {Button}
-
- Ignore = Prefab.DontShowLoadFolder
-
- ' Settings Common To All Controls
- XPos = 2
- YPos = 0
- Width = 15
- Height = Prefab.ButtonHeight
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlignType = "absolute"
- VertAlign = "top"
-
- Gfx = "Button.PlayerStatic"
-
- ExecProc = "AudioPlayer.OpenFileInfoDlg();"
-
- ' Control Specific Settings
- ButtonType = "glyph"
- Glyph = "Image.TrackInfo"
- ToolTip = "Current Track Info"