Subversion Repositories Kolibri OS

Rev

Rev 5699 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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