Subversion Repositories Kolibri OS

Rev

Rev 2619 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2619 Rev 2626
Line 65... Line 65...
65
text		db '0123456789'
65
text		db '0123456789'
Line 66... Line 66...
66
 
66
 
67
page_a1		db '<   >'
67
page_a1		db '<   >'
Line 68... Line 68...
68
page_clean_but	db 25,24,18
68
page_clean_but	db 25,24,18
Line 69... Line 69...
69
 
69
 
Line 70... Line 70...
70
bte	dd 0xccddee
70
;bte	dd 0x0	;ccddee
71
 
71
 
Line 162... Line 162...
162
run_appl:		dd 1	;  0 defaults   ; 1 activate
162
run_appl:		dd 1	;  0 defaults   ; 1 activate
163
clean_desktop_enable:	dd 1
163
clean_desktop_enable:	dd 1
164
clock_enable:		dd 1
164
clock_enable:		dd 1
165
cpu_usage_enable:	dd 1
165
cpu_usage_enable:	dd 1
166
chlang_enable:		dd 1
166
chlang_enable:		dd 1
167
page_list_enable:	dd 1
-
 
168
place_attachment	dd 1
167
place_attachment	dd 1
169
button_style		dd 1
168
button_style		dd 1
170
;------------------------------------------------------------------------------
169
;------------------------------------------------------------------------------
-
 
170
page_list_enable:	dd 0
-
 
171
redraw_window_flag	dd 0
-
 
172
;------------------------------------------------------------------------------
171
; INI colors
173
; INI colors
172
MenuButton_color		dd 0x44aa44	; Green
174
MenuButton_color		dd 0x44aa44	; Green
173
CleanDesktopButton_color	dd 0x66cc	; Blue
175
CleanDesktopButton_color	dd 0x66cc	; Blue
174
Clock_color			dd 0x66cc	; Blue
176
Clock_color			dd 0x66cc	; Blue
175
CpuUsage_color			dd 0x44aa44	; Green
177
CpuUsage_color			dd 0x44aa44	; Green
176
CpuUsageBckgr_color		dd 0xdd2222	; Red
178
CpuUsageBckgr_color		dd 0xdd2222	; Red
177
ChangeLang_color		dd 0x66cc	; Blue
179
ChangeLang_color		dd 0x66cc	; Blue
178
PageList_color			dd 0xffffff	; White
180
PageList_color			dd 0xffffff	; White
-
 
181
PanelText_color			dd 0xffffff	; White
179
;------------------------------------------------------------------------------
182
;------------------------------------------------------------------------------
180
aVariables		db 'Variables',0
183
aVariables		db 'Variables',0
181
aPanelHeight		db 'PanelHeight',0
184
aPanelHeight		db 'PanelHeight',0
182
aPanelWidth		db 'PanelWidth',0
185
aPanelWidth		db 'PanelWidth',0
183
aSoftenHeight		db 'SoftenHeight',0
186
aSoftenHeight		db 'SoftenHeight',0
Line 199... Line 202...
199
aAttachment		db 'Attachment',0
202
aAttachment		db 'Attachment',0
200
aButtonsStyle		db 'ButtonsStyle',0
203
aButtonsStyle		db 'ButtonsStyle',0
201
;------------------------------------------------------------------------------
204
;------------------------------------------------------------------------------
202
aColors			db 'Colors',0
205
aColors			db 'Colors',0
203
aCpuUsageBckgr		db 'CpuUsageBckgr',0
206
aCpuUsageBckgr		db 'CpuUsageBckgr',0
-
 
207
aPanelText		db 'Text',0
204
;------------------------------------------------------------------------------
208
;------------------------------------------------------------------------------
205
plugins_directory               db 0
209
plugins_directory               db 0
Line 206... Line 210...
206
 
210