Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5910 → Rev 5911

/programs/develop/info3ds/info_wnd_coords.inc
30,12 → 30,11
inc byte[prop_wnd_run]
 
stdcall [tl_node_get_data],tree1
pop ebx
xor edx,edx
mov dword[capt_p],txt_q
cmp ebx,0
cmp eax,0
je .no_points
mov ebx,dword[ebx] ;¯®«ãç ¥¬ §­ ç¥­¨¥ ᤢ¨£  ¢ë¡à ­­®£® ¡«®ª 
mov ebx,dword[eax] ;¯®«ãç ¥¬ §­ ç¥­¨¥ ᤢ¨£  ¢ë¡à ­­®£® ¡«®ª 
add ebx,dword[open_file_lif]
 
cmp word[ebx],CHUNK_VERTLIST
94,7 → 93,7
stdcall str_cat, obj_point.text,esi
stdcall str_cat, obj_point.text,Data_String
loop @b
stdcall dword[tl_node_add], obj_point, (ID_ICON_DATA shl 16), tree3
stdcall dword[tl_node_add], tree3,(ID_ICON_DATA shl 16),obj_point
stdcall dword[tl_cur_next], tree3
dec edx
cmp edx,0
207,12 → 206,11
cmp ah,3
jne @f
;§ £à㧪  ª®®à¤¨­ â ¢ editbox-ë
push ebx
push eax ebx
stdcall [tl_node_get_data],tree3
pop ebx
cmp ebx,0
cmp eax,0
je .no_select_0
mov ebx,[ebx]
mov ebx,[eax]
mov word[NumberSymbolsAD],8
finit
fld dword[ebx]
231,16 → 229,16
stdcall [edit_box_draw], edit2
stdcall [edit_box_draw], edit3
.no_select_0:
pop ebx
pop ebx eax
jmp prop_still
@@:
cmp ah,4
jne @f
push ebx ecx esi edi
push eax ebx ecx edi esi
stdcall [tl_node_get_data],tree3
pop ebx
cmp ebx,0
cmp eax,0
je .no_select_1
mov ebx,[ebx]
mov ebx,[eax]
finit
 
mov esi,string1
291,12 → 289,13
stdcall str_cat, obj_point.text,esi
stdcall str_cat, obj_point.text,Data_String
loop .coord
stdcall dword[tl_node_set_data], obj_point, tree3
stdcall dword[tl_node_set_data], tree3,obj_point
stdcall dword[tl_draw], tree3
mov byte[can_save],1 ;¤«ï ¯®ª §  ª­®¯ª¨ '‘®åà ­¨âì'
mov dword[offs_last_timer],0 ;¤«ï ®¡­®¢«¥­¨ï ¡«®ª  ¢ â ©¬¥à¥
.no_select_1:
pop edi esi ecx ebx
pop esi edi ecx ebx eax
jmp prop_still
@@:
 
cmp ah,1