Subversion Repositories Kolibri OS

Rev

Rev 7637 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7689 leency 1
include '../../skin.inc'
7637 leency 2
 
3
SKIN_PARAMS \
4
  height          = bmp_center1.height,\  ; skin height
5
  margins         = [7:5:43:5],\          ; margins [left:top:right:bottom]
6
  colors active   = [binner=0x083040:\    ; border inner
7
                     bouter=0x083040:\    ; border outer
8
                     bframe=0x588090],\   ; border middle
9
  colors inactive = [binner=0x34404C:\    ; border inner
10
                     bouter=0x34404C:\    ; border outer
11
                     bframe=0x808C98],\   ; border middle
12
  dtp             = 'default.dtp'          ; dtp colors
13
 
14
SKIN_BUTTONS \
15
  close    = [-23:1][22:22],\             ; buttons coordinates
16
  minimize = [-46:1][22:22]               ; [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'