Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                              ;;
  3. ;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
  4. ;; Distributed under terms of the GNU General Public License    ;;
  5. ;;                                                              ;;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.  
  8. include '../../skin.inc'
  9.  
  10. SKIN_PARAMS \
  11.   height          = bmp_base.height,\         ; skin height
  12.   margins         = [5:1:58:1],\                  ; margins [left:top:right:bottom]
  13.   colors active   = [binner=0x626262:bouter=0x131313:bframe=0x131313],\
  14.   colors inactive = [binner=0x626262:bouter=0x131313:bframe=0x2C2C2C],\
  15.   dtp             = 'col.dtp'
  16.  
  17. SKIN_BUTTONS \
  18.   close    = [-29:1][24:18],\                 ; buttons coordinates
  19.   minimize = [-56:1][22:18]                       ; [left:top][width:height]
  20.  
  21. SKIN_BITMAPS \
  22.   left active   = bmp_left,\
  23.   left inactive = bmp_left1,\
  24.   oper active   = bmp_oper,\
  25.   oper inactive = bmp_oper1,\
  26.   base active   = bmp_base,\
  27.   base inactive = bmp_base1
  28.  
  29. BITMAP bmp_left ,'la.bmp'
  30. BITMAP bmp_oper ,'ra.bmp'
  31. BITMAP bmp_base ,'ca.bmp'
  32. BITMAP bmp_left1,'li.bmp'
  33. BITMAP bmp_oper1,'ri.bmp'
  34. BITMAP bmp_base1,'ci.bmp'
  35.