Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
7119 dunkaist 1
include '..\skin.inc'
3398 leency 2
 
3
SKIN_PARAMS \
4
  height          = bmp_center1.height,\     ; skin height
7256 leency 5
  margins         = [5:2:40:0],\          ; margins [left:top:right:bottom]
7238 leency 6
  colors active   = [binner=0xCACACA:\    ; border inner color
3398 leency 7
                     bouter=0xA1A1A1:\    ; border outer color
7238 leency 8
                     bframe=0xCACACA],\   ; border frame color
9
  colors inactive = [binner=0xCACACA:\    ; border inner color
3398 leency 10
                     bouter=0xA1A1A1:\    ; border outer color
7238 leency 11
                     bframe=0xCACACA],\   ; border frame color
3398 leency 12
  dtp             = 'default.dtp'          ; dtp colors
13
 
14
SKIN_BUTTONS \
7256 leency 15
  close    = [-19:3][16:16],\             ; buttons coordinates
16
  minimize = [-37:3][16:16]               ; [left:top][width:height]
3398 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
7256 leency 27
BITMAP bmp_left2,  'left1.bmp'
3398 leency 28
BITMAP bmp_right1, 'right1.bmp'
29
BITMAP bmp_right2, 'right2.bmp'
30
BITMAP bmp_center1,'center1.bmp'
7256 leency 31
BITMAP bmp_center2,'center1.bmp'