6.57
This commit is contained in:
parent
f11db1069e
commit
0d2d5b8298
11 changed files with 136 additions and 62 deletions
|
|
@ -50,9 +50,9 @@
|
|||
|
||||
|
||||
Var ice_version_text = " ICE version " + IceVersion
|
||||
Var brew_version_text = "Main version " + MainboardVersion
|
||||
Var brew_version_text = "Server status " + NetworkStatus
|
||||
|
||||
Var show_version = brew_version_text + ice_version_text
|
||||
Var show_version = brew_version_text
|
||||
|
||||
Var show_boxid = "[ " + BoxID
|
||||
Var show_boxid = show_boxid + " ]"
|
||||
|
|
@ -82,16 +82,8 @@
|
|||
|
||||
Cart "DeleteMenuID" "ALL"
|
||||
|
||||
Var birthday = "25280905"
|
||||
DEBUGVAR birthday
|
||||
SUBSTRING birthday 0 4 StrYear
|
||||
SUBSTRING birthday 4 6 StrMon
|
||||
SUBSTRING birthday 6 8 StrDay
|
||||
DEBUGVAR StrYear
|
||||
DEBUGVAR StrMon
|
||||
DEBUGVAR StrDay
|
||||
|
||||
|
||||
Var Text1_8 = "IP " MobileIPNetwork
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -104,6 +96,8 @@
|
|||
|
||||
DEBUGVAR AdvertiseProfile
|
||||
|
||||
Var Text1_8 = "IP " MobileIPNetwork
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
||||
|
|
@ -402,9 +396,44 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> info1_startX </X>
|
||||
<Y> info_8Y </Y>
|
||||
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> info2_startX </X>
|
||||
<Y> info_8Y </Y>
|
||||
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
<Text>
|
||||
<X> info_text_startX </X>
|
||||
<Y> info_text_8Y </Y>
|
||||
<Size> 30 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<Value> Text1_8 </Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> info2_text_startX </X>
|
||||
<Y> info_text_8Y </Y>
|
||||
<Size> 30 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<Value> Text2_8 </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 431 </X>
|
||||
<Y> 805 </Y>
|
||||
<Y> 875 </Y>
|
||||
<Filename> "ROOT/taobin_project/image//bp_cancel.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/bp_cancel.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue