Subversion Repositories Kolibri OS

Rev

Rev 5875 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5872 pathoswith 1
 
2619 mario79 2
stripe:
5872 pathoswith 3
dd	-0x010101
4
dd	-0x010101
5
dd	-0x020202
6
dd	-0x010101
7
dd	-0x000000
8
dd	0x000000
9
dd	0x010101
10
dd	0x020202
11
dd	0x010101
12
dd	0x010101
13
3415 esevece 14
 
5872 pathoswith 15
dd	0x0
16
dd	0x808080
17
dd	0x000000
18
dd	0x000000
19
dd	0xffffff
20
3415 esevece 21
 
5872 pathoswith 22
max_applications	dd 11
23
current_alt_tab_app	dd -1
24
draw_start_position	dd 0
25
page_list	dd 0
26
small_draw	dd 0x0
27
flag_text	dd flagTextSm
28
screenxy	dd 0x0
29
this_slot	dd 0	; Slot of this process
30
max_slot	dd 255
31
stcount	dd 0x0
32
ysi	dd 0
33
ptime	dd 0x0
34
max_x	dd 0x0
35
wcolor	dd 0x506070
36
2619 mario79 37
 
5872 pathoswith 38
flagTextSm	db 'EnFiDeRuFrEtUaItBe'
5875 pathoswith 39
flagTextBg	db 'ENFIDERUFRETUAITBE'
40
2619 mario79 41
 
42
  ru, "Œ¥­î",\
4031 heavyiron 43
  en, "Menu",\
44
  et, "MENÜÜ",\
3927 kaitz 45
  sp, "Menu"
4031 heavyiron 46
2619 mario79 47
 
5872 pathoswith 48
type_lang	db 0
2619 mario79 49
contrast	db 0
50
page_clean_but	db 25,24,18
51
hidetext	db 17,16,30
5872 pathoswith 52
Path_def_val	db 'NONE',0
53
sec	db ': '
2619 mario79 54
chlang	db 'LANG',0
5872 pathoswith 55
page_a1	db '<   >'
56
text	db '0123456789'
57
2619 mario79 58
 
59
	dd 7
60
	dd 0
61
	dd 0
62
	dd 0
63
	dd 0
64
	db 0
65
.name	dd 0
66
67
 
68
menu_button_x:
69
.start	dd 1234	;0xffff
70
.size	dd 0x999
71
;--------------------------------------
72
menu_button_y:
73
.start	dd 0xaa
74
.size	dd 0xc
75
;------------------------------------------------------------------------------
76
; INI variables
77
width:			dd 0	;305
78
height:			dd 30	;18
79
soften_height:		dd 5
80
button_top_offset:	dd 0
4031 heavyiron 81
button_bottom_offset:	dd 0
82
;------------------------------------------------------------------------------
2619 mario79 83
; INI flags
84
soften_up:		dd 1	;  0 no         ; 1 yes
5872 pathoswith 85
soften_down:		dd 0	;  0 no         ; 1 yes
86
minimize_left:		dd 0
87
minimize_right:		dd 1
88
menu_enable:		dd 1
89
run_appl:		dd 1	;  0 defaults   ; 1 activate
2619 mario79 90
clean_desktop_enable:	dd 1
91
clock_enable:		dd 1
92
cpu_usage_enable:	dd 1
93
chlang_enable:		dd 1
94
place_attachment	dd 1
95
;------------------------------------------------------------------------------
96
page_list_enable:	dd 0
2626 mario79 97
redraw_window_flag	dd 0
98
;------------------------------------------------------------------------------
99
; INI colors
2619 mario79 100
MenuButton_color		dd 0x44aa44	; Green
101
CleanDesktopButton_color	dd 0x66cc	; Blue
102
Clock_color			dd 0x66cc	; Blue
103
CpuUsage_color			dd 0x44aa44	; Green
104
CpuUsageBckgr_color		dd 0xdd2222	; Red
105
ChangeLang_color		dd 0x66cc	; Blue
106
PageList_color			dd 0xffffff	; White
107
PanelText_color			dd 0xffffff	; White
2626 mario79 108
AltTab_color			dd 0xff8000	; Orange
2630 mario79 109
;------------------------------------------------------------------------------
2619 mario79 110
aVariables		db 'Variables',0
111
aPanelHeight		db 'PanelHeight',0
112
aPanelWidth		db 'PanelWidth',0
113
aSoftenHeight		db 'SoftenHeight',0
114
aButtonTopOffset	db 'ButtonTopOffset',0
115
aButtonBottomOffset	db 'ButtonBottOffset',0
116
;------------------------------------------------------------------------------
117
aFlags			db 'Flags',0
118
aSoftenUp		db 'SoftenUp',0
119
aSoftenDown		db 'SoftenDown',0
120
aMinimizeLeftButton	db 'MinLeftButton',0
121
aMinimizeRightButton	db 'MinRightButton',0
122
aMenuButton		db 'MenuButton',0
123
aRunApplButtons		db 'RunApplButtons',0
124
aCleanDesktopButton	db 'ClnDesktButton',0
125
aClock			db 'Clock',0
126
aCpuUsage		db 'CpuUsage',0
127
aChangeLang		db 'ChangeLang',0
128
aPageList		db 'PageList',0
129
aAttachment		db 'Attachment',0
130
;------------------------------------------------------------------------------
131
aColors			db 'Colors',0
132
aCpuUsageBckgr		db 'CpuUsageBckgr',0
133
aPanelText		db 'Text',0
2626 mario79 134
aAltTab			db 'AltTab',0
2630 mario79 135
;------------------------------------------------------------------------------
2619 mario79 136
aApplicationsPaths	db 'ApplicationsPaths',0
2630 mario79 137
aEnd			db 'End',0
138
aMenu			db 'Menu',0
139
aRun			db 'Run',0
140
aPrnScr			db 'PrnScr',0
141
aMouseEmul		db 'MouseEmul',0
142
;------------------------------------------------------------------------------
143
plugins_directory	db 0
5872 pathoswith 144
ini_file_name		db 'settings/taskbar.ini',0
145
system_dir_Libini	db '/sys/lib/libini.obj',0
146
err_message_found_lib2	db 'libini.obj - Not found!',0
147
err_message_import2	db 'libini.obj - Wrong import!',0
148
head_f_i:
2619 mario79 149
head_f_l		db 'Errors of PLugins:',0
5872 pathoswith 150
;------------------------------------------------------------------------------
2619 mario79 151
l_libs_start:
152
153
 
154
err_message_found_lib2, head_f_l, Libini_import, err_message_import2, head_f_i, plugins_directory
155
156
 
157
;------------------------------------------------------------------------------
158
align 4
159
Libini_import:
160
lib_init		dd aLib_init
161
version_lib_ini		dd aVersion_lib_ini
162
ini_enum_sections	dd aIni_enum_sections
163
ini_enum_keys		dd aIni_enum_keys
164
ini_get_str		dd aIni_get_str
165
ini_get_int		dd aIni_get_int
166
ini_get_color		dd aIni_get_color
167
ini_set_str		dd aIni_set_str
168
ini_set_int		dd aIni_set_int
169
ini_set_color		dd aIni_set_color
170
        dd      0
171
        dd      0
172
173
 
174
aVersion_lib_ini	db 'version',0
175
aIni_enum_sections	db 'ini_enum_sections',0
176
aIni_enum_keys		db 'ini_enum_keys',0
177
aIni_get_str		db 'ini_get_str',0
178
aIni_get_int		db 'ini_get_int',0
179
aIni_get_color		db 'ini_get_color',0
180
aIni_set_str		db 'ini_set_str',0
181
aIni_set_int		db 'ini_set_int',0
182
aIni_set_color		db 'ini_set_color',0
183
;------------------------------------------------------------------------------
184