home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / software / temacd / musicmatch / mmsetup_8200081_TUCOWS.exe / mmtheme.ini < prev    next >
INI File  |  2003-12-12  |  21KB  |  931 lines

  1.  
  2. ## documentation
  3.  #
  4.  #---------------------------------------------------------------------------------------------------------
  5.  # "origin" is an enumeration that specifies what the coordinates are relative to.  the following values
  6.  # are specified
  7.  #     0 = Upper Left origin.   Assume 3rd quadrant.
  8.  #     1 = Upper Right origin.  Assume 4th quadrant.
  9.  #     2 = Lower Left origin.   Assume 2nd quadrant.
  10.  #     3 = Lower Right origin.  Assume 1st quadrant.
  11.  #
  12.  #  New Bitmaps:
  13.  #  The two bitmaps that are currently ans SCR for the recorder are
  14.  #  named as follows: "Rec_help.bmp" and "Rec_options.bmp"
  15.  #
  16.  #---------------------------------------------------------------------------------------------------------
  17.  #
  18.  # Note: There was a big dispute on the format of a rectangle.  The notation looks something like this
  19.  #       Dimension=x1,y1,x2,y2 (note, that it's two coordinates, not one coordinate and a width/height
  20.  #       pair.)  So, for example a slider button may look like this:  Dimension=0,0,7,7.  Now according
  21.  #       to graphic artists, that's a count of "pixels" and a rectangle that is 7 pixels wide and 7
  22.  #       pixels high.  However, if you think about it, if the numbers represent pixels, then the height
  23.  #       and width are 8 pixels.  Consider: 0,1,2,3,4,5,6,7 ==> 8 pixels.  The way that graphic artists
  24.  #       really think is in terms of "lines" - as in the lines between the pixels.  Consider the following
  25.  #       grid (at the end).
  26.  #
  27.  #       If you think in terms of pixels, then the left most pixel is 0,0 and the bottom right most pixel
  28.  #       is 6,6, so dimensions of 0,0,6,6 mean a 7x7 pixel area.  If you think in terms of lines, where
  29.  #       the indices are at each horizontal and vertical line, then the upper left-most + sign is at 0,0
  30.  #       and the lower right-most + sign is at 7,7, so dimensions of 0,0,7,7 mean a 7x7 pixel area.  Note
  31.  #       the difference: If we're counting pixels, 0,0,6,6 means a 7x7 pixel area.  If we're counting
  32.  #       lines, then 0,0,7,7 means a 7x7 pixel area.
  33.  #
  34.  #       It was decided for Aladdin and later skins, that we would use "lines".  So that a rectangle of
  35.  #       0,0,7,7 would mean a 7x7 pixel area.  Even though graphic artists refer to it as counting
  36.  #       pixels.  This is mentioned only to clear up confusion.
  37.  #
  38.  #       +----+----+----+----+----+----+----+<---- line
  39.  #       |XXXX|    |    |    |    |    |    |
  40.  #       |XXXX|    |    |    |    |    |  <---- pixel
  41.  #       +----+----+----+----+----+----+----+
  42.  #       |    |XXXX|    |    |    |    |    |
  43.  #       |    |XXXX|    |    |    |    |    |
  44.  #       +----+----+----+----+----+----+----+
  45.  #       |    |    |XXXX|    |    |    |    |
  46.  #       |    |    |XXXX|    |    |    |    |
  47.  #       +----+----+----+----+----+----+----+
  48.  #       |    |    |    |XXXX|    |    |    |
  49.  #       |    |    |    |XXXX|    |    |    |
  50.  #       +----+----+----+----+----+----+----+
  51.  #       |    |    |    |    |XXXX|    |    |
  52.  #       |    |    |    |    |XXXX|    |    |
  53.  #       +----+----+----+----+----+----+----+
  54.  #       |    |    |    |    |    |XXXX|    |
  55.  #       |    |    |    |    |    |XXXX|    |
  56.  #       +----+----+----+----+----+----+----+
  57.  #       |    |    |    |    |    |    |XXXX|
  58.  #       |    |    |    |    |    |    |XXXX|
  59.  #       +----+----+----+----+----+----+----+
  60.  #  
  61.  #---------------------------------------------------------------------------------------------------------
  62.  
  63. Pegasus_ENU (8.1)
  64.  
  65. [MMJB_Theme_Version]
  66. ThemeVersion=2.4
  67.  
  68.  
  69. **DEFAULTS**
  70. [MMJB_WideDefaults]
  71. Font=Arial,9,FW_BOLD
  72. TextColor=43,52,91
  73. TextBackColor=207,217,224
  74. BackColor=232,232,232
  75. ForeColor=61,67,93
  76. ResizeStyle=
  77. HighLightTextColor=43,52,91
  78. HighLightTextBackColor=174,192,212
  79. SelTextColor=255,255,255
  80. SelTextBackColor=61,67,93
  81. CloseX=7
  82. LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
  83. RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
  84. RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
  85. LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
  86. PLOverlap="ploverlap.bmp"
  87. PLOverlapClosed="ploverlapcl.bmp"
  88.  
  89.  
  90.  
  91.  ## -- PHASE OUT
  92. BackgroundTile=bgmid.bmp
  93. LeftBorderTile=bgle.bmp
  94. RightBorderTile=bgre.bmp
  95. TopBorderTile=bete.bmp
  96. BottomBorderTile=bgbe.bmp
  97. LeftTopCornerTile=bgul.bmp
  98. RightTopCornerTile=bgur.bmp
  99. LeftBottomCornerTile=bgll.bmp
  100. RightBottomCornerTile=bglr.bmp
  101. PlaylistBackgroundTile=pl_bgmid.bmp
  102. PlaylistLeftBorderTile=pl_bgle.bmp
  103. PlaylistRightBorderTile=pl_bgre.bmp
  104. PlaylistTopBorderTile=pl_bgte.bmp
  105. PlaylistBottomBorderTile=pl_bgbe.bmp
  106. PlaylistLeftTopCornerTile=pl_bgul.bmp
  107. PlaylistRightTopCornerTile=pl_bgur.bmp
  108. PlaylistLeftBottomCornerTile=pl_bgll.bmp
  109. PlaylistRightBottomCornerTile=pl_bglr.bmp
  110. ArtBitmap=mmart.bmp
  111. ArtBitmapPlus=mmartplus.bmp
  112. ArtBitmapHiRes=mmwallpaper.bmp
  113.  
  114.  
  115.  
  116. ### Localization ##############################################################
  117. [Language]
  118. ID=ENU
  119. ###############################################################################
  120.  
  121.  
  122.  
  123.  
  124. [MMJBWelcome]
  125. MinX=326
  126. MinY=99
  127. Width=730
  128. Height=563
  129. MarginLeft=18
  130. MarginTop=24
  131. MarginRight=18
  132. MarginBottom=18
  133.  
  134.  
  135. [GL_Close2Button]
  136. ClassName="MMJBCTRL.PushBtnCtrl.1"
  137. Dimension=0,1,24,18
  138. LocInBitmap=0
  139.  
  140.  
  141. [GL_GenericButton]
  142. ClassName="MMJBCTRL.PushBtnCtrl.1"
  143. Dimension=0,0,23,9
  144. LocInBitmap=0
  145.  
  146.  
  147. **PLAYER**
  148.  
  149. [MMJBPlayer]
  150. ArtDim=16,17,144,145
  151. MarginLeft=12  ## This setting specifies where to draw the playlist grid when the playlist is docked.
  152. MarginTop=36
  153. MarginRight=21
  154. MarginBottom=40
  155. LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
  156. RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
  157. RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
  158. LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
  159. ## -- UNUSED
  160. ResizeMode=Stretch
  161. ## -- PHASE OUT
  162. BkgBmpFile="mmplbk.bmp"
  163. Dimension=0,0,722,147
  164.  
  165. [MMJBPlayerDocked]
  166. BkgBmpFile="mmplbkd.bmp"
  167.  
  168. [PL_MMLogoButton]
  169. ClassName="MMJBCTRL.PushBtnCtrl.1"
  170. Dimension=0,0,-1,-1
  171. LocInBitmap=0
  172.  
  173. [PL_InfoButton]
  174. ClassName="MMJBCTRL.PushBtnCtrl.1"
  175. Dimension=0,0,-1,-1
  176. LocInBitmap=0
  177.  
  178. [GL_IconizeButton]
  179. ClassName="MMJBCTRL.PushBtnCtrl.1"
  180. Dimension=379,2,396,18
  181. LocInBitmap=0
  182.  
  183. [GL_MinButton]
  184. ClassName="MMJBCTRL.PushBtnCtrl.1"
  185. Dimension=396,2,410,18
  186. LocInBitmap=17
  187.  
  188. [GL_CloseButton]
  189. ClassName="MMJBCTRL.PushBtnCtrl.1"
  190. Dimension=410,2,424,18
  191. LocInBitmap=30
  192.  
  193.  
  194. [MMJBArt]
  195. MarginLeft=16
  196. MarginTop=18
  197. MarginRight=16
  198. MarginBottom=18
  199. LabelXY=29,0
  200.  
  201. [PL_ExpWndShowButton]
  202. ClassName="MMJBCTRL.PushBtnCtrl.1"
  203. Dimension=0,0,-1,-1
  204. LocInBitmap=0
  205.  
  206. [PL_ExpWndHideButton]
  207. ClassName="MMJBCTRL.PushBtnCtrl.1"
  208. Dimension=0,0,-1,-1
  209. LocInBitmap=21 
  210.  
  211. [PL_PrevButton]
  212. ClassName="MMJBCTRL.PushBtnCtrl.1"
  213. Dimension=193,85,236,145
  214. LocInBitmap=0
  215.  
  216. [PL_PlayButton]
  217. ClassName="MMJBCTRL.PushBtnCtrl.1"
  218. Dimension=236,85,288,145
  219. LocInBitmap=43
  220.  
  221. [PL_NextButton]
  222. ClassName="MMJBCTRL.PushBtnCtrl.1"
  223. Dimension=288,85,327,145
  224. LocInBitmap=95
  225.  
  226. [PL_PauseButton]
  227. ClassName="MMJBCTRL.PushBtnCtrl.1"
  228. Dimension=327,85,366,145
  229. LocInBitmap=134
  230. ## - PHASE OUT
  231. State=0
  232.  
  233. [PL_StopButton]
  234. ClassName="MMJBCTRL.PushBtnCtrl.1"
  235. Dimension=366,85,410,145
  236. LocInBitmap=173
  237. ## -- UNUSED
  238. ResetAll=1
  239.  
  240. [PL_RecordButton]
  241. ClassName="MMJBCTRL.PushBtnCtrl.1"
  242. Dimension=0,0,-1,-1
  243. LocInBitmap=0
  244. ## - PHASE OUT
  245. State=0
  246.  
  247. #####################################################
  248. [PL_FileButton]
  249. ClassName="MMJBCTRL.TextBtnCtrl.1"
  250. Dimension=161,5,185,18
  251. Font=Arial,7,FW_NORMAL
  252. TextColor=61,67,93
  253. TextBackColor=233,233,233
  254. HighLightTextColor=59,102,123
  255. SelTextColor=255,255,255
  256.  
  257. [PL_EditButton]
  258. ClassName="MMJBCTRL.TextBtnCtrl.1"
  259. Dimension=186,5,211,18
  260. Font=Arial,7,FW_NORMAL
  261. TextColor=61,67,93
  262. TextBackColor=233,233,233
  263. HighLightTextColor=59,102,123
  264. SelTextColor=206,206,206
  265.  
  266. [PL_ViewButton]
  267. ClassName="MMJBCTRL.TextBtnCtrl.1"
  268. Dimension=212,5,240,18
  269. Font=Arial,7,FW_NORMAL
  270. TextColor=61,67,93
  271. TextBackColor=233,233,233
  272. HighLightTextColor=59,102,123
  273. SelTextColor=206,206,206
  274.  
  275. [PL_OptionsButton]
  276. ClassName="MMJBCTRL.TextBtnCtrl.1"
  277. Dimension=241,5,282,18
  278. Font=Arial,7,FW_NORMAL
  279. TextColor=61,67,93
  280. TextBackColor=233,233,233
  281. HighLightTextColor=59,102,123
  282. SelTextColor=206,206,206
  283.  
  284. [PL_HelpButton]
  285. ClassName="MMJBCTRL.TextBtnCtrl.1"
  286. Dimension=283,5,311,18
  287. Font=Arial,7,FW_NORMAL
  288. TextColor=61,67,93
  289. TextBackColor=233,233,233
  290. HighLightTextColor=59,102,123
  291. SelTextColor=206,206,206
  292.  
  293. [PL_UpgradeButton]
  294. ClassName="MMJBCTRL.TextBtnCtrl.1"
  295. Dimension=312,5,356,18
  296. Font=Arial,7,FW_NORMAL
  297. TextColor=61,67,93
  298. TextBackColor=233,233,233
  299. HighLightTextColor=59,102,123
  300. SelTextColor=206,206,206
  301.  
  302. #####################################################
  303.  
  304.  
  305. [PL_Volume]
  306. ClassName="SLIDER.MMJBSliderCtrl.1"
  307. Dimension=156,23,180,145
  308. DimensionKnob=0,0,24,11
  309. MinPosition=100
  310. MaxPosition=30
  311. NumLevels=10
  312. Orientation=1
  313. KnobLevel=5
  314.  
  315. [PL_Progress]
  316. ClassName="SLIDER.MMJBSliderCtrl.1"
  317. Dimension=192,59,411,70
  318. DimensionKnob=0,0,9,11
  319. MinPosition=9
  320. MaxPosition=209
  321. NumLevels=20
  322. Orientation=0
  323. KnobLevel=0
  324.  
  325.  
  326.  
  327. [PL_TrackName]
  328. ClassName="MMJBCTRL.LabelCtrl.1"
  329. Dimension=194,27,410,41
  330. Font=Arial,10,FW_BOLD
  331. TextColor=70,80,122
  332. TextBackColor=225,230,235
  333. Align=0
  334. ScrollText=yes
  335. ## -- UNUSED
  336. BackTransparent=1
  337.  
  338. [PL_Artist]
  339. ClassName="MMJBCTRL.LabelCtrl.1"
  340. Dimension=194,42,410,56
  341. Font=Arial,9,FW_NORMAL
  342. TextColor=70,80,122
  343. TextBackColor=207,215,224
  344. Align=0
  345. ScrollText=yes
  346. ## - UNUSED
  347. BackTransparent=1
  348.  
  349. [PL_TrackTime]
  350. ClassName="MMJBCTRL.LabelCtrl.1"
  351. Dimension=346,72,407,80
  352. Font=Arial,7,FW_NORMAL
  353. TextColor=71,79,113
  354. TextBackColor=214,221,228
  355. Align=2
  356. ScrollText=NO
  357. ## - UNUSED
  358. BackTransparent=1
  359.  
  360. [PL_EncodeRate]
  361. ClassName="MMJBCTRL.LabelCtrl.1"
  362. Dimension=191,70,218,81
  363. Font=Arial,7,FW_NORMAL
  364. TextColor=71,79,113
  365. TextBackColor=214,221,228
  366. Align=2
  367. ScrollText=NO
  368. ## - UNUSED
  369. BackTransparent=1
  370.  
  371. **PLAYLIST**
  372.  
  373. [MMJBPlaylist]
  374.   # LabelOrigin      - origin of the graphics label that says playlist vertically and sits
  375.   #                    on the rightmost edge of the playlist window. (see origin documentation at top)
  376.   # LabelXY          - location of "playlist vertical" label relative to origin.
  377.   #
  378.   # SystemBtnsOrigin - origin location of the buttons (see origin documentation at top)
  379.   # SystemBtnsXY     - origin of the graphics button where the iconize, tiny mode and close buttons are.
  380.   #
  381. ButtonGap=0
  382. PlayerOverlap=12  ##  How much the Playlist should overlap the Main Player.
  383. MarginLeft=21
  384. MarginTop=36
  385. MarginRight=21
  386. MarginBottom=41
  387. MinX=20
  388. LabelXY=-10,-10
  389. LabelOrigin=3
  390. SystemBtnsXY=9,2 # This sets the position of the Minize, Mini, Maximize and Close buttons as a set
  391. SystemBtnsOrigin=1 # Sets origin of the above
  392. PLWidth=570 # This now dictates the overall width of the Jukebox. This number should be the overall JB width minus mmplbk.
  393. TopOffset=0
  394. BottomOffset=0
  395. LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
  396. RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
  397. RightBottomCornerRegion=6,33,59,32,60,31,62,30,63,28,64,27,65
  398. LeftBottomCornerRegion=4,6,65,3,63,1,61,0,59
  399. StationDisplayFont=Arial,8,FW_BOLD
  400. StationDisplayTextColor=92,99,129
  401. StationDisplayXY=12,22
  402. StationDisplayOrigin=0
  403. InsertionPointColor=30,50,60
  404. InsertionPointHeight=3
  405. ## -- PHASE OUT
  406. MarginWidth=12
  407. TitleBarHeight=0http://wwwp.musicmatch.com/
  408. UsePlaylistBmpBtns=1 ## 0 means use text, 1 means use graphics
  409.  
  410.  
  411. ## "dock" here is a misnomer.  the actual word should
  412. ## be "integrate" and "dis-integrate" using the same naming
  413. ## convention as the code variables.
  414. [PLS_DockButton]
  415. ClassName="MMJBCTRL.PushBtnCtrl.1"
  416. Dimension=8,7,32,33
  417. LocInBitmap=0
  418. Origin=3
  419.  
  420. [PLS_UndockButton]
  421. ClassName="MMJBCTRL.PushBtnCtrl.1"
  422. Dimension=8,7,32,33
  423. LocInBitmap=0
  424. Origin=3
  425.  
  426. [PLS_ExpandButton]
  427. ClassName="MMJBCTRL.PushBtnCtrl.1"
  428. Dimension=0,0,-1,-1
  429. LocInBitmap=0
  430. Origin=1
  431.  
  432. [PLS_CollapseButton]
  433. ClassName="MMJBCTRL.PushBtnCtrl.1"
  434. Dimension=0,0,-1,-1
  435. LocInBitmap=0
  436. Origin=1
  437.  
  438. ## these buttons appear at the bottom of the playlist
  439.  
  440. [PLS_OpenButton]
  441. ClassName="MMJBCTRL.PushBtnCtrl.1"
  442. Dimension=11,7,58,33
  443. LocInBitmap=0
  444. Origin=2
  445.  
  446. [PLS_SaveButton]
  447. ClassName="MMJBCTRL.PushBtnCtrl.1"
  448. Dimension=58,7,105,33
  449. LocInBitmap=0
  450. Origin=2
  451.  
  452. [PLS_ClearButton]
  453. ClassName="MMJBCTRL.PushBtnCtrl.1"
  454. Dimension=105,7,152,33
  455. LocInBitmap=0
  456. Origin=2
  457.  
  458. [PLS_CDRButton]
  459. ClassName="MMJBCTRL.PushBtnCtrl.1"
  460. Dimension=152,7,199,33
  461. LocInBitmap=0
  462. Origin=2
  463.  
  464. [PLS_ShuffleButton]
  465. ClassName="MMJBCTRL.PushBtnCtrl.1"
  466. Dimension=199,7,256,33
  467. LocInBitmap=0
  468. Origin=2
  469.  
  470. [PLS_RepeatButton]
  471. ClassName="MMJBCTRL.PushBtnCtrl.1"
  472. Dimension=256,7,314,33
  473. LocInBitmap=0
  474. Origin=2
  475.  
  476. ##[PLS_SendToDeviceButton]
  477. ClassName="MMJBCTRL.PushBtnCtrl.1"
  478. Dimension=269,11,309,25
  479. LocInBitmap=0
  480. Origin=2
  481.  
  482.  
  483.  
  484. [PLS_UpgradeMXButton]
  485. ClassName="MMJBCTRL.TextBtnCtrl.1"
  486. Dimension=38,11,350,25
  487. TextButtonTextColor=61,67,93
  488. TextButtonBackInColor=232,232,232
  489. TextButtonBackOutColor=232,232,232
  490. TextButtonBackFocusColor=232,232,232
  491. TextButtonDisplayFont=Arial,8
  492. LocInBitmap=0
  493. Origin=3
  494. Style=1
  495.  
  496.  
  497.  
  498. [PLS_RecordButtonCD]
  499. ClassName="MMJBCTRL.PushBtnCtrl.1"
  500. Dimension=11,7,68,33
  501. Origin=2
  502. LocInBitmap=0
  503.  
  504. [PLS_CDDriveButton]
  505. ClassName="MMJBCTRL.PushBtnCtrl.1"
  506. Dimension=68,7,115,33
  507. LocInBitmap=0
  508. Origin=2
  509.  
  510. [PLS_ShuffleButtonCD]
  511. ClassName="MMJBCTRL.PushBtnCtrl.1"
  512. Dimension=115,7,172,33
  513. Origin=2
  514. LocInBitmap=0
  515.  
  516. [PLS_RepeatButtonCD]
  517. ClassName="MMJBCTRL.PushBtnCtrl.1"
  518. Dimension=172,7,230,33
  519. Origin=2
  520. LocInBitmap=0
  521.  
  522. [PLS_EjectButtonCD]
  523. ClassName="MMJBCTRL.PushBtnCtrl.1"
  524. Dimension=230,7,277,33
  525. Origin=2
  526. LocInBitmap=0
  527.  
  528.  
  529. ***MUSIC CENTER***
  530.  
  531. [MusicCenter]
  532. BackgroundColor=235,234,235
  533. TransparentColor=255,0,255
  534.  
  535. BlockSeparation=10               # pixels that blocks are vertically separated from each other
  536.  
  537. BlockHeaderTextOffsetXY=0,0      # where to draw header for block (from upper-left corner of block)
  538. BlockHeaderTextBottomSep=0       # how much space below text in block header
  539.  
  540. BlockTextOffsetXY=0,2          # where to start text buttons within block (from bottom of block header)
  541. BlockTextMiddleSep=0             # how much space between text buttons
  542. BlockTextBottomSep=3             # how much space below last text button in block
  543.  
  544. DialogHeaderBackgroundColor=235,234,235
  545.  
  546.  
  547.  
  548. ***EXPANSION WINDOW***
  549.  
  550. [Expansion]
  551. MarginLeft=137
  552. MarginLeftMCClosed=22
  553. MarginTop=10
  554. MarginRight=17
  555. MarginBottom=21
  556. MarginBottomClosed=10
  557. MarginBottomLowerOffset=7
  558. MinHeight=110 # minimum height
  559. ExpHeight=375 # expansion height
  560. MinX=380
  561. LeftTopCornerRegion=4,0,5,1,4,3,1,5,0
  562. RightTopCornerRegion=5,18,0,20,1,21,2,22,4,23,5
  563. RightBottomCornerRegion=6,23,31,22,32,21,34,20,35,18,36,17,37
  564. LeftBottomCornerRegion=5,6,37,5,36,3,35,1,33,0,31
  565. Swap=0
  566. MusicCenterXY=10,40
  567. MusicCenterWidth=119
  568. AllowUndock=0
  569.  
  570. [EXP_MusicCenterShowButton]
  571. ClassName="MMJBCTRL.PushBtnCtrl.1"
  572. Dimension=4,16,20,32
  573. LocInBitmap=0
  574.  
  575. [EXP_MusicCenterHideButton]
  576. ClassName="MMJBCTRL.PushBtnCtrl.1"
  577. Dimension=15,16,118,32
  578. LocInBitmap=0
  579.  
  580.  
  581.  
  582.  
  583. ################################################################################
  584.  
  585.  
  586.  
  587.  
  588. **MUSIC LIBRARY**
  589.  
  590. [MMJBDatabase]
  591. MarginLeft=120
  592. MarginTop=12
  593. MarginRight=17
  594. MarginBottom=21
  595. LabelXY=0,0
  596. MinX=416
  597. ## - UNUSED
  598. Dimension=0,0,721,171
  599.  
  600.  
  601. [DB_AddButton]
  602. ClassName="MMJBCTRL.PushBtnCtrl.1"
  603. Dimension=0,0,-1,-1
  604. LocInBitmap=0
  605. Origin=3
  606.  
  607. [DB_DeleteButton]
  608. ClassName="MMJBCTRL.PushBtnCtrl.1"
  609. Dimension=0,0,-1,-1
  610. LocInBitmap=53
  611. Origin=3
  612.  
  613. [DB_TagButton]
  614. ClassName="MMJBCTRL.PushBtnCtrl.1"
  615. Dimension=0,0,-1,-1
  616. LocInBitmap=131
  617. Origin=3
  618.  
  619. **RECORDER**
  620.  
  621. [MMJBRecorder]
  622. RecProgressColor=147,166,186
  623. RecWarningColor=213,196,77
  624. RecSuccessColor=147,166,186
  625. RecFailureColor=155,114,129
  626. MarginLeft=0
  627. MarginTop=33
  628. MarginRight=21
  629. MarginBottom=45
  630. MinX=100
  631. LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
  632. RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
  633. RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
  634. LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
  635. ## - UNUSED
  636. Dimension=0,0,0,0
  637. BkgBmpFile="mmrecbk.bmp"
  638.  
  639.  
  640. [REC_StartButton]
  641. ClassName="MMJBCTRL.PushBtnCtrl.1"
  642. Dimension=40,99,97,160
  643. LocInBitmap=0
  644.  
  645. [REC_StopButton]
  646. ClassName="MMJBCTRL.PushBtnCtrl.1"
  647. Dimension=97,99,138,160
  648. LocInBitmap=57
  649.  
  650. [REC_CancelButton]
  651. ClassName="MMJBCTRL.PushBtnCtrl.1"
  652. Dimension=138,99,177,160
  653. LocInBitmap=98
  654.  
  655. [REC_EjectButton]
  656. ClassName="MMJBCTRL.PushBtnCtrl.1"
  657. Dimension=177,99,223,160
  658. LocInBitmap=137
  659.  
  660. [REC_Artist]
  661. ClassName="MMJBCTRL.LabelCtrl.1"
  662. Dimension=69,30,238,44
  663. Font=Arial,9,FW_NORMAL
  664. TextColor=70,80,122
  665. TextBackColor=225,230,235
  666. Align=0
  667. ## -- UNUSED
  668. BackTransparent=1
  669.  
  670. [REC_Album]
  671. ClassName="MMJBCTRL.LabelCtrl.1"
  672. Dimension=69,46,238,60
  673. Font=Arial,9,FW_NORMAL
  674. TextColor=70,80,122
  675. TextBackColor=207,215,224
  676. Align=0
  677. ## -- UNUSED
  678. BackTransparent=1
  679.  
  680. [REC_RecStatus]
  681. ClassName="MMJBCTRL.LabelCtrl.1"
  682. Dimension=69,62,238,76
  683. Font=Arial,9,FW_NORMAL
  684. TextColor=70,80,122
  685. TextBackColor=207,215,224
  686. Align=0
  687. ## -- UNUSED
  688. BackTransparent=1
  689.  
  690. [REC_WaveStatus]
  691. ClassName="MMJBCTRL.LabelCtrl.1"
  692. Dimension=22,77,238,93
  693. Font=Arial,9,FW_NORMAL
  694. TextColor=70,80,122
  695. TextBackColor=207,215,224
  696. Align=0
  697. ## -- UNUSED
  698. BackTransparent=1
  699.  
  700.  
  701. [REC_Waveform]
  702. Dimension=22,77,238,93
  703. TopColor=147,166,186
  704. MidColor=183,195,209
  705. BotColor=147,166,186
  706. ProgColor=211,218,227
  707.  
  708.  
  709. [REC_AllButton]
  710. ClassName="MMJBCTRL.PushBtnCtrl.1"
  711. Dimension=343,133,427,165
  712. LocInBitmap=0
  713.  
  714.  
  715. [REC_NoneButton]
  716. ClassName="MMJBCTRL.PushBtnCtrl.1"
  717. Dimension=427,133,510,165
  718. LocInBitmap=84
  719.  
  720.  
  721. [REC_RefreshButton]
  722. ClassName="MMJBCTRL.PushBtnCtrl.1"
  723. Dimension=510,133,573,165
  724. LocInBitmap=167
  725.  
  726.  
  727. [REC_OptionsButton]
  728. ClassName="MMJBCTRL.PushBtnCtrl.1"
  729. Dimension=573,133,638,165
  730. LocInBitmap=0
  731.  
  732.  
  733.  
  734.  
  735. **MINIPLAYER**
  736.  
  737. [MMJBPlayerSmall]
  738. Dimension=0,0,476,27
  739. ## - PHASE OUT
  740. BkgBmpFile="tinyplbk.bmp"
  741. PlayBtnSetXY=15,68
  742. LabelXY=16,36
  743. LabelDim=16,36,235,56
  744. DLen=0
  745. Data=
  746.  
  747.  
  748. [PLSML_PrevButton]
  749. ClassName="MMJBCTRL.PushBtnCtrl.1"
  750. Dimension=130,0,150,27
  751. LocInBitmap=0
  752.  
  753. [PLSML_PlayButton]
  754. ClassName="MMJBCTRL.PushBtnCtrl.1"
  755. Dimension=150,0,173,27
  756. LocInBitmap=20
  757.  
  758. [PLSML_NextButton]
  759. ClassName="MMJBCTRL.PushBtnCtrl.1"
  760. Dimension=173,0,191,27
  761. LocInBitmap=43
  762.  
  763. [PLSML_PauseButton]
  764. ClassName="MMJBCTRL.PushBtnCtrl.1"
  765. Dimension=191,0,209,27
  766. LocInBitmap=61
  767.  
  768. [PLSML_StopButton]
  769. ClassName="MMJBCTRL.PushBtnCtrl.1"
  770. Dimension=209,0,229,27
  771. LocInBitmap=79
  772.  
  773.  
  774. [PLSML_Volume]
  775. ClassName="SLIDER.MMJBSliderCtrl.1"
  776. Dimension=22,2,128,24
  777. DimensionKnob=0,0,10,22
  778. MinPosition=16
  779. MaxPosition=77
  780. NumLevels=20
  781. Orientation=2
  782. KnobLevel=0
  783.  
  784. [PLSML_Progress]
  785. ClassName="SLIDER.MMJBSliderCtrl.1"
  786. Dimension=238,17,405,21
  787. DimensionKnob=0,0,4,4
  788. MinPosition=3
  789. MaxPosition=164
  790. NumLevels=20
  791. Orientation=0
  792. KnobLevel=0
  793.  
  794. [PLSML_TrackName]
  795. ClassName="MMJBCTRL.LabelCtrl.1"
  796. Dimension=238,7,405,17
  797. Font=Arial,7,FW_NORMAL
  798. TextColor=70,80,122
  799. TextBackColor=207,215,224
  800. Align=0
  801. ScrollText=yes
  802.  
  803.  
  804. [PLSML_IconizeButton]
  805. ClassName="MMJBCTRL.PushBtnCtrl.1"
  806. Dimension=414,4,429,21
  807. LocInBitmap=0
  808.  
  809. [PLSML_NormalModeButton]
  810. ClassName="MMJBCtrl.PushBtnCtrl.1"
  811. Dimension=429,4,443,21
  812. LocInBitmap=15
  813.  
  814. [PLSML_CloseButton]
  815. ClassName="MMJBCTRL.PushBtnCtrl.1"
  816. Dimension=443,4,458,21
  817. LocInBitmap=29
  818.  
  819.  
  820.  
  821. **UNUSED**
  822.  
  823. ## -- UNUSED
  824. [PLS_DeleteButton]
  825. ClassName="MMJBCTRL.PushBtnCtrl.1"
  826. Dimension=538,18,588,28
  827. LocInBitmap=93
  828.  
  829.  
  830.  
  831.  
  832. ## -- UNUSED
  833. [DB_GetMusicButton]
  834. ClassName="MMJBCTRL.PushBtnCtrl.1"
  835. Dimension=275,0,337,11
  836. LocInBitmap=140
  837.  
  838. ## -- UNUSED
  839. [DB_VScroll]
  840. ClassName="SLIDER.MMJBSliderCtrl.1"
  841. Dimension=511,30,526,169
  842. DimensionKnob=0,0,8,13
  843. NumLevels=10
  844. Orientation=1
  845. KnobLevel=10
  846.  
  847. ## -- UNUSED
  848. [DB_HScroll]
  849. Dimension=14,174,510,180
  850. ClassName="SLIDER.MMJBSliderCtrl.1"
  851. DimensionKnob=0,0,13,8
  852. NumLevels=20
  853. Orientation=0
  854. KnobLevel=0
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866. ## -- UNUSED
  867. [REC_PauseButton]
  868. ClassName="MMJBCTRL.PushBtnCtrl.1"
  869. Dimension=70,21,96,49
  870. LocInBitmap=61
  871.  
  872.  
  873.  
  874. ## -- UNUSED
  875. [REC_CDDBButton]
  876. ClassName="MMJBCTRL.PushBtnCtrl.1"
  877. Dimension=122,24,156,49
  878. LocInBitmap=0
  879.  
  880.  
  881.  
  882. ## -- UNUSED
  883. [REC_VScroll]
  884. ClassName="SLIDER.MMJBSliderCtrl.1"
  885. Dimension=511,30,526,169
  886. DimensionKnob=0,0,8,13
  887. NumLevels=10
  888. Orientation=1
  889. KnobLevel=10
  890.  
  891.  
  892. [MMJBCaption]
  893. ClassName="MMJBCTRL.LabelCtrl.1"
  894. Dimension=0,0,-1,-1
  895. Font=Arial,11,FW_BOLD
  896. TextColor=255,213,153
  897. TextBackColor=236,137,0
  898. Align=0
  899. ScrollText=no
  900. ## -- UNUSED
  901. BackTransparent=1
  902.  
  903. ## -- UNUSED
  904. [PLSML_Progress]
  905. ClassName="SLIDER.MMJBSliderCtrl.1"
  906. Dimension=113,79,225,90
  907. DimensionKnob=0,0,31,11
  908. MinPosition=19
  909. MaxPosition=92
  910. NumLevels=20
  911. Orientation=0
  912. KnobLevel=0
  913.  
  914. ## -- UNUSED
  915.  
  916.  
  917. ## -- UNUSED
  918. [PLSML_Artist]
  919. ClassName="MMJBCTRL.LabelCtrl.1"
  920. Dimension=117,53,225,65
  921. TextColor=0,231,243
  922. TextBackColor=1,15,60
  923. Font=Arial,8,FW_NORMAL
  924. Align=0
  925. ScrollText=yes
  926.  
  927. [GL_MaxButton]
  928. ClassName="MMJBCTRL.PushBtnCtrl.1"
  929. Dimension=0,0,-1,-1
  930. LocInBitmap=0
  931.