home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Vyzkuste
/
Prehravacedivx
/
Prehravacedivx.exe
/
zplay290.exe
/
Skin
/
uminskin.skn
< prev
Wrap
Text File
|
2002-06-15
|
2KB
|
84 lines
Ultra Minimalist by Blight
// Base Information used when loading the skin:
SkinFilename = (minskin.bmp)
// Initial settings:
iWinWidth = (326)
iWinHeight = (246)
iVidWidth = (320)
iVidHeight = (240)
iVidLeft = (3)
iVidTop = (3)
iMinWidth = (60)
iMinHeight = (45)
cBarTLColor = (A06000)
cBarFontSize = (8)
cBarFontYOfs = (-1)
cBarFontFace = (Small Font)
cBarFontColor = (FFFFFF)
cBarFontStyle = (Bold)
cBarButWidth = (12)
cBarButHeight = (11)
// Dynamic settings (items with window-size relative positioning):
cBarTLWidth = (<cBarWidth>-2)
cBarTLHeight = (9)
cBarTLLeft = (1)
cBarTLTop = (1)
// Functions used to render the skin:
// Control Bar Time Line
FillCBarRect(0,0,<cBarWidth>,<cBarHeight>,7F7F7F)
// Control Bar Button queue
AddBarButton(0,22,fnPlay)
AddBarButton(24,22,fnPause)
AddBarButton(48,22,fnSlowMotion)
AddBarButton(72,22,fnFastForward)
AddBarButton(0,33,fnPrevChapter)
AddBarButton(24,33,fnNextChapter)
AddBarButton(48,33,fnStop)
AddBarButton(72,33,fnPrevTrack)
AddBarButton(0,44,fnNextTrack)
AddBarButton(24,44,fnZoom)
AddBarButton(48,44,fnZoomIn)
AddBarButton(72,44,fnZoomOut)
AddBarButton(0,55,fnFitSource)
AddBarButton(24,55,fnMax)
AddBarButton(48,55,fnFullscreen)
AddBarButton(72,55,fnOpen)
AddBarButton(0,66,fnPresets)
AddBarButton(24,66,fnExit)
// TimeLine background source bitmap position
TimeLineCBarBG(16,3,20)
// Top Left corner
CopyBitmap(0,0,3,3,0,0)
// Top Right corner
CopyBitmap(38,0,3,3,<WinWidth>-3,0)
// Left area
TileBitmapV(43,0,3,20,0,3,<WinHeight>-6)
// Right area
TileBitmapV(48,0,3,20,<WinWidth>-3,3,<WinHeight>-6)
// Bottom left corner
CopyBitmap(38,17,3,3,0,<WinHeight>-3)
// Bottom area
TileBitmapH(0,17,20,3,3,<WinHeight>-3,<WinWidth>-6)
// Top area
TileBitmapH(16,0,20,3,3,0,<WinWidth>-6)
// Bottom Right corner
CopyBitmap(33,17,3,3,<WinWidth>-3,<WinHeight>-3)
// Fill Video Area with black
FillRect(3,3,<VidWidth>,<VidHeight>,000000)