Merge branch 'master' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
0fba08e702
4 changed files with 30 additions and 10 deletions
|
|
@ -170,6 +170,7 @@
|
|||
|
||||
Var next_pic_bn = DirImage + "/bn_add_order.png"
|
||||
Var next_pic_bp = DirImage + "/bp_add_order.png"
|
||||
Var text_next_order = DirImage + "/text_add_order.png"
|
||||
Var bg_strawlid = DirImage2 + "/bg_strawlidSmall.png"
|
||||
|
||||
Var bg_strawlid_ST = "Enable"
|
||||
|
|
@ -981,11 +982,18 @@
|
|||
<Filename> PictureFile</Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 60 </X>
|
||||
<Y> 1649 </Y>
|
||||
<Filename> BottomText </Filename>
|
||||
</Image>
|
||||
;<Image>
|
||||
;<X> 60 </X>
|
||||
;<Y> 1649 </Y>
|
||||
;<Filename> BottomText </Filename>
|
||||
;</Image>
|
||||
|
||||
<Button>
|
||||
<X> 78 </X>
|
||||
<Y> 1652 </Y>
|
||||
<State>EnableSelectMenuBetweenBrew</State>
|
||||
<Filename> text_next_order </Filename>
|
||||
<Button>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
Var next_pic_bn = DirImage + "/bn_add_order.png"
|
||||
Var next_pic_bp = DirImage + "/bp_add_order.png"
|
||||
Var text_next_order = DirImage + "/text_add_order.png"
|
||||
|
||||
If NextOrder = "true" Then
|
||||
Var EnableSelectMenuBetweenBrew = "Invisible"
|
||||
|
|
@ -712,6 +713,10 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If MachineState_Result > 0 Then
|
||||
Var EnableSelectMenuBetweenBrew = "Invisible"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR CountUpBrewing
|
||||
; animation video loop
|
||||
If AnimationOn = "true" Then
|
||||
|
|
@ -847,11 +852,18 @@
|
|||
<Filename> PictureFile</Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 60 </X>
|
||||
<Y> 1649 </Y>
|
||||
<Filename> BottomText </Filename>
|
||||
</Image>
|
||||
;<Image>
|
||||
;<X> 60 </X>
|
||||
;<Y> 1649 </Y>
|
||||
;<Filename> BottomText </Filename>
|
||||
;</Image>
|
||||
|
||||
<Button>
|
||||
<X> 78 </X>
|
||||
<Y> 1652 </Y>
|
||||
<State>EnableSelectMenuBetweenBrew</State>
|
||||
<Filename> text_next_order </Filename>
|
||||
<Button>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue