Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5911 → Rev 5910

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