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