home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / Bas / Musique / CDRun / SKIN2.TXT < prev   
Text File  |  2000-02-02  |  3KB  |  86 lines

  1. ===============================================================================
  2.  CDrun 2                        10 December 1999 
  3.  Skin Documentation
  4. ===============================================================================
  5.  
  6. All BMP have to be in non compresed 24bit format!
  7. Full window size 260*104.
  8.  
  9. titlebar.bmp 230*28
  10.     0,0,229,13    - active title bar view
  11.     0,14,229,27    - non active title bar view
  12.  
  13. sysbutn.bmp 30*28
  14.     0,0,14,13    - minimize button normal state view
  15.     15,0,29,13    - close button normal state view
  16.     0,14,14,27    - minimize button pressed state view
  17.     15,14,29,27    - close button pressed state view
  18.  
  19. text.bmp 260*77 (width can be larger, but not smaller than 260)
  20.     0,0,259,10    - group of letters with width = 6 pix (with 1pix space)
  21.     0,11,259,21    - -"- width = 5
  22.     0,22,259,32    - -"- width = 4
  23.     0,33,259,43    - -"- width = 3
  24.     0,44,259,54    - -"- width = 2
  25.     0,55,259,65    - must be clear background block
  26.     0,66,259,76    - character (width=4), which will be displayed in place of unknown character
  27.     All letter (except 6,7 rows) sequence is defined in file "text.bin"
  28.     Letters are placed in the same order as in the graphic view.
  29.     Letter groups are separated by "enter" (chr(13)+chr(10) in text.bin file)
  30.     Text.bin file size <=300 bytes.
  31.  
  32. digit.bmp 99*30
  33.     0,0,99,8    - letter (7*9) "0123456789:" set
  34.     0,9,99,20    - letter (9*12) "0123456789:" set
  35.     0,21,99,30    - symbol (7*9) set: play,stop,pause,empty
  36.  
  37. button.bmp 244*40
  38.     0,0,203,19    - six button (34*20): previous,play,pause,stop,next,eject
  39.               normal state view
  40.     0,20,203,39    - -"- pressed state
  41.     0,40,203,59    - -"- mouseover state
  42.     204,0,243,19    - -"- two button "select song","options"
  43.               normal state view
  44.     204,20,243,39    - -"- pressed state
  45.     204,40,243,59    - -"- mouseover state
  46.  
  47. main.bmp 260*90
  48.     6,5,209,50    - display window
  49.     7,63,210,82    - control button block
  50.     216,63,255,82   - second button block
  51.     6,53,209,60    - horizontal scroll bar
  52.     212,4,219,51    - vertical scroll bar
  53.  
  54. scroll.bmp 27*13
  55.     0,0,18,7    - horizontal scroll bar button
  56.     19,0,26,12    - vertical scroll bar button
  57.  
  58. -------------------------------------------------------------------------------
  59.  
  60. "info.ini" file is used for skin details.
  61. info.ini: (example)
  62.  
  63. []
  64. author=AmberRor
  65. version=2.0.0
  66. name=First & Not the Last
  67. releasedate=1999.10.26
  68. noanimation=0
  69. line1=
  70. line2=Enjoy the chance to change
  71. line3=the program face.
  72. line4=
  73. line5=
  74. line6=
  75. line7=
  76. line8=
  77. line9=
  78.  
  79. -------------------------------------------------------------------------------
  80.  
  81. You can send me your zipped skins by email. I will put them into my
  82. website (better ones): http://come.to/amberror
  83.  
  84. -------------------------------------------------------------------------------
  85. Copyright (c) 1999-2000 AmberRor.
  86.