home *** CD-ROM | disk | FTP | other *** search
- VB-Amp Skin
- Winamp Import Skin
- 275,116,275,348,275,348
- *,"c:\program files\winamp\skins\","Winamp main bitmap|main.bmp","main.bmp"
- 2,1,0,0,0,0,0,0
-
- ;,======================================================================
- ;, Skin for Mimic 1.00 or higher, or VB-Amp Pro 1.05 or higher!
- ;,======================================================================
- ;,
- /, This is an "import" skin. It displays an open dialog and prompts
- /, you to select the "main.bmp" file from inside a Winamp skin directory
- /, then loads the individual Winamp bitmaps and assembles them into the
- /, proper main and resource bitmaps...
- ;,
- ;, Files are initially loaded into temp bitmaps to avoid seeing them draw.
- ;, The 'n' parameter is the bitmap#; 0=main, 1=resource, 2=temp
- ;,
- ;, The following commands are available:
- ;,
- ;, * Rn,Filename - Read a bitmap
- ;, * ?x,label - Jump to label on result of "R" command (1=true,0=false)
- ;, * :label - target of "?" command
- ;, * Wn,W,H - Set Width and Height of temp bitmap (0 or 1)
- ;, * Zn,X,Y,W,H,X2,Y2 - Blits from bitmap#2 to selected (0 or 1)
- ;, Y,X,W,H=source area , X2,Y2; destination
- ;, * USE - Copies the temp bitmaps to the real ones
- ;,======================================================================
- ;, The Main form
- R0,main.bmp
- W0,275,348
- R1,main.bmp
- R2,main.bmp
- Z1,69,26,09,13,125,2
-
- ;, Check which version of numbers file is used
- R2,nums_ex.bmp
- ?1,skip
- R2,numbers.bmp
- :skip
- Z1,000,0,99,13,020,2
-
- R2,text.bmp
- Z1,000,000,155,018,115,020
- R2,cbuttons.bmp
- Z0,000,000,114,018,016,088
- Z1,000,018,114,018,016,088
- Z0,114,000,022,016,136,089
- Z1,114,016,022,016,136,089
- R2,shufrep.bmp
- Z0,028,000,047,015,164,089
- Z0,000,000,028,015,211,089
- Z0,000,061,046,012,218,058
- Z1,000,073,046,012,218,058
- Z1,028,015,047,015,164,089
- Z1,000,015,028,015,211,089
- R2,titlebar.bmp
- Z0,027,000,275,014,000,000
- R2,posbar.bmp
- Z0,000,000,248,010,016,072
- Z1,278,000,029,010,016,072
- R2,text.bmp
- Z1,000,000,155,018,115,020
- R2,volume.bmp
- Z0,000,000,068,013,107,057
- Z0,000,000,042,013,172,057
- Z1,000,422,014,011,110,057
- Z1,000,422,014,011,174,057
-
- R2,pledit.bmp
- ;, Is there a playlist editor bitmap?
- ?1,skip
- ;, No, make playlist full size of bottom section
- X01,000,116,275,232,255,255,255,000,000,000,07,"Small Fonts","~Playlist"
- ?0,skip2
- :skip
- ;, Yes so include playlist elements/buttons
- B17,042,318,023,018,000,000,"" ,"Delete Entry"
- B21,230,318,023,018,000,000,"L","Load Playlist"
- B23,013,318,023,018,000,000,"F","Add File"
- X01,012,136,243,174,255,255,255,000,000,000,07,"Small Fonts","~Playlist"
- ;, now blit the graphics
- ;, Playlist Top
- Z0,000,000,025,020,000,116
- Z0,127,000,025,020,025,116
- Z0,127,000,025,020,050,116
- Z0,026,000,100,020,075,116
- Z0,127,000,025,020,175,116
- Z0,127,000,025,020,200,116
- Z0,127,000,025,020,225,116
- Z0,153,000,025,020,250,116
- ;, Left Side
- Z0,000,042,025,029,000,136
- Z0,000,042,025,029,000,165
- Z0,000,042,025,029,000,194
- Z0,000,042,025,029,000,223
- Z0,000,042,025,029,000,252
- Z0,000,042,025,029,000,281
- ;, Right Side
- Z0,026,042,025,029,250,136
- Z0,026,042,025,029,250,165
- Z0,026,042,025,029,250,194
- Z0,026,042,025,029,250,223
- Z0,026,042,025,029,250,252
- Z0,026,042,025,029,250,281
- ;, Bottom
- Z0,000,072,128,038,000,310
- Z0,179,000,025,038,127,310
- Z0,179,000,025,038,152,310
- Z0,179,000,025,038,177,310
- Z0,179,000,025,038,202,310
- Z0,228,072,048,038,227,310
-
- :skip2
- USE
-
- ;,===================================================================
- ;, Now, continue by defining the elements as usual
- ;,===================================================================
- ;, Buttons
- ;, x y w h x2 y2 key tooltip
- ;, --- --- --- --- --- --- --- -------
- B01,264,004,007,007,000,000,"X","Power (X)"
- B02,245,004,007,007,000,000,"/","Minimize (/)"
- B03,241,058,023,012,000,000,"V","Toggle Playlist (V)"
- B05,251,092,016,016,000,000,"?","Preferences (?)"
- B10,085,088,022,018,000,000,".","Stop (.)"
- B11,062,088,022,018,000,000,"Z","Pause (Z)"
- B12,039,088,022,018,000,000,"P","Play (P)"
- B13,136,089,022,016,000,000,"E","Eject/Load file (E)"
- B14,016,088,022,018,000,000,"-","Previous Track (-)"
- B15,108,088,022,018,000,000,"+","Next Track (+)"
- B16,014,041,004,007,000,000,"T","Song Info (T)"
- B27,212,087,024,019,000,000,"R","Repeat (R)"
- B28,164,087,047,019,000,000,"&","Shuffle (&)"
-
- ;, Add Jumpto functionality without buttons
- B39,000,000,000,000,000,000,"\013","Jump To"
- B40,000,000,000,000,000,000,"0",""
- B41,000,000,000,000,000,000,"1",""
- B42,000,000,000,000,000,000,"2",""
- B43,000,000,000,000,000,000,"3",""
- B44,000,000,000,000,000,000,"4",""
- B45,000,000,000,000,000,000,"5",""
- B46,000,000,000,000,000,000,"6",""
- B47,000,000,000,000,000,000,"7",""
- B48,000,000,000,000,000,000,"8",""
- B49,000,000,000,000,000,000,"9",""
- B50,000,000,000,000,000,000,".",""
- B63,000,000,000,000,000,000,"\008","Backspace"
-
- ;,===================================================================
- ;, (K) Link Buttons
- ;, x y w h x2 y2 key tooltip link
- ;, --- --- --- --- --- --- --- ------- ----
- K01,005,003,008,009,000,000,"K","Load WinAmp Skin (K)","winamp.skin"
-
- ;,===================================================================
- ;, (D) Digital Display Digits
- ;, x y x2 y2 w h w2 g s f ToolTip
- ;, --- --- --- --- --- --- --- - - -- -------
- D01,048,026,020,002,009,013,003,0,3, 0,"Track Time"
- D04,111,043,115,020,005,006,003,3,0,-3,"kbps"
- D05,156,043,115,020,005,006,003,3,0,-2,"kHz"
- D06,111,027,115,020,005,006,005,3,0,30,"Track Title"
-
- ;,===================================================================
- ;, (S) Slider
- ;, x y w h x2 y2 w2 h2 ToolTip
- ;, --- --- --- --- --- --- --- --- -------
- S01,016,072,220,000,016,072,029,010,"Playback position"
- S02,107,058,052,000,110,057,014,011,"Volume"
- S03,176,058,026,000,174,057,014,011,"Balance"
-
-
- END