Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1793 yogev_ezra 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	  = [5:1:43:1],\	  ; margins [left:top:right:bottom]
13
  colors active   = [binner=0x2c2a2c:\	  ; border inner color
14
		     bouter=0x2c2a2c:\	  ; border outer color
15
		     bframe=0x343a3e],\   ; border frame color
16
  colors inactive = [binner=0x2c2a2c:\	  ; border inner color
17
		     bouter=0x2c2a2c:\	  ; border outer color
18
		     bframe=0x343a3e],\   ; border frame color
19
  dtp		  = 'GREEN.dtp' 	 ; dtp colors
20
 
21
SKIN_BUTTONS \
22
  close    = [-18:5][15:14],\		  ; buttons coordinates
23
  minimize = [-35:5][15:14]		  ; [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_1.bmp'		    ; skin bitmaps
34
BITMAP bmp_oper ,'oper_1.bmp'
35
BITMAP bmp_base ,'base_1.bmp'
36
BITMAP bmp_left1,'left_2.bmp'
37
BITMAP bmp_oper1,'oper_2.bmp'
38
BITMAP bmp_base1,'base_2.bmp'