Subversion Repositories Kolibri OS

Rev

Go to most recent revision | 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 'me_skin.inc'
  9.  
  10. SKIN_PARAMS \
  11.   height          = bmp_base.height,\     ; skin height
  12.   margins         = [12:1:43:1],\         ; margins [left:top:right:bottom]
  13.   colors active   = [binner=0x00081d:\    ; border inner color
  14.                      bouter=0x00081d:\    ; border outer color
  15.                      bframe=0x4269A4],\   ; border frame color
  16.   colors inactive = [binner=0x00081d:\    ; border inner color
  17.                      bouter=0x00081d:\    ; border outer color
  18.                      bframe=0x5C7394],\   ; border frame color
  19.   dtp             = 'colour.dtp'          ; dtp colors
  20.  
  21. SKIN_BUTTONS \
  22.   close    = [-18:4][12:12],\             ; buttons coordinates
  23.   minimize = [-34:6][12:12]               ; [left:top][width:height]
  24.  
  25. SKIN_BITMAPS \
  26.   left active   = bmp_left,\              ; skin bitmaps pointers
  27.   left inactive = bmp_left1,\
  28.   oper active   = bmp_oper,\
  29.   oper inactive = bmp_oper1,\
  30.   base active   = bmp_base,\
  31.   base inactive = bmp_base1
  32.  
  33. BITMAP bmp_left ,'left.bmp'               ; skin bitmaps
  34. BITMAP bmp_oper ,'oper.bmp'
  35. BITMAP bmp_base ,'base.bmp'
  36. BITMAP bmp_left1,'left_1.bmp'
  37. BITMAP bmp_oper1,'oper_1.bmp'
  38. BITMAP bmp_base1,'base_1.bmp'
  39.