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

  1. [INFO]
  2.  
  3. DisplayName  = "Horizontal Audio Control"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Creates a mini Winamp interface capable of displaying song information and "
  7.                "providing access to commonly used functionality like play and pause. Clicking "
  8.                "the song information label brings up Winamp."
  9.  
  10. [@SETTINGS]
  11. @IncStart    = 1
  12.  
  13. @template    =   EditTemplate.DisplayName
  14. @template    =   EditTemplate.NewRow
  15.  
  16. [@INC]
  17. {Setting}
  18.  
  19. Name         = "MusicFolder"
  20. Type         = "File"
  21. DisplayName  = "Main Music Folder"
  22. Description  = "This is the folder where you have your music."
  23. FolderOnly   = true
  24.  
  25. @template    = EditTemplate.NewRow
  26. @template    = "\.\\settings_musicmenu.tds"
  27. @template    = EditTemplate.NewRow
  28.  
  29.  
  30. [WIDTH]
  31.  
  32. Name         = "SongLabelWidth"
  33. DisplayName  = "Song Name Width"
  34.  
  35. @template    = EditTemplate.Width
  36.  
  37. [WIDTH]
  38.  
  39. Name         = "SongTimeWidth"
  40. DisplayName  = "Song Time Width"
  41.  
  42. @template    = EditTemplate.Width
  43.  
  44. @template    = EditTemplate.NewRow
  45.  
  46. [SCROLLSPEED]
  47.  
  48. Name         = "SongLabelScrollSpeed"
  49. DisplayName  = "Song Label Scroll Speed"
  50.  
  51. @template    = EditTemplate.ScrollSpeed
  52.  
  53. @template    = EditTemplate.NewRow
  54. @template    = EditTemplate.Position
  55.  
  56. @template    = EditTemplate.NewRow
  57.  
  58. @template    = EditTemplate.Alignment
  59.  
  60.  
  61.  
  62. @template    = "\.\\settings_labelvisibility.tds"
  63. @template    = "\.\\settings_buttonvisibility.tds"
  64.  
  65.  
  66. [DEFAULTSETTINGS]
  67.  
  68. ' Default position
  69. XPos          = "2"
  70. YPos          = "0"
  71. VertAlign     = "center"
  72. VertAlignType = "absolute"
  73.  
  74. DisplayName   = "Audio Control"
  75.  
  76. DontShowSongTitle = false
  77. DontShowPrevTime  = false
  78. DontShowPrevTrack  = false
  79. DontShowNextTrack  = false
  80. DontShowPlay       = false
  81. DontShowPause      = false
  82. DontShowStop       = true
  83. DontShowMusicMenu  = false
  84. DontShowLoadSong   = false
  85. DontShowLoadFolder = false
  86. 'DontShowTrackInfo  = false
  87.  
  88. MusicFolder   = "C:\\My Music"
  89.  
  90. ' Default song display size
  91. SongLabelWidth  = "150"
  92. SongTimeWidth   = "78"
  93. SongLabelHeight = "12"
  94.  
  95. ItemsPerColumn = -1
  96.  
  97. SongLabelScrollSpeed = 50
  98.  
  99. ' Default button size
  100. ButtonHeight    = "12"