Subversion Repositories Kolibri OS

Rev

Rev 7119 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7119 Rev 7608
Line 1... Line 1...
1
;SKIN (.SKN) - COMPILE WITH FASM
1
;SKIN (.SKN) - COMPILE WITH FASM
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
include 'skin.inc'
3
include '../skin.inc'
4
 
4
 
5
SKIN_PARAMS \
5
SKIN_PARAMS \
6
  height          = bmp_base.height,\     ; skin height
6
  height          = bmp_base.height,\     ; skin height
Line 12... Line 12...
12
                     bouter=0x101010:\    ; border outer color
12
                     bouter=0x101010:\    ; border outer color
13
                     bframe=0x131313],\   ; border frame color
13
                     bframe=0x131313],\   ; border frame color
14
  dtp             = 'default.dtp'          ; dtp colors
14
  dtp             = 'default.dtp'          ; dtp colors
Line 15... Line 15...
15
 
15
 
16
SKIN_BUTTONS \
16
SKIN_BUTTONS \
17
  close    = [-20:3][16:16],\             ; buttons coordinates
17
  close    = [-20:4][16:16],\             ; buttons coordinates
Line 18... Line 18...
18
  minimize = [-40:3][16:16]               ; [left:top][width:height]
18
  minimize = [-40:4][16:16]               ; [left:top][width:height]
19
 
19
 
20
SKIN_BITMAPS \
20
SKIN_BITMAPS \
21
  left active   = bmp_left,\              ; skin bitmaps pointers
21
  left active   = bmp_left,\              ; skin bitmaps pointers
Line 26... Line 26...
26
  base inactive = bmp_base1
26
  base inactive = bmp_base1
Line 27... Line 27...
27
 
27
 
28
BITMAP bmp_left ,'left.bmp'               ; skin bitmaps
28
BITMAP bmp_left ,'left.bmp'               ; skin bitmaps
29
BITMAP bmp_oper ,'oper.bmp'
29
BITMAP bmp_oper ,'oper.bmp'
30
BITMAP bmp_base ,'base.bmp'
30
BITMAP bmp_base ,'base.bmp'
31
BITMAP bmp_left1,'left_1.bmp'
31
BITMAP bmp_left1,'left.bmp'               ;the same
32
BITMAP bmp_oper1,'oper_1.bmp'
32
BITMAP bmp_oper1,'oper_1.bmp'