Subversion Repositories Kolibri OS

Rev

Rev 5699 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5699 Rev 6007
Line 1... Line 1...
1
include 'me_skin.inc'
1
include '..\me_skin.inc'
Line 2... Line 2...
2
 
2
 
3
SKIN_PARAMS \
3
SKIN_PARAMS \
4
  height          = bmp_center1.height,\  ; skin height
4
  height          = bmp_center1.height,\  ; skin height
5
  margins         = [5:1:43:1],\          ; margins [left:top:right:bottom]
5
  margins         = [6:5:43:3],\          ; margins [left:top:right:bottom]
6
  colors active   = [binner=0xE1E1E1:\    ; border inner color
6
  colors active   = [binner=0xE4DFE1:\    ; border inner
7
                     bouter=0x646464:\    ; border outer color
7
                     bouter=0x646464:\    ; border outer
8
                     bframe=0xE1E1E1],\   ; border frame color
8
                     bframe=0xE4DFE1],\   ; border middle
9
  colors inactive = [binner=0xE1E1E1:\    ; border inner color
9
  colors inactive = [binner=0xE4DFE1:\    ; border inner
10
                     bouter=0x747474:\    ; border outer color
10
                     bouter=0x646464:\    ; border outer
11
                     bframe=0xE1E1E1],\   ; border frame color
11
                     bframe=0xE4DFE1],\   ; border middle
Line 12... Line 12...
12
  dtp             = 'default.dtp'          ; dtp colors
12
  dtp             = 'default.dtp'          ; dtp colors
13
 
13
 
14
SKIN_BUTTONS \
14
SKIN_BUTTONS \
Line 15... Line 15...
15
  close    = [-31:1][27:17],\             ; buttons coordinates
15
  close    = [-31:1][27:18],\             ; buttons coordinates
16
  minimize = [-58:1][27:17]               ; [left:top][width:height]
16
  minimize = [-58:1][27:18]               ; [left:top][width:height]
17
 
17
 
18
SKIN_BITMAPS \
18
SKIN_BITMAPS \