Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
6199 leency 1
include '..\me_skin.inc'
2
 
3
SKIN_PARAMS \
4
  height          = bmp_center1.height,\  ; skin height
5
  margins         = [6:5:43:3],\          ; margins [left:top:right:bottom]
6
  colors active   = [binner=0xEDEBEB:\    ; border inner
7
                     bouter=0x33383A:\    ; border outer
8
                     bframe=0xEDEBEB],\   ; border middle
9
  colors inactive = [binner=0xEDEBEB:\    ; border inner
10
                     bouter=0x747474:\    ; border outer
11
                     bframe=0xEDEBEB],\   ; border middle
12
  dtp             = 'default.dtp'          ; dtp colors
13
 
14
SKIN_BUTTONS \
15
  close    = [-31:1][27:17],\             ; buttons coordinates
16
  minimize = [-59:1][27:17]               ; [left:top][width:height]
17
 
18
SKIN_BITMAPS \
19
  left active   = bmp_left1,\              ; skin bitmaps pointers
20
  left inactive = bmp_left2,\
21
  oper active   = bmp_right1,\
22
  oper inactive = bmp_right2,\
23
  base active   = bmp_center1,\
24
  base inactive = bmp_center2
25
 
26
BITMAP bmp_left1,  'left1.bmp'               ; skin bitmaps
27
BITMAP bmp_left2,  'left2.bmp'
28
BITMAP bmp_right1, 'right1.bmp'
29
BITMAP bmp_right2, 'right2.bmp'
30
BITMAP bmp_center1,'center1.bmp'
31
BITMAP bmp_center2,'center2.bmp'