Subversion Repositories Kolibri OS

Rev

Rev 7119 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7119 Rev 7135
Line 16... Line 16...
16
    inactive        =   [                   \
16
    inactive        =   [                   \
17
    binner          =   0x95afc6:           \   ; border inner color
17
    binner          =   0x95afc6:           \   ; border inner color
18
    bouter          =   0x7c92a5:           \   ; border outer color
18
    bouter          =   0x7c92a5:           \   ; border outer color
19
    bframe          =   0xeaf0f5],          \   ; border frame color
19
    bframe          =   0xeaf0f5],          \   ; border frame color
20
\
20
\
21
  dtp               =   'mursky.dtp'            ; dtp colors
21
  dtp               =   'dtp'                   ; dtp colors
Line 22... Line 22...
22
 
22
 
23
SKIN_BUTTONS \
23
SKIN_BUTTONS \
24
    close           =   [-23:2][20:20],     \   ; buttons coordinates
24
    close           =   [-23:2][20:20],     \   ; buttons coordinates
Line 30... Line 30...
30
    oper active     =   bmp_oper,           \
30
    oper active     =   bmp_oper,           \
31
    oper inactive   =   bmp_oper1,          \
31
    oper inactive   =   bmp_oper1,          \
32
    base active     =   bmp_base,           \
32
    base active     =   bmp_base,           \
33
    base inactive   =   bmp_base1
33
    base inactive   =   bmp_base1
Line 34... Line 34...
34
 
34
 
35
BITMAP bmp_left ,'active/left.bmp'       ; skin bitmaps
35
BITMAP bmp_left ,'active/left.bmp'
36
BITMAP bmp_oper ,'active/oper.bmp'
36
BITMAP bmp_oper ,'active/oper.bmp'
37
BITMAP bmp_base ,'active/base.bmp'
37
BITMAP bmp_base ,'active/base.bmp'
38
BITMAP bmp_left1,'inactive/left.bmp'
38
BITMAP bmp_left1,'inactive/left.bmp'
39
BITMAP bmp_oper1,'inactive/oper.bmp'
39
BITMAP bmp_oper1,'inactive/oper.bmp'