-
Notifications
You must be signed in to change notification settings - Fork 1
/
SKINDATA.INC
69 lines (46 loc) · 1.53 KB
/
SKINDATA.INC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; WINDOW SKIN for MenuetOS ;;
;; ;;
;; [email protected] ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
_skinh dd 22
_refleft dd 0
_skinleft dd 0
_skinleftw dd 66
_refbase dd 0
_skinbase dd 66
_skinbasew dd 10
_refoper dd 0
_skinoper dd -58
_skinoperw dd 58
_buttonCx dd 5
_buttonCy dd 5
_buttonCw dd 11
_buttonCh dd 11
_buttonMx dd 24
_buttonMy dd 2
_buttonMw dd 17
_buttonMh dd 18
_buttonPx dd 41
_buttonPy dd 2
_buttonPw dd 17
_buttonPh dd 18
defbuttoncolor dd 0x465670 ; 364660 ; 365260
defbuttoncolor2 dd 0xc8c8c8 ; c0c0c0
_colorframe dd 0x33465f ; 23364F ; 00365260
_colorborder dd 0x0
_coloroutborder dd 0x0
_fileleft db 'LEFT.RAW '
_filebase db 'BASE.RAW '
_fileoper db 'OPER.RAW '
_skinwinw dd 0
;
v_skinh dd 38
v_skinleft dd 0
v_skinleftw dd 66
v_skinbase dd 66
v_skinbasew dd 10
v_skinoper dd -58
v_skinoperw dd 58