Subversion Repositories Kolibri OS

Rev

Rev 7119 | 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'
2791 clevermous 2
 
3
SKIN_PARAMS \
4
  height          = bmp_base.height,\                       ; skin height
5
  margins         = [8:1:53:1],\                            ; margins [left:top:right:bottom]
8920 leency 6
  colors active   = [binner=0x335669:\                      ; border inner color
7
                     bouter=0x335669:\                      ; border outer color
2791 clevermous 8
                     bframe=0xB0BAC4],\                     ; border frame color
8920 leency 9
  colors inactive = [binner=0x335669:\                      ; border inner color
10
                     bouter=0x335669:\                      ; border outer color
2791 clevermous 11
                     bframe=0xE0E4E9],\                     ; border frame color
2792 clevermous 12
  dtp             = 'Mistificator1.DTP'                     ; dtp colors
2791 clevermous 13
 
14
SKIN_BUTTONS \
8920 leency 15
  close    = [-22:4][18:17],\                               ; buttons coordinates
16
  minimize = [-44:4][18:17]                                 ; [left:top][width:height]
2791 clevermous 17
 
18
SKIN_BITMAPS \
19
  left active   = bmp_left,\                                ; skin bitmaps pointers
20
  left inactive = bmp_left1,\
21
  oper active   = bmp_oper,\
22
  oper inactive = bmp_oper1,\
23
  base active   = bmp_base,\
24
  base inactive = bmp_base1
25
 
26
BITMAP bmp_left ,'active/left.bmp'                          ; skin bitmaps
27
BITMAP bmp_oper ,'active/oper.bmp'
28
BITMAP bmp_base ,'active/base.bmp'
29
BITMAP bmp_left1,'inactive/left.bmp'
30
BITMAP bmp_oper1,'inactive/oper.bmp'
31
BITMAP bmp_base1,'inactive/base.bmp'