Merge apple
This commit is contained in:
parent
4f9bc018eb
commit
7b3c793961
65 changed files with 32394 additions and 28639 deletions
|
|
@ -279,6 +279,16 @@
|
|||
|
||||
RootLayoutVisible 15 "hide"
|
||||
|
||||
DEBUGVAR Catalog20BahtEnable
|
||||
|
||||
If Catalog20BahtEnable = 1 Then
|
||||
Var PepsiCatalogStage = "Invisible"
|
||||
Var Menu20BahtStage = "Enable"
|
||||
Else
|
||||
Var PepsiCatalogStage = "Enable"
|
||||
Var Menu20BahtStage = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -879,7 +889,7 @@
|
|||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<State> "Enable" </State>
|
||||
<State> PepsiCatalogStage </State>
|
||||
<Button>
|
||||
<Filename> Var(DirImage + "/bn_Pepsi_7up.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_Pepsi_7up.png") </FilenamePress>
|
||||
|
|
@ -909,6 +919,32 @@
|
|||
</Button>
|
||||
</Block>
|
||||
|
||||
<Block>
|
||||
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<Button>
|
||||
<State> Menu20BahtStage </State>
|
||||
<Filename> Var(DirImage + "/bn_soda_20B.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_soda_20B.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If Inst10MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 8
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "pepsi"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
</Block>
|
||||
|
||||
|
||||
|
||||
<Block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue