Subversion Repositories Kolibri OS

Rev

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

Rev 7238 Rev 7256
Line 1... Line 1...
1
include '..\skin.inc'
1
include '..\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:6:40:4],\          ; margins [left:top:right:bottom]
5
  margins         = [5:2:40:0],\          ; margins [left:top:right:bottom]
6
  colors active   = [binner=0xCACACA:\    ; border inner color
6
  colors active   = [binner=0xCACACA:\    ; border inner color
7
                     bouter=0xA1A1A1:\    ; border outer color
7
                     bouter=0xA1A1A1:\    ; border outer color
8
                     bframe=0xCACACA],\   ; border frame color
8
                     bframe=0xCACACA],\   ; border frame color
9
  colors inactive = [binner=0xCACACA:\    ; border inner color
9
  colors inactive = [binner=0xCACACA:\    ; border inner color
10
                     bouter=0xA1A1A1:\    ; border outer color
10
                     bouter=0xA1A1A1:\    ; border outer color
11
                     bframe=0xCACACA],\   ; border frame color
11
                     bframe=0xCACACA],\   ; border frame color
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    = [-18:4][13:14],\             ; buttons coordinates
15
  close    = [-19:3][16:16],\             ; buttons coordinates
16
  minimize = [-36:4][13:14]               ; [left:top][width:height]
16
  minimize = [-37:3][16:16]               ; [left:top][width:height]
17
 
17
 
18
SKIN_BITMAPS \
18
SKIN_BITMAPS \
19
  left active   = bmp_left1,\              ; skin bitmaps pointers
19
  left active   = bmp_left1,\              ; skin bitmaps pointers
20
  left inactive = bmp_left2,\
20
  left inactive = bmp_left2,\
21
  oper active   = bmp_right1,\
21
  oper active   = bmp_right1,\
Line 22... Line 22...
22
  oper inactive = bmp_right2,\
22
  oper inactive = bmp_right2,\
23
  base active   = bmp_center1,\
23
  base active   = bmp_center1,\
24
  base inactive = bmp_center2
24
  base inactive = bmp_center2
25
 
25
 
26
BITMAP bmp_left1,  'left1.bmp'               ; skin bitmaps
26
BITMAP bmp_left1,  'left1.bmp'               ; skin bitmaps
27
BITMAP bmp_left2,  'left2.bmp'
27
BITMAP bmp_left2,  'left1.bmp'