Subversion Repositories Kolibri OS

Rev

Rev 4789 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1793 yogev_ezra 1
 
2
3
 
7119 dunkaist 4
1793 yogev_ezra 5
 
6
  height	  = bmp_base.height,\	  ; skin height
7
  margins	  = [6:1:43:1],\	  ; margins [left:top:right:bottom]
8
  colors active   = [binner=0x0077AA:\	  ; border inner color
9
		     bouter=0x0077AA:\	  ; border outer color
10
		     bframe=0x039BDB],\   ; border frame color
11
  colors inactive = [binner=0x0077AA:\	  ; border inner color
12
		     bouter=0x0077AA:\	  ; border outer color
13
		     bframe=0x039BDB],\   ; border frame color
14
  dtp		  = 'BLUE.DTP'	  ; dtp colors
15
16
 
17
  close    = [-29:1][21:22],\		  ; buttons coordinates
18
  minimize = [-51:1][21:22]		  ; [left:top][width:height]
19
20
 
21
  left active	= bmp_left,\		  ; skin bitmaps pointers
22
  left inactive = bmp_left1,\
23
  oper active	= bmp_oper,\
24
  oper inactive = bmp_oper1,\
25
  base active	= bmp_base,\
26
  base inactive = bmp_base1
27
28
 
29
BITMAP bmp_oper ,'active/oper.bmp'
30
BITMAP bmp_base ,'active/base.bmp'
31
BITMAP bmp_left1,'inactive/left.bmp'
32
BITMAP bmp_oper1,'inactive/oper.bmp'
33
BITMAP bmp_base1,'inactive/base.bmp'
34
35
 
36
; Created by Rock_maniak_forever ;
37
;================================;
38