Subversion Repositories Kolibri OS

Rev

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

Rev 7579 Rev 7583
Line 68... Line 68...
68
 
68
 
69
;---------------------------------------------------------------------
69
;---------------------------------------------------------------------
70
	stdcall [ted_init], tedit0
70
	stdcall [ted_init], tedit0
71
	stdcall [tl_data_init], tree1
71
	stdcall [tl_data_init], tree1
-
 
72
	option_boxes_set_sys_color sc,opt_grlist1
-
 
73
	init_checkboxes2 check_boxes,check_boxes_end
Line 72... Line 74...
72
	option_boxes_set_sys_color sc,opt_grlist1
74
	check_boxes_set_sys_color2 check_boxes,check_boxes_end,sc
73
 
75
 
Line 74... Line 76...
74
; OpenDialog initialisation
76
; OpenDialog initialisation
Line 241... Line 243...
241
	;¯à®¢¥àª  ¡®ª®¢ëå ¯ ­¥«¥©
243
	;¯à®¢¥àª  ¡®ª®¢ëå ¯ ­¥«¥©
242
	cmp byte[tedit0.panel_id],TED_PANEL_FIND
244
	cmp byte[tedit0.panel_id],TED_PANEL_FIND
243
	jne @f
245
	jne @f
244
		stdcall [edit_box_mouse], edit_find
246
		stdcall [edit_box_mouse], edit_find
245
		stdcall [option_box_mouse], opt_grlist1
247
		stdcall [option_box_mouse], opt_grlist1
-
 
248
		stdcall [check_box_mouse], ch1
246
	@@:
249
	@@:
247
	cmp byte[tedit0.panel_id],TED_PANEL_REPLACE
250
	cmp byte[tedit0.panel_id],TED_PANEL_REPLACE
248
	jne @f
251
	jne @f
249
		stdcall [edit_box_mouse], edit_find
252
		stdcall [edit_box_mouse], edit_find
250
		stdcall [edit_box_mouse], edit_replace
253
		stdcall [edit_box_mouse], edit_replace