Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1793 yogev_ezra 1
; Зделано ко дню победы 9_мая, в память о всех тех, кто освобаждал Россию от фашистов.
2
; (Дата создания - 3_мая_2009г)
3
 
4
include 'me_skin.inc'
5
 
6
SKIN_PARAMS \
7
  height	  = bmp_base.height,\	  ; skin height
8
  margins	  = [6:1:43:1],\	  ; margins [left:top:right:bottom]
9
  colors active   = [binner=0x000000:\	  ; border inner color
10
		     bouter=0x000000:\	  ; border outer color
11
		     bframe=0xEA5E00],\   ; border frame color
12
  colors inactive = [binner=0x000000:\	  ; border inner color
13
		     bouter=0x000000:\	  ; border outer color
14
		     bframe=0xEA5E00],\   ; border frame color
15
  dtp		  = 'Victory_1945.DTP'	  ; dtp colors
16
 
17
SKIN_BUTTONS \
18
  close    = [-32:0][24:18],\		  ; buttons coordinates
19
  minimize = [-54:0][23:18]		  ; [left:top][width:height]
20
 
21
SKIN_BITMAPS \
22
  left active	= bmp_left,\		  ; skin bitmaps pointers
23
  left inactive = bmp_left1,\
24
  oper active	= bmp_oper,\
25
  oper inactive = bmp_oper1,\
26
  base active	= bmp_base,\
27
  base inactive = bmp_base1
28
 
29
BITMAP bmp_left ,'active/left.bmp'		 ; skin bitmaps
30
BITMAP bmp_oper ,'active/oper.bmp'
31
BITMAP bmp_base ,'active/base.bmp'
32
BITMAP bmp_left1,'inactive/left.bmp'
33
BITMAP bmp_oper1,'inactive/oper.bmp'
34
BITMAP bmp_base1,'inactive/base.bmp'
35
 
36
;================================;
37
; Created by Rock_maniak_forever ;
38
;================================;