48 lines
No EOL
933 B
HTML
48 lines
No EOL
933 B
HTML
<Button>
|
|
<X> 42 </X>
|
|
<Y> 518 </Y>
|
|
|
|
<State> BigButtonEnable </State>
|
|
<Filename>
|
|
eval(
|
|
If show_eng = "true" Then
|
|
Var return = ###normal_eng
|
|
Else
|
|
Var return = ###normal_thai
|
|
EndIf
|
|
)
|
|
</Filename>
|
|
<FilenamePress>
|
|
eval(
|
|
If show_eng = "true" Then
|
|
Var return = ###normal_eng
|
|
Else
|
|
Var return = ###normal_thai
|
|
EndIf
|
|
)
|
|
</FilenamePress>
|
|
<FilenameDisable>
|
|
eval(
|
|
If show_eng = "true" Then
|
|
Var return = ###normal_eng
|
|
Else
|
|
Var return = ###normal_thai
|
|
EndIf
|
|
)
|
|
</FilenameDisable>
|
|
<EventOnClick>
|
|
|
|
###EventOnClick
|
|
|
|
</EventOnClick>
|
|
|
|
</Button>
|
|
|
|
<EventUnitTest1>
|
|
Var BigButtonEnable = "Enable"
|
|
Refresh
|
|
</EventUnitTest1>
|
|
<EventUnitTest2>
|
|
Var BigButtonEnable = "Invisible"
|
|
Refresh
|
|
</EventUnitTest2> |