taobin_project/xml/menu_upgradeMCU.xml
2020-09-14 15:09:29 +07:00

52 lines
782 B
XML

<Page>
<Width> 1080 </Width>
<Height> 1312 </Height>
<Background> pUpgradeBG </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
Var Timeout = 0
TopView "hide"
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
Var Timeout = Timeout + 1
If MachineStage = "mcu-upgrade" Then
Else
Open "ROOT/xml/menu_board.xml"
EndIf
If Timeout > 300 Then
Open "ROOT/xml/menu_board.xml"
EndIf
Refresh
TimerReset
</EventTimeout>
<GIF>
<X> 183 </X>
<Y> 350 </Y>
<Filename> pUpgradeGIF </Filename>
</GIF>
<Text>
<X> 395 </X>
<Y> 250 </Y>
<Width>300</Width>
<Align> Center </Align>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> "กำลังอัพเกรดMCU" </Value>
</Text>
</Page>