home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 September / PCWorld_2005-09_cd.bin / software / topware / musicmatch / mmsetup_10004015a_ENU.exe / mmcommon.ini < prev    next >
INI File  |  2005-05-10  |  12KB  |  331 lines

  1. # documentation
  2. # =============
  3. #
  4. # Dimension=x1,y1,x2,y2
  5. #
  6. #    A zero value for x2 or y2 means extend to the right or bottom (respectivelY) as far as the containing window
  7. #    can go.  A negative value for x2 or y2 means extend to the right or bottom minus however much is specified.
  8. #
  9. #    x1 = upper left x-coordinate
  10. #    y1 = upper left y-coordinate
  11. #    x2 = lower right x-coordinate
  12. #    y2 = lower right y-coordinate
  13. #
  14. # Font=<name>,<size>,<style>
  15. #    Example: Font=Arial,9,FW_BOLD
  16. #
  17. # Origin=n
  18. #    0 = Upper Left Origin,  +x to the right, +y down, 3rd quadrant
  19. #    1 = Upper Right Origin, +x to the left,  +y down, 4th quadrant
  20. #    2 = Lower Left Origin,  +x to the right, +y up,   2nd quadrant
  21. #    3 = Lower Right Origin, +x to the left,  +y up,   1st quadrant
  22. #
  23. # New Skin (2.5) Values
  24. # =====================
  25. # New skin elements and skin ini values were added to support more complex controls and better looking buttons.
  26. #
  27. # Button Control
  28. # --------------
  29. # ButtonTileLeft            Bitmap file for the left background tile (all states vertically)
  30. # ButtonOverlayLeft         Bitmap file for the left overlay tile (all states vertically)
  31. # ButtonTileCenter          Bitmap file for the center background tile (all states vertically)
  32. # ButtonOverlayCenter       Bitmap file for the center overlay tile (all states vertically)
  33. # ButtonTileRight           Bitmap file for the right background tile (all states vertically)
  34. # ButtonOverlayRight        Bitmap file for the right overlay tile (all states vertically)
  35. # NcTextColor               The normal text color for a button
  36. # NcBackColor               The normal background color for a button (if no tiles are used)
  37. # NormalFont                The normal font for a button(FontFace,PointSize,Weight) for example, Arial,9,FW_BOLD
  38. # NormalTextGlow            The normal glow info for a button (R,G,B;Alpha;Size;Spread)  for example, 255,255,255;100;4;60
  39. # HoverTextColor            The hover text color for a button
  40. # HoverBackColor            The hover background color for a button (if no tiles are used)
  41. # HoverFont                 The hover font for a button
  42. # HoverTextGlow             The hover glow info for a button (R,G,B;Alpha;Size;Spread)  for example, 255,255,255;100;4;60
  43. # PressedTextColor          The pressed text color for a button
  44. # PressedBackColor          The pressed background color for a button (if no tiles are used)
  45. # PressedFont               The pressed font for a button
  46. # PressedTextGlow           The pressed glow info for a button (R,G,B;Alpha;Size;Spread)  for example, 255,255,255;100;4;60
  47. # CheckedTextColor          The checked text color for a button
  48. # CheckedBackColor          The checked background color for a button (if no tiles are used)
  49. # CheckedFont               The checked font for a button
  50. # CheckedTextGlow           The checked glow info for a button (R,G,B;Alpha;Size;Spread)  for example, 255,255,255;100;4;60
  51. # DisabledTextColor         The disabled text color for a button
  52. # DisabledBackColor         The disabled background color for a button (if no tiles are used)
  53. # DisabledFont              The disabled font for a button
  54. # DisabledTextGlow          The disabled glow info for a button (R,G,B;Alpha;Size;Spread)  for example, 255,255,255;100;4;60
  55. # ButtonHyperlink        0 == not hyperlinked, 1 == hyperlinked
  56. # ButtonTiles         0 == no tiled background, 1 == tiled background
  57. #
  58. # Label Control
  59. # -------------
  60. # Font                      The normal font for a button(FontFace,PointSize,Weight) for example, Arial,9,FW_BOLD
  61. # NcTextColor               The normal text color for a label
  62. # NcBackColor               The normal background color for a label
  63. #
  64. # List Control
  65. # ------------
  66. # Font                      The normal font for the list(FontFace,PointSize,Weight) for example, Arial,9,FW_NORMAL
  67. # TextColor                 Color of unselected text in the list
  68. # TextBackColor             Background color of unselected text in the list
  69. # HighLightTextColor        Color of selected text in the list
  70. # HighLightBackColor        Background color of selected text in the list
  71. # HeaderBackColor           Background color of the header control
  72. # HeaderTextColor           Text color in the header control
  73. # DisabledTextColor         The disabled text color
  74. # DisabledBackColor         The disabled background color
  75. # DropHighLightTextColor    The drop target highlight text color
  76. # DropHighLightBackColor    The drop target highlight background color
  77. #
  78. # Tree Control
  79. # ------------
  80. # Font                      The normal font for the tree(FontFace,PointSize,Weight) for example, Arial,9,FW_NORMAL
  81. # TextColor                 Color of unselected text in the tree
  82. # TextBackColor             Background color of unselected text in the tree
  83. # HighLightTextColor        Color of selected text in the tree
  84. # HighLightTextBackColor    Background color of selected text in the tree
  85. #
  86. # Splitter Bar Control
  87. # --------------------
  88. # MinLeftSize               The minimum size that the left pane can be
  89. # MinRightSize              The minimum size that the right pane can be
  90. # Width                     The width of the actual splitter bar
  91. #
  92. # Scroll Bar Control
  93. # ------------------
  94. # ScrollButtonColor         Color of the button faces
  95. # ScrollBackColor           Background color of the scroll bar
  96. # ScrollBackClickedColor    Background color of the scroll bar when the scroll bar is clicked
  97. # ScrollOuterHilightColor   Outer highlight color
  98. # ScrollOuterShadowColor    Outer shadow color
  99. # ScrollInnerHilightColor   Inner highlight color
  100. # ScrollInnerShadowColor    Inner shadow color
  101. # ScrollArrowColor          Arrow color
  102. #  
  103. # Progress Control
  104. # ------------------
  105. # ProgressStartColor     The starting color, when doing a gradient 
  106. # ProgressEndColor     The ending color, when doing a gradient 
  107. # HighLightTextColor            Color of the "Filled" text
  108. # HighLightTextBackColor    Color of the "Filled" portion of the control, when not doing a gradient
  109. # TextColor                     Color of the "Unfilled" text
  110. # TextBackColor                 Color or the "Unfilled" portion of the control
  111. #
  112. # Rating Control
  113. # ----------------
  114. # RatingBitmap        The bitmap used to draw the rating control
  115.  
  116. Cobalt_ENU Genesis (10.0)
  117.  
  118. [ThemeVersion]
  119. ThemeVersion=3.1
  120.  
  121.  
  122. **DEFAULTS**
  123. [Defaults]
  124. Font=Arial,8,FW_NORMAL
  125. #// Text and backgroundcolor for PL and LIB
  126. TextColor=255,255,255
  127. TextBackColor=26,69,117
  128.  
  129. #//
  130. BackColor=255,0,0
  131. ForeColor=255,255,255
  132.  
  133. #// Non-Client text and background color for certian controls like Music Center and Dialogs
  134. NcTextColor=14,42,74
  135. NcBackColor=232,232,232
  136.  
  137. #// Color of text and background when a row is selected in PL and LIB
  138. HighLightTextColor=255,255,255
  139. HighLightBackColor=0,29,60
  140.  
  141. #// Color of text and background when dragging and dropping items
  142. DropHighLightTextColor= 255,255,255
  143. DropHighLightBackColor= 25,82,144
  144.  
  145. #// Color of selections when the list control doesn't have focus... for text and background.
  146. InactiveHighLightTextColor=255,255,255
  147. InactiveHighLightBackColor=17,55,97
  148.  
  149. #// LIB sort header background color
  150. HeaderBackColor=95,135,182
  151. HeaderTextColor=255,255,255
  152.  
  153. ResizeStyle=
  154. CloseX=6
  155. LeftTopCornerRegion=5,0,5,1,3,2,2,3,1,5,0
  156. RightTopCornerRegion=5,25,0,27,1,28,2,29,4,30,5
  157. RightBottomCornerRegion=6,30,44,29,45,28,47,27,48,25,49,24,50
  158. LeftBottomCornerRegion=6,6,50,5,49,3,48,2,47,1,46,0,44
  159.  
  160. ClientColors=0
  161. ButtonHyperlink=0
  162. ButtonTiles=1
  163. EtchedText=0
  164. ButtonTileLeft=btn_bg_lft.bmp
  165. ButtonTileCenter=btn_bg_mid.bmp
  166. ButtonTileRight=btn_bg_rt.bmp
  167. ButtonOverlayLeft=btn_no_over.bmp
  168. ButtonOverlayCenter=btn_no_over.bmp
  169. ButtonOverlayRight=btn_no_over.bmp
  170.  
  171. NormalFont=Arial,8,FW_SEMIBOLD
  172.  
  173. HoverFont=Arial,8,FW_SEMIBOLD
  174. HoverTextColor=0,84,255
  175. HoverTextGlow=255,255,255;100;6;40
  176.  
  177. CheckedFont=Arial,8,FW_SEMIBOLD
  178. CheckedTextColor=0,84,255
  179. CheckedTextGlow=255,255,255;100;6;40
  180.  
  181. PressedFont=Arial,8,FW_NORMAL
  182. PressedTextColor=14,42,74
  183.  
  184. FocusRectMargins=3,2,3,3
  185.  
  186. DisabledFont=Arial,8,FW_SEMIBOLD
  187. DisabledTextColor=172,176,188
  188. DisabledBackColor=235,235,235
  189.  
  190. ScrollButtonColor=237,236,237
  191. ScrollOuterHilightColor=235,235,235
  192. ScrollOuterShadowColor=195,195,197
  193. ScrollInnerHilightColor=249,249,250
  194. ScrollInnerShadowColor=224,224,224
  195. ScrollBackColor=219,219,219
  196. ScrollBackClickedColor=219,219,219
  197. ScrollArrowColor=179,181,186
  198.  
  199.  ## -- PHASE OUT
  200. BackgroundTile=bgmid.bmp
  201. LeftBorderTile=bgle.bmp
  202. RightBorderTile=bgre.bmp
  203. TopBorderTile=bete.bmp
  204. BottomBorderTile=bgbe.bmp
  205. LeftTopCornerTile=bgul.bmp
  206. RightTopCornerTile=bgur.bmp
  207. LeftBottomCornerTile=bgll.bmp
  208. RightBottomCornerTile=bglr.bmp
  209. RightBottomCornerTileNS=bglr_ns.bmp
  210. PlaylistBackgroundTile=pl_bgmid.bmp
  211. PlaylistLeftBorderTile=pl_bgle.bmp
  212. PlaylistRightBorderTile=pl_bgre.bmp
  213. PlaylistTopBorderTile=pl_bgte.bmp
  214. PlaylistBottomBorderTile=pl_bgbe.bmp
  215. PlaylistLeftTopCornerTile=pl_bgul.bmp
  216. PlaylistRightTopCornerTile=pl_bgur.bmp
  217. PlaylistLeftBottomCornerTile=pl_bgll.bmp
  218. PlaylistRightBottomCornerTile=pl_bglr.bmp
  219. ArtBitmap=mmart.bmp
  220. ArtBitmapPlus=mmartplus.bmp
  221. ArtBitmapHiRes=mmwallpaper.bmp
  222. ArtBitmapPending=mmartpending.bmp
  223.  
  224.  
  225. ### Localization ##############################################################
  226. [Language]
  227. ID=ENU
  228. ###############################################################################
  229.  
  230. [MMJBArt]
  231. MarginLeft=8
  232. MarginTop=25
  233. MarginRight=8
  234. MarginBottom=8
  235. LabelXY=31,8
  236.  
  237. [GL_Close2Button]
  238. ClassName="MMJBCTRL.PushBtnCtrl.1"
  239. Dimension=0,1,15,19
  240. LocInBitmap=0
  241.  
  242. [GL_HelpButton]
  243. ClassName="MMJBCTRL.PushBtnCtrl.1"
  244. Dimension=0,0,18,15
  245. LocInBitmap=0
  246.  
  247. [GL_GenericButton]
  248. ClassName="MMJBCTRL.PushBtnCtrl.1"
  249. Dimension=0,0,23,9
  250. LocInBitmap=0
  251.  
  252.  
  253. ### dialog settings ##############################################################
  254.  
  255. [MMJBDialog]
  256. Font=MS Sans Serif,8,FW_NORMAL
  257. LeftBorderTile=bgle.bmp
  258. RightBorderTile=bgre.bmp
  259. TopBorderTile=bete.bmp
  260. BottomBorderTile=bgbe.bmp
  261. LeftTopCornerTile=bgul_dialog.bmp
  262. RightTopCornerTile=bgur.bmp
  263. LeftBottomCornerTile=bgll.bmp
  264. RightBottomCornerTile=bglr.bmp
  265. RightBottomCornerTileNS=bglr.bmp
  266. CloseX=6
  267. CloseDimension=0,10,15,19
  268. LeftTopCornerRegion=5,0,5,1,3,2,2,3,1,5,0
  269. RightTopCornerRegion=5,25,0,27,1,28,2,29,4,30,5
  270. RightBottomCornerRegion=6,30,44,29,45,28,47,27,48,25,49,24,50
  271. LeftBottomCornerRegion=6,6,50,5,49,3,48,2,47,1,46,0,44
  272. MarginLeft=8
  273. MarginTop=21
  274. MarginRight=8
  275. MarginBottom=8
  276.  
  277. EtchedText=0
  278. ButtonTileLeft=btn_dialog_lft.bmp
  279. ButtonTileCenter=btn_dialog_mid.bmp
  280. ButtonTileRight=btn_dialog_rt.bmp
  281.  
  282. NormalFont=Arial,8,FW_NORMAL
  283.  
  284. HoverFont=Arial,8,FW_NORMAL
  285.  
  286. CheckedFont=Arial,8,FW_NORMAL
  287.  
  288. PressedFont=Arial,8,FW_NORMAL
  289.  
  290. DisabledFont=Arial,8,FW_NORMAL
  291.  
  292. [DLG_Title]
  293. Font=Arial,8,FW_BOLD
  294. LabelXY=22,4
  295.  
  296. [DLG_CloseButton]
  297. ButtonTiles=0
  298. ButtonBitmap=dialog_close.bmp
  299.  
  300. [Icons]
  301. Default=Default.ico
  302. Composer=artist.ico
  303. Conductor=artist.ico
  304. VolumeLeveled=vol_level.ico
  305. ArtistName=artist.ico
  306. Track=Track.ico
  307. Folder=Folder.ico
  308. Track_1=Track_Stream.ico
  309. Track_2=Track_Stream.ico
  310. Track_3=Track_TOD.ico
  311. Track_4=Track_DOD.ico
  312. Track_5=Track_TOD_Download.ico
  313. AlbumName=Album.ico
  314. AudioCD=AudioCD.ico
  315. MP3CD=mp3CD.ico
  316. BlankCD=Album.ico
  317. cddvd=Album.ico
  318. Lib.MyLibrary=Library.ico
  319. Lib.MyLibrarySimple=Library.ico
  320. Lib.Playlists=Playlists.ico
  321. Lib.AutoDJMixes=AutoDJMixes.ico
  322. Lib.MyCDs=CDCollection.ico
  323. Lib.CDRoms=CDCollection.ico
  324. cdcatalogmp3=CDCollection.ico
  325. cdcatalogrba=CDCollection.ico
  326. Lib.Portables=Portables.ico
  327. Playlist=Playlist.ico
  328. AutoDJMix=AutoDJMix.ico
  329.  
  330. ###############################################################################
  331.