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

  1. [INFO]
  2.  
  3. DisplayName  = "Audio Control Labels"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Creates a mini Winamp interface capable of displaying song information. This "
  7.                "style shows only song labels, but no buttons. Clicking the song information "
  8.                "label brings up Winamp. "
  9.  
  10. [@SETTINGS]
  11. @IncStart    = 1
  12.  
  13. @template    =   EditTemplate.DisplayName
  14. @template    =   EditTemplate.NewRow
  15.  
  16.  
  17. [WIDTH]
  18.  
  19. Name         = "SongLabelWidth"
  20. DisplayName  = "Song Name Width"
  21.  
  22. @template    = EditTemplate.Width
  23.  
  24. [WIDTH]
  25.  
  26. Name         = "SongTimeWidth"
  27. DisplayName  = "Song Time Width"
  28.  
  29. @template    = EditTemplate.Width
  30.  
  31. @template    = EditTemplate.NewRow
  32.  
  33. [SCROLLSPEED]
  34.  
  35. Name         = "SongLabelScrollSpeed"
  36. DisplayName  = "Song Label Scroll Speed"
  37.  
  38. @template    = EditTemplate.ScrollSpeed
  39.  
  40. @template    = EditTemplate.NewRow
  41. @template    = EditTemplate.Position
  42.  
  43. @template    = EditTemplate.NewRow
  44.  
  45. @template    = EditTemplate.Alignment
  46.  
  47.  
  48.  
  49. @template    = "\.\\settings_labelvisibility.tds"
  50.  
  51.  
  52. [DEFAULTSETTINGS]
  53.  
  54. ' Default position
  55. XPos          = "2"
  56. YPos          = "0"
  57. VertAlign     = "center"
  58. VertAlignType = "absolute"
  59.  
  60. DisplayName   = "Audio Labels"
  61.  
  62. DontShowSongTitle = false
  63. DontShowPrevTime  = false
  64. DontShowPrevTrack  = false
  65. DontShowNextTrack  = false
  66. DontShowPlay       = false
  67. DontShowPause      = false
  68. DontShowStop       = true
  69. DontShowMusicMenu  = false
  70. DontShowLoadSong   = false
  71. DontShowLoadFolder = false
  72. 'DontShowTrackInfo  = false
  73.  
  74. ' Default song display size
  75. SongLabelWidth  = "150"
  76. SongTimeWidth   = "78"
  77. SongLabelHeight = "12"
  78.  
  79. ItemsPerColumn = -1
  80.  
  81. SongLabelScrollSpeed = 50
  82.  
  83. ' Default button size
  84. ButtonHeight    = "12"