Add idcard .xml

This commit is contained in:
kong 2020-11-15 23:14:16 +07:00
parent 7269467922
commit 53f54b912e
47 changed files with 1038 additions and 430 deletions

View file

@ -52,6 +52,7 @@
Var ShowVersionAll = BrewMachineFirmwareVersion + " | "
Var ShowVersionAll = ShowVersionAll + XMLPageVersion
Var IDCardState = "Invisible"
Var Timeout = 0
@ -223,6 +224,17 @@
</Text>
<Text>
<X> info2_text_startX </X>
<Y> info_text_4Y </Y>
<Size> 30 </Size>
<State> IDCardState </State>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> IDFullNameEng</Value>
</Text>
<Button>
<X> 431 </X>
<Y> 805 </Y>
@ -235,6 +247,11 @@
</EventClick>
</Button>
<EventIDCard>
Var IDCardState = "Enable"
SAVELOG IDFullNameEng
</EventIDCard>