Merge branch 'master' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project

This commit is contained in:
pichet 2022-11-08 16:03:26 +07:00
commit 4651e33efd
20 changed files with 3076 additions and 3051 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

BIN
image/topping2_en/text8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -331,7 +331,7 @@
#out_xml( '\t<Value> Var( "฿" + $' + spl[4] + '.Price ) </Value>\r\n') #out_xml( '\t<Value> Var( "฿" + $' + spl[4] + '.Price ) </Value>\r\n')
if "inter" in param: if "inter" in param:
out_xml( '\t<Value> IntFormat( $' + spl[4] + '.Price , DisplayFormat, /100) </Value>; test\r\n') out_xml( '\t<Value> IntFormat( $' + spl[4] + '.Price , DisplayFormat, PreScaleConvert) </Value>; test\r\n')
else: else:
out_xml( '\t<Value> Var( "฿" + $' + spl[4] + '.Price ) </Value>\r\n') out_xml( '\t<Value> Var( "฿" + $' + spl[4] + '.Price ) </Value>\r\n')
out_xml( '\t</Text>\r\n') out_xml( '\t</Text>\r\n')
@ -373,7 +373,7 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n') out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n') out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param: if "inter" in param:
out_xml( '\t<Value> IntFormat( $' + spl[5] + '.Price , DisplayFormat, /100) </Value>; test\r\n') out_xml( '\t<Value> IntFormat( $' + spl[5] + '.Price , DisplayFormat, PreScaleConvert) </Value>; test\r\n')
else: else:
out_xml( '\t<Value> Var( "฿" + $' + spl[5] + '.Price ) </Value>\r\n') out_xml( '\t<Value> Var( "฿" + $' + spl[5] + '.Price ) </Value>\r\n')
out_xml( '\t</Text>\r\n') out_xml( '\t</Text>\r\n')
@ -417,7 +417,7 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n') out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n') out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param: if "inter" in param:
out_xml( '\t<Value> IntFormat( $' + spl[6] + '.Price , DisplayFormat, /100) </Value>; test\r\n') out_xml( '\t<Value> IntFormat( $' + spl[6] + '.Price , DisplayFormat, PreScaleConvert) </Value>; test\r\n')
else: else:
out_xml( '\t<Value> Var( "฿" + $' + spl[6] + '.Price ) </Value>\r\n') out_xml( '\t<Value> Var( "฿" + $' + spl[6] + '.Price ) </Value>\r\n')
out_xml( '\t</Text>\r\n') out_xml( '\t</Text>\r\n')
@ -773,7 +773,7 @@
out_xml( '\t<State> ' + shw + ' </State>\r\n') out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param: if "inter" in param:
out_xml( '\t<Value> IntFormat( $' + spl[8] + '.Price , DisplayFormat, /100) </Value>; test\r\n') out_xml( '\t<Value> IntFormat( $' + spl[8] + '.Price , DisplayFormat, PreScaleConvert) </Value>; test\r\n')
else: else:
out_xml( '\t<Value> Var( "฿" + $' + spl[8] + '.Price ) </Value>\r\n') out_xml( '\t<Value> Var( "฿" + $' + spl[8] + '.Price ) </Value>\r\n')
@ -817,7 +817,7 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n') out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n') out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param: if "inter" in param:
out_xml( '\t<Value> IntFormat( $' + spl[9] + '.Price , DisplayFormat, /100) </Value>; test\r\n') out_xml( '\t<Value> IntFormat( $' + spl[9] + '.Price , DisplayFormat, PreScaleConvert) </Value>; test\r\n')
else: else:
out_xml( '\t<Value> Var( "฿" + $' + spl[9] + '.Price ) </Value>\r\n') out_xml( '\t<Value> Var( "฿" + $' + spl[9] + '.Price ) </Value>\r\n')
@ -860,7 +860,7 @@
out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n') out_xml( '\t<ColorDisable> 0xEAE6E1 </ColorDisable>\r\n')
out_xml( '\t<State> ' + shw + ' </State>\r\n') out_xml( '\t<State> ' + shw + ' </State>\r\n')
if "inter" in param: if "inter" in param:
out_xml( '\t<Value> IntFormat( $' + spl[10] + '.Price , DisplayFormat, /100) </Value>; test\r\n') out_xml( '\t<Value> IntFormat( $' + spl[10] + '.Price , DisplayFormat, PreScaleConvert) </Value>; test\r\n')
else: else:
out_xml( '\t<Value> Var( "฿" + $' + spl[10] + '.Price ) </Value>\r\n') out_xml( '\t<Value> Var( "฿" + $' + spl[10] + '.Price ) </Value>\r\n')

View file

@ -218,7 +218,11 @@
EndIf EndIf
If SystemDateMonth = 1 Then
If SystemDateDay = 1 Then
WRITE_FILE "/mnt/sdcard/coffeevending/CampaignEnable" "off"
EndIf
EndIf
If EventTurnOn = 1 Then If EventTurnOn = 1 Then
@ -232,6 +236,7 @@
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event_alter.mp4" Var VideoMainPage = "ROOT/taobin_project/video/main_page_event_alter.mp4"
EndIf EndIf
EndIf EndIf
If TermTemOnline = "true" Then If TermTemOnline = "true" Then
Var CountDownShowButton = 28 Var CountDownShowButton = 28
@ -605,6 +610,7 @@
DEBUGVAR LanguageShow DEBUGVAR LanguageShow
DEBUGVAR DisplayFormat DEBUGVAR DisplayFormat
DEBUGVAR PreScaleConvert DEBUGVAR PreScaleConvert
DEBUGVAR UnitPostDisplay
</EventOpen> </EventOpen>
@ -866,6 +872,7 @@
;<Loop>"true"</Loop> ;<Loop>"true"</Loop>
;<Volume> 80 </Volume> ;<Volume> 80 </Volume>
<Filename> VideoMainPage </Filename> <Filename> VideoMainPage </Filename>
<FilenameAlternate> "ROOT/taobin_project/video/main_page.mp4" </FilenameAlternate>
</Video> </Video>

View file

@ -58,6 +58,8 @@
Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw_en.png" Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw_en.png"
Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw_en.png" Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw_en.png"
Var CampaingFilename = "ROOT/taobin_project/image/page_campaign_en"
Var XStraw = 336 Var XStraw = 336
Else Else
;Var DirImage = "ROOT/taobin_project/image/collect_point1" ;Var DirImage = "ROOT/taobin_project/image/collect_point1"
@ -72,6 +74,8 @@
Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw.png" Var bnStrawProblemReport = "ROOT/taobin_project/image/page_doing/bn_send_report_straw.png"
Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw.png" Var bpStrawProblemReport = "ROOT/taobin_project/image/page_doing/bp_send_report_straw.png"
Var CampaingFilename = "ROOT/taobin_project/image/page_campaign"
Var XStraw = 382 Var XStraw = 382
EndIf EndIf
@ -278,6 +282,18 @@
Var CreditCardVoid = 0 Var CreditCardVoid = 0
READ_FILE "/mnt/sdcard/coffeevending/CampaignEnable" CampaignEnableStr
If CampaignEnableStr = "true" Then
Var CampaignEnable = 1
Var CampaignVideoTimeCountDown = 14
Var PictureFile = CampaingFilename + "/text_desc.png"
Var VideoPlayFile = "ROOT/taobin_project/image/page_campaign/video_desc.mp4"
Else
Var CampaignEnable = 0
EndIf
</EventOpen> </EventOpen>
@ -971,76 +987,87 @@
DEBUGVAR CountUpBrewing DEBUGVAR CountUpBrewing
; animation video loop ; animation video loop
If AnimationOn = "true" Then If AnimationOn = "true" Then
Var CountUpBrewing = CountUpBrewing + 1 If CampaignEnable = 1 Then
If CampaignVideoTimeCountDown > 0 Then
Var SlotVideo = CountUpBrewing / AnimationVideoPlayTime Var CampaignVideoTimeCountDown = CampaignVideoTimeCountDown - 1
EndIf
If PreviseStepVideo = SlotVideo Then If CampaignVideoTimeCountDown = 0 Then
;SAVELOG SlotVideo Var CampaignEnable = 0
EndIf
Else Else
Var PreviseStepVideo = SlotVideo Var CountUpBrewing = CountUpBrewing + 1
;SAVELOG PreviseStepVideo
;SAVELOG SlotVideo
;SAVELOG CountUpBrewing
;Var CountDownVideoTime = CountDownVideoTimeReload ;CampaignEnable
Var SlotVideo = CountUpBrewing / AnimationVideoPlayTime
Var StepVideo = SlotVideo + 2 If PreviseStepVideo = SlotVideo Then
;SAVELOG SlotVideo
;SAVELOG StepVideo
If StepVideo = 1 Then
Var videoID = VideoID1
EndIf
If StepVideo = 2 Then
Var videoID = VideoID2
EndIf
If StepVideo = 3 Then
Var videoID = VideoID3
EndIf
If StepVideo = 4 Then
Var videoID = VideoID4
EndIf
If StepVideo = 5 Then
Var videoID = VideoID5
EndIf
If StepVideo = 6 Then
Var videoID = VideoID6
EndIf
If StepVideo = 7 Then
Var videoID = VideoID7
EndIf
If StepVideo = 8 Then
Var videoID = VideoID8
EndIf
If StepVideo = 9 Then
Var videoID = VideoID9
EndIf
;SAVELOG videoID
If videoID = 0 Then
Else Else
If videoID = "---" Then Var PreviseStepVideo = SlotVideo
;SAVELOG PreviseStepVideo
;SAVELOG SlotVideo
;SAVELOG CountUpBrewing
;Var CountDownVideoTime = CountDownVideoTimeReload
Var StepVideo = SlotVideo + 2
;SAVELOG StepVideo
If StepVideo = 1 Then
Var videoID = VideoID1
EndIf
If StepVideo = 2 Then
Var videoID = VideoID2
EndIf
If StepVideo = 3 Then
Var videoID = VideoID3
EndIf
If StepVideo = 4 Then
Var videoID = VideoID4
EndIf
If StepVideo = 5 Then
Var videoID = VideoID5
EndIf
If StepVideo = 6 Then
Var videoID = VideoID6
EndIf
If StepVideo = 7 Then
Var videoID = VideoID7
EndIf
If StepVideo = 8 Then
Var videoID = VideoID8
EndIf
If StepVideo = 9 Then
Var videoID = VideoID9
EndIf
;SAVELOG videoID
If videoID = 0 Then
Else Else
If videoID = "---" Then
Var VideoPlayFile = VideoPath Else
Var VideoPlayFile = VideoPlayFile + VideoFileBegin
Var VideoPlayFile = VideoPlayFile + videoID
Var VideoPlayFile = VideoPlayFile + VideoFileEnd
Var PictureFile = PicturePath Var VideoPlayFile = VideoPath
Var PictureFile = PictureFile + PictureBegin Var VideoPlayFile = VideoPlayFile + VideoFileBegin
Var PictureFile = PictureFile + videoID Var VideoPlayFile = VideoPlayFile + videoID
Var PictureFile = PictureFile + PictureEnd Var VideoPlayFile = VideoPlayFile + VideoFileEnd
DEBUGVAR VideoPlayFile Var PictureFile = PicturePath
DEBUGVAR PictureFile Var PictureFile = PictureFile + PictureBegin
Var PictureFile = PictureFile + videoID
Var PictureFile = PictureFile + PictureEnd
DEBUGVAR VideoPlayFile
DEBUGVAR PictureFile
EndIf
EndIf EndIf
EndIf EndIf
EndIf EndIf
; CampaignEnable
EndIf EndIf
@ -1134,12 +1161,6 @@
<Filename> VideoPlayFile </Filename> <Filename> VideoPlayFile </Filename>
</Video> </Video>
;<Image>
;<X> 0 </X>
;<Y> 0 </Y>
;<Filename> "ROOT/taobin_project/image/ad_medium_2.png" </Filename>
;</Image>
<Video> <Video>
<X> 0 </X> <X> 0 </X>
<Y> 0 </Y> <Y> 0 </Y>
@ -1197,51 +1218,6 @@
<Value> ShowCountDownBrewing </Value> <Value> ShowCountDownBrewing </Value>
</Text> </Text>
;<Text>
;<X> 100 </X>
;<Y> 470 </Y>
;<Align> End </Align>
;<Width> 153 </Width>
;<Size> 30 </Size>
;<Font> RobotoBold </Font>
;<Color> 0x513C2F </Color>
;<Value> MachineStage </Value>
;</Text>
;
;<Text>
;<X> 0 </X>
;<Y> 1880 </Y>
;<Size> 30 </Size>
;<Align> Center </Align>
;<Width> 1080 </Width>
;<Font> KanitThinTTF </Font>
;<Color> 0x513C2F </Color>
;<Value> MachineStage </Value>
;</Text>
;<Button>
;<X> 0 </X>
;<Y> 1860 </Y>
;<Width> 200 </Width>
;<Height> 50 </Height>
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
;<Volume> SoundVolume </Volume>
;<EventClick>
; Var countClick = countClick + 1
; If countClick = 3 Then
;
; EndIf
;
; If countClick = 5 Then
; Var countClick = 0
; MainMenu
; EndIf
; Refresh
;</EventClick>
;</Button>
<Button> <Button>
<X> 870 </X> <X> 870 </X>

View file

@ -597,7 +597,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -660,14 +660,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -678,14 +678,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1018.Button </State> <State> $12-04-02-1018.Button </State>
<Value> Var( "฿" + $12-04-02-1018.Price ) </Value> <Value> IntFormat( $12-04-02-1018.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -695,15 +695,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -847,7 +847,7 @@ essential nutrients" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -909,14 +909,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -927,14 +927,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1019.Button </State> <State> $12-04-02-1019.Button </State>
<Value> Var( "฿" + $12-04-02-1019.Price ) </Value> <Value> IntFormat( $12-04-02-1019.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -944,15 +944,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1096,7 +1096,7 @@ essential nutrients" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1159,14 +1159,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1177,14 +1177,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1020.Button </State> <State> $12-04-02-1020.Button </State>
<Value> Var( "฿" + $12-04-02-1020.Price ) </Value> <Value> IntFormat( $12-04-02-1020.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1194,15 +1194,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1346,7 +1346,7 @@ essential nutrients" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1409,14 +1409,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1427,14 +1427,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1021.Button </State> <State> $12-04-02-1021.Button </State>
<Value> Var( "฿" + $12-04-02-1021.Price ) </Value> <Value> IntFormat( $12-04-02-1021.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1444,15 +1444,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1596,7 +1596,7 @@ essential nutrients" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1659,14 +1659,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1677,14 +1677,14 @@ essential nutrients" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-1022.Button </State> <State> $12-04-02-1022.Button </State>
<Value> Var( "฿" + $12-04-02-1022.Price ) </Value> <Value> IntFormat( $12-04-02-1022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1694,15 +1694,15 @@ essential nutrients" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -597,7 +597,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -657,14 +657,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0005.Button </State> <State> $12-03-01-0005.Button </State>
<Value> Var( "฿" + $12-03-01-0005.Price ) </Value> <Value> IntFormat( $12-03-01-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -675,14 +675,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0005.Button </State> <State> $12-03-02-0005.Button </State>
<Value> Var( "฿" + $12-03-02-0005.Price ) </Value> <Value> IntFormat( $12-03-02-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -692,15 +692,15 @@
<State> $12-03-03-0005.Button </State> <State> $12-03-03-0005.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0005.Button </State> <State> $12-03-03-0005.Button </State>
<Value> Var( "฿" + $12-03-03-0005.Price ) </Value> <Value> IntFormat( $12-03-03-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -848,7 +848,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -908,14 +908,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0001.Button </State> <State> $12-03-01-0001.Button </State>
<Value> Var( "฿" + $12-03-01-0001.Price ) </Value> <Value> IntFormat( $12-03-01-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -926,14 +926,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0001.Button </State> <State> $12-03-02-0001.Button </State>
<Value> Var( "฿" + $12-03-02-0001.Price ) </Value> <Value> IntFormat( $12-03-02-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -943,15 +943,15 @@
<State> $12-03-03-0001.Button </State> <State> $12-03-03-0001.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0001.Button </State> <State> $12-03-03-0001.Button </State>
<Value> Var( "฿" + $12-03-03-0001.Price ) </Value> <Value> IntFormat( $12-03-03-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1099,7 +1099,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1160,14 +1160,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0003.Button </State> <State> $12-03-01-0003.Button </State>
<Value> Var( "฿" + $12-03-01-0003.Price ) </Value> <Value> IntFormat( $12-03-01-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1178,14 +1178,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0003.Button </State> <State> $12-03-02-0003.Button </State>
<Value> Var( "฿" + $12-03-02-0003.Price ) </Value> <Value> IntFormat( $12-03-02-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1195,15 +1195,15 @@ MILK" </Value>
<State> $12-03-03-0003.Button </State> <State> $12-03-03-0003.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0003.Button </State> <State> $12-03-03-0003.Button </State>
<Value> Var( "฿" + $12-03-03-0003.Price ) </Value> <Value> IntFormat( $12-03-03-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1351,7 +1351,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1412,14 +1412,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1430,14 +1430,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0006.Button </State> <State> $12-03-02-0006.Button </State>
<Value> Var( "฿" + $12-03-02-0006.Price ) </Value> <Value> IntFormat( $12-03-02-0006.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1447,15 +1447,15 @@ MILK" </Value>
<State> $12-03-03-0006.Button </State> <State> $12-03-03-0006.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0006.Button </State> <State> $12-03-03-0006.Button </State>
<Value> Var( "฿" + $12-03-03-0006.Price ) </Value> <Value> IntFormat( $12-03-03-0006.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1599,7 +1599,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1659,14 +1659,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0002.Button </State> <State> $12-03-01-0002.Button </State>
<Value> Var( "฿" + $12-03-01-0002.Price ) </Value> <Value> IntFormat( $12-03-01-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1677,14 +1677,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0002.Button </State> <State> $12-03-02-0002.Button </State>
<Value> Var( "฿" + $12-03-02-0002.Price ) </Value> <Value> IntFormat( $12-03-02-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1694,15 +1694,15 @@ MILK" </Value>
<State> $12-03-03-0002.Button </State> <State> $12-03-03-0002.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0002.Button </State> <State> $12-03-03-0002.Button </State>
<Value> Var( "฿" + $12-03-03-0002.Price ) </Value> <Value> IntFormat( $12-03-03-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1850,7 +1850,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1910,14 +1910,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State> <State> $12-03-01-0022.Button </State>
<Value> Var( "฿" + $12-03-01-0022.Price ) </Value> <Value> IntFormat( $12-03-01-0022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1928,14 +1928,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State> <State> $12-03-02-0022.Button </State>
<Value> Var( "฿" + $12-03-02-0022.Price ) </Value> <Value> IntFormat( $12-03-02-0022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1945,15 +1945,15 @@ MILK" </Value>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
<Value> Var( "฿" + $12-03-03-0022.Price ) </Value> <Value> IntFormat( $12-03-03-0022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2101,7 +2101,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2163,14 +2163,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2181,14 +2181,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2198,15 +2198,15 @@ SMOOTHIE" </Value>
<State> $12-03-03-0010.Button </State> <State> $12-03-03-0010.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0010.Button </State> <State> $12-03-03-0010.Button </State>
<Value> Var( "฿" + $12-03-03-0010.Price ) </Value> <Value> IntFormat( $12-03-03-0010.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2350,7 +2350,7 @@ SMOOTHIE" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2411,14 +2411,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2429,14 +2429,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2446,15 +2446,15 @@ VOLCANO" </Value>
<State> $12-03-03-0020.Button </State> <State> $12-03-03-0020.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0020.Button </State> <State> $12-03-03-0020.Button </State>
<Value> Var( "฿" + $12-03-03-0020.Price ) </Value> <Value> IntFormat( $12-03-03-0020.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2598,7 +2598,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2659,14 +2659,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2677,14 +2677,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2694,15 +2694,15 @@ VOLCANO" </Value>
<State> $12-03-03-0021.Button </State> <State> $12-03-03-0021.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0021.Button </State> <State> $12-03-03-0021.Button </State>
<Value> Var( "฿" + $12-03-03-0021.Price ) </Value> <Value> IntFormat( $12-03-03-0021.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2846,7 +2846,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2906,14 +2906,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2924,14 +2924,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0041.Button </State> <State> $12-05-02-0041.Button </State>
<Value> Var( "฿" + $12-05-02-0041.Price ) </Value> <Value> IntFormat( $12-05-02-0041.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2941,15 +2941,15 @@ VOLCANO" </Value>
<State> $12-05-03-0041.Button </State> <State> $12-05-03-0041.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0041.Button </State> <State> $12-05-03-0041.Button </State>
<Value> Var( "฿" + $12-05-03-0041.Price ) </Value> <Value> IntFormat( $12-05-03-0041.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3093,7 +3093,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3153,14 +3153,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3171,14 +3171,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0008.Button </State> <State> $12-05-02-0008.Button </State>
<Value> Var( "฿" + $12-05-02-0008.Price ) </Value> <Value> IntFormat( $12-05-02-0008.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3188,15 +3188,15 @@ VOLCANO" </Value>
<State> $12-05-03-0008.Button </State> <State> $12-05-03-0008.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-03-0008.Button </State> <State> $12-05-03-0008.Button </State>
<Value> Var( "฿" + $12-05-03-0008.Price ) </Value> <Value> IntFormat( $12-05-03-0008.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3340,7 +3340,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3401,14 +3401,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3419,14 +3419,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0044.Button </State> <State> $12-05-02-0044.Button </State>
<Value> Var( "฿" + $12-05-02-0044.Price ) </Value> <Value> IntFormat( $12-05-02-0044.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3436,15 +3436,15 @@ VOLCANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3588,7 +3588,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3649,14 +3649,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3667,14 +3667,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-05-02-0045.Button </State> <State> $12-05-02-0045.Button </State>
<Value> Var( "฿" + $12-05-02-0045.Price ) </Value> <Value> IntFormat( $12-05-02-0045.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3684,15 +3684,15 @@ VOLCANO" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

View file

@ -585,7 +585,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -645,14 +645,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0005.Button </State> <State> $12-03-01-0005.Button </State>
<Value> Var( "฿" + $12-03-01-0005.Price ) </Value> <Value> IntFormat( $12-03-01-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -663,14 +663,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0005.Button </State> <State> $12-03-02-0005.Button </State>
<Value> Var( "฿" + $12-03-02-0005.Price ) </Value> <Value> IntFormat( $12-03-02-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -680,15 +680,15 @@
<State> $12-03-03-0005.Button </State> <State> $12-03-03-0005.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0005.Button </State> <State> $12-03-03-0005.Button </State>
<Value> Var( "฿" + $12-03-03-0005.Price ) </Value> <Value> IntFormat( $12-03-03-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -836,7 +836,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -896,14 +896,14 @@
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0001.Button </State> <State> $12-03-01-0001.Button </State>
<Value> Var( "฿" + $12-03-01-0001.Price ) </Value> <Value> IntFormat( $12-03-01-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -914,14 +914,14 @@
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0001.Button </State> <State> $12-03-02-0001.Button </State>
<Value> Var( "฿" + $12-03-02-0001.Price ) </Value> <Value> IntFormat( $12-03-02-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -931,15 +931,15 @@
<State> $12-03-03-0001.Button </State> <State> $12-03-03-0001.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0001.Button </State> <State> $12-03-03-0001.Button </State>
<Value> Var( "฿" + $12-03-03-0001.Price ) </Value> <Value> IntFormat( $12-03-03-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1087,7 +1087,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1149,14 +1149,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0004.Button </State> <State> $12-03-01-0004.Button </State>
<Value> Var( "฿" + $12-03-01-0004.Price ) </Value> <Value> IntFormat( $12-03-01-0004.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1167,14 +1167,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0004.Button </State> <State> $12-03-02-0004.Button </State>
<Value> Var( "฿" + $12-03-02-0004.Price ) </Value> <Value> IntFormat( $12-03-02-0004.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1184,15 +1184,15 @@ Caramel Syrup" </Value>
<State> $12-03-03-0004.Button </State> <State> $12-03-03-0004.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0004.Button </State> <State> $12-03-03-0004.Button </State>
<Value> Var( "฿" + $12-03-03-0004.Price ) </Value> <Value> IntFormat( $12-03-03-0004.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1340,7 +1340,7 @@ Caramel Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1401,14 +1401,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0003.Button </State> <State> $12-03-01-0003.Button </State>
<Value> Var( "฿" + $12-03-01-0003.Price ) </Value> <Value> IntFormat( $12-03-01-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1419,14 +1419,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0003.Button </State> <State> $12-03-02-0003.Button </State>
<Value> Var( "฿" + $12-03-02-0003.Price ) </Value> <Value> IntFormat( $12-03-02-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1436,15 +1436,15 @@ MILK" </Value>
<State> $12-03-03-0003.Button </State> <State> $12-03-03-0003.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0003.Button </State> <State> $12-03-03-0003.Button </State>
<Value> Var( "฿" + $12-03-03-0003.Price ) </Value> <Value> IntFormat( $12-03-03-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1592,7 +1592,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1653,14 +1653,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1671,14 +1671,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0006.Button </State> <State> $12-03-02-0006.Button </State>
<Value> Var( "฿" + $12-03-02-0006.Price ) </Value> <Value> IntFormat( $12-03-02-0006.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1688,15 +1688,15 @@ MILK" </Value>
<State> $12-03-03-0006.Button </State> <State> $12-03-03-0006.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0006.Button </State> <State> $12-03-03-0006.Button </State>
<Value> Var( "฿" + $12-03-03-0006.Price ) </Value> <Value> IntFormat( $12-03-03-0006.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1840,7 +1840,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1900,14 +1900,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0002.Button </State> <State> $12-03-01-0002.Button </State>
<Value> Var( "฿" + $12-03-01-0002.Price ) </Value> <Value> IntFormat( $12-03-01-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1918,14 +1918,14 @@ MILK" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0002.Button </State> <State> $12-03-02-0002.Button </State>
<Value> Var( "฿" + $12-03-02-0002.Price ) </Value> <Value> IntFormat( $12-03-02-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1935,15 +1935,15 @@ MILK" </Value>
<State> $12-03-03-0002.Button </State> <State> $12-03-03-0002.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0002.Button </State> <State> $12-03-03-0002.Button </State>
<Value> Var( "฿" + $12-03-03-0002.Price ) </Value> <Value> IntFormat( $12-03-03-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2091,7 +2091,7 @@ MILK" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2153,14 +2153,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2171,14 +2171,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2188,15 +2188,15 @@ SMOOTHIE" </Value>
<State> $12-03-03-0010.Button </State> <State> $12-03-03-0010.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0010.Button </State> <State> $12-03-03-0010.Button </State>
<Value> Var( "฿" + $12-03-03-0010.Price ) </Value> <Value> IntFormat( $12-03-03-0010.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2340,7 +2340,7 @@ SMOOTHIE" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2402,14 +2402,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2420,14 +2420,14 @@ SMOOTHIE" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2437,15 +2437,15 @@ SMOOTHIE" </Value>
<State> $12-03-03-0011.Button </State> <State> $12-03-03-0011.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0011.Button </State> <State> $12-03-03-0011.Button </State>
<Value> Var( "฿" + $12-03-03-0011.Price ) </Value> <Value> IntFormat( $12-03-03-0011.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2589,7 +2589,7 @@ SMOOTHIE" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2651,14 +2651,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2669,14 +2669,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2686,15 +2686,15 @@ VOLCANO" </Value>
<State> $12-03-03-0009.Button </State> <State> $12-03-03-0009.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0009.Button </State> <State> $12-03-03-0009.Button </State>
<Value> Var( "฿" + $12-03-03-0009.Price ) </Value> <Value> IntFormat( $12-03-03-0009.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2838,7 +2838,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2898,14 +2898,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0019.Button </State> <State> $12-03-01-0019.Button </State>
<Value> Var( "฿" + $12-03-01-0019.Price ) </Value> <Value> IntFormat( $12-03-01-0019.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2916,14 +2916,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0019.Button </State> <State> $12-03-02-0019.Button </State>
<Value> Var( "฿" + $12-03-02-0019.Price ) </Value> <Value> IntFormat( $12-03-02-0019.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2933,15 +2933,15 @@ VOLCANO" </Value>
<State> $12-03-03-0019.Button </State> <State> $12-03-03-0019.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0019.Button </State> <State> $12-03-03-0019.Button </State>
<Value> Var( "฿" + $12-03-03-0019.Price ) </Value> <Value> IntFormat( $12-03-03-0019.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3089,7 +3089,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3150,14 +3150,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3168,14 +3168,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3185,15 +3185,15 @@ VOLCANO" </Value>
<State> $12-03-03-0020.Button </State> <State> $12-03-03-0020.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0020.Button </State> <State> $12-03-03-0020.Button </State>
<Value> Var( "฿" + $12-03-03-0020.Price ) </Value> <Value> IntFormat( $12-03-03-0020.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3337,7 +3337,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3398,14 +3398,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3416,14 +3416,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3433,15 +3433,15 @@ VOLCANO" </Value>
<State> $12-03-03-0021.Button </State> <State> $12-03-03-0021.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0021.Button </State> <State> $12-03-03-0021.Button </State>
<Value> Var( "฿" + $12-03-03-0021.Price ) </Value> <Value> IntFormat( $12-03-03-0021.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3585,7 +3585,7 @@ VOLCANO" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3645,14 +3645,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-01-0022.Button </State> <State> $12-03-01-0022.Button </State>
<Value> Var( "฿" + $12-03-01-0022.Price ) </Value> <Value> IntFormat( $12-03-01-0022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3663,14 +3663,14 @@ VOLCANO" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-02-0022.Button </State> <State> $12-03-02-0022.Button </State>
<Value> Var( "฿" + $12-03-02-0022.Price ) </Value> <Value> IntFormat( $12-03-02-0022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3680,15 +3680,15 @@ VOLCANO" </Value>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-03-03-0022.Button </State> <State> $12-03-03-0022.Button </State>
<Value> Var( "฿" + $12-03-03-0022.Price ) </Value> <Value> IntFormat( $12-03-03-0022.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -592,7 +592,7 @@
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -653,14 +653,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -671,14 +671,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0001.Button </State> <State> $12-04-02-0001.Button </State>
<Value> Var( "฿" + $12-04-02-0001.Price ) </Value> <Value> IntFormat( $12-04-02-0001.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -688,15 +688,15 @@ Matcha, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -840,7 +840,7 @@ Matcha, & Milk" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -901,14 +901,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -919,14 +919,14 @@ Matcha, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0016.Button </State> <State> $12-04-02-0016.Button </State>
<Value> Var( "฿" + $12-04-02-0016.Price ) </Value> <Value> IntFormat( $12-04-02-0016.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -936,15 +936,15 @@ Matcha, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1088,7 +1088,7 @@ Matcha, & Milk" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1149,14 +1149,14 @@ Cocoa, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1167,14 +1167,14 @@ Cocoa, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0002.Button </State> <State> $12-04-02-0002.Button </State>
<Value> Var( "฿" + $12-04-02-0002.Price ) </Value> <Value> IntFormat( $12-04-02-0002.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1184,15 +1184,15 @@ Cocoa, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1336,7 +1336,7 @@ Cocoa, & Milk" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1399,14 +1399,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1417,14 +1417,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0003.Button </State> <State> $12-04-02-0003.Button </State>
<Value> Var( "฿" + $12-04-02-0003.Price ) </Value> <Value> IntFormat( $12-04-02-0003.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1434,15 +1434,15 @@ Strawberry Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1586,7 +1586,7 @@ Strawberry Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1649,14 +1649,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1667,14 +1667,14 @@ Strawberry Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0013.Button </State> <State> $12-04-02-0013.Button </State>
<Value> Var( "฿" + $12-04-02-0013.Price ) </Value> <Value> IntFormat( $12-04-02-0013.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1684,15 +1684,15 @@ Strawberry Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1836,7 +1836,7 @@ Strawberry Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -1898,14 +1898,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -1916,14 +1916,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0018.Button </State> <State> $12-04-02-0018.Button </State>
<Value> Var( "฿" + $12-04-02-0018.Price ) </Value> <Value> IntFormat( $12-04-02-0018.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -1933,15 +1933,15 @@ Melon Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2085,7 +2085,7 @@ Melon Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2146,14 +2146,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2164,14 +2164,14 @@ Melon Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0004.Button </State> <State> $12-04-02-0004.Button </State>
<Value> Var( "฿" + $12-04-02-0004.Price ) </Value> <Value> IntFormat( $12-04-02-0004.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2181,15 +2181,15 @@ Melon Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2333,7 +2333,7 @@ Melon Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2394,14 +2394,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2412,14 +2412,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0005.Button </State> <State> $12-04-02-0005.Button </State>
<Value> Var( "฿" + $12-04-02-0005.Price ) </Value> <Value> IntFormat( $12-04-02-0005.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2429,15 +2429,15 @@ Thai Tea, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2581,7 +2581,7 @@ Thai Tea, & Milk" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2642,14 +2642,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2660,14 +2660,14 @@ Thai Tea, & Milk" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0015.Button </State> <State> $12-04-02-0015.Button </State>
<Value> Var( "฿" + $12-04-02-0015.Price ) </Value> <Value> IntFormat( $12-04-02-0015.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2677,15 +2677,15 @@ Thai Tea, & Milk" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2829,7 +2829,7 @@ Thai Tea, & Milk" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -2892,14 +2892,14 @@ Kokuto syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -2910,14 +2910,14 @@ Kokuto syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0006.Button </State> <State> $12-04-02-0006.Button </State>
<Value> Var( "฿" + $12-04-02-0006.Price ) </Value> <Value> IntFormat( $12-04-02-0006.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -2927,15 +2927,15 @@ Kokuto syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3079,7 +3079,7 @@ Kokuto syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3142,14 +3142,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3160,14 +3160,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0008.Button </State> <State> $12-04-02-0008.Button </State>
<Value> Var( "฿" + $12-04-02-0008.Price ) </Value> <Value> IntFormat( $12-04-02-0008.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3177,15 +3177,15 @@ Taiwanese Tea, Sugar" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3329,7 +3329,7 @@ Taiwanese Tea, Sugar" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3392,14 +3392,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3410,14 +3410,14 @@ Taiwanese Tea, Sugar" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0017.Button </State> <State> $12-04-02-0017.Button </State>
<Value> Var( "฿" + $12-04-02-0017.Price ) </Value> <Value> IntFormat( $12-04-02-0017.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3427,15 +3427,15 @@ Taiwanese Tea, Sugar" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3579,7 +3579,7 @@ Taiwanese Tea, Sugar" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3641,14 +3641,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3659,14 +3659,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0009.Button </State> <State> $12-04-02-0009.Button </State>
<Value> Var( "฿" + $12-04-02-0009.Price ) </Value> <Value> IntFormat( $12-04-02-0009.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3676,15 +3676,15 @@ Caramel Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3828,7 +3828,7 @@ Caramel Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -3888,14 +3888,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -3906,14 +3906,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0010.Button </State> <State> $12-04-02-0010.Button </State>
<Value> Var( "฿" + $12-04-02-0010.Price ) </Value> <Value> IntFormat( $12-04-02-0010.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -3923,15 +3923,15 @@ Caramel Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4075,7 +4075,7 @@ Caramel Syrup" </Value>
DEBUGVAR PD_STAGE_3 DEBUGVAR PD_STAGE_3
Open "ROOT/taobin_project/xml/page_topping_select4.xml" Open "ROOT/taobin_project/xml/page_topping_select6.xml"
</EventOnClick> </EventOnClick>
</Button> </Button>
@ -4135,14 +4135,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 50 </X> <X> 50 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>
@ -4153,14 +4153,14 @@ Caramel Syrup" </Value>
</Image> </Image>
<Text> <Text>
<X> 115 </X> <X> 115 </X>
<Y> 265 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitMediumTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> $12-04-02-0011.Button </State> <State> $12-04-02-0011.Button </State>
<Value> Var( "฿" + $12-04-02-0011.Price ) </Value> <Value> IntFormat( $12-04-02-0011.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 146 </X> <X> 146 </X>
@ -4170,15 +4170,15 @@ Caramel Syrup" </Value>
<State> "Invisible" </State> <State> "Invisible" </State>
</Image> </Image>
<Text> <Text>
<X> 183 </X> <X> 180 </X>
<Y> 264 </Y> <Y> 266 </Y>
<Size> 14 </Size> <Size> 12 </Size>
<Width>220</Width> <Width>220</Width>
<Font> KanitMediumTTF </Font> <Font> KanitRegularTTF </Font>
<Color> 0x6F5F51 </Color> <Color> 0x6F5F51 </Color>
<ColorDisable> 0xEAE6E1 </ColorDisable> <ColorDisable> 0xEAE6E1 </ColorDisable>
<State> "Invisible" </State> <State> "Invisible" </State>
<Value> Var( "฿" + $-.Price ) </Value> <Value> IntFormat( $-.Price , DisplayFormat, PreScaleConvert) </Value>; test
</Text> </Text>
<Image> <Image>
<X> 81 </X> <X> 81 </X>

View file

@ -1482,93 +1482,93 @@
<Block> ;<Block>
<Width> 986 </Width> ;<Width> 986 </Width>
<Height> 160 </Height> ;<Height> 160 </Height>
<MarginTop> 20 </MarginTop> ;<MarginTop> 20 </MarginTop>
<State> blendedStateShow </State> ;<State> blendedStateShow </State>
<Image> ;<Image>
<Filename> Var( DirImage + "/bg_blended.png" )</Filename> ;<Filename> Var( DirImage + "/bg_blended.png" )</Filename>
</Image> ;</Image>
;
;<Button>
;<X> 40 </X>
;<Y> 72 </Y>
;<State> blendedState </State>
;<Mode> "No" </Mode>
;<Animation>
; <Style> "shake-text" </Style>
; <OnEvent> "OnValueChange" </OnEvent>
;</Animation>
;<Filename> Var( DirImage + "/bn_blended.png" ) </Filename>
;<FilenamePress> Var( DirImage + "/bp_blended.png" ) </FilenamePress>
;<FilenameDisable> Var( DirImage + "/bd_blended.png" ) </FilenameDisable>
;<FilenameForce> Var( DirImage + "/bp_blended.png" ) </FilenameForce>
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
;<Volume> SoundVolume </Volume>
;<EventClick>
;
; SAVELOG "Press Smoothies"
;
; If blendedState = "Press" Then
; Var blendedState = "Enable"
; Else
; Var blendedState = "Press"
; EndIf
;
; Function 1
;
; Refresh
;</EventClick>
;</Button>
<Button> ;<Button>
<X> 40 </X> ;<X> 896 </X>
<Y> 72 </Y> ;<Y> 79 </Y>
<State> blendedState </State> ;<State> blendedState </State>
<Mode> "No" </Mode> ;<Mode> "No" </Mode>
<Animation> ;<Animation>
<Style> "shake-text" </Style> ; <Style> "shake-text" </Style>
<OnEvent> "OnValueChange" </OnEvent> ; <OnEvent> "OnValueChange" </OnEvent>
</Animation> ;</Animation>
<Filename> Var( DirImage + "/bn_blended.png" ) </Filename> ;<Filename> Var( DirImage + "/cb_notcheck.png" ) </Filename>
<FilenamePress> Var( DirImage + "/bp_blended.png" ) </FilenamePress> ;<FilenamePress> Var( DirImage + "/cb_checked.png" ) </FilenamePress>
<FilenameDisable> Var( DirImage + "/bd_blended.png" ) </FilenameDisable> ;<FilenameDisable> Var( DirImage + "/cb_checkdis.png" ) </FilenameDisable>
<FilenameForce> Var( DirImage + "/bp_blended.png" ) </FilenameForce> ;<FilenameForce> Var( DirImage + "/cb_force_checked.png" ) </FilenameForce>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound> ;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume> ;<Volume> SoundVolume </Volume>
<EventClick> ;<EventClick>
;
SAVELOG "Press Smoothies" ; SAVELOG "Press Smoothies"
;
If blendedState = "Press" Then ; If blendedState = "Press" Then
Var blendedState = "Enable" ; Var blendedState = "Enable"
Else ; Else
Var blendedState = "Press" ; Var blendedState = "Press"
EndIf ; EndIf
;
Function 1 ; Function 1
;
Refresh ; Refresh
</EventClick> ;
</Button> ;</EventClick>
;</Button>
<Button> ;
<X> 896 </X> ;<Image>
<Y> 79 </Y> ;<State> showText7 </State>
<State> blendedState </State> ;<X> 602 </X>
<Mode> "No" </Mode> ;<Y> 64 </Y>
<Animation> ;<Filename> Var( DirImage + "/text7.png" ) </Filename>
<Style> "shake-text" </Style> ;</Image>
<OnEvent> "OnValueChange" </OnEvent> ;
</Animation> ;<Image>
<Filename> Var( DirImage + "/cb_notcheck.png" ) </Filename> ;<State> blendedStateTxt </State>
<FilenamePress> Var( DirImage + "/cb_checked.png" ) </FilenamePress> ;<X> 602 </X>
<FilenameDisable> Var( DirImage + "/cb_checkdis.png" ) </FilenameDisable> ;<Y> 64 </Y>
<FilenameForce> Var( DirImage + "/cb_force_checked.png" ) </FilenameForce> ;<Filename> Var( DirImage + "/text5.png" ) </Filename>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound> ;</Image>
<Volume> SoundVolume </Volume> ;
<EventClick> ;</Block>
SAVELOG "Press Smoothies"
If blendedState = "Press" Then
Var blendedState = "Enable"
Else
Var blendedState = "Press"
EndIf
Function 1
Refresh
</EventClick>
</Button>
<Image>
<State> showText7 </State>
<X> 602 </X>
<Y> 64 </Y>
<Filename> Var( DirImage + "/text7.png" ) </Filename>
</Image>
<Image>
<State> blendedStateTxt </State>
<X> 602 </X>
<Y> 64 </Y>
<Filename> Var( DirImage + "/text5.png" ) </Filename>
</Image>
</Block>
; ;
; ;
; ;
@ -2793,8 +2793,8 @@
<Image> <Image>
<State> showText8 </State> <State> showText8 </State>
<X> 611 </X> <X> 600 </X>
<Y> 14 </Y> <Y> 6 </Y>
<Filename> Var( DirImage + "/text8.png" ) </Filename> <Filename> Var( DirImage + "/text8.png" ) </Filename>
</Image> </Image>

View file

@ -112,7 +112,7 @@
Var text_show_eng = "Enable" Var text_show_eng = "Enable"
Var topping_shot_price_x = 630 Var topping_shot_price_x = 630
Var text_x_add_oreo_price = 510
Else Else
Var DirImage = "ROOT/taobin_project/image/topping2" Var DirImage = "ROOT/taobin_project/image/topping2"
@ -125,6 +125,7 @@
Var text_show_eng = "Invisible" Var text_show_eng = "Invisible"
Var topping_shot_price_x = 600 Var topping_shot_price_x = 600
Var text_x_add_oreo_price = 490
EndIf EndIf
@ -250,22 +251,19 @@
If hot_button_state = "Disable2" Then If hot_button_state = "Disable2" Then
Var text_price_d1 = "" Var text_price_d1 = ""
Else Else
Var text_price_d1 = "(฿" + PriceD1 Var text_price_d1 !assigned IntFormat( PriceD1 , DisplayFormat, PreScaleConvert)
Var text_price_d1 = text_price_d1 + ")"
EndIf EndIf
If cold_button_state = "Disable2" Then If cold_button_state = "Disable2" Then
Var text_price_d2 = "" Var text_price_d2 = ""
Else Else
Var text_price_d2 = "(฿" + PriceD2 Var text_price_d2 !assigned IntFormat( PriceD2 , DisplayFormat, PreScaleConvert)
Var text_price_d2 = text_price_d2 + ")"
EndIf EndIf
If blend_button_state = "Disable2" Then If blend_button_state = "Disable2" Then
Var text_price_d3 = "" Var text_price_d3 = ""
Else Else
Var text_price_d3 = "(฿" + PriceD3 Var text_price_d3 !assigned IntFormat( PriceD3 , DisplayFormat, PreScaleConvert)
Var text_price_d3 = text_price_d3 + ")"
EndIf EndIf
DEBUGVAR PD_CODE1 DEBUGVAR PD_CODE1
@ -378,7 +376,7 @@
Var text_show_eng = "Enable" Var text_show_eng = "Enable"
Var topping_shot_price_x = 630 Var topping_shot_price_x = 630
Var text_x_add_oreo_price = 510
Else Else
Var DirImage = "ROOT/taobin_project/image/topping2" Var DirImage = "ROOT/taobin_project/image/topping2"
@ -391,6 +389,7 @@
Var text_show_eng = "Invisible" Var text_show_eng = "Invisible"
Var topping_shot_price_x = 600 Var topping_shot_price_x = 600
Var text_x_add_oreo_price = 490
EndIf EndIf
@ -423,9 +422,7 @@
EndIf EndIf
EndIf EndIf
If new_layout = "true" Then Function 2
Function 2
EndIf
RefreshAll RefreshAll
@ -526,6 +523,9 @@
If TOPPING6 = "Topping-Volcano" Then If TOPPING6 = "Topping-Volcano" Then
Var text_price_6 = "(+฿" + toppingID6price2
Var text_price_6 = text_price_6 + ")"
If blend_button_state = "PressForever" Then If blend_button_state = "PressForever" Then
Var showOreoAddEnable = "Enable" Var showOreoAddEnable = "Enable"
@ -550,7 +550,19 @@
EndIf EndIf
DEBUGVAR SubMenuGroupIDSlot6_1 DEBUGVAR SubMenuGroupIDSlot6_1
; i f Hot menu disable away
If hot_button_state = "PressForever" Then
If showOreoAddEnable = "Enable" Then
Var showOreoAddEnable = "Disable"
EndIf
If showOreoAddEnable = "Press" Then
Var showOreoAddEnable = "Disable"
EndIf
EndIf
; first time.
If blend_button_state = "PressForever" Then If blend_button_state = "PressForever" Then
Else Else
@ -665,7 +677,6 @@
EndIf EndIf
If UserSeletedSugar = 0 Then If UserSeletedSugar = 0 Then
If SugarModeUpdateWhenChangeDrinkType = 1 Then If SugarModeUpdateWhenChangeDrinkType = 1 Then
Var SugarModeUpdateWhenChangeDrinkType = 0 Var SugarModeUpdateWhenChangeDrinkType = 0
@ -819,6 +830,8 @@
Var SugarState4 = "Enable" Var SugarState4 = "Enable"
Var SugarState5 = "Enable" Var SugarState5 = "Enable"
DEBUGVAR "set default Powder Sugar"
If toppingID1index1 = toppingID1Default Then If toppingID1index1 = toppingID1Default Then
Var SugarState1 = "PressForever" Var SugarState1 = "PressForever"
Var sugar_default_flag = 1 Var sugar_default_flag = 1
@ -847,6 +860,9 @@
If sugar_default_flag = 0 Then If sugar_default_flag = 0 Then
Var SugarState1 = "PressForever" Var SugarState1 = "PressForever"
EndIf EndIf
DEBUGVAR toppingID1Default
DEBUGVAR SugarState1
EndIf EndIf
@ -986,6 +1002,8 @@
EndIf EndIf
EndIf EndIf
DEBUGVAR SelectDrinkType
If SelectDrinkType = 0 Then If SelectDrinkType = 0 Then
Var SugarState1 = "Enable" Var SugarState1 = "Enable"
Var SugarState2 = "Enable" Var SugarState2 = "Enable"
@ -1150,9 +1168,10 @@
DEBUGVAR showShotEnable DEBUGVAR showShotEnable
DEBUGVAR showOreoAddEnable DEBUGVAR showOreoAddEnable
DEBUGVAR ShotCoffeePremium DEBUGVAR ShotCoffeePremium
SAVELOG toppingID2price1 DEBUGVAR toppingID2price1
SAVELOG toppingID2price2 DEBUGVAR toppingID2price2
SAVELOG toppingID2price3 DEBUGVAR toppingID2price3
Function 2
EndIf EndIf
@ -1281,6 +1300,7 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound> <Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventClick> <EventClick>
Var SelectDrinkType = 1
SAVELOG "Press hot" SAVELOG "Press hot"
@ -1314,9 +1334,9 @@
Var high_light_drink_type = "Invisible" Var high_light_drink_type = "Invisible"
Function 2 ;Function 2
Refresh ;Refresh
</EventClick> </EventClick>
@ -1337,6 +1357,7 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound> <Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventClick> <EventClick>
Var SelectDrinkType = 1
SAVELOG "Press cold" SAVELOG "Press cold"
@ -1366,9 +1387,9 @@
Var topping_price_refresh = 0 Var topping_price_refresh = 0
Topping "Load" PD_CODE2 Topping "Load" PD_CODE2
Function 2 ;Function 2
Refresh ;Refresh
</EventClick> </EventClick>
</Button> </Button>
@ -1389,6 +1410,7 @@
<EventClick> <EventClick>
SAVELOG "Press blend" SAVELOG "Press blend"
Var SelectDrinkType = 1
Var blend_button_state = "PressForever" Var blend_button_state = "PressForever"
@ -1416,9 +1438,9 @@
Var topping_price_refresh = 0 Var topping_price_refresh = 0
Topping "Load" PD_CODE3 Topping "Load" PD_CODE3
Function 2 ;Function 2
Refresh ;Refresh
</EventClick> </EventClick>
</Button> </Button>
@ -1462,93 +1484,93 @@
<Block> ;<Block>
<Width> 986 </Width> ;<Width> 986 </Width>
<Height> 160 </Height> ;<Height> 160 </Height>
<MarginTop> 20 </MarginTop> ;<MarginTop> 20 </MarginTop>
<State> blendedStateShow </State> ;<State> blendedStateShow </State>
<Image> ;<Image>
<Filename> Var( DirImage + "/bg_blended.png" )</Filename> ;<Filename> Var( DirImage + "/bg_blended.png" )</Filename>
</Image> ;</Image>
;
<Button> ;<Button>
<X> 40 </X> ;<X> 40 </X>
<Y> 72 </Y> ;<Y> 72 </Y>
<State> blendedState </State> ;<State> blendedState </State>
<Mode> "No" </Mode> ;<Mode> "No" </Mode>
<Animation> ;<Animation>
<Style> "shake-text" </Style> ; <Style> "shake-text" </Style>
<OnEvent> "OnValueChange" </OnEvent> ; <OnEvent> "OnValueChange" </OnEvent>
</Animation> ;</Animation>
<Filename> Var( DirImage + "/bn_blended.png" ) </Filename> ;<Filename> Var( DirImage + "/bn_blended.png" ) </Filename>
<FilenamePress> Var( DirImage + "/bp_blended.png" ) </FilenamePress> ;<FilenamePress> Var( DirImage + "/bp_blended.png" ) </FilenamePress>
<FilenameDisable> Var( DirImage + "/bd_blended.png" ) </FilenameDisable> ;<FilenameDisable> Var( DirImage + "/bd_blended.png" ) </FilenameDisable>
<FilenameForce> Var( DirImage + "/bp_blended.png" ) </FilenameForce> ;<FilenameForce> Var( DirImage + "/bp_blended.png" ) </FilenameForce>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound> ;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume> ;<Volume> SoundVolume </Volume>
<EventClick> ;<EventClick>
;
SAVELOG "Press Smoothies" ; SAVELOG "Press Smoothies"
;
If blendedState = "Press" Then ; If blendedState = "Press" Then
Var blendedState = "Enable" ; Var blendedState = "Enable"
Else ; Else
Var blendedState = "Press" ; Var blendedState = "Press"
EndIf ; EndIf
;
Function 1 ; Function 1
;
Refresh ; Refresh
</EventClick> ;</EventClick>
</Button> ;</Button>
;
<Button> ;<Button>
<X> 896 </X> ;<X> 896 </X>
<Y> 79 </Y> ;<Y> 79 </Y>
<State> blendedState </State> ;<State> blendedState </State>
<Mode> "No" </Mode> ;<Mode> "No" </Mode>
<Animation> ;<Animation>
<Style> "shake-text" </Style> ; <Style> "shake-text" </Style>
<OnEvent> "OnValueChange" </OnEvent> ; <OnEvent> "OnValueChange" </OnEvent>
</Animation> ;</Animation>
<Filename> Var( DirImage + "/cb_notcheck.png" ) </Filename> ;<Filename> Var( DirImage + "/cb_notcheck.png" ) </Filename>
<FilenamePress> Var( DirImage + "/cb_checked.png" ) </FilenamePress> ;<FilenamePress> Var( DirImage + "/cb_checked.png" ) </FilenamePress>
<FilenameDisable> Var( DirImage + "/cb_checkdis.png" ) </FilenameDisable> ;<FilenameDisable> Var( DirImage + "/cb_checkdis.png" ) </FilenameDisable>
<FilenameForce> Var( DirImage + "/cb_force_checked.png" ) </FilenameForce> ;<FilenameForce> Var( DirImage + "/cb_force_checked.png" ) </FilenameForce>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound> ;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume> ;<Volume> SoundVolume </Volume>
<EventClick> ;<EventClick>
;
SAVELOG "Press Smoothies" ; SAVELOG "Press Smoothies"
;
If blendedState = "Press" Then ; If blendedState = "Press" Then
Var blendedState = "Enable" ; Var blendedState = "Enable"
Else ; Else
Var blendedState = "Press" ; Var blendedState = "Press"
EndIf ; EndIf
;
Function 1 ; Function 1
;
Refresh ; Refresh
;
</EventClick> ;</EventClick>
</Button> ;</Button>
;
<Image> ;<Image>
<State> showText7 </State> ;<State> showText7 </State>
<X> 602 </X> ;<X> 602 </X>
<Y> 64 </Y> ;<Y> 64 </Y>
<Filename> Var( DirImage + "/text7.png" ) </Filename> ;<Filename> Var( DirImage + "/text7.png" ) </Filename>
</Image> ;</Image>
;
<Image> ;<Image>
<State> blendedStateTxt </State> ;<State> blendedStateTxt </State>
<X> 602 </X> ;<X> 602 </X>
<Y> 64 </Y> ;<Y> 64 </Y>
<Filename> Var( DirImage + "/text5.png" ) </Filename> ;<Filename> Var( DirImage + "/text5.png" ) </Filename>
</Image> ;</Image>
;
</Block> ;</Block>
; ;
; ;
; ;
@ -2524,7 +2546,7 @@
<Height> 64 </Height> <Height> 64 </Height>
<State> ExtraTopping </State> <State> ExtraTopping </State>
<Image> <Image>
<Filename> "ROOT/taobin_project/image/topping2/bg_top.png" </Filename> <Filename> Var( DirImage + "/bg_top.png" ) </Filename>
</Image> </Image>
</Row1> </Row1>
; ;
@ -2553,27 +2575,16 @@
<EventClick> <EventClick>
SAVELOG "premium shot press" SAVELOG "premium shot press"
If ShotCoffeePremium = "Press" Then If ShotCoffeePremium = "Press" Then
Var ShotCoffeePremium = "Enable" Var ShotCoffeePremium = "Enable"
Var PriceDrinkTmp = PriceDrinkTmp - toppingID2price2
Var topping2 = toppingID2index1
Var DisableUsingCode = "false"
SAVELOG "Deselect add premium shot"
Else Else
Var ShotCoffeePremium = "Press" Var ShotCoffeePremium = "Press"
Var PriceDrinkTmp = PriceDrinkTmp + toppingID2price2
Var topping2 = toppingID2index2
Var DisableUsingCode = "true"
SAVELOG "Select add premium shot"
EndIf EndIf
Var PriceDrinkNoTop = PriceDrinkTmp Function 2
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh Refresh
</EventClick> </EventClick>
</Button> </Button>
@ -2590,25 +2601,15 @@
<EventClick> <EventClick>
SAVELOG "premium shot press" SAVELOG "premium shot press"
If ShotCoffeePremium = "Press" Then If ShotCoffeePremium = "Press" Then
Var ShotCoffeePremium = "Enable" Var ShotCoffeePremium = "Enable"
Var PriceDrinkTmp = PriceDrinkTmp - toppingID2price2
Var topping2 = toppingID2index1
Var DisableUsingCode = "false"
SAVELOG "Deselect add premium shot"
Else Else
Var ShotCoffeePremium = "Press" Var ShotCoffeePremium = "Press"
Var PriceDrinkTmp = PriceDrinkTmp + toppingID2price2
Var topping2 = toppingID2index2
Var DisableUsingCode = "true"
SAVELOG "Select add premium shot"
EndIf EndIf
Var PriceDrinkNoTop = PriceDrinkTmp Function 2
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
SAVELOG PriceDrinkTmp
Refresh Refresh
@ -2639,7 +2640,7 @@
<Image> <Image>
<X> 0 </X> <X> 0 </X>
<Y> 0 </Y> <Y> 0 </Y>
<Filename> Var( DirImage + "/bg_top_shot2.png") </Filename> <Filename> Var( DirImage + "/bg_top_shot.png") </Filename>
</Image> </Image>
; ;
<Button> <Button>
@ -2794,12 +2795,26 @@
<Image> <Image>
<State> showText8 </State> <State> showText8 </State>
<X> 611 </X> <X> 600 </X>
<Y> 14 </Y> <Y> 6 </Y>
<Filename> Var( DirImage + "/text8.png" ) </Filename> <Filename> Var( DirImage + "/text8.png" ) </Filename>
</Image> </Image>
<Text>
<X> text_x_add_oreo_price </X>
<Y> 12 </Y>
<Font> KanitRegularTTF </Font>
<State> "Enable" </State>
<Size> 36 </Size>
<Color> 0x84776F </Color>
<Value> text_price_6 </Value>
</Text>
</Row1> </Row1>
; ;
; ;
; ;
@ -3590,18 +3605,16 @@
DEBUGVAR PriceDrinkNoTop DEBUGVAR PriceDrinkNoTop
DEBUGVAR PriceDiff DEBUGVAR PriceDiff
DEBUGVAR showShotEnable DEBUGVAR showShotEnable
Var TOPPING_PRICE = 0
If ShotCoffeePremium = "Press" Then
If showShotEnable = "Press" Then
If blendedState = "Press" Then If blendedState = "Press" Then
Var PriceDrinkTmp = PriceDrinkNoTop Var PriceDrinkTmp = PriceDrinkNoTop
EndIf EndIf
Var blendedState = "Disable" Var blendedState = "Disable"
Var TOPPING_PRICE = 0 Var TOPPING_PRICE = 0
;Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var TOPPING_PRICE = TOPPING_PRICE + toppingID2price2 Var TOPPING_PRICE = TOPPING_PRICE + toppingID2price2
Var topping2 = toppingID2index2 Var topping2 = toppingID2index2
@ -3610,31 +3623,57 @@
Var showText7 = "Enable" Var showText7 = "Enable"
SAVELOG "Select add normal shot" SAVELOG "Select premi normal shot"
Else Else
If blendedState = "Disable" Then
Var blendedState = "Enable" If showShotEnable = "Press" Then
If blendedState = "Press" Then
Var PriceDrinkTmp = PriceDrinkNoTop
EndIf
Var blendedState = "Disable"
Var TOPPING_PRICE = 0
;Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
Var TOPPING_PRICE = TOPPING_PRICE + toppingID2price2
Var topping2 = toppingID2index2
Var DisableUsingCode = "true"
Var showText7 = "Enable"
SAVELOG "Select add normal shot"
Else
If blendedState = "Disable" Then
Var blendedState = "Enable"
EndIf
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Var DisableUsingCode = "false"
SAVELOG "Deselect add normal shot"
Var showText7 = "Invisible"
EndIf EndIf
Var PriceDrinkTmp = PriceDrinkNoTop
Var topping2 = toppingID2index1
Var DisableUsingCode = "false"
SAVELOG "Deselect add normal shot"
Var showText7 = "Invisible"
EndIf EndIf
DEBUGVAR showOreoAddEnable DEBUGVAR showOreoAddEnable
DEBUGVAR TOPPING_PRICE
If showOreoAddEnable = "Press" Then If showOreoAddEnable = "Press" Then
Var TOPPING_PRICE = TOPPING_PRICE + toppingID6price2 Var TOPPING_PRICE = TOPPING_PRICE + toppingID6price2
Var topping6 = toppingID6index2 Var topping6 = toppingID6index2
Var DisableUsingCode = "true" Var DisableUsingCode = "true"
Else Else
Var PriceDrinkTmp = PriceDrinkNoTop
;Var PriceDrinkTmp = PriceDrinkNoTop
Var topping6 = toppingID6index1 Var topping6 = toppingID6index1
@ -3646,13 +3685,15 @@
DEBUGVAR SelectDrinkType DEBUGVAR SelectDrinkType
DEBUGVAR showShotEnable DEBUGVAR showShotEnable
DEBUGVAR blendedState DEBUGVAR PriceDrinkTmpShow
Var PriceDrinkTmp = PriceDrinkNoTop + TOPPING_PRICE Var PriceDrinkTmp = PriceDrinkNoTop + TOPPING_PRICE
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
If SelectDrinkType = 0 Then If SelectDrinkType = 0 Then
Var PriceDrinkTmpShow = "---" Var PriceDrinkTmpShow = "---"
Else
Var PriceDrinkTmpShow !assigned IntFormat( PriceDrinkTmpShow , DisplayFormat, PreScaleConvert)
EndIf EndIf
SAVELOG PriceDrinkTmp SAVELOG PriceDrinkTmp
@ -3664,6 +3705,7 @@
Var Timeout = 0 Var Timeout = 0
RefreshAll RefreshAll
</Function2> </Function2>

View file

@ -106,8 +106,8 @@
Var RandomPromotionMyworld = 0 Var RandomPromotionMyworld = 0
Var RandomSalePackage = 0 Var RandomSalePackage = 0
Var XMLPageVersion = "6.72" Var XMLPageVersion = "6.74"
Var XMLPageVersionInt = 672 Var XMLPageVersionInt = 674
</EventOpen> </EventOpen>
<Text> <Text>