home *** CD-ROM | disk | FTP | other *** search
/ Freelog 8 / Freelog008.iso / Efx / OLDSKINS.TXT < prev    next >
Text File  |  1998-11-21  |  866b  |  29 lines

  1. # Name: oldskin
  2. # Author: tfboc <tfboc@thirty4.com>
  3. # Description: generic skinscript to be used with old 0.1.0 skins
  4.  
  5. # Usage:
  6. # Rename this file to skininfo.txt and place it in the directory of
  7. # any old 0.1.0 skin, and they should work with minimal or no modications
  8. # at all in 0.3.0. if they look funny, you might have to resize the bmps
  9. # as some authors of 0.1.0 skins didn't size all their bmp's the same
  10.  
  11. BEGINTOP
  12.         RIGHT BUTTON titlebar.bmp STRETCH BTN_MOVE
  13.     RIGHT BUTTON btn-min.bmp NORMAL BTN_MIN
  14.     RIGHT BUTTON btn-max.bmp NORMAL BTN_MAX
  15.     RIGHT BUTTON btn-close.bmp NORMAL BTN_CLOSE
  16. ENDTOP
  17.  
  18. BEGINLEFT
  19.         TOP BUTTON fr-left.bmp STRETCH BTN_SIZE_LEFT
  20. ENDLEFT
  21.  
  22. BEGINRIGHT
  23.         TOP BUTTON fr-right.bmp STRETCH BTN_SIZE_RIGHT
  24. ENDRIGHT
  25.  
  26. BEGINBOTTOM
  27.         RIGHT BUTTON fr-bottom.bmp STRETCH BTN_SIZE_BOTTOM
  28. ENDBOTTOM
  29.