Subversion Repositories Kolibri OS

Rev

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

Rev 7119 Rev 7135
Line 16... Line 16...
16
    inactive        =   [                   \
16
    inactive        =   [                   \
17
    binner          =   0x00ff00:           \   ; border inner color
17
    binner          =   0x00ff00:           \   ; border inner color
18
    bouter          =   0x00ff00:           \   ; border outer color
18
    bouter          =   0x00ff00:           \   ; border outer color
19
    bframe          =   0xff0000],          \   ; border frame color
19
    bframe          =   0xff0000],          \   ; border frame color
20
\
20
\
21
  dtp               =   'testtest.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:107],    \   ; buttons coordinates
24
    close           =   [-23:2][20:107],    \   ; buttons coordinates
Line 25... Line 25...
25
    minimize        =   [-43:2][20:107]          ; [left:top][width:height]
25
    minimize        =   [-43:2][20:107]         ; [left:top][width:height]
26
 
26
 
27
SKIN_BITMAPS \
27
SKIN_BITMAPS \
28
    left active     =   bmp_left,           \   ; skin bitmaps pointers
28
    left active     =   bmp_left,           \   ; skin bitmaps pointers
29
    left inactive   =   bmp_left1,          \
29
    left inactive   =   bmp_left1,          \
30
    oper active     =   bmp_oper,           \
30
    oper active     =   bmp_oper,           \
31
    oper inactive   =   bmp_oper1,          \
31
    oper inactive   =   bmp_oper1,          \
Line 32... Line 32...
32
    base active     =   bmp_base,           \
32
    base active     =   bmp_base,           \
33
    base inactive   =   bmp_base1
33
    base inactive   =   bmp_base1
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'