home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 February / PCWorld_2004-02_cd.bin / software / vyzkuste / jaknavideo / jaknavideo.exe / zp320pro-trial.exe / Skin / uminskin.skn < prev   
Text File  |  2003-04-19  |  5KB  |  106 lines

  1. Ultra Minimalist by Blight
  2.  
  3. // Base Information used when loading the skin:
  4. SkinFilename    = (minskin.bmp)
  5.  
  6. // Initial settings:
  7. iWinWidth       = (326)
  8. iWinHeight      = (246)
  9. iVidWidth       = (320)
  10. iVidHeight      = (240)
  11. iVidLeft        = (3)
  12. iVidTop         = (3)
  13. iMinWidth       = (60)
  14. iMinHeight      = (45)
  15. cBarTLColor     = (A06000)
  16. cBarFontSize    = (8)
  17. cBarFontYOfs    = (-1)
  18. cBarFontFace    = (Small Font)
  19. cBarFontColor   = (FFFFFF)
  20. cBarFontStyle   = (Bold)
  21. cBarButWidth    = (12)
  22. cBarButHeight   = (11)
  23.  
  24. // Dynamic settings (items with window-size relative positioning):
  25. cBarTLWidth     = (<cBarWidth>-2)
  26. cBarTLHeight    = (9)
  27. cBarTLLeft      = (1)
  28. cBarTLTop       = (1)
  29.  
  30. // Functions used to render the skin:
  31.  
  32. // Control Bar Time Line
  33. FillCBarRect(0,0,<cBarWidth>,<cBarHeight>,7F7F7F)
  34.  
  35. // Control Bar Button queue
  36. AddBarButton(0,22,fnPlay)
  37. AddBarButton(24,22,fnPause)
  38. AddBarButton(48,22,fnSlowMotion)
  39. AddBarButton(72,22,fnFastForward)
  40. AddBarButton(0,33,fnPrevChapter)
  41. AddBarButton(24,33,fnNextChapter)
  42. AddBarButton(48,33,fnStop)
  43. AddBarButton(72,33,fnPrevTrack)
  44. AddBarButton(0,44,fnNextTrack)
  45. AddBarButton(24,44,fnZoom)
  46. AddBarButton(48,44,fnZoomIn)
  47. AddBarButton(72,44,fnZoomOut)
  48. AddBarButton(0,55,fnFitSource)
  49. AddBarButton(24,55,fnMax)
  50. AddBarButton(48,55,fnFullscreen)
  51. AddBarButton(72,55,fnOpen)
  52. AddBarButton(0,66,fnPresets)
  53. AddBarButton(24,66,fnExit)
  54.  
  55. // TimeLine background source bitmap position
  56. TimeLineCBarBG(16,3,20)
  57.  
  58. // Top Left corner
  59. CopyBitmap(0,0,3,3,0,0)
  60.  
  61. // Top Right corner
  62. CopyBitmap(38,0,3,3,<WinWidth>-3,0)
  63.  
  64. // Left area
  65. TileBitmapV(43,0,3,20,0,3,<WinHeight>-6)
  66.  
  67. // Right area
  68. TileBitmapV(48,0,3,20,<WinWidth>-3,3,<WinHeight>-6)
  69.  
  70. // Bottom left corner
  71. CopyBitmap(38,17,3,3,0,<WinHeight>-3)
  72.  
  73. // Bottom area
  74. TileBitmapH(0,17,20,3,3,<WinHeight>-3,<WinWidth>-6)
  75.  
  76. // Top area
  77. TileBitmapH(16,0,20,3,3,0,<WinWidth>-6)
  78.  
  79. // Bottom Right corner
  80. CopyBitmap(33,17,3,3,<WinWidth>-3,<WinHeight>-3)
  81.  
  82. // Fill Video Area with black
  83. FillRectNT(3,3,<VidWidth>,<VidHeight>,000000)
  84.  
  85. // Play List
  86. FillPLRect(0,0,<PLWinWidth>,<PLWinHeight>,404040)
  87. FillPLRect(1,1,<PLWinWidth>-2,<PLWinHeight>-2,A0A0A0)
  88. FillPLRect(2,2,<PLWinWidth>-4,<PLWinHeight>-4,404040)
  89. FillPLRect(<PLWinWidth>-20,2,1,17,606060)
  90. FillPLRect(<PLWinWidth>-77,2,1,17,606060)
  91. CreateExButton(Type=Normal,Target=PlayList,SrcX=66,SrcY=99,Width=11,Height=11,DestX=<PLWinWidth>- 16,DestY=5,Function=fnPlayList,Hint=Close Play List)
  92. CreateExButton(Type=Normal,Target=PlayList,SrcX=22,SrcY=99,Width=11,Height=11,DestX=<PLWinWidth>- 16,DestY=<PLWinHeight>-16,Function=fnPLItemDown,Hint=Move Selected Items Down)
  93. CreateExButton(Type=Normal,Target=PlayList,SrcX=44,SrcY=99,Width=11,Height=11,DestX=<PLWinWidth>- 30,DestY=<PLWinHeight>-16,Function=fnPLItemUp,Hint=Move Selected Items Up)
  94. CreateExButton(Type=Normal,Target=PlayList,SrcX= 0,SrcY=88,Width=11,Height=11,DestX=  5,DestY=<PLWinHeight>-16,ActiveX=22,ActiveY=88,Activate=RandomPlay,Function=fnRandomPlay,Hint=Random Play)
  95. CreateExButton(Type=Normal,Target=PlayList,SrcX=48,SrcY=66,Width=11,Height=11,DestX= 19,DestY=<PLWinHeight>-16,ActiveX=70,ActiveY=66,Activate=LoopPlay,Function=fnLoopPlay,Hint=Loop Current Track)
  96. CreateExButton(Type=Normal,Target=PlayList,SrcX=22,SrcY=77,Width=11,Height=11,DestX= 37,DestY=<PLWinHeight>-16,Function=fnPLAddFiles,Hint=Add Files to Play List)
  97. CreateExButton(Type=Normal,Target=PlayList,SrcX= 0,SrcY=77,Width=11,Height=11,DestX= 51,DestY=<PLWinHeight>-16,Function=fnPLAddDir,Hint=Add Directory to Play List)
  98. CreateExButton(Type=Normal,Target=PlayList,SrcX= 0,SrcY=99,Width=11,Height=11,DestX= 65,DestY=<PLWinHeight>-16,Function=fnPLRemove,Hint=Remove Selected Items)
  99. CreateExButton(Type=Normal,Target=PlayList,SrcX=55,SrcY=88,Width=11,Height=11,DestX= 79,DestY=<PLWinHeight>-16,Function=fnPLClear,Hint=Clear Play List)
  100. CreateExButton(Type=Normal,Target=PlayList,SrcX=66,SrcY=77,Width=11,Height=11,DestX= 93,DestY=<PLWinHeight>-16,Function=fnPLLoadList,Hint=Load Play List)
  101. CreateExButton(Type=Normal,Target=PlayList,SrcX=44,SrcY=77,Width=11,Height=11,DestX=107,DestY=<PLWinHeight>-16,Function=fnPLSaveList,Hint=Save Play List)
  102. CreateExButton(Type=Normal,Target=PlayList,SrcX=33,SrcY=88,Width=11,Height=11,DestX=121,DestY=<PLWinHeight>-16,Function=fnPLSort,Hint=Sort Play List)
  103. DrawExText(Target=PlayList,DestX=5,DestY=4,Width=<PLWinWidth>-80,Height=14,Align=Center,FontName=Tahoma,FontSize=11,FontColor=A0A0A0,FontStyle=None,Text=<PlayListItems>)
  104. DrawExText(Target=PlayList,DestX=<PLWinWidth>-77,DestY=4,Width=56,Height=14,Align=Right,FontName=Tahoma,FontSize=11,FontColor=A0A0A0,FontStyle=None,Text=<PlayListTotal>)
  105. PlayListData(DestX=5,DestY=19,MinWidth=169,MinHeight=80,Width=<PLWinWidth>-10,Height=<PLWinHeight>-38,Border=606060,Background=000000,Foreground=A0A0A0,SelectBorder=006FDF,SelectBG=008FFF,SelectFG=000000,Highlight=FFFFFF,ScrollBG=000000,ScrollFace=606060,ScrollDark=404040,ScrollLight=808080,ScrollWidth=13)
  106.