home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / part_buttons.tds < prev    next >
Encoding:
Text File  |  2004-02-23  |  5.4 KB  |  283 lines

  1.  
  2. [@INC]
  3. {Prefab}
  4.  
  5. Ignore       = Prefab.DontShowVolume
  6.  
  7. Name         = "AudioVolumeContainer"
  8. Source       = "Audio.Containers:Volume"
  9.  
  10. SliderHeight = 55
  11.  
  12. [@INC]
  13. {Container}
  14.  
  15. Name           = "{UNIQUE}"
  16. Width          = "auto"
  17. Height         = "auto"
  18. HorzAlignType  = "relative"
  19. HorzAlign      = Prefab.HorzAlign
  20. VertAlign      = Prefab.VertAlign
  21. Container      = "{LastBar}"
  22. XPos           = Prefab.XPos
  23. YPos           = Prefab.YPos
  24.  
  25.  
  26. [@INC]
  27. {Button}
  28.  
  29. Container    = "{LastContainer}"
  30. Ignore       = Prefab.DontShowPrevTrack
  31.  
  32. XPos         = 0
  33. YPos         = 0
  34. 'Width        = 17
  35. 'Height       = Prefab.ButtonHeight
  36.  
  37. HorzAlign     = "left"
  38. HorzAlignType = "relative"
  39. VertAlignType = "absolute"
  40. VertAlign     = "top"
  41.  
  42. Gfx          = "Button.PlayerStatic"
  43.  
  44. ExecProc     = "AudioPlayer.PrevTrack();"
  45. HoverProc    = ""
  46.  
  47. ' Control Specific Settings
  48. ButtonType = "glyph"
  49. Glyph      = "Image.PrevTrack"
  50. ToolTip    = "Previous Track"
  51.  
  52. [@INC]
  53. {Button}
  54.  
  55. Container    = "{LastContainer}"
  56. Ignore       = Prefab.DontShowPlay
  57.  
  58. ' Settings Common To All Controls
  59. XPos         = 2
  60. YPos         = 0
  61. 'Width        = 17
  62. 'Height       = Prefab.ButtonHeight
  63.  
  64. HorzAlign     = "left"
  65. HorzAlignType = "relative"
  66. VertAlignType = "absolute"
  67. VertAlign     = "top"
  68.  
  69. Gfx          = "Button.PlayerStatic"
  70.  
  71. ExecProc     = "AudioPlayer.Play();"
  72. HoverProc    = ""
  73.  
  74. ' Control Specific Settings
  75. ButtonType = "glyph"
  76. Glyph      = "Image.Play"
  77. ToolTip    = "Play"
  78.  
  79. [@INC]
  80. {Button}
  81.  
  82. Container    = "{LastContainer}"
  83. Ignore       = Prefab.DontShowPause
  84.  
  85. ' Settings Common To All Controls
  86. XPos         = 2
  87. YPos         = 0
  88. 'Width        = 17
  89. 'Height       = Prefab.ButtonHeight
  90. HorzAlignType = "relative"
  91. VertAlignType = "absolute"
  92. VertAlign     = "top"
  93. Gfx          = "Button.PlayerStatic"
  94.  
  95. ExecProc      = "AudioPlayer.TogglePause();"
  96.  
  97. ' Control Specific Settings
  98. ButtonType = "glyph"
  99. Glyph      = "Image.Pause"
  100. ToolTip    = "Pause"
  101.  
  102. [@INC]
  103. {Button}
  104.  
  105. Container    = "{LastContainer}"
  106. Ignore       = Prefab.DontShowStop
  107.  
  108. XPos          = 2
  109. YPos          = 0
  110.  
  111. HorzAlign     = "left"
  112. HorzAlignType = "relative"
  113. VertAlignType = "absolute"
  114. VertAlign     = "top"
  115.  
  116. Gfx           = "Button.PlayerStatic"
  117.  
  118. ExecProc     = "AudioPlayer.Stop();"
  119.  
  120. ' Control Specific Settings
  121. Glyph      = "Image.Stop"
  122. ToolTip    = "Stop"
  123.  
  124. [@INC]
  125. {Button}
  126.  
  127. Container    = "{LastContainer}"
  128. Ignore       = Prefab.DontShowNextTrack
  129.  
  130. ' Settings Common To All Controls
  131. XPos         = 2
  132. YPos         = 0
  133.  
  134. HorzAlign     = "left"
  135. HorzAlignType = "relative"
  136. VertAlignType = "absolute"
  137. VertAlign     = "top"
  138.  
  139. Gfx          = "Button.PlayerStatic"
  140.  
  141. ExecProc     = "AudioPlayer.NextTrack();"
  142. HoverProc    = ""
  143.  
  144. ' Control Specific Settings
  145. ButtonType = "glyph"
  146. Glyph      = "Image.NextTrack"
  147. ToolTip    = "Next Track"
  148.  
  149. [@INC]
  150. {Button}
  151.  
  152. Container    = "{LastContainer}"
  153. ' Settings Common To All Controls
  154. XPos         = 2
  155. YPos         = 0
  156.  
  157. HorzAlign     = "left"
  158. HorzAlignType = "relative"
  159. VertAlignType = "absolute"
  160. VertAlign     = "top"
  161.  
  162. Gfx          = "Button.PlayerStatic"
  163.  
  164. ExecProc     = "Element.DisplayMenu('->MusicList');"
  165. HoverProc    = ""
  166.  
  167. Ignore       = Prefab.DontShowMusicMenu
  168.  
  169. ' Control Specific Settings
  170. ButtonType = "glyph"
  171. Glyph      = "Image.Load"
  172. ToolTip    = "Load Album"
  173.  
  174. [@INC]
  175. {Prefab}
  176.  
  177. Ignore         = Prefab.DontShowMusicMenu
  178. MusicFolder    = Prefab.MusicFolder
  179. Name           = "MusicList"
  180. Source         = "Audio.Menus:MusicList"
  181. Owner          = "{LastElement}"
  182. ItemsPerColumn = Prefab.ItemsPerColumn
  183.  
  184. [@INC]
  185. {Button}
  186.  
  187. Container    = "{LastContainer}"
  188. Ignore       = Prefab.DontShowVolume
  189.  
  190. ' Settings Common To All Controls
  191. XPos         = 2
  192. YPos         = 0
  193.  
  194. HorzAlign     = "left"
  195. HorzAlignType = "relative"
  196. VertAlignType = "absolute"
  197. VertAlign     = "top"
  198.  
  199. Gfx          = "Button.PlayerStatic"
  200.  
  201. ExecProc     = "Element.Display('AudioVolumeContainer', 'LEFT');"
  202.  
  203. ' Control Specific Settings
  204. ButtonType = "glyph"
  205. Glyph      = "Image.Volume"
  206. ToolTip    = "Volume"
  207.  
  208.  
  209.  
  210. [@INC]
  211. {Button}
  212.  
  213. Container    = "{LastContainer}"
  214. Ignore       = Prefab.DontShowLoadFolder
  215.  
  216. ' Settings Common To All Controls
  217. XPos         = 2
  218. YPos         = 0
  219.  
  220. HorzAlign     = "left"
  221. HorzAlignType = "relative"
  222. VertAlignType = "absolute"
  223. VertAlign     = "top"
  224.  
  225. Gfx          = "Button.PlayerStatic"
  226.  
  227. ExecProc     = "AudioPlayer.OpenDirDlg();"
  228.  
  229. ' Control Specific Settings
  230. ButtonType = "glyph"
  231. Glyph      = "Image.LoadFolder"
  232. ToolTip    = "Load Folder"
  233.  
  234.  
  235. [@INC]
  236. {Button}
  237.  
  238. Container    = "{LastContainer}"
  239. Ignore       = Prefab.DontShowLoadSong
  240.  
  241. ' Settings Common To All Controls
  242. XPos         = 2
  243. YPos         = 0
  244.  
  245. HorzAlign     = "left"
  246. HorzAlignType = "relative"
  247. VertAlignType = "absolute"
  248. VertAlign     = "top"
  249.  
  250. Gfx          = "Button.PlayerStatic"
  251.  
  252. ExecProc     = "AudioPlayer.OpenFileDlg();"
  253.  
  254. ' Control Specific Settings
  255. ButtonType = "glyph"
  256. Glyph      = "Image.LoadSong"
  257. ToolTip    = "Load Song"
  258.  
  259.  
  260. [X@INC]
  261. {Button}
  262.  
  263. Ignore       = Prefab.DontShowLoadFolder
  264.  
  265. ' Settings Common To All Controls
  266. XPos         = 2
  267. YPos         = 0
  268. Width        = 15
  269. Height       = Prefab.ButtonHeight
  270.  
  271. HorzAlign     = "left"
  272. HorzAlignType = "relative"
  273. VertAlignType = "absolute"
  274. VertAlign     = "top"
  275.  
  276. Gfx          = "Button.PlayerStatic"
  277.  
  278. ExecProc     = "AudioPlayer.OpenFileInfoDlg();"
  279.  
  280. ' Control Specific Settings
  281. ButtonType = "glyph"
  282. Glyph      = "Image.TrackInfo"
  283. ToolTip    = "Current Track Info"