Merge branch 'master' of forthrd.ddns.net:/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
c4b5fc6bf8
5 changed files with 382 additions and 277 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1312 </Height>
|
||||
<Background> "0xEFEDEA" </Background>
|
||||
<Background> "0xFF0000" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
TopView "hide"
|
||||
|
|
@ -119,10 +119,16 @@
|
|||
EndIf
|
||||
|
||||
If NetworkStatus = "ACTIVATE" Then
|
||||
Var ShowNetworkProblem = "Invisible"
|
||||
Var ShowNetworkProblemText = ""
|
||||
|
||||
Else
|
||||
Var ShowNetworkProblem = "Enable"
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
Var ShowNetworkProblemText = "การสื่อสารขัดข้อง ชำระเงินได้เฉพาะเงินสด"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -525,7 +531,7 @@
|
|||
<Button>
|
||||
<X> 212 </X>
|
||||
<Y> 1695 </Y>
|
||||
<State> ShowButtonClick </State>
|
||||
<State> ShowButtonClick2 </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<FilenamePress> "ROOT/taobin_project/image/main_page/bp_main_page_member.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -545,7 +551,7 @@
|
|||
<Button>
|
||||
<X> 556 </X>
|
||||
<Y> 1695 </Y>
|
||||
<State> ShowButtonClick </State>
|
||||
<State> ShowButtonClick2 </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<FilenamePress> "ROOT/taobin_project/image/main_page/bp_main_page_topup.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -595,4 +601,24 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 0 </X>
|
||||
<Y> 1870 </Y>
|
||||
<State> ShowNetworkProblem </State>
|
||||
<Color> "0xFF0000" </Color>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 60 </Height>
|
||||
</Button>
|
||||
|
||||
<Text>
|
||||
<X> 5 </X>
|
||||
<Y> 1880 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
<Font> RobotoRegular </Font>
|
||||
<Color> 0xFFFFFF </Color>
|
||||
<Value> ShowNetworkProblemText </Value>
|
||||
</Text>
|
||||
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue