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   
Text File  |  2002-06-15  |  2KB  |  84 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. FillRect(3,3,<VidWidth>,<VidHeight>,000000)
  84.