home *** CD-ROM | disk | FTP | other *** search
Wrap
Default Media Skin (sample) by Blight // FileName SkinFileName = (default.bmp) // Initial settings: iWinWidth = (422) iWinHeight = (394) iVidWidth = (408) iVidHeight = (306) iVidLeft = (7) iVidTop = (27) iMinWidth = (360) iMinHeight = (270) tLineFontSize = (10) tLineFontYOfs = (1) tLineFontFace = (Tahoma) tLineFontColor = (FFFFFF) tLineFontStyle = (Bold) cBarFontSize = (20) cBarFontYOfs = (-1) cBarFontFace = (Tahoma) cBarFontColor = (FFFFFF) cBarFontStyle = (Bold) cBarButWidth = (34) cBarButHeight = (35) iTransColor = (FF00FF) // Dynamic settings (items with window-size relative positioning): tLineWidth = (<WinWidth>-184) tLineHeight = (16) tLineLeft = (5) tLineTop = (<WinHeight>-55) cBarTLWidth = (<cBarWidth>-8) cBarTLHeight = (26) cBarTLLeft = (4) cBarTLTop = (4) // TimeLine background and foreground source bitmap position TimeLineFG(36,185,60) TimeLineBG(36,169,60) TimeLineStart(64,208,16) TimeLineEnd(32,208,16) // Control Bar TimeLine background source bitmap position TimeLineCBarFG(40,434,60) TimeLineCBarBG(100,434,60) TimeLineCBarStart(0,434,10) TimeLineCBarEnd(20,434,10) // User Interface elements such as Volume and Play Rate Controls VolumeExData(SrcX=184,SrcY=0,DestX=<WinWidth>-70,DestY=<WinHeight>-55,Width=64,Height=16,Images=24) RateExData(SrcX=136,SrcY=210,DestX=<WinWidth>-122,DestY=<WinHeight>-55,Width=48,Height=16) BalanceExData(SrcX=136,SrcY=322,DestX=<WinWidth>-174,DestY=<WinHeight>-55,Width=48,Height=16) // Left Control Bar Side CopyCBarBitmap(128,163,2,35,0,0) // Right Control Bar Side CopyCBarBitmap(134,224,2,35,<cBarWidth>-2,0) // Control Bar Background TileCBarBitmapH(130,163,30,35,2,0,<cBarWidth>-4) // Fill Background TileBitmapA(0,0,160,160,0,0,<WinWidth>,<WinHeight>) // Top Left corner CopyBitmap(4,163,16,16,0,0) // Top Right corner CopyBitmap(20,163,16,16,<WinWidth>-16,0) // Bottom Left corner CopyBitmap(4,179,16,16,0,<WinHeight>-16) // Bottom Right corner CopyBitmap(20,179,16,16,<WinWidth>-16,<WinHeight>-16) // Left Bar TileBitmapV(163,106,2,60,0,16,<WinHeight>-32) // Right Bar TileBitmapV(163,42,2,60,<WinWidth>-2,16,<WinHeight>-32) // Top Bar TileBitmapH(36,163,60,2,16,0,<WinWidth>-32) // Bottom Bar TileBitmapH(36,165,60,3,16,<WinHeight>-3,<WinWidth>-32) // FileName Area CopyBitmap(16,208,16,16,6,6) TileBitmapH(36,169,60,16,22,6,<WinWidth>-104) CopyBitmap(48,208,16,16,<WinWidth>-82,6) // Draw Filename Text DrawExText(DestX=12,DestY=7,Width=<WinWidth>-85,Height=15,Align=Center,FontName=Tahoma,FontSize=12,FontColor=505050,FontStyle=Bold,Text=<FileBase>) DrawExText(DestX=13,DestY=6,Width=<WinWidth>-85,Height=15,Align=Center,FontName=Tahoma,FontSize=12,FontColor=505050,FontStyle=Bold,Text=<FileBase>) DrawExText(DestX=12,DestY=5,Width=<WinWidth>-85,Height=15,Align=Center,FontName=Tahoma,FontSize=12,FontColor=505050,FontStyle=Bold,Text=<FileBase>) DrawExText(DestX=11,DestY=6,Width=<WinWidth>-85,Height=15,Align=Center,FontName=Tahoma,FontSize=12,FontColor=505050,FontStyle=Bold,Text=<FileBase>) DrawExText(DestX=12,DestY=6,Width=<WinWidth>-85,Height=15,Align=Center,FontName=Tahoma,FontSize=12,FontColor=E4E4E4,FontStyle=Bold,Text=<FileBase>) // Video Area FillRect(7,27,<VidWidth>,<VidHeight>,000000) // Video Left Frame TileBitmapV(161,0,1,150,6,26,<VidHeight>+2) // Video Right Frame TileBitmapV(160,0,1,150,<VidWidth>+7,26,<VidHeight>+2) // Video Top Frame TileBitmapH(0,161,160,1,6,26,<VidWidth>+2) // Video Bottom Frame TileBitmapH(0,160,160,1,6,<VidHeight>+27,<VidWidth>+2) ResizeBox(<WinWidth>-8,<WinHeight>-8,8,8,0) // Top-Right buttons CreateExButton(Type=Normal,SrcX=96,SrcY=162,Width=16,Height=16,DestX=<WinWidth>-22,DestY=6,Function=fnExit,Hint=Exit Program) CreateExButton(Type=Normal,SrcX=96,SrcY=178,Width=16,Height=16,DestX=<WinWidth>-42,DestY=6,Function=fnMax,Hint=Maximize Window) CreateExButton(Type=Normal,SrcX=96,SrcY=194,Width=16,Height=16,DestX=<WinWidth>-62,DestY=6,Function=fnMinimize,Hint=Minimize Window) // Bottom Left buttons CreateExButton(Type=Normal,SrcX= 71,SrcY=227,DownX=105,Width=29,Height=29,DestX= 5,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnPrevChapter,Hint=Previous Chapter/Track) CreateExButton(Type=Normal,SrcX= 3,SrcY=332,DownX= 37,Width=29,Height=29,DestX= 35,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnRewind,Hint=Rewind) CreateExButton(Type=Normal,SrcX= 3,SrcY=262,DownX= 37,Width=29,Height=29,DestX= 65,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnStop,Hint=Stop) CreateExButton(Type=Normal,SrcX= 3,SrcY=227,DownX= 37,Width=29,Height=29,DestX= 95,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnPlay,Hint=Play/Pause) CreateExButton(Type=Normal,SrcX= 3,SrcY=297,DownX= 37,Width=29,Height=29,DestX=125,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnFastForward,Hint=Fast Forward) CreateExButton(Type=Normal,SrcX= 71,SrcY=262,DownX=105,Width=29,Height=29,DestX=155,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnNextChapter,Hint=Next Chapter/Track) // Bottom Right buttons CreateExButton(Type=Normal,SrcX= 71,SrcY=367,DownX=105,Width=29,Height=29,DestX=<WinWidth>-185,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnFullscreen,Hint=Fullscreen to Max) CreateExButton(Type=Normal,SrcX= 3,SrcY=367,DownX= 37,Width=29,Height=29,DestX=<WinWidth>-155,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnZoom,Hint=Fullscreen to Zoom) CreateExButton(Type=Normal,SrcX= 71,SrcY=402,DownX=105,Width=29,Height=29,DestX=<WinWidth>-125,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnOptions,Hint=Options) CreateExButton(Type=Normal,SrcX= 71,SrcY=297,DownX=105,Width=29,Height=29,DestX=<WinWidth>- 95,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnEject,Hint=Eject) CreateExButton(Type=Normal,SrcX= 3,SrcY=402,DownX= 37,Width=29,Height=29,DestX=<WinWidth>- 65,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnPlayList,Hint=Play List) CreateExButton(Type=Normal,SrcX= 71,SrcY=332,DownX=105,Width=29,Height=29,DestX=<WinWidth>- 35,DestY=<WinHeight>-35,TransColor=FF00FF,Function=fnOpen,Hint=Open Files) // Control Bar Buttons AddBarButton(68,224,fnPrevChapter,Previous Chapter/Track) AddBarButton(0,329,fnRewind,Rewind) AddBarButton(0,259,fnStop,Stop) AddBarButton(0,224,fnPlay,Play / Pause) AddBarButton(0,294,fnFastForward,Fast Forward) AddBarButton(68,259,fnNextChapter,Next Chapter/Track) AddBarButton(68,364,fnFullscreen,Fullscreen to Max) AddBarButton(0,364,fnZoom,Fullscreen to Zoom) AddBarButton(68,399,fnOptions,Options) AddBarButton(68,294,fnEject,Eject) AddBarButton(0,399,fnPlayList,Play List) AddBarButton(68,329,fnOpen,Open Media)