DO unify
This commit is contained in:
parent
922ae67bd3
commit
b7ad0d3ac8
85 changed files with 4360 additions and 5 deletions
|
|
@ -95,8 +95,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "6.09"
|
||||
Var XMLPageVersionInt = 609
|
||||
Var XMLPageVersion = "6.11"
|
||||
Var XMLPageVersionInt = 611
|
||||
</EventOpen>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
73
xml_main/test_coin.xml
Normal file
73
xml_main/test_coin.xml
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<BeginX>28</BeginX>
|
||||
<BeginY>255</BeginY>
|
||||
<OverrideBackground> "ROOT/ui/bg_main_menu2.png"</OverrideBackground>
|
||||
<Page>
|
||||
|
||||
<Width> 1024 </Width>
|
||||
<Height> 600 </Height>
|
||||
<Background> "/ROOT/pictures/test_coin.bmp" </Background>
|
||||
;<Sound> "/ROOT/sounds/securitycfg.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
Coin ON
|
||||
Var TestCoinLine1 = "กรุณาใส่เงิน . . ."
|
||||
Var TestCoinLine2 = "จำนวนเงินทั้งหมด 0 บาท"
|
||||
Var LastCoin = 0
|
||||
</EventOpen>
|
||||
<EventCoin>
|
||||
Var LastCoin = CoinAmount - LastCoin
|
||||
|
||||
Var TestCoinLine1 = "ท่านได้ใส่เงินจำนวน "
|
||||
Var TestCoinLine1 = TestCoinLine1 + LastCoin
|
||||
Var TestCoinLine1 = TestCoinLine1 + " บาท"
|
||||
|
||||
Var TestCoinLine2 = "จำนวนเงินทั้งหมด "
|
||||
Var TestCoinLine2 = TestCoinLine2 + CoinAmount
|
||||
Var TestCoinLine2 = TestCoinLine2 + " บาท"
|
||||
|
||||
Var LastCoin = CoinAmount
|
||||
Refresh
|
||||
</EventCoin>
|
||||
|
||||
; Line 1
|
||||
<Text>
|
||||
<X> 194 </X>
|
||||
<Y> 288 </Y>
|
||||
<Width> 630 </Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 40 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0xF08000 </Color>
|
||||
<Value> TestCoinLine1 </Value>
|
||||
</Text>
|
||||
|
||||
; Line 2
|
||||
<Text>
|
||||
<X> 194 </X>
|
||||
<Y> 352 </Y>
|
||||
<Width> 630 </Width>
|
||||
<Align> Center </Align>
|
||||
<Size> 40 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0xF08000 </Color>
|
||||
<Value> TestCoinLine2 </Value>
|
||||
</Text>
|
||||
|
||||
; back button
|
||||
<Button>
|
||||
<X> 30 </X>
|
||||
<Y> 486 </Y>
|
||||
<Width> 183 </Width>
|
||||
<Height> 86 </Height>
|
||||
<Filename> "/ROOT/pictures/test_coin_bn_back.bmp" </Filename>
|
||||
<FilenamePress> "/ROOT/pictures/test_coin_bp_back.bmp" </FilenamePress>
|
||||
<Sound> "/ROOT/sounds/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Coin STANDBY
|
||||
CoinClear
|
||||
Open "/ROOT/xml/main.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue