Do register

This commit is contained in:
kong 2021-01-11 14:39:32 +07:00
parent 691a292501
commit 708903acd8
6 changed files with 72 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View file

@ -413,18 +413,18 @@
Var SlotVideo = CountUpBrewing / AnimationVideoPlayTime
If PreviseStepVideo = SlotVideo Then
SAVELOG SlotVideo
;SAVELOG SlotVideo
Else
Var PreviseStepVideo = SlotVideo
SAVELOG PreviseStepVideo
SAVELOG SlotVideo
SAVELOG CountUpBrewing
;SAVELOG PreviseStepVideo
;SAVELOG SlotVideo
;SAVELOG CountUpBrewing
;Var CountDownVideoTime = CountDownVideoTimeReload
Var StepVideo = SlotVideo + 2
SAVELOG StepVideo
;SAVELOG StepVideo
If StepVideo = 1 Then
Var videoID = VideoID1
@ -454,7 +454,7 @@
Var videoID = VideoID9
EndIf
SAVELOG videoID
;SAVELOG videoID
If videoID = 0 Then

View file

@ -542,7 +542,6 @@
</Image>
; back
;<Button>
;<X> 19 </X>

View file

@ -19,7 +19,7 @@
EndIf
</EventOpen>
<Timeout> 2000 </Timeout>
<Timeout> 5000 </Timeout>
<EventTimeout>
;SAVELOG MachineErrorDetail
Var MachineErrorDetailAll = MachineErrorDetail + " / "

View file

@ -16,8 +16,8 @@
<Sound> "/ROOT/sounds/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
;TopView "hide"
;OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
TopView "hide"
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
</EventClick>
</Button>

View file

@ -13,6 +13,8 @@
Var info_3Y = 390
Var info_4Y = 460
Var info_5Y = 530
Var info_6Y = 600
Var info_7Y = 670
Var info_text_startX = info_startX + 22
Var info_text_1Y = info_1Y + 18
@ -20,7 +22,10 @@
Var info_text_3Y = info_3Y + 18
Var info_text_4Y = info_4Y + 18
Var info_text_5Y = info_5Y + 18
Var info_text_6Y = info_6Y + 18
Var info_text_7Y = info_7Y + 18
Var info2_startX = 550
Var info2_text_startX = info2_startX + 22
@ -57,6 +62,10 @@
Var IDCardState = "Invisible"
Var Timeout = 0
Var IDFullNameEng = "เสียบบัตร"
Var Text1_6 = "Door/Lid/Straw = " + Service_LidStraw
Var Text2_6 = "ฝา = " + Lid1Status
</EventOpen>
<Timeout> 1000 </Timeout>
@ -164,6 +173,23 @@
</EventClick>
</Image>
<Image>
<X> info1_startX </X>
<Y> info_6Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
</Image>
<Image>
<X> info2_startX </X>
<Y> info_6Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
</Image>
<Text>
<X> info2_text_startX </X>
<Y> info_text_5Y </Y>
@ -260,6 +286,43 @@
</Text>
<Text>
<X> info_text_startX </X>
<Y> info_text_6Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> Text1_6 </Value>
</Text>
<Text>
<X> info2_text_startX </X>
<Y> info_text_6Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> Text2_6 </Value>
</Text>
<Text>
<X> info_text_startX </X>
<Y> info_text_7Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> Text1_7 </Value>
</Text>
<Text>
<X> info2_text_startX </X>
<Y> info_text_7Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> Text2_7 </Value>
</Text>
<Button>
<X> 431 </X>
<Y> 805 </Y>