Subversion Repositories Kolibri OS

Rev

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

Rev 2507 Rev 2523
Line 217... Line 217...
217
	mov ecx,[esi]
217
	mov ecx,[esi]
Line 218... Line 218...
218
 
218
 
219
	mov eax,pole_b_sort
219
	mov eax,pole_b_sort
220
	mov edi,open_file_lif
220
	mov edi,open_file_lif
221
	stdcall convert_int_to_str
221
	stdcall convert_int_to_str
222
	stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,color_s0 ;à¨á㥬 b_sort
222
	stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,[shem_colors] ;à¨á㥬 b_sort
Line 223... Line 223...
223
	add ebx,18
223
	add ebx,18
224
 
224
 
225
	mov eax,[esi]
225
	mov eax,[esi]
226
	add esi,4
226
	add esi,4
227
	stdcall convert_int_to_str
227
	stdcall convert_int_to_str
Line 228... Line 228...
228
	stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,color_s0 ;à¨á㥬 ç¨á«® â®ç¥ª
228
	stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,[shem_colors] ;à¨á㥬 ç¨á«® â®ç¥ª
229
	add ebx,9
229
	add ebx,9
230
 
230
 
Line 243... Line 243...
243
	cld
243
	cld
244
	@@:
244
	@@:
245
		mov eax,[esi]
245
		mov eax,[esi]
246
		add esi,4
246
		add esi,4
247
		stdcall convert_int_to_str
247
		stdcall convert_int_to_str
248
		stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,color_border ;à¨á㥬 4 áâப¨ 㪠§ â¥«¥©
248
		stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,[color_border] ;à¨á㥬 4 áâப¨ 㪠§ â¥«¥©
249
		add ebx,9
249
		add ebx,9
250
		loop @b
250
		loop @b
Line 251... Line 251...
251
 
251
 
Line 795... Line 795...
795
	@@:
795
	@@:
796
	dec eax
796
	dec eax
797
	dec ebx
797
	dec ebx
798
	add ecx,2
798
	add ecx,2
799
	add edx,2
799
	add edx,2
800
	stdcall [buf2d_rect_by_size], buf_0, eax,ebx, ecx,edx, color_border
800
	stdcall [buf2d_rect_by_size], buf_0, eax,ebx, ecx,edx, [color_border]
Line 801... Line 801...
801
 
801
 
802
	;eax -> firstC
802
	;eax -> firstC
803
	;ebx -> i
803
	;ebx -> i
804
	;ecx -> cell[pole_index[i]]
804
	;ecx -> cell[pole_index[i]]