edit test coin

This commit is contained in:
worawut 2023-05-09 17:04:03 +07:00
parent a080479633
commit 1fc53f48c7

View file

@ -5,34 +5,52 @@
<Width> 1024 </Width>
<Height> 600 </Height>
<Background> "/ROOT/pictures/test_coin.bmp" </Background>
<Background> "ROOT/taobin_project/image/test_taobin/test_coin.png" </Background>
;<Sound> "/ROOT/sounds/securitycfg.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventOpen>
Coin ON
Var TestCoinLine1 = "กรุณาใส่เงิน . . ."
Var TestCoinLine2 = "จำนวนเงินทั้งหมด 0 บาท"
; Var TestCoinLine1 = "กรุณาใส่เงิน . . ."
Var TestCoinLine1 = "insert money . . ."
; Var TestCoinLine2 = "จำนวนเงินทั้งหมด 0 บาท"
Var RemainAmountStr !assigned StringFmt( CoinAmount, DisplayFormat, PreScaleConvertShow )
Var TestCoinLine2 = "total amount "
Var TestCoinLine2 = TestCoinLine2 + RemainAmountStr
Var RemainAmountStr1 = 0
Var LastCoin = 0
</EventOpen>
<EventCoin>
Var LastCoin = CoinAmount - LastCoin
Var RemainAmountStr1 !assigned StringFmt( LastCoin, DisplayFormat, PreScaleConvertShow )
Var TestCoinLine1 = "ท่านได้ใส่เงินจำนวน "
Var TestCoinLine1 = TestCoinLine1 + LastCoin
Var TestCoinLine1 = TestCoinLine1 + " บาท"
Var RemainAmountStr !assigned StringFmt( CoinAmount, DisplayFormat, PreScaleConvertShow )
Var TestCoinLine2 = "จำนวนเงินทั้งหมด "
Var TestCoinLine2 = TestCoinLine2 + CoinAmount
Var TestCoinLine2 = TestCoinLine2 + " บาท"
; Var TestCoinLine1 = "ท่านได้ใส่เงินจำนวน "
Var TestCoinLine1 = "insert money "
Var TestCoinLine1 = TestCoinLine1 + RemainAmountStr1
; Var TestCoinLine1 = TestCoinLine1 + " บาท"
; Var TestCoinLine2 = "จำนวนเงินทั้งหมด "
Var TestCoinLine2 = "total amount "
Var TestCoinLine2 = TestCoinLine2 + RemainAmountStr
; Var TestCoinLine2 = TestCoinLine2 + " บาท"
Var LastCoin = CoinAmount
; Var RemainAmountStr = RemainAmountStr + "###size=90"
Refresh
</EventCoin>
; Line 1
<Text>
<X> 194 </X>
<Y> 288 </Y>
<Y> 250 </Y>
<Width> 630 </Width>
<Align> Center </Align>
<Size> 40 </Size>
@ -44,7 +62,7 @@
; Line 2
<Text>
<X> 194 </X>
<Y> 352 </Y>
<Y> 320 </Y>
<Width> 630 </Width>
<Align> Center </Align>
<Size> 40 </Size>
@ -53,15 +71,12 @@
<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>
<Y> 476 </Y>
<Filename> "ROOT/taobin_project/image/collectiing_en/bn_back.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/collectiing_en/bp_back.png" </FilenamePress>
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Coin STANDBY
@ -70,4 +85,7 @@
</EventClick>
</Button>
</Page>