This commit is contained in:
miggaze 2021-02-03 15:20:44 +07:00
parent 4ab194fd45
commit bacc71b24d
15 changed files with 30 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

View file

@ -766,7 +766,7 @@
<Button>
<X> 430 </X>
<X> 398 </X>
<Y> 1597 </Y>
<Filename> Var( DirImage + "/bn_cancel2.png" )</Filename>
<FilenamePress> Var( DirImage + "/bp_cancel2.png" )</FilenamePress>

View file

@ -240,6 +240,7 @@
Var CheckCoupons = 0
Var MakeDrinkState = 0
</EventOpen>
@ -272,6 +273,8 @@
EndIf
EndIf
TimerReset
Refresh
</EventTimeout>
@ -287,7 +290,9 @@
<EventActionOk>
If CheckCoupons = 1 Then
Var MakeDrinkState = 1
Var CouponPage = 1
Open "ROOT/taobin_project/xml/page_check_member2.xml"
EndIf
</EventActionOk>

View file

@ -479,6 +479,8 @@
; Var ViewBill = 0
;EndIf
Var CoinInFlag = 1
If ViewBill > 0 Then
@ -492,6 +494,12 @@
Var RemainAmountKeep = ViewBill
EndIf
Var Timeout = 0
Var RemainAmountStr = "" + RemainAmount
Var showRemaining = charOfBaht + RemainAmountStr
@ -499,7 +507,7 @@
Else
Var CoinInFlag = 1
If CoinInOK = 0 Then

View file

@ -417,7 +417,7 @@
<Y> 945 </Y>
<State> ShowErrorText </State>
<Refresh> "Enable" </Refresh>
<Filename> "ROOT/taobin_project/image/collectiing/text_show_notfound.png" </Filename>
<Filename> Var( DirImage + "/text_show_notfound.png") </Filename>
</Image>

View file

@ -27,9 +27,12 @@
Var ReqFlag = 0
Var Xtext = 246
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/collectiing_en"
Var Xtext = 246
Else
Var DirImage = "ROOT/taobin_project/image/collectiing"
EndIf
@ -526,6 +529,8 @@
Var ShowTextNumber4 = "Invisible"
Var PinNumber = ""
Var ShowErrorText = "Invisible"
Var ReqFlag = 1
@ -725,15 +730,15 @@
<Y> 945 </Y>
<Refresh> "Enable" </Refresh>
<State> ShowErrorText </State>
<Filename> "ROOT/taobin_project/image/collectiing/text_show_notfound.png" </Filename>
<Filename> Var( DirImage + "/text_show_notfound.png") </Filename>
</Image>
<Image>
<X> 246 </X>
<X> Xtext </X>
<Y> 945 </Y>
<Refresh> "Enable" </Refresh>
<State> ShowSentSmsText </State>
<Filename> "ROOT/taobin_project/image/collectiing/text_show_sentSMS.png" </Filename>
<Filename> Var( DirImage + "/text_show_sentSMS.png") </Filename>
</Image>

View file

@ -4,7 +4,7 @@
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Sound> "ROOT/sounds/Code8digit.m4a" </Sound>
<Volume> SoundVolume </Volume>
<Refresh> "Partial" </Refresh>
<EventOpen>
@ -68,7 +68,7 @@
<Image>
<X> 182 </X>
<Y> 748 </Y>
<Filename> "ROOT/taobin_project/image/collectiing/img_popup11.png" </Filename>
<Filename> Var( DirImage + "/img_popup11.png" ) </Filename>
</Image>
<Text>
@ -87,8 +87,8 @@
<Button>
<X> 261 </X>
<Y> 1345 </Y>
<Filename> Var( DirImage + "/bn_cancel2.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_cancel2.png") </FilenamePress>
<Filename> Var( DirImage + "/bn_cancel3.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_cancel3.png") </FilenamePress>
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>

View file

@ -98,7 +98,7 @@
<Image>
<X> 182 </X>
<Y> 748 </Y>
<Filename> "ROOT/taobin_project/image/collectiing/img_popup11.png" </Filename>
<Filename> Var( DirImage + "/img_popup11.png" ) </Filename>
</Image>