Do register
This commit is contained in:
parent
691a292501
commit
708903acd8
6 changed files with 72 additions and 10 deletions
BIN
image/registertb/img_popup1.png
Normal file
BIN
image/registertb/img_popup1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
|
|
@ -413,18 +413,18 @@
|
||||||
Var SlotVideo = CountUpBrewing / AnimationVideoPlayTime
|
Var SlotVideo = CountUpBrewing / AnimationVideoPlayTime
|
||||||
|
|
||||||
If PreviseStepVideo = SlotVideo Then
|
If PreviseStepVideo = SlotVideo Then
|
||||||
SAVELOG SlotVideo
|
;SAVELOG SlotVideo
|
||||||
Else
|
Else
|
||||||
Var PreviseStepVideo = SlotVideo
|
Var PreviseStepVideo = SlotVideo
|
||||||
SAVELOG PreviseStepVideo
|
;SAVELOG PreviseStepVideo
|
||||||
SAVELOG SlotVideo
|
;SAVELOG SlotVideo
|
||||||
SAVELOG CountUpBrewing
|
;SAVELOG CountUpBrewing
|
||||||
|
|
||||||
;Var CountDownVideoTime = CountDownVideoTimeReload
|
;Var CountDownVideoTime = CountDownVideoTimeReload
|
||||||
|
|
||||||
Var StepVideo = SlotVideo + 2
|
Var StepVideo = SlotVideo + 2
|
||||||
|
|
||||||
SAVELOG StepVideo
|
;SAVELOG StepVideo
|
||||||
|
|
||||||
If StepVideo = 1 Then
|
If StepVideo = 1 Then
|
||||||
Var videoID = VideoID1
|
Var videoID = VideoID1
|
||||||
|
|
@ -454,7 +454,7 @@
|
||||||
Var videoID = VideoID9
|
Var videoID = VideoID9
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
SAVELOG videoID
|
;SAVELOG videoID
|
||||||
|
|
||||||
If videoID = 0 Then
|
If videoID = 0 Then
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -542,7 +542,6 @@
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
; back
|
; back
|
||||||
;<Button>
|
;<Button>
|
||||||
;<X> 19 </X>
|
;<X> 19 </X>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 2000 </Timeout>
|
<Timeout> 5000 </Timeout>
|
||||||
<EventTimeout>
|
<EventTimeout>
|
||||||
;SAVELOG MachineErrorDetail
|
;SAVELOG MachineErrorDetail
|
||||||
Var MachineErrorDetailAll = MachineErrorDetail + " / "
|
Var MachineErrorDetailAll = MachineErrorDetail + " / "
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@
|
||||||
<Sound> "/ROOT/sounds/click.wav" </Sound>
|
<Sound> "/ROOT/sounds/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
;TopView "hide"
|
TopView "hide"
|
||||||
;OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
|
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
Var info_3Y = 390
|
Var info_3Y = 390
|
||||||
Var info_4Y = 460
|
Var info_4Y = 460
|
||||||
Var info_5Y = 530
|
Var info_5Y = 530
|
||||||
|
Var info_6Y = 600
|
||||||
|
Var info_7Y = 670
|
||||||
|
|
||||||
Var info_text_startX = info_startX + 22
|
Var info_text_startX = info_startX + 22
|
||||||
Var info_text_1Y = info_1Y + 18
|
Var info_text_1Y = info_1Y + 18
|
||||||
|
|
@ -20,7 +22,10 @@
|
||||||
Var info_text_3Y = info_3Y + 18
|
Var info_text_3Y = info_3Y + 18
|
||||||
Var info_text_4Y = info_4Y + 18
|
Var info_text_4Y = info_4Y + 18
|
||||||
Var info_text_5Y = info_5Y + 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_startX = 550
|
||||||
Var info2_text_startX = info2_startX + 22
|
Var info2_text_startX = info2_startX + 22
|
||||||
|
|
||||||
|
|
@ -57,6 +62,10 @@
|
||||||
Var IDCardState = "Invisible"
|
Var IDCardState = "Invisible"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
Var IDFullNameEng = "เสียบบัตร"
|
||||||
|
|
||||||
|
Var Text1_6 = "Door/Lid/Straw = " + Service_LidStraw
|
||||||
|
Var Text2_6 = "ฝา = " + Lid1Status
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
|
|
@ -164,6 +173,23 @@
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Image>
|
</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>
|
<Text>
|
||||||
<X> info2_text_startX </X>
|
<X> info2_text_startX </X>
|
||||||
<Y> info_text_5Y </Y>
|
<Y> info_text_5Y </Y>
|
||||||
|
|
@ -260,6 +286,43 @@
|
||||||
</Text>
|
</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>
|
<Button>
|
||||||
<X> 431 </X>
|
<X> 431 </X>
|
||||||
<Y> 805 </Y>
|
<Y> 805 </Y>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue