Subversion Repositories Kolibri OS

Rev

Rev 4789 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4789 Rev 7119
1
include 'me_skin.inc'
1
include 'skin.inc'
2
 
2
 
3
SKIN_PARAMS \
3
SKIN_PARAMS \
4
  height	  = bmp_base.height,\	  ; skin height
4
  height	  = bmp_base.height,\	  ; skin height
5
  margins	  = [5:1:43:1],\	  ; margins [left:top:right:bottom]
5
  margins	  = [5:1:43:1],\	  ; margins [left:top:right:bottom]
6
  colors active   = [binner=0x000000:\	  ; border inner color
6
  colors active   = [binner=0x000000:\	  ; border inner color
7
		     bouter=0x000000:\	  ; border outer color
7
		     bouter=0x000000:\	  ; border outer color
8
		     bframe=0x162F44],\   ; border frame color
8
		     bframe=0x162F44],\   ; border frame color
9
  colors inactive = [binner=0x000000:\	  ; border inner color
9
  colors inactive = [binner=0x000000:\	  ; border inner color
10
		     bouter=0x000000:\	  ; border outer color
10
		     bouter=0x000000:\	  ; border outer color
11
		     bframe=0x576168],\   ; border frame color
11
		     bframe=0x576168],\   ; border frame color
12
  dtp		  = 'GRAY.DTP'		  ; dtp colors
12
  dtp		  = 'GRAY.DTP'		  ; dtp colors
13
 
13
 
14
SKIN_BUTTONS \
14
SKIN_BUTTONS \
15
  close    = [-22:5][15:15],\		  ; buttons coordinates
15
  close    = [-22:5][15:15],\		  ; buttons coordinates
16
  minimize = [-39:5][15:15]		  ; [left:top][width:height]
16
  minimize = [-39:5][15:15]		  ; [left:top][width:height]
17
 
17
 
18
SKIN_BITMAPS \
18
SKIN_BITMAPS \
19
  left active	= bmp_left,\		  ; skin bitmaps pointers
19
  left active	= bmp_left,\		  ; skin bitmaps pointers
20
  left inactive = bmp_left1,\
20
  left inactive = bmp_left1,\
21
  oper active	= bmp_oper,\
21
  oper active	= bmp_oper,\
22
  oper inactive = bmp_oper1,\
22
  oper inactive = bmp_oper1,\
23
  base active	= bmp_base,\
23
  base active	= bmp_base,\
24
  base inactive = bmp_base1
24
  base inactive = bmp_base1
25
 
25
 
26
BITMAP bmp_left ,'active/left.bmp'		 ; skin bitmaps
26
BITMAP bmp_left ,'active/left.bmp'		 ; skin bitmaps
27
BITMAP bmp_oper ,'active/oper.bmp'
27
BITMAP bmp_oper ,'active/oper.bmp'
28
BITMAP bmp_base ,'active/base.bmp'
28
BITMAP bmp_base ,'active/base.bmp'
29
BITMAP bmp_left1,'inactive/left.bmp'
29
BITMAP bmp_left1,'inactive/left.bmp'
30
BITMAP bmp_oper1,'inactive/oper.bmp'
30
BITMAP bmp_oper1,'inactive/oper.bmp'
31
BITMAP bmp_base1,'inactive/base.bmp'
31
BITMAP bmp_base1,'inactive/base.bmp'
32
 
32
 
33
;================================;
33
;================================;
34
; Created by Rock_maniak_forever ;
34
; Created by Rock_maniak_forever ;
35
;================================;
35
;================================;