2024-03-06 16:40:57 +07:00
|
|
|
<Button>
|
|
|
|
|
<X> 42 </X>
|
2024-03-08 13:39:14 +07:00
|
|
|
<Y> 518 </Y>
|
2024-03-06 16:40:57 +07:00
|
|
|
|
|
|
|
|
<State> BigButtonEnable </State>
|
|
|
|
|
<Filename>
|
|
|
|
|
eval(
|
|
|
|
|
If show_eng = "true" Then
|
2024-03-07 15:07:48 +07:00
|
|
|
Var return = ###normal_eng
|
2024-03-06 16:40:57 +07:00
|
|
|
Else
|
2024-03-07 15:07:48 +07:00
|
|
|
Var return = ###normal_thai
|
2024-03-06 16:40:57 +07:00
|
|
|
EndIf
|
|
|
|
|
)
|
|
|
|
|
</Filename>
|
|
|
|
|
<FilenamePress>
|
|
|
|
|
eval(
|
|
|
|
|
If show_eng = "true" Then
|
2024-03-07 15:07:48 +07:00
|
|
|
Var return = ###normal_eng
|
2024-03-06 16:40:57 +07:00
|
|
|
Else
|
2024-03-07 15:07:48 +07:00
|
|
|
Var return = ###normal_thai
|
2024-03-06 16:40:57 +07:00
|
|
|
EndIf
|
|
|
|
|
)
|
|
|
|
|
</FilenamePress>
|
|
|
|
|
<FilenameDisable>
|
|
|
|
|
eval(
|
|
|
|
|
If show_eng = "true" Then
|
2024-03-07 15:07:48 +07:00
|
|
|
Var return = ###normal_eng
|
2024-03-06 16:40:57 +07:00
|
|
|
Else
|
2024-03-07 15:07:48 +07:00
|
|
|
Var return = ###normal_thai
|
2024-03-06 16:40:57 +07:00
|
|
|
EndIf
|
|
|
|
|
)
|
|
|
|
|
</FilenameDisable>
|
|
|
|
|
<EventOnClick>
|
|
|
|
|
|
2024-05-07 17:56:23 +07:00
|
|
|
###EventOnClick
|
2024-03-06 16:40:57 +07:00
|
|
|
|
|
|
|
|
</EventOnClick>
|
|
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
<EventUnitTest1>
|
|
|
|
|
Var BigButtonEnable = "Enable"
|
|
|
|
|
Refresh
|
|
|
|
|
</EventUnitTest1>
|
|
|
|
|
<EventUnitTest2>
|
|
|
|
|
Var BigButtonEnable = "Invisible"
|
|
|
|
|
Refresh
|
|
|
|
|
</EventUnitTest2>
|