Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3023 Rock_mania 1
include 'my_skin.inc'
2
 
3
SKIN_PARAMS \
4
  height          = bmp_base.height,\     ; skin height
5
  margins         = [19:1:43:1],\         ; margins [left:top:right:bottom]
6
  colors active   = [binner=0xD0D0D0:\    ; border inner color
7
                     bouter=0xD0D0D0:\    ; border outer color
8
                     bframe=0x727272],\   ; border frame color
9
  colors inactive = [binner=0xDDDDDD:\    ; border inner color
10
                     bouter=0xDDDDDD:\    ; border outer color
11
                     bframe=0x919191],\   ; border frame color
12
  dtp             = 'GREY.DTP'   ; dtp colors
13
 
14
SKIN_BUTTONS \
15
  close    = [-32:0][26:18],\             ; buttons coordinates
16
  minimize = [-49:0][17:18]               ; [left:top][width:height]
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
 
3190 hidnplayr 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'
3023 Rock_mania 32
 
33
;================================;
34
; Created by Rock_maniak_forever ;
35
;================================;
36
 
37
; A2A2A2
38
 
39
; 727272