home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / UTIL / BSPlayer / bsplay.exe / $INSTDIR / Skins / Base / skin.ini < prev    next >
Encoding:
INI File  |  2004-01-30  |  3.2 KB  |  130 lines

  1. [BSPlayer.Skin]
  2. Version=1.00
  3.  
  4. [Settings]
  5. ; 0 - Two separate windows, one movie window the other with controls (skinned)
  6. ; 1 - One window only (not fully supported yet)
  7. SkinType=0
  8. ; File name of the main image
  9. MainImg=Main.bmp
  10.  
  11. ;0-Normal
  12. ;1-Skin can be any shape, pixel at top left corner (position 0,0) is transparent color
  13. MainAnySape=1
  14. Ext=.bmp
  15.  
  16. ;Load specified font
  17. ;
  18. ;LoadFont1=MyFont.ttf
  19. ;LoadFont2=AnotherFont.ttf
  20.  
  21. ; Button definitions
  22. ; BtnX=<name>,xpos,ypos,<type>,<action>[;<Description>]
  23. ; <name>   - this is file name of the image for button
  24. ;            Image files must be named name[n|d|u].bmp
  25. ;            n=normal, d=button down, u=mouse over
  26. ; xpos     - X position
  27. ; ypos     - Y postion
  28. ; <type>   - Button type
  29. ;             0-Normal buttons
  30. ;             1-Shaped buttons
  31. ;             2-Transparent (currently not supported in full screen skins)
  32. ;             3-Blend (not supported yet)
  33. ; <action> - All commands from bsp.h/bsp.pas, search for 'Other commands'
  34. ; <Description>
  35. [Buttons]
  36. ;Number of buttons
  37. Number=20
  38. Btn1=pause,98,116,0,21;Pause
  39. Btn2=stop,176,116,0,22;Stop
  40. Btn3=play,129,116,0,20;Play
  41. Btn4=prev,207,116,0,25;Prev
  42. Btn5=next,238,116,0,28;Next
  43. Btn6=open,67,116,0,63;Open
  44. Btn7=exit,409,93,0,77;Exit
  45. Btn8=minimize,413,74,0,59;Minimize
  46. Btn9=ab,420,54,0,70;About
  47. Btn10=vold,346,112,0,2;Volume down
  48. Btn11=volu,360,112,0,1;Volume up
  49. Btn12=fs,118,86,0,10;Full screen
  50. Btn13=opt,268,86,0,7;Preferences
  51. Btn14=pchap,56,86,0,26;Previous chapter
  52. Btn15=nchap,87,86,0,29;Next chapter
  53. Btn16=b1,148,86,0,83;Increase subtitle font
  54. Btn17=b2,178,86,0,84;Decrease subtitle font
  55. Btn18=b3,208,86,0,34;Playlist
  56. Btn19=b4,238,86,0,62;Load subtitles
  57. Btn20=mute,323,75,0,35;Mute
  58.  
  59. [Display]
  60. ; x,y;<font name>,<size>,<style>;<Font color>
  61. ; style can be N - Nornal font
  62. ;              B - Bold
  63. ;              I - Italic
  64. ;              U - Underline
  65. ; or combination of above, for ex. Bold italic -> BI
  66.  
  67. ; Movie title/file name
  68. Title=63,13;Arial,9,B;000000
  69. ; Max width of title, if it's longer it will be scrolled
  70. MaxTitleWidth=242
  71.  
  72. ;Version=253,88;Arial,8,B;71964F
  73. MovInfo=205,43;Arial,9,N;000000
  74. Status=313,13;Arial,9,N;000000
  75. MovTimeLen=63,43;Arial,11,B;000000
  76. sRepeat=63,33;Arial,7,N;000000
  77. Subs=205,34;Arial,7,N;000000
  78.  
  79. [TrackBar]
  80. ; Position and size
  81. ; x,y,w,h (w,h is ignored if TrackKind=HB,VB)
  82. PosSize=57,73,250,5
  83.  
  84. ; Track bar kind, 
  85. ;  H-Horizontal, V-Vertical, HB-Custom bitmap horizontal, VB-Custom bitmap vertical
  86. ;  HBtn - button Horizontal, VBtn - button Vertical
  87. Kind=HB
  88.  
  89. ;If TrackKind=HB, name of the bitmap that will be used
  90. Bitmap=seek.bmp
  91.  
  92. ; If HBtn or VBtn
  93. ;ButtonImg=VolBtn.bmp
  94.  
  95. //Set this to 1 for transparent background
  96. TransparentBg=0
  97.  
  98. Border=1
  99. BorderColor=000000
  100. ; Ignored for HB,VB
  101. Color=313A31
  102. MouseOverColor=313A31
  103. BackColor=000000
  104.  
  105.  
  106.  
  107. ; same parameters as TrackBar
  108. [Volume]
  109. Kind=HB
  110. Bitmap=volume.bmp
  111. PosSize=315,70,60,32
  112. TransparentBg=0
  113.  
  114. [GUI]
  115. MenuBackClr=6995B8
  116. MenuBackClrIco=234F7C
  117. MenuSelBackClr=E3F7F8
  118. MenuFontClr=000000
  119. MenuSelFontClr=000000
  120. MenuDisFontClr=BF803F
  121. MenuSeparatorClr=3F502B
  122. PlayListBackClr=0C76A2
  123. PlayListTextClr=000000
  124. PlayListActTextClr=FFFFFF
  125.  
  126. [Text]
  127. Author=TinaZ, tina@webteh.com
  128. URL=
  129. Description=Base skin
  130.