home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-07-29 | 37.3 KB | 1,527 lines |
- # documentation
- # =============
- #
- # Dimension=x1,y1,x2,y2
- #
- # A zero value for x2 or y2 means extend to the right or bottom (respectivelY) as far as the containing window
- # can go. A negative value for x2 or y2 means extend to the right or bottom minus however much is specified.
- #
- # x1 = upper left x-coordinate
- # y1 = upper left y-coordinate
- # x2 = lower right x-coordinate
- # y2 = lower right y-coordinate
- #
- # Font=<name>,<size>,<style>
- # Example: Font=Arial,9,FW_BOLD
- #
- # Origin=n
- # 0 = Upper Left Origin, +x to the right, +y down, 3rd quadrant
- # 1 = Upper Right Origin, +x to the left, +y down, 4th quadrant
- # 2 = Lower Left Origin, +x to the right, +y up, 2nd quadrant
- # 3 = Lower Right Origin, +x to the left, +y up, 1st quadrant
- #
- # New Skin (2.5) Values
- # =====================
- # New skin elements and skin ini values were added to support more complex controls and better looking buttons.
- #
- # Button Control
- # --------------
- # ButtonTileLeft Bitmap file for the left background tile (all states vertically)
- # ButtonOverlayLeft Bitmap file for the left overlay tile (all states vertically)
- # ButtonTileCenter Bitmap file for the center background tile (all states vertically)
- # ButtonOverlayCenter Bitmap file for the center overlay tile (all states vertically)
- # ButtonTileRight Bitmap file for the right background tile (all states vertically)
- # ButtonOverlayRight Bitmap file for the right overlay tile (all states vertically)
- # NcTextColor The normal text color for a button
- # NcBackColor The normal background color for a button (if no tiles are used)
- # Font The normal font for a button(FontFace,PointSize,Weight) for example, Arial,9,FW_BOLD
- # TextGlow The normal glow info for a button (R,G,B;Alpha;Size;Spread) for example, 255,255,255;100;4;60
- # HoverTextColor The hover text color for a button
- # HoverBackColor The hover background color for a button (if no tiles are used)
- # HoverFont The hover font for a button
- # HoverTextGlow The hover glow info for a button (R,G,B;Alpha;Size;Spread) for example, 255,255,255;100;4;60
- # PressedTextColor The pressed text color for a button
- # PressedBackColor The pressed background color for a button (if no tiles are used)
- # PressedFont The pressed font for a button
- # PressedTextGlow The pressed glow info for a button (R,G,B;Alpha;Size;Spread) for example, 255,255,255;100;4;60
- # CheckedTextColor The checked text color for a button
- # CheckedBackColor The checked background color for a button (if no tiles are used)
- # CheckedFont The checked font for a button
- # CheckedTextGlow The checked glow info for a button (R,G,B;Alpha;Size;Spread) for example, 255,255,255;100;4;60
- # DisabledTextColor The disabled text color for a button
- # DisabledBackColor The disabled background color for a button (if no tiles are used)
- # DisabledFont The disabled font for a button
- # DisabledTextGlow The disabled glow info for a button (R,G,B;Alpha;Size;Spread) for example, 255,255,255;100;4;60
- #
- # Label Control
- # -------------
- # UseClientColors If this is true, use TextColor and TextBackColor, if false, use the "Nc" versions
- # TextColor Color of text in the label
- # TextBackColor Background color of text in the label
- # NcTextColor The normal text color for a label
- # NcBackColor The normal background color for a label (if no tiles are used)
- # SetEditable If true, the label is editable.
- #
- # List Control
- # ------------
- # Font The normal font for the list(FontFace,PointSize,Weight) for example, Arial,9,FW_NORMAL
- # TextColor Color of unselected text in the list
- # TextBackColor Background color of unselected text in the list
- # HighLightTextColor Color of selected text in the list
- # HighLightTextBackColor Background color of selected text in the list
- # NcBackColor Background color of the header control
- # NcTextColor Text color in the header control
- #
- # Tree Control
- # ------------
- # Font The normal font for the tree(FontFace,PointSize,Weight) for example, Arial,9,FW_NORMAL
- # TextColor Color of unselected text in the tree
- # TextBackColor Background color of unselected text in the tree
- # HighLightTextColor Color of selected text in the tree
- # HighLightTextBackColor Background color of selected text in the tree
- #
- # Splitter Bar Control
- # --------------------
- # MinLeftSize The minimum size that the left pane can be
- # MinRightSize The minimum size that the right pane can be
- # Width The width of the actual splitter bar
- #
- # Scroll Bar Control
- # ------------------
- # ScrollButtonColor Color of the button faces
- # ScrollBackColor Background color of the scroll bar
- # ScrollBackClickedColor Background color of the scroll bar when the scroll bar is clicked
- # ScrollOuterHilightColor Outer highlight color
- # ScrollOuterShadowColor Outer shadow color
- # ScrollInnerHilightColor Inner highlight color
- # ScrollInnerShadowColor Inner shadow color
- # ScrollArrowColor Arrow color
- #
-
- Pegasus IV_ENU Agatha (9.0)
-
- [MMJB_Theme_Version]
- ThemeVersion=3.0
-
- [MMJB_RackWindowTitle]
- Font=Arial,9,FW_BOLD
-
- **DEFAULTS**
- **Note: "FW_BOLD" for font weight is ignored **
- [MMJB_WideDefaults]
- Font=Arial,9,FW_BOLD
- TextColor=43,52,91
- TextBackColor=244,248,252
- BackColor=60,77,123
- ForeColor=255,255,255
- NcBackColor=232,232,232
- NcTextColor=58,69,111
- HoverTextColor=44,112,248
- ResizeStyle=
- HighLightTextColor=43,52,91
- HighLightTextBackColor=174,192,212
- SelTextColor=255,255,255
- SelTextBackColor=61,67,93
- CloseX=6
- LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
- RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
- RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
- LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
- PLOverlap="ploverlap.bmp"
- PLOverlapClosed="ploverlapcl.bmp"
-
- ButtonTileLeft=button_bg_lft.bmp
- ButtonTileCenter=button_bg_center.bmp
- ButtonTileRight=button_bg_rt.bmp
- ButtonOverlayLeft=button_over_lft.bmp
- ButtonOverlayCenter=button_over_center.bmp
- ButtonOverlayRight=button_over_rt.bmp
-
- HoverTextColor=0,84,255
- HoverTextGlow=255,255,255;100;6;40
-
- CheckedTextColor=0,84,255
- CheckedTextGlow=255,255,255;100;6;40
-
- PressedFont=Arial,8,FW_BOLD
- PressedTextColor=58,69,111
- CheckedFont=Arial,8,FW_BOLD
-
- ScrollButtonColor=237,236,237
- ScrollOuterHilightColor=235,235,235
- ScrollOuterShadowColor=195,195,197
- ScrollInnerHilightColor=249,249,250
- ScrollInnerShadowColor=224,224,224
- ScrollBackColor=219,219,219
- ScrollBackClickedColor=219,219,219
- ScrollArrowColor=179,181,186
-
-
- ## -- PHASE OUT
- BackgroundTile=bgmid.bmp
- LeftBorderTile=bgle.bmp
- RightBorderTile=bgre.bmp
- TopBorderTile=bete.bmp
- BottomBorderTile=bgbe.bmp
- LeftTopCornerTile=bgul.bmp
- RightTopCornerTile=bgur.bmp
- LeftBottomCornerTile=bgll.bmp
- RightBottomCornerTile=bglr.bmp
- ## tgh - Dell Gambit Port to Agatha - No resize image.
- RightBottomCornerTileNS=bglr_ns.bmp
- PlaylistBackgroundTile=pl_bgmid.bmp
- PlaylistLeftBorderTile=pl_bgle.bmp
- PlaylistRightBorderTile=pl_bgre.bmp
- PlaylistTopBorderTile=pl_bgte.bmp
- PlaylistBottomBorderTile=pl_bgbe.bmp
- PlaylistLeftTopCornerTile=pl_bgul.bmp
- PlaylistRightTopCornerTile=pl_bgur.bmp
- PlaylistLeftBottomCornerTile=pl_bgll.bmp
- PlaylistRightBottomCornerTile=pl_bglr.bmp
- ArtBitmap=mmart.bmp
- ArtBitmapPlus=mmartplus.bmp
- ArtBitmapHiRes=mmwallpaper.bmp
-
-
-
- ### Localization ##############################################################
- [Language]
- ID=ENU
- ###############################################################################
-
-
-
-
- [MMJBWelcome]
- MinX=326
- MinY=99
- Width=730
- Height=563
- MarginLeft=18
- MarginTop=24
- MarginRight=18
- MarginBottom=18
-
-
- [GL_Close2Button]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,2,16,18
- LocInBitmap=0
-
-
- [GL_GenericButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,23,9
- LocInBitmap=0
-
-
- **PLAYER**
-
- [MMJBPlayer]
- ArtDim=14,12,146,144
- MarginLeft=12 ## This setting specifies where to draw the playlist grid when the playlist is docked.
- MarginTop=43
- MarginRight=21
- MarginBottom=36
- LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
- RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
- RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
- LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
- ## -- UNUSED
- ResizeMode=Stretch
- ## -- PHASE OUT
- BkgBmpFile="mmplbk.bmp"
- Dimension=0,0,722,147
-
- [MMJBPlayerDocked]
- BkgBmpFile="mmplbkd.bmp"
-
- [PL_MMLogoButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
-
- [PL_InfoButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
-
- [GL_MinButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=361,3,378,17
- LocInBitmap=0
-
- [GL_IconizeButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=378,3,395,17
- LocInBitmap=17
-
- [GL_MaximizeButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=395,3,410,17
- LocInBitmap=34
-
- [GL_RestoreButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=395,3,410,17
- LocInBitmap=63
-
- [GL_CloseButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=410,3,424,17
- LocInBitmap=49
-
-
- [MMJBArt]
- MarginLeft=14
- MarginTop=22
- MarginRight=14
- MarginBottom=17
- LabelXY=41,0
-
- [MMJBDialog]
- LeftBorderTile=dialog_bgle.bmp
- RightBorderTile=dialog_bgre.bmp
- TopBorderTile=dialog_bete.bmp
- BottomBorderTile=dialog_bgbe.bmp
- LeftTopCornerTile=dialog_bgul.bmp
- RightTopCornerTile=dialog_bgur.bmp
- LeftBottomCornerTile=dialog_bgll.bmp
- RightBottomCornerTile=dialog_bglr.bmp
- RightBottomCornerTileNS=dialog_bglr_ns.bmp
- CloseX=6
- CloseDimension=0,2,16,18
- LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
- RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
- RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
- LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
- MarginLeft=21
- MarginTop=34
- MarginRight=21
- MarginBottom=20
-
- [PL_ExpWndShowButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
-
- [PL_ExpWndHideButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=21
-
- [PL_PrevButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=192,83,236,143
- LocInBitmap=0
-
- [PL_PlayButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=236,83,286,143
- LocInBitmap=44
-
- [PL_NextButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=286,83,327,143
- LocInBitmap=94
-
- [PL_StopButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=366,83,410,143
- LocInBitmap=174
- ## -- UNUSED
- ResetAll=1
-
- [PL_PauseButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=327,83,366,143
- LocInBitmap=134
- ## - PHASE OUT
- State=0
-
- [PL_RecordButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
- ## - PHASE OUT
- State=0
-
- #####################################################
- [PL_FileButton]
- ClassName="MMJBCTRL.TextBtnCtrl.1"
- Dimension=161,5,185,18
- Font=Arial,7,FW_NORMAL
- TextColor=61,67,93
- TextBackColor=233,233,233
- HighLightTextColor=59,102,123
- SelTextColor=255,255,255
-
- [PL_EditButton]
- ClassName="MMJBCTRL.TextBtnCtrl.1"
- Dimension=186,5,211,18
- Font=Arial,7,FW_NORMAL
- TextColor=61,67,93
- TextBackColor=233,233,233
- HighLightTextColor=59,102,123
- SelTextColor=206,206,206
-
- [PL_ViewButton]
- ClassName="MMJBCTRL.TextBtnCtrl.1"
- Dimension=212,5,240,18
- Font=Arial,7,FW_NORMAL
- TextColor=61,67,93
- TextBackColor=233,233,233
- HighLightTextColor=59,102,123
- SelTextColor=206,206,206
-
- [PL_OptionsButton]
- ClassName="MMJBCTRL.TextBtnCtrl.1"
- Dimension=241,5,282,18
- Font=Arial,7,FW_NORMAL
- TextColor=61,67,93
- TextBackColor=233,233,233
- HighLightTextColor=59,102,123
- SelTextColor=206,206,206
-
- [PL_HelpButton]
- ClassName="MMJBCTRL.TextBtnCtrl.1"
- Dimension=283,5,311,18
- Font=Arial,7,FW_NORMAL
- TextColor=61,67,93
- TextBackColor=233,233,233
- HighLightTextColor=59,102,123
- SelTextColor=206,206,206
-
- [PL_UpgradeButton]
- ClassName="MMJBCTRL.TextBtnCtrl.1"
- Dimension=312,5,356,18
- Font=Arial,7,FW_NORMAL
- TextColor=61,67,93
- TextBackColor=233,233,233
- HighLightTextColor=59,102,123
- SelTextColor=206,206,206
-
- #####################################################
-
-
- [PL_Volume]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=163,42,172,139
- DimensionKnob=0,0,9,194
- MinPosition=90
- MaxPosition=6
- NumLevels=10
- Orientation=1
- KnobLevel=5
-
- [PL_Progress]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=191,56,411,68
- DimensionKnob=0,0,440,12
- MinPosition=6
- MaxPosition=215
- NumLevels=20
- Orientation=0
- KnobLevel=0
-
-
-
- [PL_TrackName]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=194,27,410,41
- Font=Arial,10,FW_BOLD
- TextColor=70,80,122
- TextBackColor=225,230,235
- Align=0
- ScrollText=yes
- ## -- UNUSED
- BackTransparent=1
-
- [PL_Artist]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=194,41,410,56
- Font=Arial,9,FW_NORMAL
- TextColor=70,80,122
- TextBackColor=207,215,224
- Align=0
- ScrollText=yes
- ## - UNUSED
- BackTransparent=1
-
- [PL_TrackTime]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=349,70,410,78
- Font=Arial,7,FW_NORMAL
- TextColor=70,78,112
- TextBackColor=214,221,228
- Align=2
- ScrollText=NO
- ## - UNUSED
- BackTransparent=1
-
- [PL_EncodeRate]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=190,68,240,79
- Font=Arial,7,FW_NORMAL
- TextColor=70,78,112
- TextBackColor=214,221,228
- Align=0
- ScrollText=NO
- ## - UNUSED
- BackTransparent=1
-
- ## This is the label that says "Quality:"
- [PL_CDQualityLabel]
- Dimension=190,68,247,79
- Font=Arial,7,FW_BOLD
- TextColor=70,78,112
- Align=1
-
- ## This is the arrow for CD
- [PL_CDQualityOnA]
- Dimension=239,68,249,79
- Font=Arial,7,FW_BOLD
- TextColor=70,80,122
- Align=1
-
- ## CD Button
- [PL_CDQualityOn]
- Dimension=247,68,268,79
- Font=Arial,7,FW_BOLD
- PressedFont=Arial,7,FW_BOLD
- CheckedFont=Arial,7,FW_BOLD
- TextColor=145,151,179
- TextGlow=0,0,0;0;0;0
- HoverTextColor=145,151,179
- HoverTextGlow=0,0,0;0;0;0
- DisabledTextColor=70,78,112
- DisabledTextGlow=0,0,0;0;0;0
- Align=0
-
- ## This is the arrow for Low
- [PL_CDQualityOffA]
- Dimension=268,68,278,79
- Font=Arial,7,FW_NORMAL
- TextColor=70,80,122
- Align=1
-
- ## Low Button
- [PL_CDQualityOff]
- Dimension=268,68,298,79
- Font=Arial,7,FW_BOLD
- PressedFont=Arial,7,FW_BOLD
- CheckedFont=Arial,7,FW_BOLD
- TextColor=145,151,179
- TextGlow=0,0,0;0;0;0
- HoverTextColor=145,151,179
- HoverTextGlow=0,0,0;0;0;0
- DisabledTextColor=70,80,122
- DisabledTextGlow=0,0,0;0;0;0
- Align=2
-
-
- **PLAYLIST**
-
- [MMJBPlaylist]
- # LabelOrigin - origin of the graphics label that says playlist vertically and sits
- # on the rightmost edge of the playlist window. (see origin documentation at top)
- # LabelXY - location of "playlist vertical" label relative to origin.
- #
- # SystemBtnsOrigin - origin location of the buttons (see origin documentation at top)
- # SystemBtnsXY - origin of the graphics button where the iconize, tiny mode and close buttons are.
- #
- ButtonGap=0
- PlayerOverlap=12 ## How much the Playlist should overlap the Main Player.
- MarginLeft=21
- MarginTop=43
- MarginRight=21
- MarginBottom=36
- MinX=20
- LabelXY=-10,-10
- LabelOrigin=3
- SystemBtnsXY=9,3 # This sets the position of the Minize, Mini, Maximize and Close buttons as a set
- SystemBtnsOrigin=1 # Sets origin of the above
- PLWidth=570 # This now dictates the overall width of the Jukebox. This number should be the overall JB width minus mmplbk.
- TopOffset=0
- BottomOffset=0
- LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
- RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
- RightBottomCornerRegion=6,33,59,32,60,31,62,30,63,28,64,27,65
- LeftBottomCornerRegion=4,6,65,3,63,1,61,0,59
- StationDisplayFont=Arial,8,FW_BOLD
- StationDisplayTextColor=92,99,129
- StationDisplayXY=3,27
- StationDisplayOrigin=0
- InsertionPointColor=30,50,60
- InsertionPointHeight=3
- ## -- PHASE OUT
- MarginWidth=12
- TitleBarHeight=0http://wwwp.musicmatch.com/
- UsePlaylistBmpBtns=1 ## 0 means use text, 1 means use graphics
-
- [PL_FileGrid]
- TextBackColor=207,217,224
- ScrollButtonColor=237,236,237
- ScrollOuterHilightColor=235,235,235
- ScrollOuterShadowColor=195,195,197
- ScrollInnerHilightColor=249,249,250
- ScrollInnerShadowColor=224,224,224
- ScrollBackColor=219,219,219
- ScrollBackClickedColor=219,219,219
- ScrollArrowColor=179,181,186
-
- [PL_RadioGrid]
- TextBackColor=207,217,224
- ScrollButtonColor=237,236,237
- ScrollOuterHilightColor=235,235,235
- ScrollOuterShadowColor=195,195,197
- ScrollInnerHilightColor=249,249,250
- ScrollInnerShadowColor=224,224,224
- ScrollBackColor=219,219,219
- ScrollBackClickedColor=219,219,219
- ScrollArrowColor=179,181,186
-
- [PL_CDGrid]
- TextBackColor=207,217,224
- ScrollButtonColor=237,236,237
- ScrollOuterHilightColor=235,235,235
- ScrollOuterShadowColor=195,195,197
- ScrollInnerHilightColor=249,249,250
- ScrollInnerShadowColor=224,224,224
- ScrollBackColor=219,219,219
- ScrollBackClickedColor=219,219,219
- ScrollArrowColor=179,181,186
-
- ## "dock" here is a misnomer. the actual word should
- ## be "integrate" and "dis-integrate" using the same naming
- ## convention as the code variables.
- [PLS_DockButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=20,9,41,30
- LocInBitmap=0
- Origin=3
-
- [PLS_UndockButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=20,9,41,30
- LocInBitmap=0
- Origin=3
-
- [PLS_ExpandButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
- Origin=1
-
- [PLS_CollapseButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
- Origin=1
-
-
- ############-Playlist Mode-############
- ## these buttons appear at the bottom of the playlist
-
- [PLS_PlaylistsButton]
- Dimension=12,9,80,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_SaveButton]
- Dimension=81,9,120,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_ClearButton]
- Dimension=121,9,163,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_CDRButton]
- Dimension=164,9,206,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_SendToButton]
- Dimension=207,9,275,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_ShuffleButton]
- Dimension=283,9,312,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_no_lft.bmp
- ButtonTileCenter=pl_btn_no_mid.bmp
- ButtonTileRight=pl_btn_shuffle.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_RepeatButton]
- Dimension=312,9,341,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_no_lft.bmp
- ButtonTileCenter=pl_btn_no_mid.bmp
- ButtonTileRight=pl_btn_repeat.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
-
- ############-Radio Mode-############
-
- [PLS_CDQuality]
- Dimension=81,9,153,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_UpgradeMXButton]
- Dimension=154,9,302,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- TextButtonTextColor=61,67,93
- TextButtonBackInColor=232,232,232
- TextButtonBackOutColor=232,232,232
- TextButtonBackFocusColor=232,232,232
- TextButtonDisplayFont=Arial,8
- LocInBitmap=0
- Origin=2
- Style=1
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
-
- ############-CD Mode-############
-
- [PLS_RecordButtonCD]
- Dimension=81,9,168,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- Origin=2
- LocInBitmap=0
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_EjectButtonCD]
- Dimension=169,9,208,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_CDDriveButton]
- Dimension=209,9,264,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- Origin=2
- LocInBitmap=0
- EtchedText=1
- ButtonTileLeft=pl_btn_lft.bmp
- ButtonTileCenter=pl_btn_mid.bmp
- ButtonTileRight=pl_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_ShuffleButtonCD]
- Dimension=283,9,312,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_no_lft.bmp
- ButtonTileCenter=pl_btn_no_mid.bmp
- ButtonTileRight=pl_btn_shuffle.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
- [PLS_RepeatButtonCD]
- Dimension=312,9,341,30
- TextColor=32,35,76
- Font=Arial,8,FW_SEMIBOLD
- LocInBitmap=0
- Origin=2
- EtchedText=1
- ButtonTileLeft=pl_btn_no_lft.bmp
- ButtonTileCenter=pl_btn_no_mid.bmp
- ButtonTileRight=pl_btn_repeat.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
-
-
- ***MUSIC CENTER***
-
- [MusicCenter]
- AlwaysShow=1
- BackgroundColor=235,234,235
- TransparentColor=255,0,255
-
- BlockSeparation=10 # pixels that blocks are vertically separated from each other
-
- BlockHeaderTextOffsetXY=0,0 # where to draw header for block (from upper-left corner of block)
- BlockHeaderTextBottomSep=-1 # how much space below text in block header
-
- BlockTextOffsetXY=0,2 # where to start text buttons within block (from bottom of block header)
- BlockTextMiddleSep=2 # how much space between text buttons
- BlockTextBottomSep=3 # how much space below last text button in block
-
- DialogHeaderBackgroundColor=235,234,235
-
- [EXP_MusicCenterGet]
- Font=Arial,9,FW_BOLD
- HoverFont=Arial,9,FW_BOLD
- CheckedFont=Arial,9,FW_BOLD
- PressedFont=Arial,8,FW_BOLD
- ButtonTileLeft=mc_btn_lft.bmp
- ButtonTileCenter=mc_btn_mid.bmp
- ButtonTileRight=mc_btn_rt_arrow1.bmp
- ButtonOverlayLeft=mc_btn_over_lft.bmp
- ButtonOverlayCenter=mc_btn_over_mid.bmp
- ButtonOverlayRight=mc_btn_over_rt_arrow.bmp
-
- [EXP_MusicCenterPlay]
- Font=Arial,9,FW_BOLD
- HoverFont=Arial,9,FW_BOLD
- CheckedFont=Arial,9,FW_BOLD
- PressedFont=Arial,8,FW_BOLD
- ButtonTileLeft=mc_btn_lft.bmp
- ButtonTileCenter=mc_btn_mid.bmp
- ButtonTileRight=mc_btn_rt_arrow2.bmp
- ButtonOverlayLeft=mc_btn_over_lft.bmp
- ButtonOverlayCenter=mc_btn_over_mid.bmp
- ButtonOverlayRight=mc_btn_over_rt.bmp
-
- [EXP_MusicCenterCopy]
- Font=Arial,9,FW_BOLD
- HoverFont=Arial,9,FW_BOLD
- CheckedFont=Arial,9,FW_BOLD
- PressedFont=Arial,8,FW_BOLD
- ButtonTileLeft=mc_btn_lft.bmp
- ButtonTileCenter=mc_btn_mid.bmp
- ButtonTileRight=mc_btn_rt.bmp
- ButtonOverlayLeft=mc_btn_over_lft.bmp
- ButtonOverlayCenter=mc_btn_over_mid.bmp
- ButtonOverlayRight=mc_btn_over_rt.bmp
-
-
-
- ***EXPANSION WINDOW***
-
- [Expansion]
- MarginLeft=157
- MarginLeftMCClosed=22
- MarginTop=19
- MarginRight=17
- MarginBottom=36 # 21
- MarginBottomClosed=19
- MarginBottomLowerOffset=7
- MinHeight=110 # minimum height
- ExpHeight=375 # expansion height
- MinX=380
- LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
- RightTopCornerRegion=5,28,0,30,1,31,2,32,4,32,5
- RightBottomCornerRegion=6,33,59,32,60,31,62,30,63,28,64,27,65
- LeftBottomCornerRegion=5,5,65,5,64,3,63,1,61,0,59
- Swap=0
- MusicCenterXY=14,96
- MusicCenterWidth=131
- AllowUndock=0
-
- [EXP_MusicCenterShowButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
-
- [EXP_MusicCenterHideButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
-
-
- [EXP_MusicCenterLoginButton]
- Dimension=14,28,74,49
- TextColor=43,52,91
- Font=Arial,8,FW_SEMIBOLD
- PressedFont=Arial,7,FW_NORMAL
-
- [EXP_MusicCenterAccountButton]
- Dimension=77,28,145,49
- TextColor=43,52,91
- Font=Arial,8,FW_SEMIBOLD
- PressedFont=Arial,7,FW_NORMAL
-
- [EXP_MusicCenterStatusButton]
- Dimension=12,55,147,78
- TextColor=43,52,91
- Font=Arial,7,FW_SEMIBOLD
- ButtonTileLeft=exp_logstat_lft.bmp
- ButtonTileCenter=exp_logstat_mid.bmp
- ButtonTileRight=exp_logstat_rt.bmp
- ButtonOverlayLeft=rec_no_over_lft.bmp
- ButtonOverlayCenter=rec_no_over_mid.bmp
- ButtonOverlayRight=rec_no_over_rt.bmp
-
- [EXP_DoDownloadMgr]
- Dimension=141,0,160,20
- ButtonTileLeft=DMgr_lft.bmp
- ButtonTileCenter=DMgr_mid.bmp
- ButtonTileRight=DMgr_rt.bmp
-
- [EXP_StatusBar]
- Font=Arial,8,FW_NORMAL
- ButtonTileLeft=StatusBar_lft.bmp
- ButtonTileCenter=StatusBar_mid.bmp
- ButtonTileRight=StatusBar_rt.bmp
-
- [EXP_ProgressBar]
- Dimension=10,3,135,16
- ButtonTileLeft=progress_base_left.bmp
- ButtonTileCenter=progress_base_center_tile.bmp
- ButtonTileRight=progress_base_right.bmp
- ButtonFillLeft=progress_fill_left.bmp
- ButtonFillCenter=progress_fill_center_tile.bmp
- ButtonFillRight=progress_fill_right.bmp
- ButtonTileDimLeft=progress_base_dim_left.bmp
- ButtonTileDimCenter=progress_base_dim_center.bmp
- ButtonTileDimRight=progress_base_dim_right.bmp
-
- ################################################################################
-
-
-
-
- **MUSIC LIBRARY**
-
- [MMJBDatabase]
- MarginLeft=120
- MarginTop=12
- MarginRight=17
- MarginBottom=21
- LabelXY=0,0
- MinX=416
- ## - UNUSED
- Dimension=0,0,721,171
-
-
- [MMJBDatabase]
- ToolbarMarginLeft=8
- ToolbarMarginRight=8
- ToolbarMarginTop=4
- ToolbarMarginBottom=4
- ToolbarButtonSep=4 ; this is the number of pixels between any controls that are placed together on the same line
-
-
- [EXP_ViewByButton]
- Font=Arial,8,FW_BOLD
- PressedFont=Arial,8,FW_NORMAL
- TextColor=50,54,99
- EtchedText=1
- HoverTextColor=96,104,190
- HoverTextGlow=255,255,255;100;2;20
- DisabledTextGlow=0,0,0;0;0;0
- CheckedTextGlow=0,0,0;0;0;0
- PressedTextGlow=0,0,0;0;0;0
-
- ButtonTileLeft=lib_btn_lft.bmp
- ButtonTileCenter=lib_btn_mid.bmp
- ButtonTileRight=lib_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
-
- [EXP_TagTracksButton]
- Font=Arial,8,FW_BOLD
- PressedFont=Arial,8,FW_NORMAL
- TextColor=50,54,99
- EtchedText=1
- HoverTextColor=96,104,190
- HoverTextGlow=255,255,255;100;2;20
- DisabledTextGlow=0,0,0;0;0;0
- CheckedTextGlow=0,0,0;0;0;0
- PressedTextGlow=0,0,0;0;0;0
-
- ButtonTileLeft=lib_btn_lft.bmp
- ButtonTileCenter=lib_btn_mid.bmp
- ButtonTileRight=lib_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
-
- [EXP_AddTracksButton]
- Font=Arial,8,FW_BOLD
- PressedFont=Arial,8,FW_NORMAL
- TextColor=50,54,99
- EtchedText=1
- HoverTextColor=96,104,190
- HoverTextGlow=255,255,255;100;2;20
- DisabledTextGlow=0,0,0;0;0;0
- CheckedTextGlow=0,0,0;0;0;0
- PressedTextGlow=0,0,0;0;0;0
-
- ButtonTileLeft=lib_btn_add.bmp
- ButtonTileCenter=lib_btn_mid.bmp
- ButtonTileRight=lib_btn_rt.bmp
- ButtonOverlayLeft=btn_no_over.bmp
- ButtonOverlayCenter=btn_no_over.bmp
- ButtonOverlayRight=btn_no_over.bmp
-
-
- [EXP_FindEdit]
- Font=Arial,8,FW_NORMAL
- TextColor=34,34,34
- BackgroundColor=242,247,251
- TopOffset=4
- BottomOffset=4
- TileLeft=lib_find_lft.bmp
- TileCenter=lib_find_mid.bmp
- TileRight=lib_find_rt.bmp
-
- [EXP_FindGoButton]
- Font=Arial,8,FW_NORMAL
- TextColor=43,52,91
- ButtonTileLeft=lib_btn_top_lft.bmp
- ButtonTileCenter=lib_btn_top_mid.bmp
- ButtonTileRight=lib_btn_top_rt.bmp
- ButtonOverlayLeft=lib_btn_over_top_lft.bmp
- ButtonOverlayCenter=lib_btn_over_top_mid.bmp
- ButtonOverlayRight=lib_btn_over_top_rt.bmp
-
-
- [EXP_FindNextButton]
- Font=Arial,8,FW_NORMAL
- TextColor=43,52,91
- DisabledTextColor=0,0,0
- ButtonTileLeft=lib_btn_top_lft.bmp
- ButtonTileCenter=lib_btn_top_mid.bmp
- ButtonTileRight=lib_btn_top_rt.bmp
- ButtonOverlayLeft=lib_btn_over_top_lft.bmp
- ButtonOverlayCenter=lib_btn_over_top_mid.bmp
- ButtonOverlayRight=lib_btn_over_top_rt.bmp
-
-
- ##################Not used###################################
-
- [DB_AddButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
- Origin=3
-
- [DB_DeleteButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=53
- Origin=3
-
- [DB_TagButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=131
- Origin=3
-
- ################################################################
-
-
- **RECORDER**
-
- [MMJBRecorder]
- RecProgressColor=198,221,237
- RecWarningColor=209,78,95
- RecSuccessColor=244,248,252
- RecFailureColor=209,78,95
- MarginLeft=16
- MarginTop=22
- MarginRight=16
- MarginBottom=20
- MinWidth=272
- MinHeight=161
- Dimension=0,0,391,313
- LeftTopCornerRegion=4,0,5,1,3,3,1,5,0
- RightTopCornerRegion=5,28,0,30,1,31,2,32,4,33,5
- RightBottomCornerRegion=6,33,52,32,53,31,55,30,56,28,57,27,58
- LeftBottomCornerRegion=5,6,58,5,57,3,56,1,54,0,52
- ## - UNUSED
- BkgBmpFile=mmrecbk.bmp
-
- [RackTitle]
- Font=Arial,8,FW_SEMIBOLD
- Dimension=46,5,124,17
- NcBackColor=245,245,245
- Origin=0
-
- [GL_HelpButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,14,14
- LocInBitmap=0
-
- [REC_ButtonBar]
- BackColor=245,245,245
- Dimension=0,0,0,33
- Origin=0
-
- [REC_StartButton]
- Border=0
- UseTiles=1
- Font=Arial,8,FW_BOLD
- ButtonTileLeft=rec_btn_start.bmp
- ButtonTileCenter=rec_btn_mid.bmp
- ButtonTileRight=rec_btn_rt.bmp
- ButtonOverlayLeft=button_over_lft.bmp
- ButtonOverlayCenter=button_over_center.bmp
- ButtonOverlayRight=button_over_rt.bmp
- Dimension=0,1,100,30
- Origin=0
-
- [REC_CancelButton]
- Border=0
- UseTiles=1
- Font=Arial,8,FW_BOLD
- ButtonTileLeft=rec_btn_cancel.bmp
- ButtonTileCenter=rec_btn_mid.bmp
- ButtonTileRight=rec_btn_rt.bmp
- ButtonOverlayLeft=button_over_lft.bmp
- ButtonOverlayCenter=button_over_center.bmp
- ButtonOverlayRight=button_over_rt.bmp
- Dimension=0,1,100,30
- Origin=0
-
- # this button actually says "Track Break" on it
- [REC_StopButton]
- Border=0
- UseTiles=1
- Font=Arial,8,FW_BOLD
- ButtonTileLeft=rec_btn_lft.bmp
- ButtonTileCenter=rec_btn_mid.bmp
- ButtonTileRight=rec_btn_rt.bmp
- ButtonOverlayLeft=button_over_lft.bmp
- ButtonOverlayCenter=button_over_center.bmp
- ButtonOverlayRight=button_over_rt.bmp
- Dimension=102,1,183,30
- Origin=0
-
- [REC_ToolsButton]
- Border=0
- UseTiles=1
- Font=Arial,8,FW_BOLD
- ButtonTileLeft=rec_btn_lft.bmp
- ButtonTileCenter=rec_btn_mid.bmp
- ButtonTileRight=rec_btn_tools.bmp
- ButtonOverlayLeft=button_over_lft.bmp
- ButtonOverlayCenter=button_over_center.bmp
- ButtonOverlayRight=button_over_rt.bmp
- Dimension=55,1,-1,30
- Origin=1
-
- [REC_AlbumBar]
- BackColor=195,195,197
- Dimension=0,33,0,72
- Origin=0
-
- [REC_RipBitmap]
- Bitmap=rip.bmp
- Dimension=-1,33,45,72
- Origin=0
-
- [REC_AlbumLabel]
- Dimension=45,34,0,55
- Font=Arial,13,FW_BOLD
- TextColor=0,0,0
- TextBackColor=224,232,239
- Origin=0
- Border=0
- UseClientColors=1
- SetEditable=1
-
- [REC_ArtistLabel]
- Dimension=45,55,0,71
- Font=Arial,9,FW_NORMAL
- TextColor=0,0,0
- TextBackColor=224,232,239
- Origin=0
- Border=0
- UseClientColors=1
- SetEditable=1
-
- [REC_SelectBar]
- BackColor=232,232,232
- Dimension=0,72,0,87
- Origin=0
-
- [REC_SelectAllNoneButton]
- Dimension=0,72,0,87
- Origin=0
- Border=0
- UseTiles=1
- ButtonTileLeft=rec_sel_lft.bmp
- ButtonTileCenter=rec_sel_mid.bmp
- ButtonTileRight=rec_sel_rt.bmp
- ButtonOverlayLeft=rec_no_over_lft.bmp
- ButtonOverlayCenter=rec_no_over_mid.bmp
- ButtonOverlayRight=rec_no_over_rt.bmp
- Font=Arial,9,FW_NORMAL
- HoverFont=Arial,9,FW_NORMAL
- DisabledFont=Arial,9,FW_NORMAL
- CheckedFont=Arial,9,FW_NORMAL
- PressedFont=Arial,9,FW_NORMAL
- TextColor=43,52,91
- HoverTextColor=43,52,91
- DisabledTextColor=43,52,91
- CheckedTextColor=43,52,91
- PressedTextColor=43,52,91
- TextGlow=0,0,0;0;0;0
- HoverTextGlow=0,0,0;0;0;0
- DisabledTextGlow=0,0,0;0;0;0
- CheckedTextGlow=0,0,0;0;0;0
- PressedTextGlow=0,0,0;0;0;0
-
- # the dimensions here are based on the upgrade button being below it
- # and visible. the code will take care of extending the grid if
- # the upgrade button is not present.
- [REC_TrackGrid]
- Border=0
- ProgressBorderColor=0,0,0
- TextColor=43,52,91
- TextBackColor=244,248,252
- Dimension=0,87,0,-33
- Origin=0
- GridBorder=0
- TrackNumberColumnWidth=10
- ColumnWidthTrackNumber=20
- ColumnWidthCheckBox=15
- ColumnWidthIcon=17
- ColumnWidthMinTrackName=14
- ColumnWidthRecordProgress=55
- ColumnWidthTrackLength=50
-
- # this may or may not be visible - depending on whether the user is
- # a plus user or not. this button must be directly under (and exactly
- # as wide as) the track grid (see REC_TrackGrid above)
- [REC_UpgradeButton]
- Dimension=0,33,0,17
- Origin=2
- Border=0
- UseTiles=1
- Enabled=1
- ButtonTileLeft=rec_upgrd_lft.bmp
- ButtonTileCenter=rec_upgrd_mid.bmp
- ButtonTileRight=rec_upgrd_rt.bmp
- ButtonOverlayLeft=rec_no_over_lft.bmp
- ButtonOverlayCenter=rec_no_over_mid.bmp
- ButtonOverlayRight=rec_no_over_rt.bmp
- Font=Arial,9,FW_NORMAL
- HoverFont=Arial,9,FW_NORMAL
- DisabledFont=Arial,9,FW_NORMAL
- CheckedFont=Arial,9,FW_NORMAL
- PressedFont=Arial,9,FW_NORMAL
- TextColor=43,52,91
- HoverTextColor=43,52,91
- DisabledTextColor=43,52,91
- CheckedTextColor=43,52,91
- PressedTextColor=43,52,91
- TextGlow=0,0,0;0;0;0
- HoverTextGlow=0,0,0;0;0;0
- DisabledTextGlow=0,0,0;0;0;0
- CheckedTextGlow=0,0,0;0;0;0
- PressedTextGlow=0,0,0;0;0;0
-
-
- [REC_StatusButton]
- Dimension=0,17,0,0
- Font=Arial,9,FW_BOLD
- TextColor=69,77,114
- Origin=2
- Border=0
- UseClientColors=1
- ButtonTileLeft=rec_stat_lft.bmp
- ButtonTileCenter=rec_stat_mid.bmp
- ButtonTileRight=rec_stat_rt.bmp
- ButtonOverlayLeft=rec_no_over_lft.bmp
- ButtonOverlayCenter=rec_no_over_mid.bmp
- ButtonOverlayRight=rec_no_over_rt.bmp
-
-
- ##########################################################
- **MINIPLAYER**
-
- [MMJBPlayerSmall]
- Dimension=0,0,436,22
- ## - PHASE OUT
- BkgBmpFile="tinyplbk.bmp"
- PlayBtnSetXY=15,68
- LabelXY=16,36
- LabelDim=16,36,235,56
- DLen=0
- Data=
-
-
- [PLSML_PrevButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=118,1,134,21
- LocInBitmap=0
-
- [PLSML_PlayButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=134,1,152,21
- LocInBitmap=16
-
- [PLSML_NextButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=152,1,166,21
- LocInBitmap=34
-
- [PLSML_PauseButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=166,1,180,21
- LocInBitmap=48
-
- [PLSML_StopButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=180,1,196,21
- LocInBitmap=62
-
-
- [PLSML_Volume]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=38,7,116,16
- DimensionKnob=0,0,155,9
- MinPosition=6
- MaxPosition=72
- NumLevels=20
- Orientation=2
- KnobLevel=0
-
- [PLSML_Progress]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=201,14,370,19
- DimensionKnob=0,0,339,5
- MinPosition=5
- MaxPosition=164
- NumLevels=20
- Orientation=0
- KnobLevel=0
-
- [PLSML_TrackName]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=202,4,370,13
- Font=Arial,7,FW_NORMAL
- TextColor=70,80,122
- TextBackColor=207,215,224
- Align=1
- ScrollText=yes
- BackTransparent=1
-
- [PLSML_NormalModeButton]
- ClassName="MMJBCtrl.PushBtnCtrl.1"
- Dimension=384,4,400,18
- LocInBitmap=0
-
- [PLSML_IconizeButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=400,4,418,18
- LocInBitmap=16
-
- [PLSML_CloseButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=418,4,432,18
- LocInBitmap=34
-
-
-
- **UNUSED**
-
- ## -- UNUSED
- [PLS_DeleteButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=538,18,588,28
- LocInBitmap=93
-
-
-
-
- ## -- UNUSED
- [DB_GetMusicButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=275,0,337,11
- LocInBitmap=140
-
- ## -- UNUSED
- [DB_VScroll]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=511,30,526,169
- DimensionKnob=0,0,8,13
- NumLevels=10
- Orientation=1
- KnobLevel=10
-
- ## -- UNUSED
- [DB_HScroll]
- Dimension=14,174,510,180
-
- ClassName="SLIDER.MMJBSliderCtrl.1"
- DimensionKnob=0,0,13,8
- NumLevels=20
- Orientation=0
- KnobLevel=0
-
-
-
-
-
-
-
-
-
-
-
- ## -- UNUSED
- [REC_PauseButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=70,21,96,49
- LocInBitmap=61
-
-
-
- ## -- UNUSED
- [REC_CDDBButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=122,24,156,49
- LocInBitmap=0
-
-
-
- ## -- UNUSED
- [REC_VScroll]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=511,30,526,169
- DimensionKnob=0,0,8,13
- NumLevels=10
- Orientation=1
- KnobLevel=10
-
-
- [MMJBCaption]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=0,0,-1,-1
- Font=Arial,11,FW_BOLD
- TextColor=255,213,153
- TextBackColor=236,137,0
- Align=0
- ScrollText=no
- ## -- UNUSED
- BackTransparent=1
-
- ## -- UNUSED
- [PLSML_Progress]
- ClassName="SLIDER.MMJBSliderCtrl.1"
- Dimension=113,79,225,90
- DimensionKnob=0,0,31,11
- MinPosition=19
- MaxPosition=92
- NumLevels=20
- Orientation=0
- KnobLevel=0
-
- ## -- UNUSED
-
-
- ## -- UNUSED
- [PLSML_Artist]
- ClassName="MMJBCTRL.LabelCtrl.1"
- Dimension=117,53,225,65
- TextColor=0,231,243
- TextBackColor=1,15,60
- Font=Arial,8,FW_NORMAL
- Align=0
- ScrollText=yes
-
- [GL_MaxButton]
- ClassName="MMJBCTRL.PushBtnCtrl.1"
- Dimension=0,0,-1,-1
- LocInBitmap=0
-