home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_hbuttons.tds < prev    next >
Encoding:
INI File  |  2004-02-20  |  1.5 KB  |  69 lines

  1. [INFO]
  2.  
  3. DisplayName  = "Audio Control Buttons"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Creates a mini Winamp interface. This is a button-only version."
  7.  
  8. [@SETTINGS]
  9. @IncStart    = 1
  10.  
  11. @template    =   EditTemplate.DisplayName
  12. @template    =   EditTemplate.NewRow
  13.  
  14. [@INC]
  15. {Setting}
  16.  
  17. Name         = "MusicFolder"
  18. Type         = "File"
  19. DisplayName  = "Main Music Folder"
  20. Description  = "This is the folder where you have your music."
  21. FolderOnly   = true
  22.  
  23. @template    = EditTemplate.NewRow
  24.  
  25. @template    = "\.\\settings_musicmenu.tds"
  26. @template    = EditTemplate.NewRow
  27.  
  28. @template    = EditTemplate.Position
  29.  
  30. @template    = EditTemplate.NewRow
  31.  
  32. @template    = EditTemplate.Alignment
  33.  
  34. @template    = "\.\\settings_buttonvisibility.tds"
  35.  
  36. [DEFAULTSETTINGS]
  37.  
  38. ' Default position
  39. XPos          = "2"
  40. YPos          = "0"
  41. HorzAlign     = "left"
  42. HorzAlignType = "relative"
  43. VertAlign     = "center"
  44. VertAlignType = "absolute"
  45.  
  46. DisplayName   = "Audio Buttons"
  47.  
  48. DontShowSongTitle = false
  49. DontShowPrevTime  = false
  50. DontShowPrevTrack  = false
  51. DontShowNextTrack  = false
  52. DontShowPlay       = false
  53. DontShowPause      = false
  54. DontShowStop       = true
  55. DontShowMusicMenu  = false
  56. DontShowLoadSong   = false
  57. DontShowLoadFolder = false
  58. 'DontShowTrackInfo  = false
  59.  
  60. MusicFolder   = "C:\\My Music"
  61.  
  62. ' Default song display size
  63. SongLabelWidth  = "150"
  64. SongLabelHeight = "12"
  65.  
  66. SongLabelScrollSpeed = 50
  67.  
  68. ' Default button size
  69. ButtonHeight    = "12"