Subversion Repositories Kolibri OS

Rev

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

Rev 1489 Rev 1592
Line 1... Line 1...
1
fn_col_option dd def_col_file
1
fn_col_option dd def_col_file
2
fn_syntax_dir db 'info/',0
2
fn_syntax_dir db 'info/',0
3
def_col_file db 'default.syn',0
3
def_col_file db 'default.syn',0
Line 4... Line 4...
4
 
4
 
5
system_dir0 db '/sys/lib/'
5
system_dir0 db '/sys/lib/'
Line 6... Line 6...
6
boxlib_name db 'box_lib.obj',0
6
lib0_name db 'box_lib.obj',0
7
 
7
 
-
 
8
system_dir1 db '/sys/lib/'
-
 
9
lib1_name db 'msgbox.obj',0
-
 
10
 
Line 8... Line 11...
8
system_dir1 db '/sys/lib/'
11
system_dir2 db '/sys/lib/'
9
msgbox_name db 'msgbox.obj',0
12
lib2_name db 'proc_lib.obj',0
Line 10... Line 13...
10
 
13
 
Line 160... Line 163...
160
	sz_ted_but_redo 		db 'ted_but_redo',0
163
	sz_ted_but_redo 		db 'ted_but_redo',0
161
	sz_ted_but_reverse		db 'ted_but_reverse',0
164
	sz_ted_but_reverse		db 'ted_but_reverse',0
162
	sz_ted_but_find_next	db 'ted_but_find_next',0
165
	sz_ted_but_find_next	db 'ted_but_find_next',0
163
	sz_ted_text_colored		db 'ted_text_colored',0
166
	sz_ted_text_colored		db 'ted_text_colored',0
164
	;sz_ted_version db 'version_text_edit',0
167
	;sz_ted_version db 'version_text_edit',0
-
 
168
 
-
 
169
align 4
-
 
170
proclib_import:
-
 
171
	OpenDialog_Init dd aOpenDialog_Init
-
 
172
	OpenDialog_Start dd aOpenDialog_Start
-
 
173
dd 0,0
-
 
174
	aOpenDialog_Init db 'OpenDialog_init',0
165
;--------------------------------------------------
175
	aOpenDialog_Start db 'OpenDialog_start',0
-
 
176
 
166
align 4
177
align 4
167
msgbox_lib_import:
178
msgbox_lib_import:
168
	mb_create dd amb_create
179
	mb_create dd amb_create
169
	mb_reinit dd amb_reinit
180
	mb_reinit dd amb_reinit
170
	mb_setfunctions dd amb_setfunctions
181
	mb_setfunctions dd amb_setfunctions
Line 323... Line 334...
323
.type			dd 0
334
.type			dd 0
324
.procinfo		dd procinfo	;+4
335
.procinfo		dd procinfo	;+4
325
.com_area_name	dd communication_area_name	;+8
336
.com_area_name	dd communication_area_name	;+8
326
.com_area		dd 0	;+12
337
.com_area		dd 0	;+12
327
.opendir_path		dd plugin_path	;+16
338
.opendir_path		dd plugin_path ;+16
328
.dir_default_path	dd openfile_path ;+20
339
.dir_default_path	dd default_dir ;+20
329
.start_path		dd file_name ;+24 ¯ãâì ª ¤¨ «®£ã ®âªàëâ¨ï ä ©«®¢
340
.start_path		dd file_name ;+24 ¯ãâì ª ¤¨ «®£ã ®âªàëâ¨ï ä ©«®¢
330
.draw_window	dd draw_window	;+28
341
.draw_window	dd draw_window	;+28
331
.status 		dd 0	;+32
342
.status 		dd 0	;+32
332
.openfile_path	dd openfile_path	;+36 ¯ãâì ª ®âªà뢠¥¬®¬ã ä ©«ã
343
.openfile_path	dd openfile_path	;+36 ¯ãâì ª ®âªà뢠¥¬®¬ã ä ©«ã
333
.filename_area	dd filename_area	;+40
344
.filename_area	dd filename_area	;+40
334
.filter_area	dd Filter
345
.filter_area	dd Filter
-
 
346
.x:
-
 
347
.x_size 		dw 420 ;+48 ; Window X size
-
 
348
.x_start		dw 10 ;+50 ; Window X position
-
 
349
.y:
-
 
350
.y_size 		dw 320 ;+52 ; Window y size
-
 
351
.y_start		dw 10 ;+54 ; Window Y position
-
 
352
 
-
 
353
default_dir db '/rd/1',0 ;¤¨à¥ªâ®à¨ï ¯® 㬮«ç ­¨î
Line 335... Line 354...
335
 
354
 
336
communication_area_name:
355
communication_area_name:
337
	db 'FFFFFFFF_open_dialog',0
356
	db 'FFFFFFFF_open_dialog',0
338
open_dialog_name:
357
open_dialog_name: