release 10.03

This commit is contained in:
wanlop run 2025-06-13 10:55:49 +07:00
parent 73044b0ea3
commit c1781e66ee
16 changed files with 23674 additions and 20319 deletions

View file

@ -457,8 +457,15 @@
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<EventClick>
Var StartUpExt = "-"
ReloadAll
; FINISH
If ReloadAllPressButton = "" Then
Var ReloadAllPressButton = 0
EndIf
If ReloadAllPressButton = 2 Then
ReloadAll
EndIf
Var ReloadAllPressButton = ReloadAllPressButton + 1
</EventClick>
</Image>
@ -467,7 +474,13 @@
<Y> info_3Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<EventClick>
FINISH
If FinishPressButton = "" Then
Var FinishPressButton = 0
EndIf
If FinishPressButton = 2 Then
FINISH
EndIf
Var FinishPressButton = FinishPressButton + 1
</EventClick>
</Image>