Subversion Repositories Kolibri OS

Rev

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

Rev 6889 Rev 7128
Line 112... Line 112...
112
			mov ecx,3
112
			mov ecx,3
113
			@@:
113
			@@:
114
				fld dword[ebx]
114
				fld dword[ebx]
115
				fstp qword[Data_Double]
115
				fstp qword[Data_Double]
116
				call DoubleFloat_to_String
116
				call DoubleFloat_to_String
-
 
117
				call String_crop_0
117
				add ebx,4
118
				add ebx,4
118
				stdcall str_len, Data_String
119
				stdcall str_len, Data_String
119
				mov esi,txt_space
120
				mov esi,txt_space
120
				add esi,eax
121
				add esi,eax
121
				cmp esi,txt_space.end
122
				cmp esi,txt_space.end
Line 437... Line 438...
437
			mov ecx,3
438
			mov ecx,3
438
			.coord:
439
			.coord:
439
				fld dword[ebx]
440
				fld dword[ebx]
440
				fstp qword[Data_Double]
441
				fstp qword[Data_Double]
441
				call DoubleFloat_to_String
442
				call DoubleFloat_to_String
-
 
443
				call String_crop_0
442
				add ebx,4
444
				add ebx,4
443
				stdcall str_len, Data_String
445
				stdcall str_len, Data_String
444
				mov esi,txt_space
446
				mov esi,txt_space
445
				add esi,eax
447
				add esi,eax
446
				cmp esi,txt_space.end
448
				cmp esi,txt_space.end
Line 541... Line 543...
541
		mov word[NumberSymbolsAD],8
543
		mov word[NumberSymbolsAD],8
542
		finit
544
		finit
543
		fld dword[ebx]
545
		fld dword[ebx]
544
		fstp qword[Data_Double]
546
		fstp qword[Data_Double]
545
		call DoubleFloat_to_String
547
		call DoubleFloat_to_String
-
 
548
		call String_crop_0
546
		stdcall [edit_box_set_text], edit1, Data_String
549
		stdcall [edit_box_set_text], edit1, Data_String
547
		fld dword[ebx+4]
550
		fld dword[ebx+4]
548
		fstp qword[Data_Double]
551
		fstp qword[Data_Double]
549
		call DoubleFloat_to_String
552
		call DoubleFloat_to_String
-
 
553
		call String_crop_0
550
		stdcall [edit_box_set_text], edit2, Data_String
554
		stdcall [edit_box_set_text], edit2, Data_String
551
		fld dword[ebx+8]
555
		fld dword[ebx+8]
552
		fstp qword[Data_Double]
556
		fstp qword[Data_Double]
553
		call DoubleFloat_to_String
557
		call DoubleFloat_to_String
-
 
558
		call String_crop_0
554
		stdcall [edit_box_set_text], edit3, Data_String
559
		stdcall [edit_box_set_text], edit3, Data_String
555
		stdcall [edit_box_draw], edit1
560
		stdcall [edit_box_draw], edit1
556
		stdcall [edit_box_draw], edit2
561
		stdcall [edit_box_draw], edit2
557
		stdcall [edit_box_draw], edit3
562
		stdcall [edit_box_draw], edit3
558
	@@:
563
	@@:
Line 773... Line 778...
773
	mov ecx,3
778
	mov ecx,3
774
	.coord:
779
	.coord:
775
		fld dword[ebx]
780
		fld dword[ebx]
776
		fstp qword[Data_Double]
781
		fstp qword[Data_Double]
777
		call DoubleFloat_to_String
782
		call DoubleFloat_to_String
-
 
783
		call String_crop_0
778
		add ebx,4
784
		add ebx,4
779
		stdcall str_len, Data_String
785
		stdcall str_len, Data_String
780
		mov esi,txt_space
786
		mov esi,txt_space
781
		add esi,eax
787
		add esi,eax
782
		cmp esi,txt_space.end
788
		cmp esi,txt_space.end