forked from KolibriOS/kolibrios
Screenshoot use new version checkbox.
git-svn-id: svn://kolibrios.org@1685 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -189,7 +189,7 @@ macro init_checkboxes2 start,end
|
||||
mov ecx,((end-start)/ch_struc_size)
|
||||
@@:
|
||||
push ebp ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> checkbox
|
||||
call [init_checkbox2] ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD>ન <20><>誨 <20><><EFBFBD> checkbox'<27><>
|
||||
call [init_checkbox] ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD>ન <20><>誨 <20><><EFBFBD> checkbox'<27><>
|
||||
add ebp,ch_struc_size
|
||||
loop @b
|
||||
}
|
||||
@@ -201,7 +201,7 @@ macro checkboxes_mouse2 start,end
|
||||
mov ecx,((end-start)/ch_struc_size)
|
||||
@@:
|
||||
push ebp ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> checkbox
|
||||
call [check_box_mouse2] ;<3B><><EFBFBD><EFBFBD>ᮢ<EFBFBD><E1AEA2><EFBFBD> checkbox
|
||||
call [check_box_mouse] ;<3B><><EFBFBD><EFBFBD>ᮢ<EFBFBD><E1AEA2><EFBFBD> checkbox
|
||||
add ebp,ch_struc_size
|
||||
loop @b
|
||||
}
|
||||
@@ -213,7 +213,7 @@ macro checkboxes_draw2 start,end
|
||||
mov ecx,((end-start)/ch_struc_size)
|
||||
@@:
|
||||
push ebp ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> checkbox
|
||||
call [check_box_draw2] ;<3B><><EFBFBD><EFBFBD>ᮢ<EFBFBD><E1AEA2><EFBFBD> checkbox
|
||||
call [check_box_draw] ;<3B><><EFBFBD><EFBFBD>ᮢ<EFBFBD><E1AEA2><EFBFBD> checkbox
|
||||
add ebp,ch_struc_size
|
||||
loop @b
|
||||
}
|
||||
@@ -225,9 +225,10 @@ macro check_boxes_set_sys_color2 start,end,color_table
|
||||
mov esi,color_table
|
||||
@@:
|
||||
push dword [esi+32] ;梥<> ⥪<><E2A5AA><EFBFBD> <20> ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
||||
pop dword ch_text_color
|
||||
or dword [esp],0x80000000 ;<3B><><EFBFBD><EFBFBD>室<EFBFBD><E5AEA4><EFBFBD> <20><><EFBFBD> <20>뢮<EFBFBD><EBA2AE> ASCIIZ <20><>ப
|
||||
pop dword 2ch_text_color
|
||||
push dword [esi+36] ;梥<> <20><><EFBFBD>䨪<EFBFBD> <20> <20><><EFBFBD><EFBFBD> (ࠧ<><E0A0A7><EFBFBD><EFBFBD>⥫<EFBFBD><E2A5AB><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20>.<2E>.)
|
||||
pop dword ch_border_color
|
||||
pop dword 2ch_border_color
|
||||
add ebp,ch_struc_size
|
||||
loop @b
|
||||
}
|
||||
|
Reference in New Issue
Block a user