15THB push again
This commit is contained in:
parent
315dc5fbd4
commit
8c68380064
8 changed files with 1106 additions and 45 deletions
|
|
@ -550,15 +550,15 @@
|
|||
</Script>
|
||||
; menu_new_list 9
|
||||
; ==================> Len = 11
|
||||
; - 12-05-02-0001 -
|
||||
; 12-05-01-0001 12-05-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0001.Button,$Sum1205020001) </State>
|
||||
<State> Flag( 12-05-01-0001.Button,12-05-02-0001.Button,$Sum12050100011205020001) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020001 </State>
|
||||
<State> $Sum12050100011205020001 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//15THB/bn_iced_lime.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//15THB/bn_iced_lime.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//15THB/bn_iced_lime.png" </FilenameDisable>
|
||||
|
|
@ -571,13 +571,13 @@
|
|||
Var DrinkDescription = "Limenade, Sugar"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "15THB/bn_iced_lime.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD1 = $12-05-01-0001.Price
|
||||
Var PriceD2 = $12-05-02-0001.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE1 = "12-05-01-0001"
|
||||
Var PD_CODE2 = "12-05-02-0001"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_1 = $12-05-01-0001.Button
|
||||
Var PD_STAGE_2 = $12-05-02-0001.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var SelectCountDrinkType = 0
|
||||
|
|
@ -598,15 +598,15 @@
|
|||
Topping "Load" "12-05-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Topping "Load" "12-05-01-0001"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
Var menu_name_eng_hot = $12-05-01-0001.NameE
|
||||
Var menu_desc_eng_hot = $12-05-01-0001.descriptionE
|
||||
Var menu_name_thai_hot = $12-05-01-0001.Name
|
||||
Var menu_desc_thai_hot = $12-05-01-0001.description
|
||||
|
||||
Var menu_name_eng_cold = $12-05-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-05-02-0001.descriptionE
|
||||
|
|
@ -679,7 +679,7 @@
|
|||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<State> $12-05-01-0001.Button </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
|
|
@ -691,7 +691,7 @@
|
|||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<State> $12-05-01-0001.Button </State>
|
||||
<Value> StringFmt( 15 , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
|
|
@ -737,7 +737,11 @@
|
|||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
If $Sum12050100011205020001 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
|
@ -753,8 +757,8 @@
|
|||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1205020001 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
If $Sum12050100011205020001 = "Disable" Then
|
||||
STRCONTAIN "ERR" $12-05-01-0001.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-05-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
|
|
@ -792,7 +796,7 @@
|
|||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1205020001 </State>
|
||||
<State> $Sum12050100011205020001 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
|
|
|
|||
|
|
@ -5648,7 +5648,7 @@
|
|||
DEBUGVAR CustomCoffeeDefault
|
||||
If CustomCoffeeDefault = "false" Then
|
||||
If showShotEnable = "Enable" Then
|
||||
Var showShotEnable = "Disable"
|
||||
;Var showShotEnable = "Disable"
|
||||
EndIf
|
||||
Else
|
||||
If showShotEnable = "Invisible" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue