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
; -- ONLY FOR GIRLS --
1
; -- ONLY FOR GIRLS --
2
 
2
 
3
include 'my_skin.inc'
3
include 'skin.inc'
4
 
4
 
5
SKIN_PARAMS \
5
SKIN_PARAMS \
6
  height	  = bmp_base.height,\	  ; skin height
6
  height	  = bmp_base.height,\	  ; skin height
7
  margins	  = [6:1:43:1],\	  ; margins [left:top:right:bottom]
7
  margins	  = [6:1:43:1],\	  ; margins [left:top:right:bottom]
8
  colors active   = [binner=0x0077AA:\	  ; border inner color
8
  colors active   = [binner=0x0077AA:\	  ; border inner color
9
		     bouter=0x0077AA:\	  ; border outer color
9
		     bouter=0x0077AA:\	  ; border outer color
10
		     bframe=0x039BDB],\   ; border frame color
10
		     bframe=0x039BDB],\   ; border frame color
11
  colors inactive = [binner=0x0077AA:\	  ; border inner color
11
  colors inactive = [binner=0x0077AA:\	  ; border inner color
12
		     bouter=0x0077AA:\	  ; border outer color
12
		     bouter=0x0077AA:\	  ; border outer color
13
		     bframe=0x039BDB],\   ; border frame color
13
		     bframe=0x039BDB],\   ; border frame color
14
  dtp		  = 'BLUE.DTP'	  ; dtp colors
14
  dtp		  = 'BLUE.DTP'	  ; dtp colors
15
 
15
 
16
SKIN_BUTTONS \
16
SKIN_BUTTONS \
17
  close    = [-29:1][21:22],\		  ; buttons coordinates
17
  close    = [-29:1][21:22],\		  ; buttons coordinates
18
  minimize = [-51:1][21:22]		  ; [left:top][width:height]
18
  minimize = [-51:1][21:22]		  ; [left:top][width:height]
19
 
19
 
20
SKIN_BITMAPS \
20
SKIN_BITMAPS \
21
  left active	= bmp_left,\		  ; skin bitmaps pointers
21
  left active	= bmp_left,\		  ; skin bitmaps pointers
22
  left inactive = bmp_left1,\
22
  left inactive = bmp_left1,\
23
  oper active	= bmp_oper,\
23
  oper active	= bmp_oper,\
24
  oper inactive = bmp_oper1,\
24
  oper inactive = bmp_oper1,\
25
  base active	= bmp_base,\
25
  base active	= bmp_base,\
26
  base inactive = bmp_base1
26
  base inactive = bmp_base1
27
 
27
 
28
BITMAP bmp_left ,'active/left.bmp'		 ; skin bitmaps
28
BITMAP bmp_left ,'active/left.bmp'		 ; skin bitmaps
29
BITMAP bmp_oper ,'active/oper.bmp'
29
BITMAP bmp_oper ,'active/oper.bmp'
30
BITMAP bmp_base ,'active/base.bmp'
30
BITMAP bmp_base ,'active/base.bmp'
31
BITMAP bmp_left1,'inactive/left.bmp'
31
BITMAP bmp_left1,'inactive/left.bmp'
32
BITMAP bmp_oper1,'inactive/oper.bmp'
32
BITMAP bmp_oper1,'inactive/oper.bmp'
33
BITMAP bmp_base1,'inactive/base.bmp'
33
BITMAP bmp_base1,'inactive/base.bmp'
34
 
34
 
35
;================================;
35
;================================;
36
; Created by Rock_maniak_forever ;
36
; Created by Rock_maniak_forever ;
37
;================================;
37
;================================;