doing Text Value

This commit is contained in:
wanlop run 2025-01-26 22:38:28 +07:00
parent 71eb84bf87
commit 07ba70e80f
57 changed files with 9725 additions and 10661 deletions

View file

@ -255,7 +255,7 @@
Font=Kanit,Type=Regular,Size=16,Color=0x5A5A5A,Align=center-vertical-horizontal Font=Kanit,Type=Regular,Size=16,Color=0x5A5A5A,Align=center-vertical-horizontal Font=Kanit,Type=Regular,Size=16,Color=0x5A5A5A,Align=center-vertical-horizontal Font=Kanit,Type=Regular,Size=16,Color=0x5A5A5A,Align=center-vertical-horizontal
002901 CLOSE 2PM-9AM ปิด 14:00 - 09:00
@ -1099,7 +1099,7 @@
1300003 Beans module ชุดเมล็ดกาแฟ
1300004 Bean tray ถาดใส่เมล็ดกาแฟ
1300005 Switch tray : สวิตซ์ถาด :
1300006 Check tray shutter ตรวจสอบชัตเตอร์ถาด
1300006 Check tray shutter ตรวจสอบชัตเตอร์ของถาด
1300007 Pay beans จ่ายถั่ว
1300008 1. Select beans 1. เลือกเมล็ดกาแฟ
1300009 2. Select direction 2. เลือกทิศทาง
@ -1112,7 +1112,7 @@
1300016 Brew time:sec เวลาชง: วินาที
1300017 Test grind sizes ทดสอบขนาดบด
1300018 Coffee module type : ประเภทชุดกาแฟ :
1300019 1. Select grind sizes 1. เลือกขนาดการบด
1300019 1. Select grind sizes 1. เลือกขนาดบด
1300020 More coarse หยาบขึ้น
1300021 More fine ละเอียดขึ้น
1300022 2. Test grinding 2. ทดสอบการบด

Can't render this file because it has a wrong number of fields in line 21.

View file

@ -500,6 +500,11 @@
out_xml( '\t<Size> auto </Size>\r\n')
out_xml( '\t<Width>128</Width>\r\n')
out_xml( '\t<Height>64</Height>\r\n')
out_xml( '\t<MaxLine> 1 </MaxLine>\r\n')
out_xml( '\t<MaxSize> 18 </MaxSize>\r\n')
out_xml( '\t<Font> OpunMediumTTF </Font>\r\n')
out_xml( '\t<Color> 0x6F5F51 </Color>\r\n')
out_xml( '\t<WidthText> 128 </WidthText>\r\n')
out_xml( '\t<Mode> "disable-show" </Mode>\r\n')
out_xml( '\t<State> $Sum' + str_con_var +' </State> \r\n')
@ -525,18 +530,13 @@
#out_xml( '\t\t\tDEBUGVAR $' + pd_code_2 + '.TAG\r\n')
#out_xml( '\t\t\tDEBUGVAR $' + pd_code_3 + '.TAG\r\n')
out_xml( '\t\t\tVar TextMessage !assigned GETS($Sum' + str_con_var +'Tag,"MSG")\r\n')
out_xml( '\t\t\tVar $Sum' + str_con_var +'TextValue !assigned GETS($Sum' + str_con_var +'Tag,"MSG")\r\n')
#out_xml( '\t\tDEBUGVAR TextMessage\r\n')
out_xml( '\t\t\tVar TextMessageID = 0\r\n')
out_xml( '\t\t\tVar TextMessageID !assigned GETI($Sum' + str_con_var +'Tag,"TextID")\r\n')
out_xml( '\t\t\tVar $Sum' + str_con_var +'TextID !assigned GETS($Sum' + str_con_var +'Tag,"TextID")\r\n')
#out_xml( '\t\tDEBUGVAR TextMessageID\r\n')
out_xml( '\t\t\tIf TextMessageID = 0 Then\r\n')
out_xml( '\t\t\t Var $Sum' + str_con_var +'TextValue = TextMessage\r\n')
out_xml( '\t\t\tElse\r\n')
out_xml( '\t\t\t Var $Sum' + str_con_var +'TextID = TextMessageID\r\n')
out_xml( '\t\t\tIf $Sum' + str_con_var +'TextID != "" Then\r\n')
out_xml( '\t\t\t Var $Sum' + str_con_var +'TextValue = ""\r\n')
out_xml( '\t\t\tEndIf\r\n')
out_xml( '\t\tEndIf\r\n')

View file

@ -450,6 +450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204021018 </State>
@ -467,13 +471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204021018Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204021018Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204021018Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204021018TextValue = TextMessage
Else
Var $Sum1204021018TextID = TextMessageID
Var $Sum1204021018TextValue !assigned GETS($Sum1204021018Tag,"MSG")
Var $Sum1204021018TextID !assigned GETS($Sum1204021018Tag,"TextID")
If $Sum1204021018TextID != "" Then
Var $Sum1204021018TextValue = ""
EndIf
EndIf
</Script>
@ -798,6 +799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204021019 </State>
@ -815,13 +820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204021019Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204021019Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204021019Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204021019TextValue = TextMessage
Else
Var $Sum1204021019TextID = TextMessageID
Var $Sum1204021019TextValue !assigned GETS($Sum1204021019Tag,"MSG")
Var $Sum1204021019TextID !assigned GETS($Sum1204021019Tag,"TextID")
If $Sum1204021019TextID != "" Then
Var $Sum1204021019TextValue = ""
EndIf
EndIf
</Script>
@ -1146,6 +1148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204021020 </State>
@ -1163,13 +1169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204021020Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204021020Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204021020Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204021020TextValue = TextMessage
Else
Var $Sum1204021020TextID = TextMessageID
Var $Sum1204021020TextValue !assigned GETS($Sum1204021020Tag,"MSG")
Var $Sum1204021020TextID !assigned GETS($Sum1204021020Tag,"TextID")
If $Sum1204021020TextID != "" Then
Var $Sum1204021020TextValue = ""
EndIf
EndIf
</Script>
@ -1494,6 +1497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204021021 </State>
@ -1511,13 +1518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204021021Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204021021Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204021021Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204021021TextValue = TextMessage
Else
Var $Sum1204021021TextID = TextMessageID
Var $Sum1204021021TextValue !assigned GETS($Sum1204021021Tag,"MSG")
Var $Sum1204021021TextID !assigned GETS($Sum1204021021Tag,"TextID")
If $Sum1204021021TextID != "" Then
Var $Sum1204021021TextValue = ""
EndIf
EndIf
</Script>
@ -1842,6 +1846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204021022 </State>
@ -1859,13 +1867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204021022Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204021022Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204021022Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204021022TextValue = TextMessage
Else
Var $Sum1204021022TextID = TextMessageID
Var $Sum1204021022TextValue !assigned GETS($Sum1204021022Tag,"MSG")
Var $Sum1204021022TextID !assigned GETS($Sum1204021022Tag,"TextID")
If $Sum1204021022TextID != "" Then
Var $Sum1204021022TextValue = ""
EndIf
EndIf
</Script>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -192,9 +192,14 @@
SAVELOG "OPEN FROM 3"
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
EndIf
; setvarint ScriptCoffeeMenu 1
If ScriptCoffeeMenu = 1 Then
Var ScriptCoffeeMenu = 0
SAVELOG "Runscript 3"
Script "-" "-"
EndIf
DEBUGVAR $12-31-02-0002.TAG
DEBUGVAR $12-31-03-0002.TAG
TimerReset
</EventTimeout>

View file

@ -600,6 +600,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030094 </State>
@ -617,13 +621,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030094Tag = $12-03-03-0094.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030094Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030094Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030094TextValue = TextMessage
Else
Var $Sum1203030094TextID = TextMessageID
Var $Sum1203030094TextValue !assigned GETS($Sum1203030094Tag,"MSG")
Var $Sum1203030094TextID !assigned GETS($Sum1203030094Tag,"TextID")
If $Sum1203030094TextID != "" Then
Var $Sum1203030094TextValue = ""
EndIf
EndIf
</Script>
@ -948,6 +949,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030095 </State>
@ -965,13 +970,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030095Tag = $12-03-03-0095.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030095Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030095Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030095TextValue = TextMessage
Else
Var $Sum1203030095TextID = TextMessageID
Var $Sum1203030095TextValue !assigned GETS($Sum1203030095Tag,"MSG")
Var $Sum1203030095TextID !assigned GETS($Sum1203030095Tag,"TextID")
If $Sum1203030095TextID != "" Then
Var $Sum1203030095TextValue = ""
EndIf
EndIf
</Script>
@ -1300,6 +1302,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000512030200051203030005 </State>
@ -1317,13 +1323,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000512030200051203030005Tag = $12-03-03-0005.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000512030200051203030005Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000512030200051203030005Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000512030200051203030005TextValue = TextMessage
Else
Var $Sum120301000512030200051203030005TextID = TextMessageID
Var $Sum120301000512030200051203030005TextValue !assigned GETS($Sum120301000512030200051203030005Tag,"MSG")
Var $Sum120301000512030200051203030005TextID !assigned GETS($Sum120301000512030200051203030005Tag,"TextID")
If $Sum120301000512030200051203030005TextID != "" Then
Var $Sum120301000512030200051203030005TextValue = ""
EndIf
EndIf
</Script>
@ -1378,7 +1381,7 @@
Var NameLang[0][3] = "-"
Var NameLang[0][4] = "-"
Var NameLang[0][5] = "ပူပြင်းသော ကာရာမယ်လ်နို့"
Var DescLang[0][0] = "Milk, Caramel "
Var DescLang[0][0] = "Milk, Caramel, Ice"
Var DescLang[0][1] = "นม คาราเมล "
Var DescLang[0][2] = "-"
Var DescLang[0][3] = "-"
@ -1652,6 +1655,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000112030200011203030001 </State>
@ -1669,13 +1676,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000112030200011203030001Tag = $12-03-03-0001.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000112030200011203030001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000112030200011203030001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000112030200011203030001TextValue = TextMessage
Else
Var $Sum120301000112030200011203030001TextID = TextMessageID
Var $Sum120301000112030200011203030001TextValue !assigned GETS($Sum120301000112030200011203030001Tag,"MSG")
Var $Sum120301000112030200011203030001TextID !assigned GETS($Sum120301000112030200011203030001Tag,"TextID")
If $Sum120301000112030200011203030001TextID != "" Then
Var $Sum120301000112030200011203030001TextValue = ""
EndIf
EndIf
</Script>
@ -2004,6 +2008,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000312030200031203030003 </State>
@ -2021,13 +2029,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000312030200031203030003Tag = $12-03-03-0003.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000312030200031203030003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000312030200031203030003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000312030200031203030003TextValue = TextMessage
Else
Var $Sum120301000312030200031203030003TextID = TextMessageID
Var $Sum120301000312030200031203030003TextValue !assigned GETS($Sum120301000312030200031203030003Tag,"MSG")
Var $Sum120301000312030200031203030003TextID !assigned GETS($Sum120301000312030200031203030003Tag,"TextID")
If $Sum120301000312030200031203030003TextID != "" Then
Var $Sum120301000312030200031203030003TextValue = ""
EndIf
EndIf
</Script>
@ -2094,7 +2099,7 @@
Var NameLang[1][3] = "-"
Var NameLang[1][4] = "-"
Var NameLang[1][5] = "ICED PINK နို့"
Var DescLang[1][0] = "Salak, Milk,\nSugar"
Var DescLang[1][0] = "Salak , Milk, Sugar"
Var DescLang[1][1] = "น้ำแดงกลิ่นสละ นม \nน้ำตาล "
Var DescLang[1][2] = "-"
Var DescLang[1][3] = "-"
@ -2352,6 +2357,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200061203030006 </State>
@ -2369,13 +2378,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200061203030006Tag = $12-03-03-0006.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200061203030006Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200061203030006Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200061203030006TextValue = TextMessage
Else
Var $Sum12030200061203030006TextID = TextMessageID
Var $Sum12030200061203030006TextValue !assigned GETS($Sum12030200061203030006Tag,"MSG")
Var $Sum12030200061203030006TextID !assigned GETS($Sum12030200061203030006Tag,"TextID")
If $Sum12030200061203030006TextID != "" Then
Var $Sum12030200061203030006TextValue = ""
EndIf
EndIf
</Script>
@ -2704,6 +2710,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000212030200021203030002 </State>
@ -2721,13 +2731,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000212030200021203030002Tag = $12-03-03-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000212030200021203030002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000212030200021203030002TextValue = TextMessage
Else
Var $Sum120301000212030200021203030002TextID = TextMessageID
Var $Sum120301000212030200021203030002TextValue !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
Var $Sum120301000212030200021203030002TextID !assigned GETS($Sum120301000212030200021203030002Tag,"TextID")
If $Sum120301000212030200021203030002TextID != "" Then
Var $Sum120301000212030200021203030002TextValue = ""
EndIf
EndIf
</Script>
@ -2782,8 +2789,8 @@
Var NameLang[0][3] = "-"
Var NameLang[0][4] = "-"
Var NameLang[0][5] = "MELON နို့ပူ"
Var DescLang[0][0] = "Milk & Melon"
Var DescLang[0][1] = "นม และ น้ำเชื่อมเมล่อน"
Var DescLang[0][0] = "Milk & Melon "
Var DescLang[0][1] = "นม และ เมล่อน"
Var DescLang[0][2] = "-"
Var DescLang[0][3] = "-"
Var DescLang[0][4] = "-"
@ -3056,6 +3063,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002212030200221203030022 </State>
@ -3073,13 +3084,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002212030200221203030022Tag = $12-03-03-0022.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002212030200221203030022Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002212030200221203030022Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002212030200221203030022TextValue = TextMessage
Else
Var $Sum120301002212030200221203030022TextID = TextMessageID
Var $Sum120301002212030200221203030022TextValue !assigned GETS($Sum120301002212030200221203030022Tag,"MSG")
Var $Sum120301002212030200221203030022TextID !assigned GETS($Sum120301002212030200221203030022Tag,"TextID")
If $Sum120301002212030200221203030022TextID != "" Then
Var $Sum120301002212030200221203030022TextValue = ""
EndIf
EndIf
</Script>
@ -3404,6 +3412,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030010 </State>
@ -3421,13 +3433,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030010Tag = $12-03-03-0010.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030010TextValue = TextMessage
Else
Var $Sum1203030010TextID = TextMessageID
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
If $Sum1203030010TextID != "" Then
Var $Sum1203030010TextValue = ""
EndIf
EndIf
</Script>
@ -3752,6 +3761,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030020 </State>
@ -3769,13 +3782,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030020Tag = $12-03-03-0020.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030020Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030020Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030020TextValue = TextMessage
Else
Var $Sum1203030020TextID = TextMessageID
Var $Sum1203030020TextValue !assigned GETS($Sum1203030020Tag,"MSG")
Var $Sum1203030020TextID !assigned GETS($Sum1203030020Tag,"TextID")
If $Sum1203030020TextID != "" Then
Var $Sum1203030020TextValue = ""
EndIf
EndIf
</Script>
@ -4100,6 +4110,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030021 </State>
@ -4117,13 +4131,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030021Tag = $12-03-03-0021.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030021Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030021Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030021TextValue = TextMessage
Else
Var $Sum1203030021TextID = TextMessageID
Var $Sum1203030021TextValue !assigned GETS($Sum1203030021Tag,"MSG")
Var $Sum1203030021TextID !assigned GETS($Sum1203030021Tag,"TextID")
If $Sum1203030021TextID != "" Then
Var $Sum1203030021TextValue = ""
EndIf
EndIf
</Script>
@ -4448,6 +4459,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200411205030041 </State>
@ -4465,13 +4480,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200411205030041Tag = $12-05-03-0041.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200411205030041Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200411205030041Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200411205030041TextValue = TextMessage
Else
Var $Sum12050200411205030041TextID = TextMessageID
Var $Sum12050200411205030041TextValue !assigned GETS($Sum12050200411205030041Tag,"MSG")
Var $Sum12050200411205030041TextID !assigned GETS($Sum12050200411205030041Tag,"TextID")
If $Sum12050200411205030041TextID != "" Then
Var $Sum12050200411205030041TextValue = ""
EndIf
EndIf
</Script>
@ -4796,6 +4808,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200081205030008 </State>
@ -4813,13 +4829,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200081205030008Tag = $12-05-03-0008.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200081205030008Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200081205030008Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200081205030008TextValue = TextMessage
Else
Var $Sum12050200081205030008TextID = TextMessageID
Var $Sum12050200081205030008TextValue !assigned GETS($Sum12050200081205030008Tag,"MSG")
Var $Sum12050200081205030008TextID !assigned GETS($Sum12050200081205030008Tag,"TextID")
If $Sum12050200081205030008TextID != "" Then
Var $Sum12050200081205030008TextValue = ""
EndIf
EndIf
</Script>
@ -5144,6 +5157,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020044 </State>
@ -5161,13 +5178,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020044Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020044TextValue = TextMessage
Else
Var $Sum1205020044TextID = TextMessageID
Var $Sum1205020044TextValue !assigned GETS($Sum1205020044Tag,"MSG")
Var $Sum1205020044TextID !assigned GETS($Sum1205020044Tag,"TextID")
If $Sum1205020044TextID != "" Then
Var $Sum1205020044TextValue = ""
EndIf
EndIf
</Script>
@ -5492,6 +5506,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020045 </State>
@ -5509,13 +5527,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020045Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020045Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020045Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020045TextValue = TextMessage
Else
Var $Sum1205020045TextID = TextMessageID
Var $Sum1205020045TextValue !assigned GETS($Sum1205020045Tag,"MSG")
Var $Sum1205020045TextID !assigned GETS($Sum1205020045Tag,"TextID")
If $Sum1205020045TextID != "" Then
Var $Sum1205020045TextValue = ""
EndIf
EndIf
</Script>
@ -5588,14 +5603,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Oreo Smoothie\nVolcano SMOOTHIE"
Var NameLang[2][0] = "Oreo Smoothie \nVolcano SMOOTHIE"
Var NameLang[2][1] = "โอรีโอปั่นภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "OREO ချောမွေ့မှု\nမီးတောင် ချောမွေ့မှု"
Var DescLang[2][0] = "Milk, Sugar, Oreo"
Var DescLang[2][1] = "นม น้ำตาล โอรีโอ \n"
Var DescLang[2][0] = "Milk, Sugar, Oreo, Ice"
Var DescLang[2][1] = "นม น้ำตาล โอรีโอ \n "
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -5840,6 +5855,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030009 </State>
@ -5857,13 +5876,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030009Tag = $12-03-03-0009.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030009TextValue = TextMessage
Else
Var $Sum1203030009TextID = TextMessageID
Var $Sum1203030009TextValue !assigned GETS($Sum1203030009Tag,"MSG")
Var $Sum1203030009TextID !assigned GETS($Sum1203030009Tag,"TextID")
If $Sum1203030009TextID != "" Then
Var $Sum1203030009TextValue = ""
EndIf
EndIf
</Script>
@ -6192,6 +6208,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002312030200231203030023 </State>
@ -6209,13 +6229,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002312030200231203030023Tag = $12-03-03-0023.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002312030200231203030023Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002312030200231203030023Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002312030200231203030023TextValue = TextMessage
Else
Var $Sum120301002312030200231203030023TextID = TextMessageID
Var $Sum120301002312030200231203030023TextValue !assigned GETS($Sum120301002312030200231203030023Tag,"MSG")
Var $Sum120301002312030200231203030023TextID !assigned GETS($Sum120301002312030200231203030023Tag,"TextID")
If $Sum120301002312030200231203030023TextID != "" Then
Var $Sum120301002312030200231203030023TextValue = ""
EndIf
EndIf
</Script>
@ -6544,6 +6561,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002412030200241203030024 </State>
@ -6561,13 +6582,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002412030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002412030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002412030200241203030024TextValue = TextMessage
Else
Var $Sum120301002412030200241203030024TextID = TextMessageID
Var $Sum120301002412030200241203030024TextValue !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
Var $Sum120301002412030200241203030024TextID !assigned GETS($Sum120301002412030200241203030024Tag,"TextID")
If $Sum120301002412030200241203030024TextID != "" Then
Var $Sum120301002412030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -6892,6 +6910,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030061 </State>
@ -6909,13 +6931,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030061Tag = $12-03-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030061TextValue = TextMessage
Else
Var $Sum1203030061TextID = TextMessageID
Var $Sum1203030061TextValue !assigned GETS($Sum1203030061Tag,"MSG")
Var $Sum1203030061TextID !assigned GETS($Sum1203030061Tag,"TextID")
If $Sum1203030061TextID != "" Then
Var $Sum1203030061TextValue = ""
EndIf
EndIf
</Script>

View file

@ -576,6 +576,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010110031201021001 </State>
@ -593,13 +597,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010110031201021001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010110031201021001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010110031201021001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010110031201021001TextValue = TextMessage
Else
Var $Sum12010110031201021001TextID = TextMessageID
Var $Sum12010110031201021001TextValue !assigned GETS($Sum12010110031201021001Tag,"MSG")
Var $Sum12010110031201021001TextID !assigned GETS($Sum12010110031201021001Tag,"TextID")
If $Sum12010110031201021001TextID != "" Then
Var $Sum12010110031201021001TextValue = ""
EndIf
EndIf
</Script>
@ -928,6 +929,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210110031221021001 </State>
@ -945,13 +950,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210110031221021001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210110031221021001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210110031221021001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210110031221021001TextValue = TextMessage
Else
Var $Sum12210110031221021001TextID = TextMessageID
Var $Sum12210110031221021001TextValue !assigned GETS($Sum12210110031221021001Tag,"MSG")
Var $Sum12210110031221021001TextID !assigned GETS($Sum12210110031221021001Tag,"TextID")
If $Sum12210110031221021001TextID != "" Then
Var $Sum12210110031221021001TextValue = ""
EndIf
EndIf
</Script>
@ -1280,6 +1282,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010110041201021002 </State>
@ -1297,13 +1303,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010110041201021002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010110041201021002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010110041201021002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010110041201021002TextValue = TextMessage
Else
Var $Sum12010110041201021002TextID = TextMessageID
Var $Sum12010110041201021002TextValue !assigned GETS($Sum12010110041201021002Tag,"MSG")
Var $Sum12010110041201021002TextID !assigned GETS($Sum12010110041201021002Tag,"TextID")
If $Sum12010110041201021002TextID != "" Then
Var $Sum12010110041201021002TextValue = ""
EndIf
EndIf
</Script>
@ -1632,6 +1635,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210110041221021002 </State>
@ -1649,13 +1656,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210110041221021002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210110041221021002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210110041221021002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210110041221021002TextValue = TextMessage
Else
Var $Sum12210110041221021002TextID = TextMessageID
Var $Sum12210110041221021002TextValue !assigned GETS($Sum12210110041221021002Tag,"MSG")
Var $Sum12210110041221021002TextID !assigned GETS($Sum12210110041221021002Tag,"TextID")
If $Sum12210110041221021002TextID != "" Then
Var $Sum12210110041221021002TextValue = ""
EndIf
EndIf
</Script>
@ -1984,6 +1988,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010110061201021003 </State>
@ -2001,13 +2009,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010110061201021003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010110061201021003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010110061201021003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010110061201021003TextValue = TextMessage
Else
Var $Sum12010110061201021003TextID = TextMessageID
Var $Sum12010110061201021003TextValue !assigned GETS($Sum12010110061201021003Tag,"MSG")
Var $Sum12010110061201021003TextID !assigned GETS($Sum12010110061201021003Tag,"TextID")
If $Sum12010110061201021003TextID != "" Then
Var $Sum12010110061201021003TextValue = ""
EndIf
EndIf
</Script>
@ -2336,6 +2341,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210110061221021003 </State>
@ -2353,13 +2362,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210110061221021003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210110061221021003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210110061221021003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210110061221021003TextValue = TextMessage
Else
Var $Sum12210110061221021003TextID = TextMessageID
Var $Sum12210110061221021003TextValue !assigned GETS($Sum12210110061221021003Tag,"MSG")
Var $Sum12210110061221021003TextID !assigned GETS($Sum12210110061221021003Tag,"TextID")
If $Sum12210110061221021003TextID != "" Then
Var $Sum12210110061221021003TextValue = ""
EndIf
EndIf
</Script>
@ -2688,6 +2694,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010110991201021099 </State>
@ -2705,13 +2715,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010110991201021099Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010110991201021099Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010110991201021099Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010110991201021099TextValue = TextMessage
Else
Var $Sum12010110991201021099TextID = TextMessageID
Var $Sum12010110991201021099TextValue !assigned GETS($Sum12010110991201021099Tag,"MSG")
Var $Sum12010110991201021099TextID !assigned GETS($Sum12010110991201021099Tag,"TextID")
If $Sum12010110991201021099TextID != "" Then
Var $Sum12010110991201021099TextValue = ""
EndIf
EndIf
</Script>
@ -3040,6 +3047,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210110991221021099 </State>
@ -3057,13 +3068,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210110991221021099Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210110991221021099Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210110991221021099Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210110991221021099TextValue = TextMessage
Else
Var $Sum12210110991221021099TextID = TextMessageID
Var $Sum12210110991221021099TextValue !assigned GETS($Sum12210110991221021099Tag,"MSG")
Var $Sum12210110991221021099TextID !assigned GETS($Sum12210110991221021099Tag,"TextID")
If $Sum12210110991221021099TextID != "" Then
Var $Sum12210110991221021099TextValue = ""
EndIf
EndIf
</Script>
@ -3392,6 +3400,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110241202021024 </State>
@ -3409,13 +3421,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110241202021024Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110241202021024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110241202021024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110241202021024TextValue = TextMessage
Else
Var $Sum12020110241202021024TextID = TextMessageID
Var $Sum12020110241202021024TextValue !assigned GETS($Sum12020110241202021024Tag,"MSG")
Var $Sum12020110241202021024TextID !assigned GETS($Sum12020110241202021024Tag,"TextID")
If $Sum12020110241202021024TextID != "" Then
Var $Sum12020110241202021024TextValue = ""
EndIf
EndIf
</Script>
@ -3744,6 +3753,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110251202021025 </State>
@ -3761,13 +3774,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110251202021025Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110251202021025Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110251202021025Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110251202021025TextValue = TextMessage
Else
Var $Sum12020110251202021025TextID = TextMessageID
Var $Sum12020110251202021025TextValue !assigned GETS($Sum12020110251202021025Tag,"MSG")
Var $Sum12020110251202021025TextID !assigned GETS($Sum12020110251202021025Tag,"TextID")
If $Sum12020110251202021025TextID != "" Then
Var $Sum12020110251202021025TextValue = ""
EndIf
EndIf
</Script>
@ -4096,6 +4106,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110261202021026 </State>
@ -4113,13 +4127,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110261202021026Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110261202021026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110261202021026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110261202021026TextValue = TextMessage
Else
Var $Sum12020110261202021026TextID = TextMessageID
Var $Sum12020110261202021026TextValue !assigned GETS($Sum12020110261202021026Tag,"MSG")
Var $Sum12020110261202021026TextID !assigned GETS($Sum12020110261202021026Tag,"TextID")
If $Sum12020110261202021026TextID != "" Then
Var $Sum12020110261202021026TextValue = ""
EndIf
EndIf
</Script>
@ -4448,6 +4459,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110271202021027 </State>
@ -4465,13 +4480,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110271202021027Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110271202021027Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110271202021027Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110271202021027TextValue = TextMessage
Else
Var $Sum12020110271202021027TextID = TextMessageID
Var $Sum12020110271202021027TextValue !assigned GETS($Sum12020110271202021027Tag,"MSG")
Var $Sum12020110271202021027TextID !assigned GETS($Sum12020110271202021027Tag,"TextID")
If $Sum12020110271202021027TextID != "" Then
Var $Sum12020110271202021027TextValue = ""
EndIf
EndIf
</Script>
@ -4800,6 +4812,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110291202021029 </State>
@ -4817,13 +4833,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110291202021029Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110291202021029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110291202021029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110291202021029TextValue = TextMessage
Else
Var $Sum12020110291202021029TextID = TextMessageID
Var $Sum12020110291202021029TextValue !assigned GETS($Sum12020110291202021029Tag,"MSG")
Var $Sum12020110291202021029TextID !assigned GETS($Sum12020110291202021029Tag,"TextID")
If $Sum12020110291202021029TextID != "" Then
Var $Sum12020110291202021029TextValue = ""
EndIf
EndIf
</Script>
@ -5152,6 +5165,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110301202021030 </State>
@ -5169,13 +5186,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110301202021030Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110301202021030Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110301202021030Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110301202021030TextValue = TextMessage
Else
Var $Sum12020110301202021030TextID = TextMessageID
Var $Sum12020110301202021030TextValue !assigned GETS($Sum12020110301202021030Tag,"MSG")
Var $Sum12020110301202021030TextID !assigned GETS($Sum12020110301202021030Tag,"TextID")
If $Sum12020110301202021030TextID != "" Then
Var $Sum12020110301202021030TextValue = ""
EndIf
EndIf
</Script>
@ -5504,6 +5518,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110311202021031 </State>
@ -5521,13 +5539,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110311202021031Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110311202021031Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110311202021031Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110311202021031TextValue = TextMessage
Else
Var $Sum12020110311202021031TextID = TextMessageID
Var $Sum12020110311202021031TextValue !assigned GETS($Sum12020110311202021031Tag,"MSG")
Var $Sum12020110311202021031TextID !assigned GETS($Sum12020110311202021031Tag,"TextID")
If $Sum12020110311202021031TextID != "" Then
Var $Sum12020110311202021031TextValue = ""
EndIf
EndIf
</Script>
@ -5856,6 +5871,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110321202021032 </State>
@ -5873,13 +5892,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110321202021032Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110321202021032Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110321202021032Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110321202021032TextValue = TextMessage
Else
Var $Sum12020110321202021032TextID = TextMessageID
Var $Sum12020110321202021032TextValue !assigned GETS($Sum12020110321202021032Tag,"MSG")
Var $Sum12020110321202021032TextID !assigned GETS($Sum12020110321202021032Tag,"TextID")
If $Sum12020110321202021032TextID != "" Then
Var $Sum12020110321202021032TextValue = ""
EndIf
EndIf
</Script>
@ -6208,6 +6224,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110371202021037 </State>
@ -6225,13 +6245,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110371202021037Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110371202021037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110371202021037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110371202021037TextValue = TextMessage
Else
Var $Sum12020110371202021037TextID = TextMessageID
Var $Sum12020110371202021037TextValue !assigned GETS($Sum12020110371202021037Tag,"MSG")
Var $Sum12020110371202021037TextID !assigned GETS($Sum12020110371202021037Tag,"TextID")
If $Sum12020110371202021037TextID != "" Then
Var $Sum12020110371202021037TextValue = ""
EndIf
EndIf
</Script>
@ -6560,6 +6577,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030110021203021002 </State>
@ -6577,13 +6598,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030110021203021002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030110021203021002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030110021203021002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030110021203021002TextValue = TextMessage
Else
Var $Sum12030110021203021002TextID = TextMessageID
Var $Sum12030110021203021002TextValue !assigned GETS($Sum12030110021203021002Tag,"MSG")
Var $Sum12030110021203021002TextID !assigned GETS($Sum12030110021203021002Tag,"TextID")
If $Sum12030110021203021002TextID != "" Then
Var $Sum12030110021203021002TextValue = ""
EndIf
EndIf
</Script>
@ -6912,6 +6930,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030110051203021005 </State>
@ -6929,13 +6951,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030110051203021005Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030110051203021005Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030110051203021005Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030110051203021005TextValue = TextMessage
Else
Var $Sum12030110051203021005TextID = TextMessageID
Var $Sum12030110051203021005TextValue !assigned GETS($Sum12030110051203021005Tag,"MSG")
Var $Sum12030110051203021005TextID !assigned GETS($Sum12030110051203021005Tag,"TextID")
If $Sum12030110051203021005TextID != "" Then
Var $Sum12030110051203021005TextValue = ""
EndIf
EndIf
</Script>
@ -7264,6 +7283,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050110011205021001 </State>
@ -7281,13 +7304,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050110011205021001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050110011205021001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050110011205021001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050110011205021001TextValue = TextMessage
Else
Var $Sum12050110011205021001TextID = TextMessageID
Var $Sum12050110011205021001TextValue !assigned GETS($Sum12050110011205021001Tag,"MSG")
Var $Sum12050110011205021001TextID !assigned GETS($Sum12050110011205021001Tag,"TextID")
If $Sum12050110011205021001TextID != "" Then
Var $Sum12050110011205021001TextValue = ""
EndIf
EndIf
</Script>
@ -7612,6 +7632,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205021010 </State>
@ -7629,13 +7653,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205021010Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205021010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205021010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205021010TextValue = TextMessage
Else
Var $Sum1205021010TextID = TextMessageID
Var $Sum1205021010TextValue !assigned GETS($Sum1205021010Tag,"MSG")
Var $Sum1205021010TextID !assigned GETS($Sum1205021010Tag,"TextID")
If $Sum1205021010TextID != "" Then
Var $Sum1205021010TextValue = ""
EndIf
EndIf
</Script>
@ -7964,6 +7985,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110381202021038 </State>
@ -7981,13 +8006,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110381202021038Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110381202021038Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110381202021038Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110381202021038TextValue = TextMessage
Else
Var $Sum12020110381202021038TextID = TextMessageID
Var $Sum12020110381202021038TextValue !assigned GETS($Sum12020110381202021038Tag,"MSG")
Var $Sum12020110381202021038TextID !assigned GETS($Sum12020110381202021038Tag,"TextID")
If $Sum12020110381202021038TextID != "" Then
Var $Sum12020110381202021038TextValue = ""
EndIf
EndIf
</Script>
@ -8316,6 +8338,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110391202021039 </State>
@ -8333,13 +8359,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110391202021039Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110391202021039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110391202021039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110391202021039TextValue = TextMessage
Else
Var $Sum12020110391202021039TextID = TextMessageID
Var $Sum12020110391202021039TextValue !assigned GETS($Sum12020110391202021039Tag,"MSG")
Var $Sum12020110391202021039TextID !assigned GETS($Sum12020110391202021039Tag,"TextID")
If $Sum12020110391202021039TextID != "" Then
Var $Sum12020110391202021039TextValue = ""
EndIf
EndIf
</Script>
@ -8668,6 +8691,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110401202021040 </State>
@ -8685,13 +8712,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110401202021040Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110401202021040Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110401202021040Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110401202021040TextValue = TextMessage
Else
Var $Sum12020110401202021040TextID = TextMessageID
Var $Sum12020110401202021040TextValue !assigned GETS($Sum12020110401202021040Tag,"MSG")
Var $Sum12020110401202021040TextID !assigned GETS($Sum12020110401202021040Tag,"TextID")
If $Sum12020110401202021040TextID != "" Then
Var $Sum12020110401202021040TextValue = ""
EndIf
EndIf
</Script>
@ -9016,6 +9040,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200751203030075 </State>
@ -9033,13 +9061,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200751203030075Tag = $12-03-03-0075.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200751203030075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200751203030075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200751203030075TextValue = TextMessage
Else
Var $Sum12030200751203030075TextID = TextMessageID
Var $Sum12030200751203030075TextValue !assigned GETS($Sum12030200751203030075Tag,"MSG")
Var $Sum12030200751203030075TextID !assigned GETS($Sum12030200751203030075Tag,"TextID")
If $Sum12030200751203030075TextID != "" Then
Var $Sum12030200751203030075TextValue = ""
EndIf
EndIf
</Script>
@ -9364,6 +9389,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201241205030124 </State>
@ -9381,13 +9410,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201241205030124Tag = $12-05-03-0124.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201241205030124Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201241205030124Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201241205030124TextValue = TextMessage
Else
Var $Sum12050201241205030124TextID = TextMessageID
Var $Sum12050201241205030124TextValue !assigned GETS($Sum12050201241205030124Tag,"MSG")
Var $Sum12050201241205030124TextID !assigned GETS($Sum12050201241205030124Tag,"TextID")
If $Sum12050201241205030124TextID != "" Then
Var $Sum12050201241205030124TextValue = ""
EndIf
EndIf
</Script>
@ -9712,6 +9738,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200681202030068 </State>
@ -9729,13 +9759,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200681202030068Tag = $12-02-03-0068.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200681202030068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200681202030068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200681202030068TextValue = TextMessage
Else
Var $Sum12020200681202030068TextID = TextMessageID
Var $Sum12020200681202030068TextValue !assigned GETS($Sum12020200681202030068Tag,"MSG")
Var $Sum12020200681202030068TextID !assigned GETS($Sum12020200681202030068Tag,"TextID")
If $Sum12020200681202030068TextID != "" Then
Var $Sum12020200681202030068TextValue = ""
EndIf
EndIf
</Script>
@ -10060,6 +10087,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020125 </State>
@ -10077,13 +10108,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020125Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020125Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020125Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020125TextValue = TextMessage
Else
Var $Sum1205020125TextID = TextMessageID
Var $Sum1205020125TextValue !assigned GETS($Sum1205020125Tag,"MSG")
Var $Sum1205020125TextID !assigned GETS($Sum1205020125Tag,"TextID")
If $Sum1205020125TextID != "" Then
Var $Sum1205020125TextValue = ""
EndIf
EndIf
</Script>
@ -10408,6 +10436,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020075 </State>
@ -10425,13 +10457,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020075Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020075TextValue = TextMessage
Else
Var $Sum1201020075TextID = TextMessageID
Var $Sum1201020075TextValue !assigned GETS($Sum1201020075Tag,"MSG")
Var $Sum1201020075TextID !assigned GETS($Sum1201020075Tag,"TextID")
If $Sum1201020075TextID != "" Then
Var $Sum1201020075TextValue = ""
EndIf
EndIf
</Script>
@ -10756,6 +10785,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020075 </State>
@ -10773,13 +10806,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020075Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020075TextValue = TextMessage
Else
Var $Sum1221020075TextID = TextMessageID
Var $Sum1221020075TextValue !assigned GETS($Sum1221020075Tag,"MSG")
Var $Sum1221020075TextID !assigned GETS($Sum1221020075Tag,"TextID")
If $Sum1221020075TextID != "" Then
Var $Sum1221020075TextValue = ""
EndIf
EndIf
</Script>
@ -11104,6 +11134,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200761203030076 </State>
@ -11121,13 +11155,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200761203030076Tag = $12-03-03-0076.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200761203030076Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200761203030076Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200761203030076TextValue = TextMessage
Else
Var $Sum12030200761203030076TextID = TextMessageID
Var $Sum12030200761203030076TextValue !assigned GETS($Sum12030200761203030076Tag,"MSG")
Var $Sum12030200761203030076TextID !assigned GETS($Sum12030200761203030076Tag,"TextID")
If $Sum12030200761203030076TextID != "" Then
Var $Sum12030200761203030076TextValue = ""
EndIf
EndIf
</Script>
@ -11452,6 +11483,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200691202030069 </State>
@ -11469,13 +11504,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200691202030069Tag = $12-02-03-0069.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200691202030069Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200691202030069Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200691202030069TextValue = TextMessage
Else
Var $Sum12020200691202030069TextID = TextMessageID
Var $Sum12020200691202030069TextValue !assigned GETS($Sum12020200691202030069Tag,"MSG")
Var $Sum12020200691202030069TextID !assigned GETS($Sum12020200691202030069Tag,"TextID")
If $Sum12020200691202030069TextID != "" Then
Var $Sum12020200691202030069TextValue = ""
EndIf
EndIf
</Script>
@ -11800,6 +11832,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201261205030126 </State>
@ -11817,13 +11853,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201261205030126Tag = $12-05-03-0126.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201261205030126Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201261205030126Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201261205030126TextValue = TextMessage
Else
Var $Sum12050201261205030126TextID = TextMessageID
Var $Sum12050201261205030126TextValue !assigned GETS($Sum12050201261205030126Tag,"MSG")
Var $Sum12050201261205030126TextID !assigned GETS($Sum12050201261205030126Tag,"TextID")
If $Sum12050201261205030126TextID != "" Then
Var $Sum12050201261205030126TextValue = ""
EndIf
EndIf
</Script>
@ -12148,6 +12181,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201271205030127 </State>
@ -12165,13 +12202,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201271205030127Tag = $12-05-03-0127.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201271205030127Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201271205030127Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201271205030127TextValue = TextMessage
Else
Var $Sum12050201271205030127TextID = TextMessageID
Var $Sum12050201271205030127TextValue !assigned GETS($Sum12050201271205030127Tag,"MSG")
Var $Sum12050201271205030127TextID !assigned GETS($Sum12050201271205030127Tag,"TextID")
If $Sum12050201271205030127TextID != "" Then
Var $Sum12050201271205030127TextValue = ""
EndIf
EndIf
</Script>
@ -12496,6 +12530,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200701202030070 </State>
@ -12513,13 +12551,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200701202030070Tag = $12-02-03-0070.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200701202030070Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200701202030070Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200701202030070TextValue = TextMessage
Else
Var $Sum12020200701202030070TextID = TextMessageID
Var $Sum12020200701202030070TextValue !assigned GETS($Sum12020200701202030070Tag,"MSG")
Var $Sum12020200701202030070TextID !assigned GETS($Sum12020200701202030070Tag,"TextID")
If $Sum12020200701202030070TextID != "" Then
Var $Sum12020200701202030070TextValue = ""
EndIf
EndIf
</Script>

File diff suppressed because it is too large Load diff

View file

@ -151,14 +151,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Oreo Smoothie\nVolcano SMOOTHIE"
Var NameLang[2][0] = "Oreo Smoothie \nVolcano SMOOTHIE"
Var NameLang[2][1] = "โอรีโอปั่นภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "OREO ချောမွေ့မှု\nမီးတောင် ချောမွေ့မှု"
Var DescLang[2][0] = "Milk, Sugar, Oreo"
Var DescLang[2][1] = "นม น้ำตาล โอรีโอ \n"
Var DescLang[2][0] = "Milk, Sugar, Oreo, Ice"
Var DescLang[2][1] = "นม น้ำตาล โอรีโอ \n "
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030009 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030009Tag = $12-03-03-0009.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030009TextValue = TextMessage
Else
Var $Sum1203030009TextID = TextMessageID
Var $Sum1203030009TextValue !assigned GETS($Sum1203030009Tag,"MSG")
Var $Sum1203030009TextID !assigned GETS($Sum1203030009Tag,"TextID")
If $Sum1203030009TextID != "" Then
Var $Sum1203030009TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030027 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030027Tag = $12-03-03-0027.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030027Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030027Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030027TextValue = TextMessage
Else
Var $Sum1203030027TextID = TextMessageID
Var $Sum1203030027TextValue !assigned GETS($Sum1203030027Tag,"MSG")
Var $Sum1203030027TextID !assigned GETS($Sum1203030027Tag,"TextID")
If $Sum1203030027TextID != "" Then
Var $Sum1203030027TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030028 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030028Tag = $12-03-03-0028.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030028Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030028Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030028TextValue = TextMessage
Else
Var $Sum1203030028TextID = TextMessageID
Var $Sum1203030028TextValue !assigned GETS($Sum1203030028Tag,"MSG")
Var $Sum1203030028TextID !assigned GETS($Sum1203030028Tag,"TextID")
If $Sum1203030028TextID != "" Then
Var $Sum1203030028TextValue = ""
EndIf
EndIf
</Script>
@ -1195,14 +1198,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Banana Milk Oreo \nVolcano SMOOTHIE"
Var NameLang[2][0] = "Banana Mlik Oreo \nVolcano SMOOTHIE"
Var NameLang[2][1] = "นมกล้วยปั่น\nโอรีโอภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "ငှက်ပျောနို့ Oreo\nချောမွတ်ချောမွတ်ခြင်း။"
Var DescLang[2][0] = "Banana, Milk,\nSugar, Oreo"
Var DescLang[2][1] = "กล้วย นม น้ำตาล โอรีโอ"
Var DescLang[2][1] = "กล้วย นม น้ำตาล Oreo"
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030029 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030029Tag = $12-03-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030029TextValue = TextMessage
Else
Var $Sum1203030029TextID = TextMessageID
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
If $Sum1203030029TextID != "" Then
Var $Sum1203030029TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030030 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030030Tag = $12-03-03-0030.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030030Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030030Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030030TextValue = TextMessage
Else
Var $Sum1203030030TextID = TextMessageID
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
If $Sum1203030030TextID != "" Then
Var $Sum1203030030TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030031 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030031Tag = $12-03-03-0031.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030031Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030031Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030031TextValue = TextMessage
Else
Var $Sum1203030031TextID = TextMessageID
Var $Sum1203030031TextValue !assigned GETS($Sum1203030031Tag,"MSG")
Var $Sum1203030031TextID !assigned GETS($Sum1203030031Tag,"TextID")
If $Sum1203030031TextID != "" Then
Var $Sum1203030031TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030043 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030043Tag = $12-02-03-0043.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030043TextValue = TextMessage
Else
Var $Sum1202030043TextID = TextMessageID
Var $Sum1202030043TextValue !assigned GETS($Sum1202030043Tag,"MSG")
Var $Sum1202030043TextID !assigned GETS($Sum1202030043Tag,"TextID")
If $Sum1202030043TextID != "" Then
Var $Sum1202030043TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030044 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030044Tag = $12-02-03-0044.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030044TextValue = TextMessage
Else
Var $Sum1202030044TextID = TextMessageID
Var $Sum1202030044TextValue !assigned GETS($Sum1202030044Tag,"MSG")
Var $Sum1202030044TextID !assigned GETS($Sum1202030044Tag,"TextID")
If $Sum1202030044TextID != "" Then
Var $Sum1202030044TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201030043 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201030043Tag = $12-01-03-0043.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201030043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201030043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201030043TextValue = TextMessage
Else
Var $Sum1201030043TextID = TextMessageID
Var $Sum1201030043TextValue !assigned GETS($Sum1201030043Tag,"MSG")
Var $Sum1201030043TextID !assigned GETS($Sum1201030043Tag,"TextID")
If $Sum1201030043TextID != "" Then
Var $Sum1201030043TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030026 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030026Tag = $12-03-03-0026.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030026TextValue = TextMessage
Else
Var $Sum1203030026TextID = TextMessageID
Var $Sum1203030026TextValue !assigned GETS($Sum1203030026Tag,"MSG")
Var $Sum1203030026TextID !assigned GETS($Sum1203030026Tag,"TextID")
If $Sum1203030026TextID != "" Then
Var $Sum1203030026TextValue = ""
EndIf
EndIf
</Script>
@ -3883,6 +3893,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030045 </State>
@ -3900,13 +3914,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030045Tag = $12-02-03-0045.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030045Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030045Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030045TextValue = TextMessage
Else
Var $Sum1202030045TextID = TextMessageID
Var $Sum1202030045TextValue !assigned GETS($Sum1202030045Tag,"MSG")
Var $Sum1202030045TextID !assigned GETS($Sum1202030045Tag,"TextID")
If $Sum1202030045TextID != "" Then
Var $Sum1202030045TextValue = ""
EndIf
EndIf
</Script>
@ -4231,6 +4242,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030034 </State>
@ -4248,13 +4263,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030034Tag = $12-03-03-0034.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030034TextValue = TextMessage
Else
Var $Sum1203030034TextID = TextMessageID
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
If $Sum1203030034TextID != "" Then
Var $Sum1203030034TextValue = ""
EndIf
EndIf
</Script>
@ -4579,6 +4591,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030040 </State>
@ -4596,13 +4612,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030040Tag = $12-03-03-0040.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030040Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030040Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030040TextValue = TextMessage
Else
Var $Sum1203030040TextID = TextMessageID
Var $Sum1203030040TextValue !assigned GETS($Sum1203030040Tag,"MSG")
Var $Sum1203030040TextID !assigned GETS($Sum1203030040Tag,"TextID")
If $Sum1203030040TextID != "" Then
Var $Sum1203030040TextValue = ""
EndIf
EndIf
</Script>
@ -4927,6 +4940,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -4944,13 +4961,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -157,6 +157,12 @@
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_other_other.lxml"
EndIf
EndIf
; setvarint RefreshOtherMenu 1
If RefreshOtherMenu = 1 Then
Var RefreshOtherMenu = 0
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_other_other.lxml"
EndIf

View file

@ -577,6 +577,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020133 </State>
@ -594,13 +598,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020133Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020133Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020133Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020133TextValue = TextMessage
Else
Var $Sum1205020133TextID = TextMessageID
Var $Sum1205020133TextValue !assigned GETS($Sum1205020133Tag,"MSG")
Var $Sum1205020133TextID !assigned GETS($Sum1205020133Tag,"TextID")
If $Sum1205020133TextID != "" Then
Var $Sum1205020133TextValue = ""
EndIf
EndIf
</Script>
@ -667,7 +668,7 @@
Var NameLang[1][3] = "-"
Var NameLang[1][4] = "-"
Var NameLang[1][5] = "ICED PEPSI"
Var DescLang[1][0] = "Pepsi, Ice"
Var DescLang[1][0] = "Pepsi & Ice"
Var DescLang[1][1] = "เป๊ปซี่ "
Var DescLang[1][2] = "-"
Var DescLang[1][3] = "-"
@ -925,6 +926,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200071205030007 </State>
@ -942,13 +947,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200071205030007Tag = $12-05-03-0007.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200071205030007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200071205030007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200071205030007TextValue = TextMessage
Else
Var $Sum12050200071205030007TextID = TextMessageID
Var $Sum12050200071205030007TextValue !assigned GETS($Sum12050200071205030007Tag,"MSG")
Var $Sum12050200071205030007TextID !assigned GETS($Sum12050200071205030007Tag,"TextID")
If $Sum12050200071205030007TextID != "" Then
Var $Sum12050200071205030007TextValue = ""
EndIf
EndIf
</Script>
@ -1273,6 +1275,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200941205030094 </State>
@ -1290,13 +1296,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200941205030094Tag = $12-05-03-0094.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200941205030094Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200941205030094Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200941205030094TextValue = TextMessage
Else
Var $Sum12050200941205030094TextID = TextMessageID
Var $Sum12050200941205030094TextValue !assigned GETS($Sum12050200941205030094Tag,"MSG")
Var $Sum12050200941205030094TextID !assigned GETS($Sum12050200941205030094Tag,"TextID")
If $Sum12050200941205030094TextID != "" Then
Var $Sum12050200941205030094TextValue = ""
EndIf
EndIf
</Script>
@ -1621,6 +1624,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020095 </State>
@ -1638,13 +1645,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020095Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020095Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020095Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020095TextValue = TextMessage
Else
Var $Sum1205020095TextID = TextMessageID
Var $Sum1205020095TextValue !assigned GETS($Sum1205020095Tag,"MSG")
Var $Sum1205020095TextID !assigned GETS($Sum1205020095Tag,"TextID")
If $Sum1205020095TextID != "" Then
Var $Sum1205020095TextValue = ""
EndIf
EndIf
</Script>
@ -1969,6 +1973,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020096 </State>
@ -1986,13 +1994,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020096Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020096Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020096Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020096TextValue = TextMessage
Else
Var $Sum1205020096TextID = TextMessageID
Var $Sum1205020096TextValue !assigned GETS($Sum1205020096Tag,"MSG")
Var $Sum1205020096TextID !assigned GETS($Sum1205020096Tag,"TextID")
If $Sum1205020096TextID != "" Then
Var $Sum1205020096TextValue = ""
EndIf
EndIf
</Script>
@ -2317,6 +2322,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020115 </State>
@ -2334,13 +2343,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020115Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020115Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020115Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020115TextValue = TextMessage
Else
Var $Sum1205020115TextID = TextMessageID
Var $Sum1205020115TextValue !assigned GETS($Sum1205020115Tag,"MSG")
Var $Sum1205020115TextID !assigned GETS($Sum1205020115Tag,"TextID")
If $Sum1205020115TextID != "" Then
Var $Sum1205020115TextValue = ""
EndIf
EndIf
</Script>
@ -2665,6 +2671,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020100 </State>
@ -2682,13 +2692,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020100Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020100Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020100Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020100TextValue = TextMessage
Else
Var $Sum1205020100TextID = TextMessageID
Var $Sum1205020100TextValue !assigned GETS($Sum1205020100Tag,"MSG")
Var $Sum1205020100TextID !assigned GETS($Sum1205020100Tag,"TextID")
If $Sum1205020100TextID != "" Then
Var $Sum1205020100TextValue = ""
EndIf
EndIf
</Script>
@ -3013,6 +3020,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200461205030046 </State>
@ -3030,13 +3041,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200461205030046Tag = $12-05-03-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200461205030046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200461205030046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200461205030046TextValue = TextMessage
Else
Var $Sum12050200461205030046TextID = TextMessageID
Var $Sum12050200461205030046TextValue !assigned GETS($Sum12050200461205030046Tag,"MSG")
Var $Sum12050200461205030046TextID !assigned GETS($Sum12050200461205030046Tag,"TextID")
If $Sum12050200461205030046TextID != "" Then
Var $Sum12050200461205030046TextValue = ""
EndIf
EndIf
</Script>
@ -3361,6 +3369,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201041205030104 </State>
@ -3378,13 +3390,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201041205030104Tag = $12-05-03-0104.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201041205030104Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201041205030104Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201041205030104TextValue = TextMessage
Else
Var $Sum12050201041205030104TextID = TextMessageID
Var $Sum12050201041205030104TextValue !assigned GETS($Sum12050201041205030104Tag,"MSG")
Var $Sum12050201041205030104TextID !assigned GETS($Sum12050201041205030104Tag,"TextID")
If $Sum12050201041205030104TextID != "" Then
Var $Sum12050201041205030104TextValue = ""
EndIf
EndIf
</Script>
@ -3709,6 +3718,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200741205030074 </State>
@ -3726,13 +3739,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200741205030074Tag = $12-05-03-0074.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200741205030074Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200741205030074Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200741205030074TextValue = TextMessage
Else
Var $Sum12050200741205030074TextID = TextMessageID
Var $Sum12050200741205030074TextValue !assigned GETS($Sum12050200741205030074Tag,"MSG")
Var $Sum12050200741205030074TextID !assigned GETS($Sum12050200741205030074Tag,"TextID")
If $Sum12050200741205030074TextID != "" Then
Var $Sum12050200741205030074TextValue = ""
EndIf
EndIf
</Script>
@ -4057,6 +4067,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020097 </State>
@ -4074,13 +4088,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020097Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020097Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020097Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020097TextValue = TextMessage
Else
Var $Sum1205020097TextID = TextMessageID
Var $Sum1205020097TextValue !assigned GETS($Sum1205020097Tag,"MSG")
Var $Sum1205020097TextID !assigned GETS($Sum1205020097Tag,"TextID")
If $Sum1205020097TextID != "" Then
Var $Sum1205020097TextValue = ""
EndIf
EndIf
</Script>
@ -4405,6 +4416,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020101 </State>
@ -4422,13 +4437,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020101Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020101Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020101Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020101TextValue = TextMessage
Else
Var $Sum1205020101TextID = TextMessageID
Var $Sum1205020101TextValue !assigned GETS($Sum1205020101Tag,"MSG")
Var $Sum1205020101TextID !assigned GETS($Sum1205020101Tag,"TextID")
If $Sum1205020101TextID != "" Then
Var $Sum1205020101TextValue = ""
EndIf
EndIf
</Script>
@ -4753,6 +4765,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200471205030047 </State>
@ -4770,13 +4786,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200471205030047Tag = $12-05-03-0047.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200471205030047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200471205030047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200471205030047TextValue = TextMessage
Else
Var $Sum12050200471205030047TextID = TextMessageID
Var $Sum12050200471205030047TextValue !assigned GETS($Sum12050200471205030047Tag,"MSG")
Var $Sum12050200471205030047TextID !assigned GETS($Sum12050200471205030047Tag,"TextID")
If $Sum12050200471205030047TextID != "" Then
Var $Sum12050200471205030047TextValue = ""
EndIf
EndIf
</Script>
@ -5101,6 +5114,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201051205030105 </State>
@ -5118,13 +5135,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201051205030105Tag = $12-05-03-0105.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201051205030105Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201051205030105Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201051205030105TextValue = TextMessage
Else
Var $Sum12050201051205030105TextID = TextMessageID
Var $Sum12050201051205030105TextValue !assigned GETS($Sum12050201051205030105Tag,"MSG")
Var $Sum12050201051205030105TextID !assigned GETS($Sum12050201051205030105Tag,"TextID")
If $Sum12050201051205030105TextID != "" Then
Var $Sum12050201051205030105TextValue = ""
EndIf
EndIf
</Script>
@ -5449,6 +5463,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200751205030075 </State>
@ -5466,13 +5484,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200751205030075Tag = $12-05-03-0075.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200751205030075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200751205030075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200751205030075TextValue = TextMessage
Else
Var $Sum12050200751205030075TextID = TextMessageID
Var $Sum12050200751205030075TextValue !assigned GETS($Sum12050200751205030075Tag,"MSG")
Var $Sum12050200751205030075TextID !assigned GETS($Sum12050200751205030075Tag,"TextID")
If $Sum12050200751205030075TextID != "" Then
Var $Sum12050200751205030075TextValue = ""
EndIf
EndIf
</Script>
@ -5797,6 +5812,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020053 </State>
@ -5814,13 +5833,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020053Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020053TextValue = TextMessage
Else
Var $Sum1205020053TextID = TextMessageID
Var $Sum1205020053TextValue !assigned GETS($Sum1205020053Tag,"MSG")
Var $Sum1205020053TextID !assigned GETS($Sum1205020053Tag,"TextID")
If $Sum1205020053TextID != "" Then
Var $Sum1205020053TextValue = ""
EndIf
EndIf
</Script>
@ -6145,6 +6161,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020106 </State>
@ -6162,13 +6182,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020106Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020106Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020106Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020106TextValue = TextMessage
Else
Var $Sum1205020106TextID = TextMessageID
Var $Sum1205020106TextValue !assigned GETS($Sum1205020106Tag,"MSG")
Var $Sum1205020106TextID !assigned GETS($Sum1205020106Tag,"TextID")
If $Sum1205020106TextID != "" Then
Var $Sum1205020106TextValue = ""
EndIf
EndIf
</Script>
@ -6493,6 +6510,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020076 </State>
@ -6510,13 +6531,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020076Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020076Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020076Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020076TextValue = TextMessage
Else
Var $Sum1205020076TextID = TextMessageID
Var $Sum1205020076TextValue !assigned GETS($Sum1205020076Tag,"MSG")
Var $Sum1205020076TextID !assigned GETS($Sum1205020076Tag,"TextID")
If $Sum1205020076TextID != "" Then
Var $Sum1205020076TextValue = ""
EndIf
EndIf
</Script>
@ -6841,6 +6859,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020102 </State>
@ -6858,13 +6880,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020102Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020102Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020102Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020102TextValue = TextMessage
Else
Var $Sum1205020102TextID = TextMessageID
Var $Sum1205020102TextValue !assigned GETS($Sum1205020102Tag,"MSG")
Var $Sum1205020102TextID !assigned GETS($Sum1205020102Tag,"TextID")
If $Sum1205020102TextID != "" Then
Var $Sum1205020102TextValue = ""
EndIf
EndIf
</Script>
@ -7189,6 +7208,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020054 </State>
@ -7206,13 +7229,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020054Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020054Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020054Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020054TextValue = TextMessage
Else
Var $Sum1205020054TextID = TextMessageID
Var $Sum1205020054TextValue !assigned GETS($Sum1205020054Tag,"MSG")
Var $Sum1205020054TextID !assigned GETS($Sum1205020054Tag,"TextID")
If $Sum1205020054TextID != "" Then
Var $Sum1205020054TextValue = ""
EndIf
EndIf
</Script>
@ -7537,6 +7557,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020107 </State>
@ -7554,13 +7578,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020107Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020107Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020107Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020107TextValue = TextMessage
Else
Var $Sum1205020107TextID = TextMessageID
Var $Sum1205020107TextValue !assigned GETS($Sum1205020107Tag,"MSG")
Var $Sum1205020107TextID !assigned GETS($Sum1205020107Tag,"TextID")
If $Sum1205020107TextID != "" Then
Var $Sum1205020107TextValue = ""
EndIf
EndIf
</Script>
@ -7885,6 +7906,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020077 </State>
@ -7902,13 +7927,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020077Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020077Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020077Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020077TextValue = TextMessage
Else
Var $Sum1205020077TextID = TextMessageID
Var $Sum1205020077TextValue !assigned GETS($Sum1205020077Tag,"MSG")
Var $Sum1205020077TextID !assigned GETS($Sum1205020077Tag,"TextID")
If $Sum1205020077TextID != "" Then
Var $Sum1205020077TextValue = ""
EndIf
EndIf
</Script>
@ -8233,6 +8255,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020116 </State>
@ -8250,13 +8276,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020116Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020116Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020116Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020116TextValue = TextMessage
Else
Var $Sum1205020116TextID = TextMessageID
Var $Sum1205020116TextValue !assigned GETS($Sum1205020116Tag,"MSG")
Var $Sum1205020116TextID !assigned GETS($Sum1205020116Tag,"TextID")
If $Sum1205020116TextID != "" Then
Var $Sum1205020116TextValue = ""
EndIf
EndIf
</Script>
@ -8581,6 +8604,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020067 </State>
@ -8598,13 +8625,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020067TextValue = TextMessage
Else
Var $Sum1205020067TextID = TextMessageID
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
If $Sum1205020067TextID != "" Then
Var $Sum1205020067TextValue = ""
EndIf
EndIf
</Script>
@ -8929,6 +8953,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020108 </State>
@ -8946,13 +8974,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020108Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020108Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020108Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020108TextValue = TextMessage
Else
Var $Sum1205020108TextID = TextMessageID
Var $Sum1205020108TextValue !assigned GETS($Sum1205020108Tag,"MSG")
Var $Sum1205020108TextID !assigned GETS($Sum1205020108Tag,"TextID")
If $Sum1205020108TextID != "" Then
Var $Sum1205020108TextValue = ""
EndIf
EndIf
</Script>
@ -9277,6 +9302,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020072 </State>
@ -9294,13 +9323,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020072Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020072Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020072Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020072TextValue = TextMessage
Else
Var $Sum1205020072TextID = TextMessageID
Var $Sum1205020072TextValue !assigned GETS($Sum1205020072Tag,"MSG")
Var $Sum1205020072TextID !assigned GETS($Sum1205020072Tag,"TextID")
If $Sum1205020072TextID != "" Then
Var $Sum1205020072TextValue = ""
EndIf
EndIf
</Script>
@ -9625,6 +9651,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020109 </State>
@ -9642,13 +9672,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020109Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020109Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020109Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020109TextValue = TextMessage
Else
Var $Sum1205020109TextID = TextMessageID
Var $Sum1205020109TextValue !assigned GETS($Sum1205020109Tag,"MSG")
Var $Sum1205020109TextID !assigned GETS($Sum1205020109Tag,"TextID")
If $Sum1205020109TextID != "" Then
Var $Sum1205020109TextValue = ""
EndIf
EndIf
</Script>
@ -9973,6 +10000,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200911205030091 </State>
@ -9990,13 +10021,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200911205030091Tag = $12-05-03-0091.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200911205030091Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200911205030091Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200911205030091TextValue = TextMessage
Else
Var $Sum12050200911205030091TextID = TextMessageID
Var $Sum12050200911205030091TextValue !assigned GETS($Sum12050200911205030091Tag,"MSG")
Var $Sum12050200911205030091TextID !assigned GETS($Sum12050200911205030091Tag,"TextID")
If $Sum12050200911205030091TextID != "" Then
Var $Sum12050200911205030091TextValue = ""
EndIf
EndIf
</Script>
@ -10321,6 +10349,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201141205030114 </State>
@ -10338,13 +10370,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201141205030114Tag = $12-05-03-0114.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201141205030114Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201141205030114Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201141205030114TextValue = TextMessage
Else
Var $Sum12050201141205030114TextID = TextMessageID
Var $Sum12050201141205030114TextValue !assigned GETS($Sum12050201141205030114Tag,"MSG")
Var $Sum12050201141205030114TextID !assigned GETS($Sum12050201141205030114Tag,"TextID")
If $Sum12050201141205030114TextID != "" Then
Var $Sum12050201141205030114TextValue = ""
EndIf
EndIf
</Script>
@ -10669,6 +10698,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020103 </State>
@ -10686,13 +10719,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020103Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020103Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020103Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020103TextValue = TextMessage
Else
Var $Sum1205020103TextID = TextMessageID
Var $Sum1205020103TextValue !assigned GETS($Sum1205020103Tag,"MSG")
Var $Sum1205020103TextID !assigned GETS($Sum1205020103Tag,"TextID")
If $Sum1205020103TextID != "" Then
Var $Sum1205020103TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020009 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020009Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020009TextValue = TextMessage
Else
Var $Sum1299020009TextID = TextMessageID
Var $Sum1299020009TextValue !assigned GETS($Sum1299020009Tag,"MSG")
Var $Sum1299020009TextID !assigned GETS($Sum1299020009Tag,"TextID")
If $Sum1299020009TextID != "" Then
Var $Sum1299020009TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020002 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020002TextValue = TextMessage
Else
Var $Sum1299020002TextID = TextMessageID
Var $Sum1299020002TextValue !assigned GETS($Sum1299020002Tag,"MSG")
Var $Sum1299020002TextID !assigned GETS($Sum1299020002Tag,"TextID")
If $Sum1299020002TextID != "" Then
Var $Sum1299020002TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020019 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020019Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020019Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020019Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020019TextValue = TextMessage
Else
Var $Sum1299020019TextID = TextMessageID
Var $Sum1299020019TextValue !assigned GETS($Sum1299020019Tag,"MSG")
Var $Sum1299020019TextID !assigned GETS($Sum1299020019Tag,"TextID")
If $Sum1299020019TextID != "" Then
Var $Sum1299020019TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020006 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020006Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020006Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020006Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020006TextValue = TextMessage
Else
Var $Sum1299020006TextID = TextMessageID
Var $Sum1299020006TextValue !assigned GETS($Sum1299020006Tag,"MSG")
Var $Sum1299020006TextID !assigned GETS($Sum1299020006Tag,"TextID")
If $Sum1299020006TextID != "" Then
Var $Sum1299020006TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020007 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020007Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020007TextValue = TextMessage
Else
Var $Sum1299020007TextID = TextMessageID
Var $Sum1299020007TextValue !assigned GETS($Sum1299020007Tag,"MSG")
Var $Sum1299020007TextID !assigned GETS($Sum1299020007Tag,"TextID")
If $Sum1299020007TextID != "" Then
Var $Sum1299020007TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020008 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020008Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020008Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020008Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020008TextValue = TextMessage
Else
Var $Sum1299020008TextID = TextMessageID
Var $Sum1299020008TextValue !assigned GETS($Sum1299020008Tag,"MSG")
Var $Sum1299020008TextID !assigned GETS($Sum1299020008Tag,"TextID")
If $Sum1299020008TextID != "" Then
Var $Sum1299020008TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020001 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020001TextValue = TextMessage
Else
Var $Sum1299020001TextID = TextMessageID
Var $Sum1299020001TextValue !assigned GETS($Sum1299020001Tag,"MSG")
Var $Sum1299020001TextID !assigned GETS($Sum1299020001Tag,"TextID")
If $Sum1299020001TextID != "" Then
Var $Sum1299020001TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020003 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020003TextValue = TextMessage
Else
Var $Sum1299020003TextID = TextMessageID
Var $Sum1299020003TextValue !assigned GETS($Sum1299020003Tag,"MSG")
Var $Sum1299020003TextID !assigned GETS($Sum1299020003Tag,"TextID")
If $Sum1299020003TextID != "" Then
Var $Sum1299020003TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020005 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020005Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020005Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020005Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020005TextValue = TextMessage
Else
Var $Sum1299020005TextID = TextMessageID
Var $Sum1299020005TextValue !assigned GETS($Sum1299020005Tag,"MSG")
Var $Sum1299020005TextID !assigned GETS($Sum1299020005Tag,"TextID")
If $Sum1299020005TextID != "" Then
Var $Sum1299020005TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020004 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020004Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020004TextValue = TextMessage
Else
Var $Sum1299020004TextID = TextMessageID
Var $Sum1299020004TextValue !assigned GETS($Sum1299020004Tag,"MSG")
Var $Sum1299020004TextID !assigned GETS($Sum1299020004Tag,"TextID")
If $Sum1299020004TextID != "" Then
Var $Sum1299020004TextValue = ""
EndIf
EndIf
</Script>

View file

@ -374,6 +374,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050100011205020001 </State>
@ -391,13 +395,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050100011205020001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050100011205020001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050100011205020001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050100011205020001TextValue = TextMessage
Else
Var $Sum12050100011205020001TextID = TextMessageID
Var $Sum12050100011205020001TextValue !assigned GETS($Sum12050100011205020001Tag,"MSG")
Var $Sum12050100011205020001TextID !assigned GETS($Sum12050100011205020001Tag,"TextID")
If $Sum12050100011205020001TextID != "" Then
Var $Sum12050100011205020001TextValue = ""
EndIf
EndIf
</Script>
@ -722,6 +723,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020002 </State>
@ -739,13 +744,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020002TextValue = TextMessage
Else
Var $Sum1205020002TextID = TextMessageID
Var $Sum1205020002TextValue !assigned GETS($Sum1205020002Tag,"MSG")
Var $Sum1205020002TextID !assigned GETS($Sum1205020002Tag,"TextID")
If $Sum1205020002TextID != "" Then
Var $Sum1205020002TextValue = ""
EndIf
EndIf
</Script>
@ -812,7 +814,7 @@
Var NameLang[1][3] = "-"
Var NameLang[1][4] = "-"
Var NameLang[1][5] = "ICED PEPSI"
Var DescLang[1][0] = "Pepsi, Ice"
Var DescLang[1][0] = "Pepsi & Ice"
Var DescLang[1][1] = "เป๊ปซี่ "
Var DescLang[1][2] = "-"
Var DescLang[1][3] = "-"
@ -1070,6 +1072,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020007 </State>
@ -1087,13 +1093,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020007Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020007TextValue = TextMessage
Else
Var $Sum1205020007TextID = TextMessageID
Var $Sum1205020007TextValue !assigned GETS($Sum1205020007Tag,"MSG")
Var $Sum1205020007TextID !assigned GETS($Sum1205020007Tag,"TextID")
If $Sum1205020007TextID != "" Then
Var $Sum1205020007TextValue = ""
EndIf
EndIf
</Script>
@ -1418,6 +1421,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020034 </State>
@ -1435,13 +1442,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020034Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020034TextValue = TextMessage
Else
Var $Sum1205020034TextID = TextMessageID
Var $Sum1205020034TextValue !assigned GETS($Sum1205020034Tag,"MSG")
Var $Sum1205020034TextID !assigned GETS($Sum1205020034Tag,"TextID")
If $Sum1205020034TextID != "" Then
Var $Sum1205020034TextValue = ""
EndIf
EndIf
</Script>
@ -1766,6 +1770,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020035 </State>
@ -1783,13 +1791,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020035Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020035TextValue = TextMessage
Else
Var $Sum1205020035TextID = TextMessageID
Var $Sum1205020035TextValue !assigned GETS($Sum1205020035Tag,"MSG")
Var $Sum1205020035TextID !assigned GETS($Sum1205020035Tag,"TextID")
If $Sum1205020035TextID != "" Then
Var $Sum1205020035TextValue = ""
EndIf
EndIf
</Script>
@ -2118,6 +2123,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020100271202020027 </State>
@ -2135,13 +2144,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020100271202020027Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020100271202020027Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020100271202020027Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020100271202020027TextValue = TextMessage
Else
Var $Sum12020100271202020027TextID = TextMessageID
Var $Sum12020100271202020027TextValue !assigned GETS($Sum12020100271202020027Tag,"MSG")
Var $Sum12020100271202020027TextID !assigned GETS($Sum12020100271202020027Tag,"TextID")
If $Sum12020100271202020027TextID != "" Then
Var $Sum12020100271202020027TextValue = ""
EndIf
EndIf
</Script>
@ -2470,6 +2476,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020100451202020045 </State>
@ -2487,13 +2497,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020100451202020045Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020100451202020045Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020100451202020045Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020100451202020045TextValue = TextMessage
Else
Var $Sum12020100451202020045TextID = TextMessageID
Var $Sum12020100451202020045TextValue !assigned GETS($Sum12020100451202020045Tag,"MSG")
Var $Sum12020100451202020045TextID !assigned GETS($Sum12020100451202020045Tag,"TextID")
If $Sum12020100451202020045TextID != "" Then
Var $Sum12020100451202020045TextValue = ""
EndIf
EndIf
</Script>
@ -2822,6 +2829,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020100481202020049 </State>
@ -2839,13 +2850,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020100481202020049Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020100481202020049Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020100481202020049Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020100481202020049TextValue = TextMessage
Else
Var $Sum12020100481202020049TextID = TextMessageID
Var $Sum12020100481202020049TextValue !assigned GETS($Sum12020100481202020049Tag,"MSG")
Var $Sum12020100481202020049TextID !assigned GETS($Sum12020100481202020049Tag,"TextID")
If $Sum12020100481202020049TextID != "" Then
Var $Sum12020100481202020049TextValue = ""
EndIf
EndIf
</Script>
@ -3174,6 +3182,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020100471202020047 </State>
@ -3191,13 +3203,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020100471202020047Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020100471202020047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020100471202020047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020100471202020047TextValue = TextMessage
Else
Var $Sum12020100471202020047TextID = TextMessageID
Var $Sum12020100471202020047TextValue !assigned GETS($Sum12020100471202020047Tag,"MSG")
Var $Sum12020100471202020047TextID !assigned GETS($Sum12020100471202020047Tag,"TextID")
If $Sum12020100471202020047TextID != "" Then
Var $Sum12020100471202020047TextValue = ""
EndIf
EndIf
</Script>

View file

@ -404,6 +404,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010200611201030061 </State>
@ -421,13 +425,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010200611201030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010200611201030061TextValue = TextMessage
Else
Var $Sum12010200611201030061TextID = TextMessageID
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
If $Sum12010200611201030061TextID != "" Then
Var $Sum12010200611201030061TextValue = ""
EndIf
EndIf
</Script>
@ -752,6 +753,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210200611221030061 </State>
@ -769,13 +774,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210200611221030061Tag = $12-21-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210200611221030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210200611221030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210200611221030061TextValue = TextMessage
Else
Var $Sum12210200611221030061TextID = TextMessageID
Var $Sum12210200611221030061TextValue !assigned GETS($Sum12210200611221030061Tag,"MSG")
Var $Sum12210200611221030061TextID !assigned GETS($Sum12210200611221030061Tag,"TextID")
If $Sum12210200611221030061TextID != "" Then
Var $Sum12210200611221030061TextValue = ""
EndIf
EndIf
</Script>
@ -1100,6 +1102,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020062 </State>
@ -1117,13 +1123,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020062Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020062TextValue = TextMessage
Else
Var $Sum1201020062TextID = TextMessageID
Var $Sum1201020062TextValue !assigned GETS($Sum1201020062Tag,"MSG")
Var $Sum1201020062TextID !assigned GETS($Sum1201020062Tag,"TextID")
If $Sum1201020062TextID != "" Then
Var $Sum1201020062TextValue = ""
EndIf
EndIf
</Script>
@ -1448,6 +1451,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020062 </State>
@ -1465,13 +1472,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020062Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020062TextValue = TextMessage
Else
Var $Sum1221020062TextID = TextMessageID
Var $Sum1221020062TextValue !assigned GETS($Sum1221020062Tag,"MSG")
Var $Sum1221020062TextID !assigned GETS($Sum1221020062Tag,"TextID")
If $Sum1221020062TextID != "" Then
Var $Sum1221020062TextValue = ""
EndIf
EndIf
</Script>
@ -1796,6 +1800,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200241203030024 </State>
@ -1813,13 +1821,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200241203030024TextValue = TextMessage
Else
Var $Sum12030200241203030024TextID = TextMessageID
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
If $Sum12030200241203030024TextID != "" Then
Var $Sum12030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -2144,6 +2149,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030045 </State>
@ -2161,13 +2170,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030045Tag = $12-03-03-0045.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030045Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030045Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030045TextValue = TextMessage
Else
Var $Sum1203030045TextID = TextMessageID
Var $Sum1203030045TextValue !assigned GETS($Sum1203030045Tag,"MSG")
Var $Sum1203030045TextID !assigned GETS($Sum1203030045Tag,"TextID")
If $Sum1203030045TextID != "" Then
Var $Sum1203030045TextValue = ""
EndIf
EndIf
</Script>
@ -2240,14 +2246,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Banana Milk Oreo \nVolcano SMOOTHIE"
Var NameLang[2][0] = "Banana Mlik Oreo \nVolcano SMOOTHIE"
Var NameLang[2][1] = "นมกล้วยปั่น\nโอรีโอภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "ငှက်ပျောနို့ Oreo\nချောမွတ်ချောမွတ်ခြင်း။"
Var DescLang[2][0] = "Banana, Milk,\nSugar, Oreo"
Var DescLang[2][1] = "กล้วย นม น้ำตาล โอรีโอ"
Var DescLang[2][1] = "กล้วย นม น้ำตาล Oreo"
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -2492,6 +2498,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030029 </State>
@ -2509,13 +2519,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030029Tag = $12-03-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030029TextValue = TextMessage
Else
Var $Sum1203030029TextID = TextMessageID
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
If $Sum1203030029TextID != "" Then
Var $Sum1203030029TextValue = ""
EndIf
EndIf
</Script>
@ -2840,6 +2847,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020053 </State>
@ -2857,13 +2868,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020053Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020053TextValue = TextMessage
Else
Var $Sum1202020053TextID = TextMessageID
Var $Sum1202020053TextValue !assigned GETS($Sum1202020053Tag,"MSG")
Var $Sum1202020053TextID !assigned GETS($Sum1202020053Tag,"TextID")
If $Sum1202020053TextID != "" Then
Var $Sum1202020053TextValue = ""
EndIf
EndIf
</Script>
@ -3188,6 +3196,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020054 </State>
@ -3205,13 +3217,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020054Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020054Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020054Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020054TextValue = TextMessage
Else
Var $Sum1202020054TextID = TextMessageID
Var $Sum1202020054TextValue !assigned GETS($Sum1202020054Tag,"MSG")
Var $Sum1202020054TextID !assigned GETS($Sum1202020054Tag,"TextID")
If $Sum1202020054TextID != "" Then
Var $Sum1202020054TextValue = ""
EndIf
EndIf
</Script>
@ -3536,6 +3545,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200231203030023 </State>
@ -3553,13 +3566,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200231203030023Tag = $12-03-03-0023.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200231203030023Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200231203030023Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200231203030023TextValue = TextMessage
Else
Var $Sum12030200231203030023TextID = TextMessageID
Var $Sum12030200231203030023TextValue !assigned GETS($Sum12030200231203030023Tag,"MSG")
Var $Sum12030200231203030023TextID !assigned GETS($Sum12030200231203030023Tag,"TextID")
If $Sum12030200231203030023TextID != "" Then
Var $Sum12030200231203030023TextValue = ""
EndIf
EndIf
</Script>
@ -3884,6 +3894,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020078 </State>
@ -3901,13 +3915,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020078Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020078TextValue = TextMessage
Else
Var $Sum1205020078TextID = TextMessageID
Var $Sum1205020078TextValue !assigned GETS($Sum1205020078Tag,"MSG")
Var $Sum1205020078TextID !assigned GETS($Sum1205020078Tag,"TextID")
If $Sum1205020078TextID != "" Then
Var $Sum1205020078TextValue = ""
EndIf
EndIf
</Script>

View file

@ -397,6 +397,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020057 </State>
@ -414,13 +418,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020057TextValue = TextMessage
Else
Var $Sum1201020057TextID = TextMessageID
Var $Sum1201020057TextValue !assigned GETS($Sum1201020057Tag,"MSG")
Var $Sum1201020057TextID !assigned GETS($Sum1201020057Tag,"TextID")
If $Sum1201020057TextID != "" Then
Var $Sum1201020057TextValue = ""
EndIf
EndIf
</Script>
@ -745,6 +746,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020057 </State>
@ -762,13 +767,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020057TextValue = TextMessage
Else
Var $Sum1221020057TextID = TextMessageID
Var $Sum1221020057TextValue !assigned GETS($Sum1221020057Tag,"MSG")
Var $Sum1221020057TextID !assigned GETS($Sum1221020057Tag,"TextID")
If $Sum1221020057TextID != "" Then
Var $Sum1221020057TextValue = ""
EndIf
EndIf
</Script>
@ -1093,6 +1095,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020058 </State>
@ -1110,13 +1116,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020058TextValue = TextMessage
Else
Var $Sum1201020058TextID = TextMessageID
Var $Sum1201020058TextValue !assigned GETS($Sum1201020058Tag,"MSG")
Var $Sum1201020058TextID !assigned GETS($Sum1201020058Tag,"TextID")
If $Sum1201020058TextID != "" Then
Var $Sum1201020058TextValue = ""
EndIf
EndIf
</Script>
@ -1441,6 +1444,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020058 </State>
@ -1458,13 +1465,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020058TextValue = TextMessage
Else
Var $Sum1221020058TextID = TextMessageID
Var $Sum1221020058TextValue !assigned GETS($Sum1221020058Tag,"MSG")
Var $Sum1221020058TextID !assigned GETS($Sum1221020058Tag,"TextID")
If $Sum1221020058TextID != "" Then
Var $Sum1221020058TextValue = ""
EndIf
EndIf
</Script>
@ -1789,6 +1793,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030050 </State>
@ -1806,13 +1814,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030050Tag = $12-02-03-0050.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030050Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030050Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030050TextValue = TextMessage
Else
Var $Sum1202030050TextID = TextMessageID
Var $Sum1202030050TextValue !assigned GETS($Sum1202030050Tag,"MSG")
Var $Sum1202030050TextID !assigned GETS($Sum1202030050Tag,"TextID")
If $Sum1202030050TextID != "" Then
Var $Sum1202030050TextValue = ""
EndIf
EndIf
</Script>
@ -2137,6 +2142,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020064 </State>
@ -2154,13 +2163,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020064TextValue = TextMessage
Else
Var $Sum1201020064TextID = TextMessageID
Var $Sum1201020064TextValue !assigned GETS($Sum1201020064Tag,"MSG")
Var $Sum1201020064TextID !assigned GETS($Sum1201020064Tag,"TextID")
If $Sum1201020064TextID != "" Then
Var $Sum1201020064TextValue = ""
EndIf
EndIf
</Script>
@ -2485,6 +2491,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020064 </State>
@ -2502,13 +2512,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020064TextValue = TextMessage
Else
Var $Sum1221020064TextID = TextMessageID
Var $Sum1221020064TextValue !assigned GETS($Sum1221020064Tag,"MSG")
Var $Sum1221020064TextID !assigned GETS($Sum1221020064Tag,"TextID")
If $Sum1221020064TextID != "" Then
Var $Sum1221020064TextValue = ""
EndIf
EndIf
</Script>
@ -2833,6 +2840,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020035 </State>
@ -2850,13 +2861,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020035Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020035TextValue = TextMessage
Else
Var $Sum1203020035TextID = TextMessageID
Var $Sum1203020035TextValue !assigned GETS($Sum1203020035Tag,"MSG")
Var $Sum1203020035TextID !assigned GETS($Sum1203020035Tag,"TextID")
If $Sum1203020035TextID != "" Then
Var $Sum1203020035TextValue = ""
EndIf
EndIf
</Script>
@ -3185,6 +3193,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301003612030200361203030036 </State>
@ -3202,13 +3214,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301003612030200361203030036Tag = $12-03-03-0036.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301003612030200361203030036Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301003612030200361203030036Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301003612030200361203030036TextValue = TextMessage
Else
Var $Sum120301003612030200361203030036TextID = TextMessageID
Var $Sum120301003612030200361203030036TextValue !assigned GETS($Sum120301003612030200361203030036Tag,"MSG")
Var $Sum120301003612030200361203030036TextID !assigned GETS($Sum120301003612030200361203030036Tag,"TextID")
If $Sum120301003612030200361203030036TextID != "" Then
Var $Sum120301003612030200361203030036TextValue = ""
EndIf
EndIf
</Script>
@ -3533,6 +3542,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030037 </State>
@ -3550,13 +3563,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030037Tag = $12-03-03-0037.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030037TextValue = TextMessage
Else
Var $Sum1203030037TextID = TextMessageID
Var $Sum1203030037TextValue !assigned GETS($Sum1203030037Tag,"MSG")
Var $Sum1203030037TextID !assigned GETS($Sum1203030037Tag,"TextID")
If $Sum1203030037TextID != "" Then
Var $Sum1203030037TextValue = ""
EndIf
EndIf
</Script>
@ -3881,6 +3891,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030034 </State>
@ -3898,13 +3912,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030034Tag = $12-03-03-0034.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030034TextValue = TextMessage
Else
Var $Sum1203030034TextID = TextMessageID
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
If $Sum1203030034TextID != "" Then
Var $Sum1203030034TextValue = ""
EndIf
EndIf
</Script>
@ -4229,6 +4240,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020060 </State>
@ -4246,13 +4261,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020060Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020060Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020060Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020060TextValue = TextMessage
Else
Var $Sum1205020060TextID = TextMessageID
Var $Sum1205020060TextValue !assigned GETS($Sum1205020060Tag,"MSG")
Var $Sum1205020060TextID !assigned GETS($Sum1205020060Tag,"TextID")
If $Sum1205020060TextID != "" Then
Var $Sum1205020060TextValue = ""
EndIf
EndIf
</Script>
@ -4577,6 +4589,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020063 </State>
@ -4594,13 +4610,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020063Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020063TextValue = TextMessage
Else
Var $Sum1205020063TextID = TextMessageID
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
If $Sum1205020063TextID != "" Then
Var $Sum1205020063TextValue = ""
EndIf
EndIf
</Script>
@ -4925,6 +4938,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020064 </State>
@ -4942,13 +4959,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020064TextValue = TextMessage
Else
Var $Sum1205020064TextID = TextMessageID
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
If $Sum1205020064TextID != "" Then
Var $Sum1205020064TextValue = ""
EndIf
EndIf
</Script>
@ -5273,6 +5287,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020065 </State>
@ -5290,13 +5308,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020065Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020065Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020065Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020065TextValue = TextMessage
Else
Var $Sum1205020065TextID = TextMessageID
Var $Sum1205020065TextValue !assigned GETS($Sum1205020065Tag,"MSG")
Var $Sum1205020065TextID !assigned GETS($Sum1205020065Tag,"TextID")
If $Sum1205020065TextID != "" Then
Var $Sum1205020065TextValue = ""
EndIf
EndIf
</Script>
@ -5621,6 +5636,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020066 </State>
@ -5638,13 +5657,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020066Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020066Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020066Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020066TextValue = TextMessage
Else
Var $Sum1205020066TextID = TextMessageID
Var $Sum1205020066TextValue !assigned GETS($Sum1205020066Tag,"MSG")
Var $Sum1205020066TextID !assigned GETS($Sum1205020066Tag,"TextID")
If $Sum1205020066TextID != "" Then
Var $Sum1205020066TextValue = ""
EndIf
EndIf
</Script>
@ -5969,6 +5985,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020067 </State>
@ -5986,13 +6006,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020067TextValue = TextMessage
Else
Var $Sum1205020067TextID = TextMessageID
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
If $Sum1205020067TextID != "" Then
Var $Sum1205020067TextValue = ""
EndIf
EndIf
</Script>
@ -6317,6 +6334,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010200611201030061 </State>
@ -6334,13 +6355,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010200611201030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010200611201030061TextValue = TextMessage
Else
Var $Sum12010200611201030061TextID = TextMessageID
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
If $Sum12010200611201030061TextID != "" Then
Var $Sum12010200611201030061TextValue = ""
EndIf
EndIf
</Script>
@ -6665,6 +6683,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020062 </State>
@ -6682,13 +6704,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020062Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020062TextValue = TextMessage
Else
Var $Sum1201020062TextID = TextMessageID
Var $Sum1201020062TextValue !assigned GETS($Sum1201020062Tag,"MSG")
Var $Sum1201020062TextID !assigned GETS($Sum1201020062Tag,"TextID")
If $Sum1201020062TextID != "" Then
Var $Sum1201020062TextValue = ""
EndIf
EndIf
</Script>
@ -7013,6 +7032,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200241203030024 </State>
@ -7030,13 +7053,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200241203030024TextValue = TextMessage
Else
Var $Sum12030200241203030024TextID = TextMessageID
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
If $Sum12030200241203030024TextID != "" Then
Var $Sum12030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -7361,6 +7381,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030045 </State>
@ -7378,13 +7402,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030045Tag = $12-03-03-0045.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030045Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030045Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030045TextValue = TextMessage
Else
Var $Sum1203030045TextID = TextMessageID
Var $Sum1203030045TextValue !assigned GETS($Sum1203030045Tag,"MSG")
Var $Sum1203030045TextID !assigned GETS($Sum1203030045Tag,"TextID")
If $Sum1203030045TextID != "" Then
Var $Sum1203030045TextValue = ""
EndIf
EndIf
</Script>
@ -7457,14 +7478,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Banana Milk Oreo \nVolcano SMOOTHIE"
Var NameLang[2][0] = "Banana Mlik Oreo \nVolcano SMOOTHIE"
Var NameLang[2][1] = "นมกล้วยปั่น\nโอรีโอภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "ငှက်ပျောနို့ Oreo\nချောမွတ်ချောမွတ်ခြင်း။"
Var DescLang[2][0] = "Banana, Milk,\nSugar, Oreo"
Var DescLang[2][1] = "กล้วย นม น้ำตาล โอรีโอ"
Var DescLang[2][1] = "กล้วย นม น้ำตาล Oreo"
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -7709,6 +7730,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030029 </State>
@ -7726,13 +7751,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030029Tag = $12-03-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030029TextValue = TextMessage
Else
Var $Sum1203030029TextID = TextMessageID
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
If $Sum1203030029TextID != "" Then
Var $Sum1203030029TextValue = ""
EndIf
EndIf
</Script>
@ -8057,6 +8079,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020053 </State>
@ -8074,13 +8100,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020053Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020053TextValue = TextMessage
Else
Var $Sum1202020053TextID = TextMessageID
Var $Sum1202020053TextValue !assigned GETS($Sum1202020053Tag,"MSG")
Var $Sum1202020053TextID !assigned GETS($Sum1202020053Tag,"TextID")
If $Sum1202020053TextID != "" Then
Var $Sum1202020053TextValue = ""
EndIf
EndIf
</Script>
@ -8405,6 +8428,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020054 </State>
@ -8422,13 +8449,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020054Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020054Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020054Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020054TextValue = TextMessage
Else
Var $Sum1202020054TextID = TextMessageID
Var $Sum1202020054TextValue !assigned GETS($Sum1202020054Tag,"MSG")
Var $Sum1202020054TextID !assigned GETS($Sum1202020054Tag,"TextID")
If $Sum1202020054TextID != "" Then
Var $Sum1202020054TextValue = ""
EndIf
EndIf
</Script>
@ -8753,6 +8777,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200231203030023 </State>
@ -8770,13 +8798,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200231203030023Tag = $12-03-03-0023.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200231203030023Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200231203030023Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200231203030023TextValue = TextMessage
Else
Var $Sum12030200231203030023TextID = TextMessageID
Var $Sum12030200231203030023TextValue !assigned GETS($Sum12030200231203030023Tag,"MSG")
Var $Sum12030200231203030023TextID !assigned GETS($Sum12030200231203030023Tag,"TextID")
If $Sum12030200231203030023TextID != "" Then
Var $Sum12030200231203030023TextValue = ""
EndIf
EndIf
</Script>
@ -9101,6 +9126,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020078 </State>
@ -9118,13 +9147,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020078Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020078TextValue = TextMessage
Else
Var $Sum1205020078TextID = TextMessageID
Var $Sum1205020078TextValue !assigned GETS($Sum1205020078Tag,"MSG")
Var $Sum1205020078TextID !assigned GETS($Sum1205020078Tag,"TextID")
If $Sum1205020078TextID != "" Then
Var $Sum1205020078TextValue = ""
EndIf
EndIf
</Script>

View file

@ -400,6 +400,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12216200021221630002 </State>
@ -417,13 +421,10 @@
If tag3_is_disable = "true" Then
Var $Sum12216200021221630002Tag = $12-21-63-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum12216200021221630002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12216200021221630002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12216200021221630002TextValue = TextMessage
Else
Var $Sum12216200021221630002TextID = TextMessageID
Var $Sum12216200021221630002TextValue !assigned GETS($Sum12216200021221630002Tag,"MSG")
Var $Sum12216200021221630002TextID !assigned GETS($Sum12216200021221630002Tag,"TextID")
If $Sum12216200021221630002TextID != "" Then
Var $Sum12216200021221630002TextValue = ""
EndIf
EndIf
</Script>
@ -748,6 +749,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -765,13 +770,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -1096,6 +1098,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12216200031221630003 </State>
@ -1113,13 +1119,10 @@
If tag3_is_disable = "true" Then
Var $Sum12216200031221630003Tag = $12-21-63-0003.TAG
EndIf
Var TextMessage !assigned GETS($Sum12216200031221630003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12216200031221630003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12216200031221630003TextValue = TextMessage
Else
Var $Sum12216200031221630003TextID = TextMessageID
Var $Sum12216200031221630003TextValue !assigned GETS($Sum12216200031221630003Tag,"MSG")
Var $Sum12216200031221630003TextID !assigned GETS($Sum12216200031221630003Tag,"TextID")
If $Sum12216200031221630003TextID != "" Then
Var $Sum12216200031221630003TextValue = ""
EndIf
EndIf
</Script>
@ -1444,6 +1447,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -1461,13 +1468,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -1792,6 +1796,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12216200041221630004 </State>
@ -1809,13 +1817,10 @@
If tag3_is_disable = "true" Then
Var $Sum12216200041221630004Tag = $12-21-63-0004.TAG
EndIf
Var TextMessage !assigned GETS($Sum12216200041221630004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12216200041221630004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12216200041221630004TextValue = TextMessage
Else
Var $Sum12216200041221630004TextID = TextMessageID
Var $Sum12216200041221630004TextValue !assigned GETS($Sum12216200041221630004Tag,"MSG")
Var $Sum12216200041221630004TextID !assigned GETS($Sum12216200041221630004Tag,"TextID")
If $Sum12216200041221630004TextID != "" Then
Var $Sum12216200041221630004TextValue = ""
EndIf
EndIf
</Script>
@ -2140,6 +2145,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -2157,13 +2166,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -2488,6 +2494,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12036200021203630002 </State>
@ -2505,13 +2515,10 @@
If tag3_is_disable = "true" Then
Var $Sum12036200021203630002Tag = $12-03-63-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum12036200021203630002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12036200021203630002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12036200021203630002TextValue = TextMessage
Else
Var $Sum12036200021203630002TextID = TextMessageID
Var $Sum12036200021203630002TextValue !assigned GETS($Sum12036200021203630002Tag,"MSG")
Var $Sum12036200021203630002TextID !assigned GETS($Sum12036200021203630002Tag,"TextID")
If $Sum12036200021203630002TextID != "" Then
Var $Sum12036200021203630002TextValue = ""
EndIf
EndIf
</Script>
@ -2836,6 +2843,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -2853,13 +2864,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -3184,6 +3192,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12036200051203630005 </State>
@ -3201,13 +3213,10 @@
If tag3_is_disable = "true" Then
Var $Sum12036200051203630005Tag = $12-03-63-0005.TAG
EndIf
Var TextMessage !assigned GETS($Sum12036200051203630005Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12036200051203630005Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12036200051203630005TextValue = TextMessage
Else
Var $Sum12036200051203630005TextID = TextMessageID
Var $Sum12036200051203630005TextValue !assigned GETS($Sum12036200051203630005Tag,"MSG")
Var $Sum12036200051203630005TextID !assigned GETS($Sum12036200051203630005Tag,"TextID")
If $Sum12036200051203630005TextID != "" Then
Var $Sum12036200051203630005TextValue = ""
EndIf
EndIf
</Script>
@ -3532,6 +3541,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -3549,13 +3562,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -3880,6 +3890,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12036200061203630006 </State>
@ -3897,13 +3911,10 @@
If tag3_is_disable = "true" Then
Var $Sum12036200061203630006Tag = $12-03-63-0006.TAG
EndIf
Var TextMessage !assigned GETS($Sum12036200061203630006Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12036200061203630006Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12036200061203630006TextValue = TextMessage
Else
Var $Sum12036200061203630006TextID = TextMessageID
Var $Sum12036200061203630006TextValue !assigned GETS($Sum12036200061203630006Tag,"MSG")
Var $Sum12036200061203630006TextID !assigned GETS($Sum12036200061203630006Tag,"TextID")
If $Sum12036200061203630006TextID != "" Then
Var $Sum12036200061203630006TextValue = ""
EndIf
EndIf
</Script>
@ -4228,6 +4239,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -4245,13 +4260,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -4576,6 +4588,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12056200071203630009 </State>
@ -4593,13 +4609,10 @@
If tag3_is_disable = "true" Then
Var $Sum12056200071203630009Tag = $12-03-63-0009.TAG
EndIf
Var TextMessage !assigned GETS($Sum12056200071203630009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12056200071203630009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12056200071203630009TextValue = TextMessage
Else
Var $Sum12056200071203630009TextID = TextMessageID
Var $Sum12056200071203630009TextValue !assigned GETS($Sum12056200071203630009Tag,"MSG")
Var $Sum12056200071203630009TextID !assigned GETS($Sum12056200071203630009Tag,"TextID")
If $Sum12056200071203630009TextID != "" Then
Var $Sum12056200071203630009TextValue = ""
EndIf
EndIf
</Script>
@ -4924,6 +4937,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -4941,13 +4958,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -5272,6 +5286,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12056200091205630007 </State>
@ -5289,13 +5307,10 @@
If tag3_is_disable = "true" Then
Var $Sum12056200091205630007Tag = $12-05-63-0007.TAG
EndIf
Var TextMessage !assigned GETS($Sum12056200091205630007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12056200091205630007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12056200091205630007TextValue = TextMessage
Else
Var $Sum12056200091205630007TextID = TextMessageID
Var $Sum12056200091205630007TextValue !assigned GETS($Sum12056200091205630007Tag,"MSG")
Var $Sum12056200091205630007TextID !assigned GETS($Sum12056200091205630007Tag,"TextID")
If $Sum12056200091205630007TextID != "" Then
Var $Sum12056200091205630007TextValue = ""
EndIf
EndIf
</Script>
@ -5620,6 +5635,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -5637,13 +5656,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -5968,6 +5984,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12056200251205630009 </State>
@ -5985,13 +6005,10 @@
If tag3_is_disable = "true" Then
Var $Sum12056200251205630009Tag = $12-05-63-0009.TAG
EndIf
Var TextMessage !assigned GETS($Sum12056200251205630009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12056200251205630009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12056200251205630009TextValue = TextMessage
Else
Var $Sum12056200251205630009TextID = TextMessageID
Var $Sum12056200251205630009TextValue !assigned GETS($Sum12056200251205630009Tag,"MSG")
Var $Sum12056200251205630009TextID !assigned GETS($Sum12056200251205630009Tag,"TextID")
If $Sum12056200251205630009TextID != "" Then
Var $Sum12056200251205630009TextValue = ""
EndIf
EndIf
</Script>
@ -6316,6 +6333,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -6333,13 +6354,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -6664,6 +6682,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12056200351205630025 </State>
@ -6681,13 +6703,10 @@
If tag3_is_disable = "true" Then
Var $Sum12056200351205630025Tag = $12-05-63-0025.TAG
EndIf
Var TextMessage !assigned GETS($Sum12056200351205630025Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12056200351205630025Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12056200351205630025TextValue = TextMessage
Else
Var $Sum12056200351205630025TextID = TextMessageID
Var $Sum12056200351205630025TextValue !assigned GETS($Sum12056200351205630025Tag,"MSG")
Var $Sum12056200351205630025TextID !assigned GETS($Sum12056200351205630025Tag,"TextID")
If $Sum12056200351205630025TextID != "" Then
Var $Sum12056200351205630025TextValue = ""
EndIf
EndIf
</Script>
@ -7012,6 +7031,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -7029,13 +7052,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -7360,6 +7380,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12056200461205630046 </State>
@ -7377,13 +7401,10 @@
If tag3_is_disable = "true" Then
Var $Sum12056200461205630046Tag = $12-05-63-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum12056200461205630046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12056200461205630046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12056200461205630046TextValue = TextMessage
Else
Var $Sum12056200461205630046TextID = TextMessageID
Var $Sum12056200461205630046TextValue !assigned GETS($Sum12056200461205630046Tag,"MSG")
Var $Sum12056200461205630046TextID !assigned GETS($Sum12056200461205630046Tag,"TextID")
If $Sum12056200461205630046TextID != "" Then
Var $Sum12056200461205630046TextValue = ""
EndIf
EndIf
</Script>
@ -7708,6 +7729,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -7725,13 +7750,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -8056,6 +8078,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12026200261203630026 </State>
@ -8073,13 +8099,10 @@
If tag3_is_disable = "true" Then
Var $Sum12026200261203630026Tag = $12-03-63-0026.TAG
EndIf
Var TextMessage !assigned GETS($Sum12026200261203630026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12026200261203630026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12026200261203630026TextValue = TextMessage
Else
Var $Sum12026200261203630026TextID = TextMessageID
Var $Sum12026200261203630026TextValue !assigned GETS($Sum12026200261203630026Tag,"MSG")
Var $Sum12026200261203630026TextID !assigned GETS($Sum12026200261203630026Tag,"TextID")
If $Sum12026200261203630026TextID != "" Then
Var $Sum12026200261203630026TextValue = ""
EndIf
EndIf
</Script>
@ -8404,6 +8427,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -8421,13 +8448,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -8752,6 +8776,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12026200391203630039 </State>
@ -8769,13 +8797,10 @@
If tag3_is_disable = "true" Then
Var $Sum12026200391203630039Tag = $12-03-63-0039.TAG
EndIf
Var TextMessage !assigned GETS($Sum12026200391203630039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12026200391203630039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12026200391203630039TextValue = TextMessage
Else
Var $Sum12026200391203630039TextID = TextMessageID
Var $Sum12026200391203630039TextValue !assigned GETS($Sum12026200391203630039Tag,"MSG")
Var $Sum12026200391203630039TextID !assigned GETS($Sum12026200391203630039Tag,"TextID")
If $Sum12026200391203630039TextID != "" Then
Var $Sum12026200391203630039TextValue = ""
EndIf
EndIf
</Script>
@ -9100,6 +9125,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -9117,13 +9146,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -9448,6 +9474,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12026200471203630047 </State>
@ -9465,13 +9495,10 @@
If tag3_is_disable = "true" Then
Var $Sum12026200471203630047Tag = $12-03-63-0047.TAG
EndIf
Var TextMessage !assigned GETS($Sum12026200471203630047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12026200471203630047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12026200471203630047TextValue = TextMessage
Else
Var $Sum12026200471203630047TextID = TextMessageID
Var $Sum12026200471203630047TextValue !assigned GETS($Sum12026200471203630047Tag,"MSG")
Var $Sum12026200471203630047TextID !assigned GETS($Sum12026200471203630047Tag,"TextID")
If $Sum12026200471203630047TextID != "" Then
Var $Sum12026200471203630047TextValue = ""
EndIf
EndIf
</Script>
@ -9796,6 +9823,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -9813,13 +9844,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -10144,6 +10172,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12026200251202630025 </State>
@ -10161,13 +10193,10 @@
If tag3_is_disable = "true" Then
Var $Sum12026200251202630025Tag = $12-02-63-0025.TAG
EndIf
Var TextMessage !assigned GETS($Sum12026200251202630025Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12026200251202630025Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12026200251202630025TextValue = TextMessage
Else
Var $Sum12026200251202630025TextID = TextMessageID
Var $Sum12026200251202630025TextValue !assigned GETS($Sum12026200251202630025Tag,"MSG")
Var $Sum12026200251202630025TextID !assigned GETS($Sum12026200251202630025Tag,"TextID")
If $Sum12026200251202630025TextID != "" Then
Var $Sum12026200251202630025TextValue = ""
EndIf
EndIf
</Script>
@ -10492,6 +10521,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -10509,13 +10542,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -10840,6 +10870,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030028 </State>
@ -10857,13 +10891,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030028Tag = $12-41-03-0028.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030028Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030028Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030028TextValue = TextMessage
Else
Var $Sum1241030028TextID = TextMessageID
Var $Sum1241030028TextValue !assigned GETS($Sum1241030028Tag,"MSG")
Var $Sum1241030028TextID !assigned GETS($Sum1241030028Tag,"TextID")
If $Sum1241030028TextID != "" Then
Var $Sum1241030028TextValue = ""
EndIf
EndIf
</Script>
@ -11188,6 +11219,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -11205,13 +11240,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>

View file

@ -412,6 +412,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101000612010200031201030003 </State>
@ -429,13 +433,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101000612010200031201030003Tag = $12-01-03-0003.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101000612010200031201030003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101000612010200031201030003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101000612010200031201030003TextValue = TextMessage
Else
Var $Sum120101000612010200031201030003TextID = TextMessageID
Var $Sum120101000612010200031201030003TextValue !assigned GETS($Sum120101000612010200031201030003Tag,"MSG")
Var $Sum120101000612010200031201030003TextID !assigned GETS($Sum120101000612010200031201030003Tag,"TextID")
If $Sum120101000612010200031201030003TextID != "" Then
Var $Sum120101000612010200031201030003TextValue = ""
EndIf
EndIf
</Script>
@ -764,6 +765,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum122101000612210200031221030003 </State>
@ -781,13 +786,10 @@
If tag3_is_disable = "true" Then
Var $Sum122101000612210200031221030003Tag = $12-21-03-0003.TAG
EndIf
Var TextMessage !assigned GETS($Sum122101000612210200031221030003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum122101000612210200031221030003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum122101000612210200031221030003TextValue = TextMessage
Else
Var $Sum122101000612210200031221030003TextID = TextMessageID
Var $Sum122101000612210200031221030003TextValue !assigned GETS($Sum122101000612210200031221030003Tag,"MSG")
Var $Sum122101000612210200031221030003TextID !assigned GETS($Sum122101000612210200031221030003Tag,"TextID")
If $Sum122101000612210200031221030003TextID != "" Then
Var $Sum122101000612210200031221030003TextValue = ""
EndIf
EndIf
</Script>
@ -1116,6 +1118,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010110061201021003 </State>
@ -1133,13 +1139,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010110061201021003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010110061201021003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010110061201021003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010110061201021003TextValue = TextMessage
Else
Var $Sum12010110061201021003TextID = TextMessageID
Var $Sum12010110061201021003TextValue !assigned GETS($Sum12010110061201021003Tag,"MSG")
Var $Sum12010110061201021003TextID !assigned GETS($Sum12010110061201021003Tag,"TextID")
If $Sum12010110061201021003TextID != "" Then
Var $Sum12010110061201021003TextValue = ""
EndIf
EndIf
</Script>
@ -1468,6 +1471,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210110061221021003 </State>
@ -1485,13 +1492,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210110061221021003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210110061221021003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210110061221021003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210110061221021003TextValue = TextMessage
Else
Var $Sum12210110061221021003TextID = TextMessageID
Var $Sum12210110061221021003TextValue !assigned GETS($Sum12210110061221021003Tag,"MSG")
Var $Sum12210110061221021003TextID !assigned GETS($Sum12210110061221021003Tag,"TextID")
If $Sum12210110061221021003TextID != "" Then
Var $Sum12210110061221021003TextValue = ""
EndIf
EndIf
</Script>
@ -1816,6 +1820,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010200611201030061 </State>
@ -1833,13 +1841,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010200611201030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010200611201030061TextValue = TextMessage
Else
Var $Sum12010200611201030061TextID = TextMessageID
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
If $Sum12010200611201030061TextID != "" Then
Var $Sum12010200611201030061TextValue = ""
EndIf
EndIf
</Script>
@ -2164,6 +2169,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210200611221030061 </State>
@ -2181,13 +2190,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210200611221030061Tag = $12-21-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210200611221030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210200611221030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210200611221030061TextValue = TextMessage
Else
Var $Sum12210200611221030061TextID = TextMessageID
Var $Sum12210200611221030061TextValue !assigned GETS($Sum12210200611221030061Tag,"MSG")
Var $Sum12210200611221030061TextID !assigned GETS($Sum12210200611221030061Tag,"TextID")
If $Sum12210200611221030061TextID != "" Then
Var $Sum12210200611221030061TextValue = ""
EndIf
EndIf
</Script>
@ -2516,6 +2522,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000212030200021203030002 </State>
@ -2533,13 +2543,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000212030200021203030002Tag = $12-03-03-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000212030200021203030002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000212030200021203030002TextValue = TextMessage
Else
Var $Sum120301000212030200021203030002TextID = TextMessageID
Var $Sum120301000212030200021203030002TextValue !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
Var $Sum120301000212030200021203030002TextID !assigned GETS($Sum120301000212030200021203030002Tag,"TextID")
If $Sum120301000212030200021203030002TextID != "" Then
Var $Sum120301000212030200021203030002TextValue = ""
EndIf
EndIf
</Script>
@ -2868,6 +2875,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030110021203021002 </State>
@ -2885,13 +2896,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030110021203021002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030110021203021002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030110021203021002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030110021203021002TextValue = TextMessage
Else
Var $Sum12030110021203021002TextID = TextMessageID
Var $Sum12030110021203021002TextValue !assigned GETS($Sum12030110021203021002Tag,"MSG")
Var $Sum12030110021203021002TextID !assigned GETS($Sum12030110021203021002Tag,"TextID")
If $Sum12030110021203021002TextID != "" Then
Var $Sum12030110021203021002TextValue = ""
EndIf
EndIf
</Script>
@ -3220,6 +3228,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000412030200041203030004 </State>
@ -3237,13 +3249,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000412030200041203030004Tag = $12-03-03-0004.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000412030200041203030004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000412030200041203030004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000412030200041203030004TextValue = TextMessage
Else
Var $Sum120301000412030200041203030004TextID = TextMessageID
Var $Sum120301000412030200041203030004TextValue !assigned GETS($Sum120301000412030200041203030004Tag,"MSG")
Var $Sum120301000412030200041203030004TextID !assigned GETS($Sum120301000412030200041203030004Tag,"TextID")
If $Sum120301000412030200041203030004TextID != "" Then
Var $Sum120301000412030200041203030004TextValue = ""
EndIf
EndIf
</Script>
@ -3572,6 +3581,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002412030200241203030024 </State>
@ -3589,13 +3602,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002412030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002412030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002412030200241203030024TextValue = TextMessage
Else
Var $Sum120301002412030200241203030024TextID = TextMessageID
Var $Sum120301002412030200241203030024TextValue !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
Var $Sum120301002412030200241203030024TextID !assigned GETS($Sum120301002412030200241203030024Tag,"TextID")
If $Sum120301002412030200241203030024TextID != "" Then
Var $Sum120301002412030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -3924,6 +3934,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002512030200251203030025 </State>
@ -3941,13 +3955,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002512030200251203030025Tag = $12-03-03-0025.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002512030200251203030025Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002512030200251203030025Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002512030200251203030025TextValue = TextMessage
Else
Var $Sum120301002512030200251203030025TextID = TextMessageID
Var $Sum120301002512030200251203030025TextValue !assigned GETS($Sum120301002512030200251203030025Tag,"MSG")
Var $Sum120301002512030200251203030025TextID !assigned GETS($Sum120301002512030200251203030025Tag,"TextID")
If $Sum120301002512030200251203030025TextID != "" Then
Var $Sum120301002512030200251203030025TextValue = ""
EndIf
EndIf
</Script>
@ -4276,6 +4287,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301003512030200351203030035 </State>
@ -4293,13 +4308,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301003512030200351203030035Tag = $12-03-03-0035.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301003512030200351203030035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301003512030200351203030035TextValue = TextMessage
Else
Var $Sum120301003512030200351203030035TextID = TextMessageID
Var $Sum120301003512030200351203030035TextValue !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
Var $Sum120301003512030200351203030035TextID !assigned GETS($Sum120301003512030200351203030035Tag,"TextID")
If $Sum120301003512030200351203030035TextID != "" Then
Var $Sum120301003512030200351203030035TextValue = ""
EndIf
EndIf
</Script>
@ -4624,6 +4636,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020040 </State>
@ -4641,13 +4657,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020040Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020040Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020040Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020040TextValue = TextMessage
Else
Var $Sum1203020040TextID = TextMessageID
Var $Sum1203020040TextValue !assigned GETS($Sum1203020040Tag,"MSG")
Var $Sum1203020040TextID !assigned GETS($Sum1203020040Tag,"TextID")
If $Sum1203020040TextID != "" Then
Var $Sum1203020040TextValue = ""
EndIf
EndIf
</Script>
@ -4972,6 +4985,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200591203030059 </State>
@ -4989,13 +5006,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200591203030059Tag = $12-03-03-0059.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200591203030059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200591203030059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200591203030059TextValue = TextMessage
Else
Var $Sum12030200591203030059TextID = TextMessageID
Var $Sum12030200591203030059TextValue !assigned GETS($Sum12030200591203030059Tag,"MSG")
Var $Sum12030200591203030059TextID !assigned GETS($Sum12030200591203030059Tag,"TextID")
If $Sum12030200591203030059TextID != "" Then
Var $Sum12030200591203030059TextValue = ""
EndIf
EndIf
</Script>
@ -5320,6 +5334,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030010 </State>
@ -5337,13 +5355,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030010Tag = $12-03-03-0010.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030010TextValue = TextMessage
Else
Var $Sum1203030010TextID = TextMessageID
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
If $Sum1203030010TextID != "" Then
Var $Sum1203030010TextValue = ""
EndIf
EndIf
</Script>
@ -5668,6 +5683,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030030 </State>
@ -5685,13 +5704,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030030Tag = $12-03-03-0030.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030030Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030030Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030030TextValue = TextMessage
Else
Var $Sum1203030030TextID = TextMessageID
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
If $Sum1203030030TextID != "" Then
Var $Sum1203030030TextValue = ""
EndIf
EndIf
</Script>
@ -6016,6 +6032,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030044 </State>
@ -6033,13 +6053,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030044Tag = $12-03-03-0044.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030044TextValue = TextMessage
Else
Var $Sum1203030044TextID = TextMessageID
Var $Sum1203030044TextValue !assigned GETS($Sum1203030044Tag,"MSG")
Var $Sum1203030044TextID !assigned GETS($Sum1203030044Tag,"TextID")
If $Sum1203030044TextID != "" Then
Var $Sum1203030044TextValue = ""
EndIf
EndIf
</Script>
@ -6364,6 +6381,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030061 </State>
@ -6381,13 +6402,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030061Tag = $12-03-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030061TextValue = TextMessage
Else
Var $Sum1203030061TextID = TextMessageID
Var $Sum1203030061TextValue !assigned GETS($Sum1203030061Tag,"MSG")
Var $Sum1203030061TextID !assigned GETS($Sum1203030061Tag,"TextID")
If $Sum1203030061TextID != "" Then
Var $Sum1203030061TextValue = ""
EndIf
EndIf
</Script>
@ -6712,6 +6730,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030017 </State>
@ -6729,13 +6751,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030017Tag = $12-99-03-0017.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030017Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030017Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030017TextValue = TextMessage
Else
Var $Sum1299030017TextID = TextMessageID
Var $Sum1299030017TextValue !assigned GETS($Sum1299030017Tag,"MSG")
Var $Sum1299030017TextID !assigned GETS($Sum1299030017Tag,"TextID")
If $Sum1299030017TextID != "" Then
Var $Sum1299030017TextValue = ""
EndIf
EndIf
</Script>
@ -7060,6 +7079,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030067 </State>
@ -7077,13 +7100,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030067Tag = $12-99-03-0067.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030067TextValue = TextMessage
Else
Var $Sum1299030067TextID = TextMessageID
Var $Sum1299030067TextValue !assigned GETS($Sum1299030067Tag,"MSG")
Var $Sum1299030067TextID !assigned GETS($Sum1299030067Tag,"TextID")
If $Sum1299030067TextID != "" Then
Var $Sum1299030067TextValue = ""
EndIf
EndIf
</Script>
@ -7408,6 +7428,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030068 </State>
@ -7425,13 +7449,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030068Tag = $12-99-03-0068.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030068TextValue = TextMessage
Else
Var $Sum1299030068TextID = TextMessageID
Var $Sum1299030068TextValue !assigned GETS($Sum1299030068Tag,"MSG")
Var $Sum1299030068TextID !assigned GETS($Sum1299030068Tag,"TextID")
If $Sum1299030068TextID != "" Then
Var $Sum1299030068TextValue = ""
EndIf
EndIf
</Script>

View file

@ -402,6 +402,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030026 </State>
@ -419,13 +423,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030026Tag = $12-99-03-0026.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030026TextValue = TextMessage
Else
Var $Sum1299030026TextID = TextMessageID
Var $Sum1299030026TextValue !assigned GETS($Sum1299030026Tag,"MSG")
Var $Sum1299030026TextID !assigned GETS($Sum1299030026Tag,"TextID")
If $Sum1299030026TextID != "" Then
Var $Sum1299030026TextValue = ""
EndIf
EndIf
</Script>
@ -750,6 +751,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030067 </State>
@ -767,13 +772,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030067Tag = $12-99-03-0067.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030067TextValue = TextMessage
Else
Var $Sum1299030067TextID = TextMessageID
Var $Sum1299030067TextValue !assigned GETS($Sum1299030067Tag,"MSG")
Var $Sum1299030067TextID !assigned GETS($Sum1299030067Tag,"TextID")
If $Sum1299030067TextID != "" Then
Var $Sum1299030067TextValue = ""
EndIf
EndIf
</Script>
@ -1098,6 +1100,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030066 </State>
@ -1115,13 +1121,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030066Tag = $12-99-03-0066.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030066Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030066Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030066TextValue = TextMessage
Else
Var $Sum1299030066TextID = TextMessageID
Var $Sum1299030066TextValue !assigned GETS($Sum1299030066Tag,"MSG")
Var $Sum1299030066TextID !assigned GETS($Sum1299030066Tag,"TextID")
If $Sum1299030066TextID != "" Then
Var $Sum1299030066TextValue = ""
EndIf
EndIf
</Script>

View file

@ -400,6 +400,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020080 </State>
@ -417,13 +421,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020080Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020080Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020080Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020080TextValue = TextMessage
Else
Var $Sum1202020080TextID = TextMessageID
Var $Sum1202020080TextValue !assigned GETS($Sum1202020080Tag,"MSG")
Var $Sum1202020080TextID !assigned GETS($Sum1202020080Tag,"TextID")
If $Sum1202020080TextID != "" Then
Var $Sum1202020080TextValue = ""
EndIf
EndIf
</Script>
@ -748,6 +749,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030128 </State>
@ -765,13 +770,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030128Tag = $12-05-03-0128.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030128Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030128Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030128TextValue = TextMessage
Else
Var $Sum1205030128TextID = TextMessageID
Var $Sum1205030128TextValue !assigned GETS($Sum1205030128Tag,"MSG")
Var $Sum1205030128TextID !assigned GETS($Sum1205030128Tag,"TextID")
If $Sum1205030128TextID != "" Then
Var $Sum1205030128TextValue = ""
EndIf
EndIf
</Script>
@ -1096,6 +1098,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030084 </State>
@ -1113,13 +1119,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030084Tag = $12-03-03-0084.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030084Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030084Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030084TextValue = TextMessage
Else
Var $Sum1203030084TextID = TextMessageID
Var $Sum1203030084TextValue !assigned GETS($Sum1203030084Tag,"MSG")
Var $Sum1203030084TextID !assigned GETS($Sum1203030084Tag,"TextID")
If $Sum1203030084TextID != "" Then
Var $Sum1203030084TextValue = ""
EndIf
EndIf
</Script>
@ -1444,6 +1447,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030085 </State>
@ -1461,13 +1468,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030085Tag = $12-03-03-0085.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030085Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030085Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030085TextValue = TextMessage
Else
Var $Sum1203030085TextID = TextMessageID
Var $Sum1203030085TextValue !assigned GETS($Sum1203030085Tag,"MSG")
Var $Sum1203030085TextID !assigned GETS($Sum1203030085Tag,"TextID")
If $Sum1203030085TextID != "" Then
Var $Sum1203030085TextValue = ""
EndIf
EndIf
</Script>
@ -1792,6 +1796,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020081 </State>
@ -1809,13 +1817,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020081Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020081Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020081Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020081TextValue = TextMessage
Else
Var $Sum1202020081TextID = TextMessageID
Var $Sum1202020081TextValue !assigned GETS($Sum1202020081Tag,"MSG")
Var $Sum1202020081TextID !assigned GETS($Sum1202020081Tag,"TextID")
If $Sum1202020081TextID != "" Then
Var $Sum1202020081TextValue = ""
EndIf
EndIf
</Script>
@ -2140,6 +2145,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020082 </State>
@ -2157,13 +2166,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020082Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020082Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020082Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020082TextValue = TextMessage
Else
Var $Sum1202020082TextID = TextMessageID
Var $Sum1202020082TextValue !assigned GETS($Sum1202020082Tag,"MSG")
Var $Sum1202020082TextID !assigned GETS($Sum1202020082Tag,"TextID")
If $Sum1202020082TextID != "" Then
Var $Sum1202020082TextValue = ""
EndIf
EndIf
</Script>
@ -2492,6 +2498,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202010079 </State>
@ -2509,13 +2519,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202010079Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202010079Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202010079Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202010079TextValue = TextMessage
Else
Var $Sum1202010079TextID = TextMessageID
Var $Sum1202010079TextValue !assigned GETS($Sum1202010079Tag,"MSG")
Var $Sum1202010079TextID !assigned GETS($Sum1202010079Tag,"TextID")
If $Sum1202010079TextID != "" Then
Var $Sum1202010079TextValue = ""
EndIf
EndIf
</Script>
@ -2840,6 +2847,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030081 </State>
@ -2857,13 +2868,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030081Tag = $12-03-03-0081.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030081Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030081Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030081TextValue = TextMessage
Else
Var $Sum1203030081TextID = TextMessageID
Var $Sum1203030081TextValue !assigned GETS($Sum1203030081Tag,"MSG")
Var $Sum1203030081TextID !assigned GETS($Sum1203030081Tag,"TextID")
If $Sum1203030081TextID != "" Then
Var $Sum1203030081TextValue = ""
EndIf
EndIf
</Script>
@ -3188,6 +3196,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020082 </State>
@ -3205,13 +3217,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020082Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020082Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020082Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020082TextValue = TextMessage
Else
Var $Sum1201020082TextID = TextMessageID
Var $Sum1201020082TextValue !assigned GETS($Sum1201020082Tag,"MSG")
Var $Sum1201020082TextID !assigned GETS($Sum1201020082Tag,"TextID")
If $Sum1201020082TextID != "" Then
Var $Sum1201020082TextValue = ""
EndIf
EndIf
</Script>
@ -3536,6 +3545,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020082 </State>
@ -3553,13 +3566,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020082Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020082Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020082Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020082TextValue = TextMessage
Else
Var $Sum1221020082TextID = TextMessageID
Var $Sum1221020082TextValue !assigned GETS($Sum1221020082Tag,"MSG")
Var $Sum1221020082TextID !assigned GETS($Sum1221020082Tag,"TextID")
If $Sum1221020082TextID != "" Then
Var $Sum1221020082TextValue = ""
EndIf
EndIf
</Script>
@ -3884,6 +3894,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020080 </State>
@ -3901,13 +3915,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020080Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020080Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020080Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020080TextValue = TextMessage
Else
Var $Sum1203020080TextID = TextMessageID
Var $Sum1203020080TextValue !assigned GETS($Sum1203020080Tag,"MSG")
Var $Sum1203020080TextID !assigned GETS($Sum1203020080Tag,"TextID")
If $Sum1203020080TextID != "" Then
Var $Sum1203020080TextValue = ""
EndIf
EndIf
</Script>
@ -4232,6 +4243,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030080 </State>
@ -4249,13 +4264,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030080Tag = $12-03-03-0080.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030080Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030080Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030080TextValue = TextMessage
Else
Var $Sum1203030080TextID = TextMessageID
Var $Sum1203030080TextValue !assigned GETS($Sum1203030080Tag,"MSG")
Var $Sum1203030080TextID !assigned GETS($Sum1203030080Tag,"TextID")
If $Sum1203030080TextID != "" Then
Var $Sum1203030080TextValue = ""
EndIf
EndIf
</Script>
@ -4584,6 +4596,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202010078 </State>
@ -4601,13 +4617,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202010078Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202010078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202010078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202010078TextValue = TextMessage
Else
Var $Sum1202010078TextID = TextMessageID
Var $Sum1202010078TextValue !assigned GETS($Sum1202010078Tag,"MSG")
Var $Sum1202010078TextID !assigned GETS($Sum1202010078Tag,"TextID")
If $Sum1202010078TextID != "" Then
Var $Sum1202010078TextValue = ""
EndIf
EndIf
</Script>
@ -4932,6 +4945,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020083 </State>
@ -4949,13 +4966,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020083Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020083Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020083Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020083TextValue = TextMessage
Else
Var $Sum1201020083TextID = TextMessageID
Var $Sum1201020083TextValue !assigned GETS($Sum1201020083Tag,"MSG")
Var $Sum1201020083TextID !assigned GETS($Sum1201020083Tag,"TextID")
If $Sum1201020083TextID != "" Then
Var $Sum1201020083TextValue = ""
EndIf
EndIf
</Script>
@ -5280,6 +5294,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020083 </State>
@ -5297,13 +5315,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020083Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020083Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020083Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020083TextValue = TextMessage
Else
Var $Sum1221020083TextID = TextMessageID
Var $Sum1221020083TextValue !assigned GETS($Sum1221020083Tag,"MSG")
Var $Sum1221020083TextID !assigned GETS($Sum1221020083Tag,"TextID")
If $Sum1221020083TextID != "" Then
Var $Sum1221020083TextValue = ""
EndIf
EndIf
</Script>
@ -5628,6 +5643,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030082 </State>
@ -5645,13 +5664,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030082Tag = $12-03-03-0082.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030082Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030082Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030082TextValue = TextMessage
Else
Var $Sum1203030082TextID = TextMessageID
Var $Sum1203030082TextValue !assigned GETS($Sum1203030082Tag,"MSG")
Var $Sum1203030082TextID !assigned GETS($Sum1203030082Tag,"TextID")
If $Sum1203030082TextID != "" Then
Var $Sum1203030082TextValue = ""
EndIf
EndIf
</Script>
@ -5976,6 +5992,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030083 </State>
@ -5993,13 +6013,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030083Tag = $12-03-03-0083.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030083Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030083Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030083TextValue = TextMessage
Else
Var $Sum1203030083TextID = TextMessageID
Var $Sum1203030083TextValue !assigned GETS($Sum1203030083Tag,"MSG")
Var $Sum1203030083TextID !assigned GETS($Sum1203030083Tag,"TextID")
If $Sum1203030083TextID != "" Then
Var $Sum1203030083TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201030078 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201030078Tag = $12-01-03-0078.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201030078TextValue = TextMessage
Else
Var $Sum1201030078TextID = TextMessageID
Var $Sum1201030078TextValue !assigned GETS($Sum1201030078Tag,"MSG")
Var $Sum1201030078TextID !assigned GETS($Sum1201030078Tag,"TextID")
If $Sum1201030078TextID != "" Then
Var $Sum1201030078TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221030078 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221030078Tag = $12-21-03-0078.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221030078TextValue = TextMessage
Else
Var $Sum1221030078TextID = TextMessageID
Var $Sum1221030078TextValue !assigned GETS($Sum1221030078Tag,"MSG")
Var $Sum1221030078TextID !assigned GETS($Sum1221030078Tag,"TextID")
If $Sum1221030078TextID != "" Then
Var $Sum1221030078TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030057 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030057Tag = $12-02-03-0057.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030057TextValue = TextMessage
Else
Var $Sum1202030057TextID = TextMessageID
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
If $Sum1202030057TextID != "" Then
Var $Sum1202030057TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030058 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030058Tag = $12-02-03-0058.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030058TextValue = TextMessage
Else
Var $Sum1202030058TextID = TextMessageID
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
If $Sum1202030058TextID != "" Then
Var $Sum1202030058TextValue = ""
EndIf
EndIf
</Script>

View file

@ -402,6 +402,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200751203030075 </State>
@ -419,13 +423,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200751203030075Tag = $12-03-03-0075.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200751203030075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200751203030075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200751203030075TextValue = TextMessage
Else
Var $Sum12030200751203030075TextID = TextMessageID
Var $Sum12030200751203030075TextValue !assigned GETS($Sum12030200751203030075Tag,"MSG")
Var $Sum12030200751203030075TextID !assigned GETS($Sum12030200751203030075Tag,"TextID")
If $Sum12030200751203030075TextID != "" Then
Var $Sum12030200751203030075TextValue = ""
EndIf
EndIf
</Script>
@ -750,6 +751,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201241205030124 </State>
@ -767,13 +772,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201241205030124Tag = $12-05-03-0124.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201241205030124Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201241205030124Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201241205030124TextValue = TextMessage
Else
Var $Sum12050201241205030124TextID = TextMessageID
Var $Sum12050201241205030124TextValue !assigned GETS($Sum12050201241205030124Tag,"MSG")
Var $Sum12050201241205030124TextID !assigned GETS($Sum12050201241205030124Tag,"TextID")
If $Sum12050201241205030124TextID != "" Then
Var $Sum12050201241205030124TextValue = ""
EndIf
EndIf
</Script>
@ -1098,6 +1100,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200681202030068 </State>
@ -1115,13 +1121,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200681202030068Tag = $12-02-03-0068.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200681202030068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200681202030068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200681202030068TextValue = TextMessage
Else
Var $Sum12020200681202030068TextID = TextMessageID
Var $Sum12020200681202030068TextValue !assigned GETS($Sum12020200681202030068Tag,"MSG")
Var $Sum12020200681202030068TextID !assigned GETS($Sum12020200681202030068Tag,"TextID")
If $Sum12020200681202030068TextID != "" Then
Var $Sum12020200681202030068TextValue = ""
EndIf
EndIf
</Script>
@ -1446,6 +1449,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020125 </State>
@ -1463,13 +1470,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020125Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020125Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020125Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020125TextValue = TextMessage
Else
Var $Sum1205020125TextID = TextMessageID
Var $Sum1205020125TextValue !assigned GETS($Sum1205020125Tag,"MSG")
Var $Sum1205020125TextID !assigned GETS($Sum1205020125Tag,"TextID")
If $Sum1205020125TextID != "" Then
Var $Sum1205020125TextValue = ""
EndIf
EndIf
</Script>
@ -1794,6 +1798,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020075 </State>
@ -1811,13 +1819,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020075Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020075TextValue = TextMessage
Else
Var $Sum1201020075TextID = TextMessageID
Var $Sum1201020075TextValue !assigned GETS($Sum1201020075Tag,"MSG")
Var $Sum1201020075TextID !assigned GETS($Sum1201020075Tag,"TextID")
If $Sum1201020075TextID != "" Then
Var $Sum1201020075TextValue = ""
EndIf
EndIf
</Script>
@ -2142,6 +2147,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020075 </State>
@ -2159,13 +2168,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020075Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020075TextValue = TextMessage
Else
Var $Sum1221020075TextID = TextMessageID
Var $Sum1221020075TextValue !assigned GETS($Sum1221020075Tag,"MSG")
Var $Sum1221020075TextID !assigned GETS($Sum1221020075Tag,"TextID")
If $Sum1221020075TextID != "" Then
Var $Sum1221020075TextValue = ""
EndIf
EndIf
</Script>
@ -2490,6 +2496,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200761203030076 </State>
@ -2507,13 +2517,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200761203030076Tag = $12-03-03-0076.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200761203030076Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200761203030076Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200761203030076TextValue = TextMessage
Else
Var $Sum12030200761203030076TextID = TextMessageID
Var $Sum12030200761203030076TextValue !assigned GETS($Sum12030200761203030076Tag,"MSG")
Var $Sum12030200761203030076TextID !assigned GETS($Sum12030200761203030076Tag,"TextID")
If $Sum12030200761203030076TextID != "" Then
Var $Sum12030200761203030076TextValue = ""
EndIf
EndIf
</Script>
@ -2838,6 +2845,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200691202030069 </State>
@ -2855,13 +2866,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200691202030069Tag = $12-02-03-0069.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200691202030069Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200691202030069Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200691202030069TextValue = TextMessage
Else
Var $Sum12020200691202030069TextID = TextMessageID
Var $Sum12020200691202030069TextValue !assigned GETS($Sum12020200691202030069Tag,"MSG")
Var $Sum12020200691202030069TextID !assigned GETS($Sum12020200691202030069Tag,"TextID")
If $Sum12020200691202030069TextID != "" Then
Var $Sum12020200691202030069TextValue = ""
EndIf
EndIf
</Script>
@ -3186,6 +3194,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201261205030126 </State>
@ -3203,13 +3215,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201261205030126Tag = $12-05-03-0126.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201261205030126Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201261205030126Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201261205030126TextValue = TextMessage
Else
Var $Sum12050201261205030126TextID = TextMessageID
Var $Sum12050201261205030126TextValue !assigned GETS($Sum12050201261205030126Tag,"MSG")
Var $Sum12050201261205030126TextID !assigned GETS($Sum12050201261205030126Tag,"TextID")
If $Sum12050201261205030126TextID != "" Then
Var $Sum12050201261205030126TextValue = ""
EndIf
EndIf
</Script>
@ -3534,6 +3543,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201271205030127 </State>
@ -3551,13 +3564,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201271205030127Tag = $12-05-03-0127.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201271205030127Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201271205030127Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201271205030127TextValue = TextMessage
Else
Var $Sum12050201271205030127TextID = TextMessageID
Var $Sum12050201271205030127TextValue !assigned GETS($Sum12050201271205030127Tag,"MSG")
Var $Sum12050201271205030127TextID !assigned GETS($Sum12050201271205030127Tag,"TextID")
If $Sum12050201271205030127TextID != "" Then
Var $Sum12050201271205030127TextValue = ""
EndIf
EndIf
</Script>
@ -3882,6 +3892,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200701202030070 </State>
@ -3899,13 +3913,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200701202030070Tag = $12-02-03-0070.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200701202030070Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200701202030070Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200701202030070TextValue = TextMessage
Else
Var $Sum12020200701202030070TextID = TextMessageID
Var $Sum12020200701202030070TextValue !assigned GETS($Sum12020200701202030070Tag,"MSG")
Var $Sum12020200701202030070TextID !assigned GETS($Sum12020200701202030070Tag,"TextID")
If $Sum12020200701202030070TextID != "" Then
Var $Sum12020200701202030070TextValue = ""
EndIf
EndIf
</Script>

View file

@ -404,6 +404,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030046 </State>
@ -421,13 +425,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030046Tag = $12-03-03-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030046TextValue = TextMessage
Else
Var $Sum1203030046TextID = TextMessageID
Var $Sum1203030046TextValue !assigned GETS($Sum1203030046Tag,"MSG")
Var $Sum1203030046TextID !assigned GETS($Sum1203030046Tag,"TextID")
If $Sum1203030046TextID != "" Then
Var $Sum1203030046TextValue = ""
EndIf
EndIf
</Script>
@ -752,6 +753,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030047 </State>
@ -769,13 +774,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030047Tag = $12-03-03-0047.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030047TextValue = TextMessage
Else
Var $Sum1203030047TextID = TextMessageID
Var $Sum1203030047TextValue !assigned GETS($Sum1203030047Tag,"MSG")
Var $Sum1203030047TextID !assigned GETS($Sum1203030047Tag,"TextID")
If $Sum1203030047TextID != "" Then
Var $Sum1203030047TextValue = ""
EndIf
EndIf
</Script>
@ -1100,6 +1102,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050063 </State>
@ -1117,13 +1123,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050063Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050063TextValue = TextMessage
Else
Var $Sum1299050063TextID = TextMessageID
Var $Sum1299050063TextValue !assigned GETS($Sum1299050063Tag,"MSG")
Var $Sum1299050063TextID !assigned GETS($Sum1299050063Tag,"TextID")
If $Sum1299050063TextID != "" Then
Var $Sum1299050063TextValue = ""
EndIf
EndIf
</Script>
@ -1448,6 +1451,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020040 </State>
@ -1465,13 +1472,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020040Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020040Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020040Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020040TextValue = TextMessage
Else
Var $Sum1203020040TextID = TextMessageID
Var $Sum1203020040TextValue !assigned GETS($Sum1203020040Tag,"MSG")
Var $Sum1203020040TextID !assigned GETS($Sum1203020040Tag,"TextID")
If $Sum1203020040TextID != "" Then
Var $Sum1203020040TextValue = ""
EndIf
EndIf
</Script>
@ -1796,6 +1800,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030063 </State>
@ -1813,13 +1821,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030063Tag = $12-05-03-0063.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030063TextValue = TextMessage
Else
Var $Sum1205030063TextID = TextMessageID
Var $Sum1205030063TextValue !assigned GETS($Sum1205030063Tag,"MSG")
Var $Sum1205030063TextID !assigned GETS($Sum1205030063Tag,"TextID")
If $Sum1205030063TextID != "" Then
Var $Sum1205030063TextValue = ""
EndIf
EndIf
</Script>
@ -2144,6 +2149,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020080 </State>
@ -2161,13 +2170,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020080Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020080Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020080Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020080TextValue = TextMessage
Else
Var $Sum1205020080TextID = TextMessageID
Var $Sum1205020080TextValue !assigned GETS($Sum1205020080Tag,"MSG")
Var $Sum1205020080TextID !assigned GETS($Sum1205020080Tag,"TextID")
If $Sum1205020080TextID != "" Then
Var $Sum1205020080TextValue = ""
EndIf
EndIf
</Script>
@ -2492,6 +2498,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030053 </State>
@ -2509,13 +2519,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030053Tag = $12-02-03-0053.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030053TextValue = TextMessage
Else
Var $Sum1202030053TextID = TextMessageID
Var $Sum1202030053TextValue !assigned GETS($Sum1202030053Tag,"MSG")
Var $Sum1202030053TextID !assigned GETS($Sum1202030053Tag,"TextID")
If $Sum1202030053TextID != "" Then
Var $Sum1202030053TextValue = ""
EndIf
EndIf
</Script>
@ -2840,6 +2847,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020041 </State>
@ -2857,13 +2868,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020041Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020041Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020041Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020041TextValue = TextMessage
Else
Var $Sum1203020041TextID = TextMessageID
Var $Sum1203020041TextValue !assigned GETS($Sum1203020041Tag,"MSG")
Var $Sum1203020041TextID !assigned GETS($Sum1203020041Tag,"TextID")
If $Sum1203020041TextID != "" Then
Var $Sum1203020041TextValue = ""
EndIf
EndIf
</Script>
@ -3188,6 +3196,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020056 </State>
@ -3205,13 +3217,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020056Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020056Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020056Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020056TextValue = TextMessage
Else
Var $Sum1202020056TextID = TextMessageID
Var $Sum1202020056TextValue !assigned GETS($Sum1202020056Tag,"MSG")
Var $Sum1202020056TextID !assigned GETS($Sum1202020056Tag,"TextID")
If $Sum1202020056TextID != "" Then
Var $Sum1202020056TextValue = ""
EndIf
EndIf
</Script>
@ -3536,6 +3545,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030064 </State>
@ -3553,13 +3566,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030064Tag = $12-05-03-0064.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030064TextValue = TextMessage
Else
Var $Sum1205030064TextID = TextMessageID
Var $Sum1205030064TextValue !assigned GETS($Sum1205030064Tag,"MSG")
Var $Sum1205030064TextID !assigned GETS($Sum1205030064Tag,"TextID")
If $Sum1205030064TextID != "" Then
Var $Sum1205030064TextValue = ""
EndIf
EndIf
</Script>

View file

@ -401,6 +401,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020011 </State>
@ -418,13 +422,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020011Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020011TextValue = TextMessage
Else
Var $Sum1299020011TextID = TextMessageID
Var $Sum1299020011TextValue !assigned GETS($Sum1299020011Tag,"MSG")
Var $Sum1299020011TextID !assigned GETS($Sum1299020011Tag,"TextID")
If $Sum1299020011TextID != "" Then
Var $Sum1299020011TextValue = ""
EndIf
EndIf
</Script>
@ -749,6 +750,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020013 </State>
@ -766,13 +771,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020013Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020013Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020013Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020013TextValue = TextMessage
Else
Var $Sum1299020013TextID = TextMessageID
Var $Sum1299020013TextValue !assigned GETS($Sum1299020013Tag,"MSG")
Var $Sum1299020013TextID !assigned GETS($Sum1299020013Tag,"TextID")
If $Sum1299020013TextID != "" Then
Var $Sum1299020013TextValue = ""
EndIf
EndIf
</Script>
@ -1097,6 +1099,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020014 </State>
@ -1114,13 +1120,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020014Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020014Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020014Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020014TextValue = TextMessage
Else
Var $Sum1299020014TextID = TextMessageID
Var $Sum1299020014TextValue !assigned GETS($Sum1299020014Tag,"MSG")
Var $Sum1299020014TextID !assigned GETS($Sum1299020014Tag,"TextID")
If $Sum1299020014TextID != "" Then
Var $Sum1299020014TextValue = ""
EndIf
EndIf
</Script>
@ -1445,6 +1448,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020015 </State>
@ -1462,13 +1469,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020015Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020015Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020015Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020015TextValue = TextMessage
Else
Var $Sum1299020015TextID = TextMessageID
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
If $Sum1299020015TextID != "" Then
Var $Sum1299020015TextValue = ""
EndIf
EndIf
</Script>
@ -1793,6 +1797,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020016 </State>
@ -1810,13 +1818,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020016Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020016Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020016Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020016TextValue = TextMessage
Else
Var $Sum1299020016TextID = TextMessageID
Var $Sum1299020016TextValue !assigned GETS($Sum1299020016Tag,"MSG")
Var $Sum1299020016TextID !assigned GETS($Sum1299020016Tag,"TextID")
If $Sum1299020016TextID != "" Then
Var $Sum1299020016TextValue = ""
EndIf
EndIf
</Script>
@ -2141,6 +2146,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020018 </State>
@ -2158,13 +2167,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020018Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020018Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020018Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020018TextValue = TextMessage
Else
Var $Sum1299020018TextID = TextMessageID
Var $Sum1299020018TextValue !assigned GETS($Sum1299020018Tag,"MSG")
Var $Sum1299020018TextID !assigned GETS($Sum1299020018Tag,"TextID")
If $Sum1299020018TextID != "" Then
Var $Sum1299020018TextValue = ""
EndIf
EndIf
</Script>
@ -2489,6 +2495,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020015 </State>
@ -2506,13 +2516,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020015Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020015Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020015Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020015TextValue = TextMessage
Else
Var $Sum1299020015TextID = TextMessageID
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
If $Sum1299020015TextID != "" Then
Var $Sum1299020015TextValue = ""
EndIf
EndIf
</Script>

View file

@ -398,6 +398,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020002 </State>
@ -415,13 +419,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020002TextValue = TextMessage
Else
Var $Sum1203020002TextID = TextMessageID
Var $Sum1203020002TextValue !assigned GETS($Sum1203020002Tag,"MSG")
Var $Sum1203020002TextID !assigned GETS($Sum1203020002Tag,"TextID")
If $Sum1203020002TextID != "" Then
Var $Sum1203020002TextValue = ""
EndIf
EndIf
</Script>
@ -746,6 +747,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020065 </State>
@ -763,13 +768,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020065Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020065Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020065Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020065TextValue = TextMessage
Else
Var $Sum1203020065TextID = TextMessageID
Var $Sum1203020065TextValue !assigned GETS($Sum1203020065Tag,"MSG")
Var $Sum1203020065TextID !assigned GETS($Sum1203020065Tag,"TextID")
If $Sum1203020065TextID != "" Then
Var $Sum1203020065TextValue = ""
EndIf
EndIf
</Script>
@ -1094,6 +1096,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020067 </State>
@ -1111,13 +1117,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020067TextValue = TextMessage
Else
Var $Sum1203020067TextID = TextMessageID
Var $Sum1203020067TextValue !assigned GETS($Sum1203020067Tag,"MSG")
Var $Sum1203020067TextID !assigned GETS($Sum1203020067Tag,"TextID")
If $Sum1203020067TextID != "" Then
Var $Sum1203020067TextValue = ""
EndIf
EndIf
</Script>
@ -1442,6 +1445,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020066 </State>
@ -1459,13 +1466,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020066Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020066Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020066Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020066TextValue = TextMessage
Else
Var $Sum1203020066TextID = TextMessageID
Var $Sum1203020066TextValue !assigned GETS($Sum1203020066Tag,"MSG")
Var $Sum1203020066TextID !assigned GETS($Sum1203020066Tag,"TextID")
If $Sum1203020066TextID != "" Then
Var $Sum1203020066TextValue = ""
EndIf
EndIf
</Script>
@ -1794,6 +1798,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030100681203020068 </State>
@ -1811,13 +1819,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030100681203020068Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030100681203020068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030100681203020068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030100681203020068TextValue = TextMessage
Else
Var $Sum12030100681203020068TextID = TextMessageID
Var $Sum12030100681203020068TextValue !assigned GETS($Sum12030100681203020068Tag,"MSG")
Var $Sum12030100681203020068TextID !assigned GETS($Sum12030100681203020068Tag,"TextID")
If $Sum12030100681203020068TextID != "" Then
Var $Sum12030100681203020068TextValue = ""
EndIf
EndIf
</Script>
@ -2142,6 +2147,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020069 </State>
@ -2159,13 +2168,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020069Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020069Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020069Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020069TextValue = TextMessage
Else
Var $Sum1203020069TextID = TextMessageID
Var $Sum1203020069TextValue !assigned GETS($Sum1203020069Tag,"MSG")
Var $Sum1203020069TextID !assigned GETS($Sum1203020069Tag,"TextID")
If $Sum1203020069TextID != "" Then
Var $Sum1203020069TextValue = ""
EndIf
EndIf
</Script>
@ -2490,6 +2496,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020070 </State>
@ -2507,13 +2517,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020070Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020070Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020070Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020070TextValue = TextMessage
Else
Var $Sum1203020070TextID = TextMessageID
Var $Sum1203020070TextValue !assigned GETS($Sum1203020070Tag,"MSG")
Var $Sum1203020070TextID !assigned GETS($Sum1203020070Tag,"TextID")
If $Sum1203020070TextID != "" Then
Var $Sum1203020070TextValue = ""
EndIf
EndIf
</Script>
@ -2838,6 +2845,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020071 </State>
@ -2855,13 +2866,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020071Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020071Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020071Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020071TextValue = TextMessage
Else
Var $Sum1203020071TextID = TextMessageID
Var $Sum1203020071TextValue !assigned GETS($Sum1203020071Tag,"MSG")
Var $Sum1203020071TextID !assigned GETS($Sum1203020071Tag,"TextID")
If $Sum1203020071TextID != "" Then
Var $Sum1203020071TextValue = ""
EndIf
EndIf
</Script>
@ -3186,6 +3194,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020074 </State>
@ -3203,13 +3215,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020074Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020074Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020074Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020074TextValue = TextMessage
Else
Var $Sum1203020074TextID = TextMessageID
Var $Sum1203020074TextValue !assigned GETS($Sum1203020074Tag,"MSG")
Var $Sum1203020074TextID !assigned GETS($Sum1203020074Tag,"TextID")
If $Sum1203020074TextID != "" Then
Var $Sum1203020074TextValue = ""
EndIf
EndIf
</Script>
@ -3538,6 +3547,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101000612010200031201030003 </State>
@ -3555,13 +3568,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101000612010200031201030003Tag = $12-01-03-0003.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101000612010200031201030003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101000612010200031201030003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101000612010200031201030003TextValue = TextMessage
Else
Var $Sum120101000612010200031201030003TextID = TextMessageID
Var $Sum120101000612010200031201030003TextValue !assigned GETS($Sum120101000612010200031201030003Tag,"MSG")
Var $Sum120101000612010200031201030003TextID !assigned GETS($Sum120101000612010200031201030003Tag,"TextID")
If $Sum120101000612010200031201030003TextID != "" Then
Var $Sum120101000612010200031201030003TextValue = ""
EndIf
EndIf
</Script>
@ -3890,6 +3900,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010110061201021003 </State>
@ -3907,13 +3921,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010110061201021003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010110061201021003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010110061201021003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010110061201021003TextValue = TextMessage
Else
Var $Sum12010110061201021003TextID = TextMessageID
Var $Sum12010110061201021003TextValue !assigned GETS($Sum12010110061201021003Tag,"MSG")
Var $Sum12010110061201021003TextID !assigned GETS($Sum12010110061201021003Tag,"TextID")
If $Sum12010110061201021003TextID != "" Then
Var $Sum12010110061201021003TextValue = ""
EndIf
EndIf
</Script>
@ -4238,6 +4249,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010200611201030061 </State>
@ -4255,13 +4270,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010200611201030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010200611201030061TextValue = TextMessage
Else
Var $Sum12010200611201030061TextID = TextMessageID
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
If $Sum12010200611201030061TextID != "" Then
Var $Sum12010200611201030061TextValue = ""
EndIf
EndIf
</Script>
@ -4590,6 +4602,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000212030200021203030002 </State>
@ -4607,13 +4623,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000212030200021203030002Tag = $12-03-03-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000212030200021203030002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000212030200021203030002TextValue = TextMessage
Else
Var $Sum120301000212030200021203030002TextID = TextMessageID
Var $Sum120301000212030200021203030002TextValue !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
Var $Sum120301000212030200021203030002TextID !assigned GETS($Sum120301000212030200021203030002Tag,"TextID")
If $Sum120301000212030200021203030002TextID != "" Then
Var $Sum120301000212030200021203030002TextValue = ""
EndIf
EndIf
</Script>
@ -4938,6 +4951,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203021002 </State>
@ -4955,13 +4972,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203021002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203021002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203021002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203021002TextValue = TextMessage
Else
Var $Sum1203021002TextID = TextMessageID
Var $Sum1203021002TextValue !assigned GETS($Sum1203021002Tag,"MSG")
Var $Sum1203021002TextID !assigned GETS($Sum1203021002Tag,"TextID")
If $Sum1203021002TextID != "" Then
Var $Sum1203021002TextValue = ""
EndIf
EndIf
</Script>
@ -5290,6 +5304,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301000412030200041203030004 </State>
@ -5307,13 +5325,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301000412030200041203030004Tag = $12-03-03-0004.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301000412030200041203030004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301000412030200041203030004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301000412030200041203030004TextValue = TextMessage
Else
Var $Sum120301000412030200041203030004TextID = TextMessageID
Var $Sum120301000412030200041203030004TextValue !assigned GETS($Sum120301000412030200041203030004Tag,"MSG")
Var $Sum120301000412030200041203030004TextID !assigned GETS($Sum120301000412030200041203030004Tag,"TextID")
If $Sum120301000412030200041203030004TextID != "" Then
Var $Sum120301000412030200041203030004TextValue = ""
EndIf
EndIf
</Script>
@ -5642,6 +5657,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002412030200241203030024 </State>
@ -5659,13 +5678,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002412030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002412030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002412030200241203030024TextValue = TextMessage
Else
Var $Sum120301002412030200241203030024TextID = TextMessageID
Var $Sum120301002412030200241203030024TextValue !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
Var $Sum120301002412030200241203030024TextID !assigned GETS($Sum120301002412030200241203030024Tag,"TextID")
If $Sum120301002412030200241203030024TextID != "" Then
Var $Sum120301002412030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -5994,6 +6010,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002512030200251203030025 </State>
@ -6011,13 +6031,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002512030200251203030025Tag = $12-03-03-0025.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002512030200251203030025Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002512030200251203030025Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002512030200251203030025TextValue = TextMessage
Else
Var $Sum120301002512030200251203030025TextID = TextMessageID
Var $Sum120301002512030200251203030025TextValue !assigned GETS($Sum120301002512030200251203030025Tag,"MSG")
Var $Sum120301002512030200251203030025TextID !assigned GETS($Sum120301002512030200251203030025Tag,"TextID")
If $Sum120301002512030200251203030025TextID != "" Then
Var $Sum120301002512030200251203030025TextValue = ""
EndIf
EndIf
</Script>
@ -6346,6 +6363,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301003512030200351203030035 </State>
@ -6363,13 +6384,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301003512030200351203030035Tag = $12-03-03-0035.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301003512030200351203030035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301003512030200351203030035TextValue = TextMessage
Else
Var $Sum120301003512030200351203030035TextID = TextMessageID
Var $Sum120301003512030200351203030035TextValue !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
Var $Sum120301003512030200351203030035TextID !assigned GETS($Sum120301003512030200351203030035Tag,"TextID")
If $Sum120301003512030200351203030035TextID != "" Then
Var $Sum120301003512030200351203030035TextValue = ""
EndIf
EndIf
</Script>
@ -6694,6 +6712,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200391203030039 </State>
@ -6711,13 +6733,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200391203030039Tag = $12-03-03-0039.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200391203030039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200391203030039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200391203030039TextValue = TextMessage
Else
Var $Sum12030200391203030039TextID = TextMessageID
Var $Sum12030200391203030039TextValue !assigned GETS($Sum12030200391203030039Tag,"MSG")
Var $Sum12030200391203030039TextID !assigned GETS($Sum12030200391203030039Tag,"TextID")
If $Sum12030200391203030039TextID != "" Then
Var $Sum12030200391203030039TextValue = ""
EndIf
EndIf
</Script>
@ -7042,6 +7061,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200591203030059 </State>
@ -7059,13 +7082,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200591203030059Tag = $12-03-03-0059.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200591203030059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200591203030059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200591203030059TextValue = TextMessage
Else
Var $Sum12030200591203030059TextID = TextMessageID
Var $Sum12030200591203030059TextValue !assigned GETS($Sum12030200591203030059Tag,"MSG")
Var $Sum12030200591203030059TextID !assigned GETS($Sum12030200591203030059Tag,"TextID")
If $Sum12030200591203030059TextID != "" Then
Var $Sum12030200591203030059TextValue = ""
EndIf
EndIf
</Script>
@ -7390,6 +7410,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030010 </State>
@ -7407,13 +7431,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030010Tag = $12-03-03-0010.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030010TextValue = TextMessage
Else
Var $Sum1203030010TextID = TextMessageID
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
If $Sum1203030010TextID != "" Then
Var $Sum1203030010TextValue = ""
EndIf
EndIf
</Script>
@ -7738,6 +7759,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030030 </State>
@ -7755,13 +7780,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030030Tag = $12-03-03-0030.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030030Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030030Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030030TextValue = TextMessage
Else
Var $Sum1203030030TextID = TextMessageID
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
If $Sum1203030030TextID != "" Then
Var $Sum1203030030TextValue = ""
EndIf
EndIf
</Script>
@ -8086,6 +8108,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030044 </State>
@ -8103,13 +8129,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030044Tag = $12-03-03-0044.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030044TextValue = TextMessage
Else
Var $Sum1203030044TextID = TextMessageID
Var $Sum1203030044TextValue !assigned GETS($Sum1203030044Tag,"MSG")
Var $Sum1203030044TextID !assigned GETS($Sum1203030044Tag,"TextID")
If $Sum1203030044TextID != "" Then
Var $Sum1203030044TextValue = ""
EndIf
EndIf
</Script>

View file

@ -404,6 +404,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200241203030024 </State>
@ -421,13 +425,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200241203030024TextValue = TextMessage
Else
Var $Sum12030200241203030024TextID = TextMessageID
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
If $Sum12030200241203030024TextID != "" Then
Var $Sum12030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -500,14 +501,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Banana Milk Oreo \nVolcano SMOOTHIE"
Var NameLang[2][0] = "Banana Mlik Oreo \nVolcano SMOOTHIE"
Var NameLang[2][1] = "นมกล้วยปั่น\nโอรีโอภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "ငှက်ပျောနို့ Oreo\nချောမွတ်ချောမွတ်ခြင်း။"
Var DescLang[2][0] = "Banana, Milk,\nSugar, Oreo"
Var DescLang[2][1] = "กล้วย นม น้ำตาล โอรีโอ"
Var DescLang[2][1] = "กล้วย นม น้ำตาล Oreo"
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -752,6 +753,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030029 </State>
@ -769,13 +774,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030029Tag = $12-03-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030029TextValue = TextMessage
Else
Var $Sum1203030029TextID = TextMessageID
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
If $Sum1203030029TextID != "" Then
Var $Sum1203030029TextValue = ""
EndIf
EndIf
</Script>
@ -1100,6 +1102,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200231203030023 </State>
@ -1117,13 +1123,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200231203030023Tag = $12-03-03-0023.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200231203030023Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200231203030023Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200231203030023TextValue = TextMessage
Else
Var $Sum12030200231203030023TextID = TextMessageID
Var $Sum12030200231203030023TextValue !assigned GETS($Sum12030200231203030023Tag,"MSG")
Var $Sum12030200231203030023TextID !assigned GETS($Sum12030200231203030023Tag,"TextID")
If $Sum12030200231203030023TextID != "" Then
Var $Sum12030200231203030023TextValue = ""
EndIf
EndIf
</Script>

View file

@ -404,6 +404,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101005712010200571201030057 </State>
@ -421,13 +425,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101005712010200571201030057Tag = $12-01-03-0057.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101005712010200571201030057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101005712010200571201030057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101005712010200571201030057TextValue = TextMessage
Else
Var $Sum120101005712010200571201030057TextID = TextMessageID
Var $Sum120101005712010200571201030057TextValue !assigned GETS($Sum120101005712010200571201030057Tag,"MSG")
Var $Sum120101005712010200571201030057TextID !assigned GETS($Sum120101005712010200571201030057Tag,"TextID")
If $Sum120101005712010200571201030057TextID != "" Then
Var $Sum120101005712010200571201030057TextValue = ""
EndIf
EndIf
</Script>
@ -756,6 +757,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum122101005712210200571221030057 </State>
@ -773,13 +778,10 @@
If tag3_is_disable = "true" Then
Var $Sum122101005712210200571221030057Tag = $12-21-03-0057.TAG
EndIf
Var TextMessage !assigned GETS($Sum122101005712210200571221030057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum122101005712210200571221030057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum122101005712210200571221030057TextValue = TextMessage
Else
Var $Sum122101005712210200571221030057TextID = TextMessageID
Var $Sum122101005712210200571221030057TextValue !assigned GETS($Sum122101005712210200571221030057Tag,"MSG")
Var $Sum122101005712210200571221030057TextID !assigned GETS($Sum122101005712210200571221030057Tag,"TextID")
If $Sum122101005712210200571221030057TextID != "" Then
Var $Sum122101005712210200571221030057TextValue = ""
EndIf
EndIf
</Script>
@ -1108,6 +1110,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010100581201020058 </State>
@ -1125,13 +1131,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010100581201020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010100581201020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010100581201020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010100581201020058TextValue = TextMessage
Else
Var $Sum12010100581201020058TextID = TextMessageID
Var $Sum12010100581201020058TextValue !assigned GETS($Sum12010100581201020058Tag,"MSG")
Var $Sum12010100581201020058TextID !assigned GETS($Sum12010100581201020058Tag,"TextID")
If $Sum12010100581201020058TextID != "" Then
Var $Sum12010100581201020058TextValue = ""
EndIf
EndIf
</Script>
@ -1460,6 +1463,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210100581221020058 </State>
@ -1477,13 +1484,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210100581221020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210100581221020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210100581221020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210100581221020058TextValue = TextMessage
Else
Var $Sum12210100581221020058TextID = TextMessageID
Var $Sum12210100581221020058TextValue !assigned GETS($Sum12210100581221020058Tag,"MSG")
Var $Sum12210100581221020058TextID !assigned GETS($Sum12210100581221020058Tag,"TextID")
If $Sum12210100581221020058TextID != "" Then
Var $Sum12210100581221020058TextValue = ""
EndIf
EndIf
</Script>
@ -1812,6 +1816,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201005012020200501202030050 </State>
@ -1829,13 +1837,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201005012020200501202030050Tag = $12-02-03-0050.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201005012020200501202030050Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201005012020200501202030050Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201005012020200501202030050TextValue = TextMessage
Else
Var $Sum120201005012020200501202030050TextID = TextMessageID
Var $Sum120201005012020200501202030050TextValue !assigned GETS($Sum120201005012020200501202030050Tag,"MSG")
Var $Sum120201005012020200501202030050TextID !assigned GETS($Sum120201005012020200501202030050Tag,"TextID")
If $Sum120201005012020200501202030050TextID != "" Then
Var $Sum120201005012020200501202030050TextValue = ""
EndIf
EndIf
</Script>
@ -2164,6 +2169,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301003512030200351203030035 </State>
@ -2181,13 +2190,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301003512030200351203030035Tag = $12-03-03-0035.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301003512030200351203030035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301003512030200351203030035TextValue = TextMessage
Else
Var $Sum120301003512030200351203030035TextID = TextMessageID
Var $Sum120301003512030200351203030035TextValue !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
Var $Sum120301003512030200351203030035TextID !assigned GETS($Sum120301003512030200351203030035Tag,"TextID")
If $Sum120301003512030200351203030035TextID != "" Then
Var $Sum120301003512030200351203030035TextValue = ""
EndIf
EndIf
</Script>
@ -2516,6 +2522,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301003612030200361203030036 </State>
@ -2533,13 +2543,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301003612030200361203030036Tag = $12-03-03-0036.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301003612030200361203030036Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301003612030200361203030036Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301003612030200361203030036TextValue = TextMessage
Else
Var $Sum120301003612030200361203030036TextID = TextMessageID
Var $Sum120301003612030200361203030036TextValue !assigned GETS($Sum120301003612030200361203030036Tag,"MSG")
Var $Sum120301003612030200361203030036TextID !assigned GETS($Sum120301003612030200361203030036Tag,"TextID")
If $Sum120301003612030200361203030036TextID != "" Then
Var $Sum120301003612030200361203030036TextValue = ""
EndIf
EndIf
</Script>
@ -2864,6 +2871,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200371203030037 </State>
@ -2881,13 +2892,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200371203030037Tag = $12-03-03-0037.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200371203030037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200371203030037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200371203030037TextValue = TextMessage
Else
Var $Sum12030200371203030037TextID = TextMessageID
Var $Sum12030200371203030037TextValue !assigned GETS($Sum12030200371203030037Tag,"MSG")
Var $Sum12030200371203030037TextID !assigned GETS($Sum12030200371203030037Tag,"TextID")
If $Sum12030200371203030037TextID != "" Then
Var $Sum12030200371203030037TextValue = ""
EndIf
EndIf
</Script>
@ -3212,6 +3220,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030034 </State>
@ -3229,13 +3241,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030034Tag = $12-03-03-0034.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030034TextValue = TextMessage
Else
Var $Sum1203030034TextID = TextMessageID
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
If $Sum1203030034TextID != "" Then
Var $Sum1203030034TextValue = ""
EndIf
EndIf
</Script>
@ -3560,6 +3569,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020060 </State>
@ -3577,13 +3590,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020060Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020060Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020060Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020060TextValue = TextMessage
Else
Var $Sum1205020060TextID = TextMessageID
Var $Sum1205020060TextValue !assigned GETS($Sum1205020060Tag,"MSG")
Var $Sum1205020060TextID !assigned GETS($Sum1205020060Tag,"TextID")
If $Sum1205020060TextID != "" Then
Var $Sum1205020060TextValue = ""
EndIf
EndIf
</Script>
@ -3908,6 +3918,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020063 </State>
@ -3925,13 +3939,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020063Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020063TextValue = TextMessage
Else
Var $Sum1205020063TextID = TextMessageID
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
If $Sum1205020063TextID != "" Then
Var $Sum1205020063TextValue = ""
EndIf
EndIf
</Script>
@ -4256,6 +4267,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020064 </State>
@ -4273,13 +4288,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020064TextValue = TextMessage
Else
Var $Sum1205020064TextID = TextMessageID
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
If $Sum1205020064TextID != "" Then
Var $Sum1205020064TextValue = ""
EndIf
EndIf
</Script>
@ -4604,6 +4616,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020065 </State>
@ -4621,13 +4637,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020065Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020065Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020065Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020065TextValue = TextMessage
Else
Var $Sum1205020065TextID = TextMessageID
Var $Sum1205020065TextValue !assigned GETS($Sum1205020065Tag,"MSG")
Var $Sum1205020065TextID !assigned GETS($Sum1205020065Tag,"TextID")
If $Sum1205020065TextID != "" Then
Var $Sum1205020065TextValue = ""
EndIf
EndIf
</Script>
@ -4952,6 +4965,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020066 </State>
@ -4969,13 +4986,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020066Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020066Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020066Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020066TextValue = TextMessage
Else
Var $Sum1205020066TextID = TextMessageID
Var $Sum1205020066TextValue !assigned GETS($Sum1205020066Tag,"MSG")
Var $Sum1205020066TextID !assigned GETS($Sum1205020066Tag,"TextID")
If $Sum1205020066TextID != "" Then
Var $Sum1205020066TextValue = ""
EndIf
EndIf
</Script>
@ -5300,6 +5314,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020067 </State>
@ -5317,13 +5335,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020067TextValue = TextMessage
Else
Var $Sum1205020067TextID = TextMessageID
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
If $Sum1205020067TextID != "" Then
Var $Sum1205020067TextValue = ""
EndIf
EndIf
</Script>

View file

@ -400,6 +400,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020068 </State>
@ -417,13 +421,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020068Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020068TextValue = TextMessage
Else
Var $Sum1201020068TextID = TextMessageID
Var $Sum1201020068TextValue !assigned GETS($Sum1201020068Tag,"MSG")
Var $Sum1201020068TextID !assigned GETS($Sum1201020068Tag,"TextID")
If $Sum1201020068TextID != "" Then
Var $Sum1201020068TextValue = ""
EndIf
EndIf
</Script>
@ -748,6 +749,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020068 </State>
@ -765,13 +770,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020068Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020068TextValue = TextMessage
Else
Var $Sum1221020068TextID = TextMessageID
Var $Sum1221020068TextValue !assigned GETS($Sum1221020068Tag,"MSG")
Var $Sum1221020068TextID !assigned GETS($Sum1221020068Tag,"TextID")
If $Sum1221020068TextID != "" Then
Var $Sum1221020068TextValue = ""
EndIf
EndIf
</Script>
@ -844,7 +846,7 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Coconut smoothie SMOOTHIE"
Var NameLang[2][0] = "Coconut Smoothie SMOOTHIE"
Var NameLang[2][1] = "มะพร้าวน้ำหอมปั่น"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
@ -1096,6 +1098,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030092 </State>
@ -1113,13 +1119,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030092Tag = $12-05-03-0092.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030092Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030092Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030092TextValue = TextMessage
Else
Var $Sum1205030092TextID = TextMessageID
Var $Sum1205030092TextValue !assigned GETS($Sum1205030092Tag,"MSG")
Var $Sum1205030092TextID !assigned GETS($Sum1205030092Tag,"TextID")
If $Sum1205030092TextID != "" Then
Var $Sum1205030092TextValue = ""
EndIf
EndIf
</Script>
@ -1180,7 +1183,7 @@
Var DescLang[0][3] = ""
Var DescLang[0][4] = ""
Var DescLang[0][5] = ""
Var NameLang[1][0] = "ICED coconut milk"
Var NameLang[1][0] = "ICED Coconut Milk"
Var NameLang[1][1] = "มะพร้าวน้ำหอมปั่น\nนมนิวซีแลนด์"
Var NameLang[1][2] = "-"
Var NameLang[1][3] = "-"
@ -1444,6 +1447,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200581203030058 </State>
@ -1461,13 +1468,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200581203030058Tag = $12-03-03-0058.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200581203030058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200581203030058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200581203030058TextValue = TextMessage
Else
Var $Sum12030200581203030058TextID = TextMessageID
Var $Sum12030200581203030058TextValue !assigned GETS($Sum12030200581203030058Tag,"MSG")
Var $Sum12030200581203030058TextID !assigned GETS($Sum12030200581203030058Tag,"TextID")
If $Sum12030200581203030058TextID != "" Then
Var $Sum12030200581203030058TextValue = ""
EndIf
EndIf
</Script>
@ -1792,6 +1796,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200591203030059 </State>
@ -1809,13 +1817,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200591203030059Tag = $12-03-03-0059.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200591203030059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200591203030059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200591203030059TextValue = TextMessage
Else
Var $Sum12030200591203030059TextID = TextMessageID
Var $Sum12030200591203030059TextValue !assigned GETS($Sum12030200591203030059Tag,"MSG")
Var $Sum12030200591203030059TextID !assigned GETS($Sum12030200591203030059Tag,"TextID")
If $Sum12030200591203030059TextID != "" Then
Var $Sum12030200591203030059TextValue = ""
EndIf
EndIf
</Script>
@ -2140,6 +2145,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200601202030060 </State>
@ -2157,13 +2166,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200601202030060Tag = $12-02-03-0060.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200601202030060Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200601202030060Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200601202030060TextValue = TextMessage
Else
Var $Sum12020200601202030060TextID = TextMessageID
Var $Sum12020200601202030060TextValue !assigned GETS($Sum12020200601202030060Tag,"MSG")
Var $Sum12020200601202030060TextID !assigned GETS($Sum12020200601202030060Tag,"TextID")
If $Sum12020200601202030060TextID != "" Then
Var $Sum12020200601202030060TextValue = ""
EndIf
EndIf
</Script>
@ -2488,6 +2494,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200611202030061 </State>
@ -2505,13 +2515,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200611202030061Tag = $12-02-03-0061.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200611202030061Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200611202030061Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200611202030061TextValue = TextMessage
Else
Var $Sum12020200611202030061TextID = TextMessageID
Var $Sum12020200611202030061TextValue !assigned GETS($Sum12020200611202030061Tag,"MSG")
Var $Sum12020200611202030061TextID !assigned GETS($Sum12020200611202030061Tag,"TextID")
If $Sum12020200611202030061TextID != "" Then
Var $Sum12020200611202030061TextValue = ""
EndIf
EndIf
</Script>
@ -2836,6 +2843,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200621202030062 </State>
@ -2853,13 +2864,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200621202030062Tag = $12-02-03-0062.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200621202030062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200621202030062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200621202030062TextValue = TextMessage
Else
Var $Sum12020200621202030062TextID = TextMessageID
Var $Sum12020200621202030062TextValue !assigned GETS($Sum12020200621202030062Tag,"MSG")
Var $Sum12020200621202030062TextID !assigned GETS($Sum12020200621202030062Tag,"TextID")
If $Sum12020200621202030062TextID != "" Then
Var $Sum12020200621202030062TextValue = ""
EndIf
EndIf
</Script>
@ -3184,6 +3192,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200631202030063 </State>
@ -3201,13 +3213,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200631202030063Tag = $12-02-03-0063.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200631202030063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200631202030063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200631202030063TextValue = TextMessage
Else
Var $Sum12020200631202030063TextID = TextMessageID
Var $Sum12020200631202030063TextValue !assigned GETS($Sum12020200631202030063Tag,"MSG")
Var $Sum12020200631202030063TextID !assigned GETS($Sum12020200631202030063Tag,"TextID")
If $Sum12020200631202030063TextID != "" Then
Var $Sum12020200631202030063TextValue = ""
EndIf
EndIf
</Script>
@ -3532,6 +3541,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200641202030064 </State>
@ -3549,13 +3562,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200641202030064Tag = $12-02-03-0064.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200641202030064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200641202030064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200641202030064TextValue = TextMessage
Else
Var $Sum12020200641202030064TextID = TextMessageID
Var $Sum12020200641202030064TextValue !assigned GETS($Sum12020200641202030064Tag,"MSG")
Var $Sum12020200641202030064TextID !assigned GETS($Sum12020200641202030064Tag,"TextID")
If $Sum12020200641202030064TextID != "" Then
Var $Sum12020200641202030064TextValue = ""
EndIf
EndIf
</Script>
@ -3880,6 +3890,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200651202030065 </State>
@ -3897,13 +3911,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200651202030065Tag = $12-02-03-0065.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200651202030065Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200651202030065Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200651202030065TextValue = TextMessage
Else
Var $Sum12020200651202030065TextID = TextMessageID
Var $Sum12020200651202030065TextValue !assigned GETS($Sum12020200651202030065Tag,"MSG")
Var $Sum12020200651202030065TextID !assigned GETS($Sum12020200651202030065Tag,"TextID")
If $Sum12020200651202030065TextID != "" Then
Var $Sum12020200651202030065TextValue = ""
EndIf
EndIf
</Script>
@ -4228,6 +4239,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020090 </State>
@ -4245,13 +4260,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020090Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020090Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020090Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020090TextValue = TextMessage
Else
Var $Sum1205020090TextID = TextMessageID
Var $Sum1205020090TextValue !assigned GETS($Sum1205020090Tag,"MSG")
Var $Sum1205020090TextID !assigned GETS($Sum1205020090Tag,"TextID")
If $Sum1205020090TextID != "" Then
Var $Sum1205020090TextValue = ""
EndIf
EndIf
</Script>
@ -4576,6 +4588,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200911205030091 </State>
@ -4593,13 +4609,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200911205030091Tag = $12-05-03-0091.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200911205030091Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200911205030091Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200911205030091TextValue = TextMessage
Else
Var $Sum12050200911205030091TextID = TextMessageID
Var $Sum12050200911205030091TextValue !assigned GETS($Sum12050200911205030091Tag,"MSG")
Var $Sum12050200911205030091TextID !assigned GETS($Sum12050200911205030091Tag,"TextID")
If $Sum12050200911205030091TextID != "" Then
Var $Sum12050200911205030091TextValue = ""
EndIf
EndIf
</Script>
@ -4924,6 +4937,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201141205030114 </State>
@ -4941,13 +4958,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201141205030114Tag = $12-05-03-0114.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201141205030114Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201141205030114Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201141205030114TextValue = TextMessage
Else
Var $Sum12050201141205030114TextID = TextMessageID
Var $Sum12050201141205030114TextValue !assigned GETS($Sum12050201141205030114Tag,"MSG")
Var $Sum12050201141205030114TextID !assigned GETS($Sum12050201141205030114Tag,"TextID")
If $Sum12050201141205030114TextID != "" Then
Var $Sum12050201141205030114TextValue = ""
EndIf
EndIf
</Script>
@ -5272,6 +5286,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020093 </State>
@ -5289,13 +5307,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020093Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020093Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020093Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020093TextValue = TextMessage
Else
Var $Sum1205020093TextID = TextMessageID
Var $Sum1205020093TextValue !assigned GETS($Sum1205020093Tag,"MSG")
Var $Sum1205020093TextID !assigned GETS($Sum1205020093Tag,"TextID")
If $Sum1205020093TextID != "" Then
Var $Sum1205020093TextValue = ""
EndIf
EndIf
</Script>
@ -5620,6 +5635,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200241203030024 </State>
@ -5637,13 +5656,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200241203030024Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200241203030024TextValue = TextMessage
Else
Var $Sum12030200241203030024TextID = TextMessageID
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
If $Sum12030200241203030024TextID != "" Then
Var $Sum12030200241203030024TextValue = ""
EndIf
EndIf
</Script>
@ -5716,14 +5732,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Banana Milk Oreo \nVolcano SMOOTHIE"
Var NameLang[2][0] = "Banana Mlik Oreo \nVolcano SMOOTHIE"
Var NameLang[2][1] = "นมกล้วยปั่น\nโอรีโอภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "ငှက်ပျောနို့ Oreo\nချောမွတ်ချောမွတ်ခြင်း။"
Var DescLang[2][0] = "Banana, Milk,\nSugar, Oreo"
Var DescLang[2][1] = "กล้วย นม น้ำตาล โอรีโอ"
Var DescLang[2][1] = "กล้วย นม น้ำตาล Oreo"
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -5968,6 +5984,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030029 </State>
@ -5985,13 +6005,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030029Tag = $12-03-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030029TextValue = TextMessage
Else
Var $Sum1203030029TextID = TextMessageID
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
If $Sum1203030029TextID != "" Then
Var $Sum1203030029TextValue = ""
EndIf
EndIf
</Script>
@ -6316,6 +6333,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020057 </State>
@ -6333,13 +6354,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020057TextValue = TextMessage
Else
Var $Sum1201020057TextID = TextMessageID
Var $Sum1201020057TextValue !assigned GETS($Sum1201020057Tag,"MSG")
Var $Sum1201020057TextID !assigned GETS($Sum1201020057Tag,"TextID")
If $Sum1201020057TextID != "" Then
Var $Sum1201020057TextValue = ""
EndIf
EndIf
</Script>
@ -6664,6 +6682,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020057 </State>
@ -6681,13 +6703,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020057TextValue = TextMessage
Else
Var $Sum1221020057TextID = TextMessageID
Var $Sum1221020057TextValue !assigned GETS($Sum1221020057Tag,"MSG")
Var $Sum1221020057TextID !assigned GETS($Sum1221020057Tag,"TextID")
If $Sum1221020057TextID != "" Then
Var $Sum1221020057TextValue = ""
EndIf
EndIf
</Script>
@ -7012,6 +7031,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020058 </State>
@ -7029,13 +7052,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020058TextValue = TextMessage
Else
Var $Sum1201020058TextID = TextMessageID
Var $Sum1201020058TextValue !assigned GETS($Sum1201020058Tag,"MSG")
Var $Sum1201020058TextID !assigned GETS($Sum1201020058Tag,"TextID")
If $Sum1201020058TextID != "" Then
Var $Sum1201020058TextValue = ""
EndIf
EndIf
</Script>
@ -7360,6 +7380,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020058 </State>
@ -7377,13 +7401,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020058TextValue = TextMessage
Else
Var $Sum1221020058TextID = TextMessageID
Var $Sum1221020058TextValue !assigned GETS($Sum1221020058Tag,"MSG")
Var $Sum1221020058TextID !assigned GETS($Sum1221020058Tag,"TextID")
If $Sum1221020058TextID != "" Then
Var $Sum1221020058TextValue = ""
EndIf
EndIf
</Script>
@ -7708,6 +7729,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030050 </State>
@ -7725,13 +7750,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030050Tag = $12-02-03-0050.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030050Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030050Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030050TextValue = TextMessage
Else
Var $Sum1202030050TextID = TextMessageID
Var $Sum1202030050TextValue !assigned GETS($Sum1202030050Tag,"MSG")
Var $Sum1202030050TextID !assigned GETS($Sum1202030050Tag,"TextID")
If $Sum1202030050TextID != "" Then
Var $Sum1202030050TextValue = ""
EndIf
EndIf
</Script>
@ -8056,6 +8078,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020064 </State>
@ -8073,13 +8099,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020064TextValue = TextMessage
Else
Var $Sum1201020064TextID = TextMessageID
Var $Sum1201020064TextValue !assigned GETS($Sum1201020064Tag,"MSG")
Var $Sum1201020064TextID !assigned GETS($Sum1201020064Tag,"TextID")
If $Sum1201020064TextID != "" Then
Var $Sum1201020064TextValue = ""
EndIf
EndIf
</Script>
@ -8404,6 +8427,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020064 </State>
@ -8421,13 +8448,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020064TextValue = TextMessage
Else
Var $Sum1221020064TextID = TextMessageID
Var $Sum1221020064TextValue !assigned GETS($Sum1221020064Tag,"MSG")
Var $Sum1221020064TextID !assigned GETS($Sum1221020064Tag,"TextID")
If $Sum1221020064TextID != "" Then
Var $Sum1221020064TextValue = ""
EndIf
EndIf
</Script>
@ -8752,6 +8776,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020035 </State>
@ -8769,13 +8797,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020035Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020035TextValue = TextMessage
Else
Var $Sum1203020035TextID = TextMessageID
Var $Sum1203020035TextValue !assigned GETS($Sum1203020035Tag,"MSG")
Var $Sum1203020035TextID !assigned GETS($Sum1203020035Tag,"TextID")
If $Sum1203020035TextID != "" Then
Var $Sum1203020035TextValue = ""
EndIf
EndIf
</Script>
@ -9100,6 +9125,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030034 </State>
@ -9117,13 +9146,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030034Tag = $12-03-03-0034.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030034TextValue = TextMessage
Else
Var $Sum1203030034TextID = TextMessageID
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
If $Sum1203030034TextID != "" Then
Var $Sum1203030034TextValue = ""
EndIf
EndIf
</Script>
@ -9448,6 +9474,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030037 </State>
@ -9465,13 +9495,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030037Tag = $12-03-03-0037.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030037TextValue = TextMessage
Else
Var $Sum1203030037TextID = TextMessageID
Var $Sum1203030037TextValue !assigned GETS($Sum1203030037Tag,"MSG")
Var $Sum1203030037TextID !assigned GETS($Sum1203030037Tag,"TextID")
If $Sum1203030037TextID != "" Then
Var $Sum1203030037TextValue = ""
EndIf
EndIf
</Script>
@ -9796,6 +9823,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020063 </State>
@ -9813,13 +9844,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020063Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020063TextValue = TextMessage
Else
Var $Sum1205020063TextID = TextMessageID
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
If $Sum1205020063TextID != "" Then
Var $Sum1205020063TextValue = ""
EndIf
EndIf
</Script>
@ -10144,6 +10172,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020064 </State>
@ -10161,13 +10193,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020064TextValue = TextMessage
Else
Var $Sum1205020064TextID = TextMessageID
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
If $Sum1205020064TextID != "" Then
Var $Sum1205020064TextValue = ""
EndIf
EndIf
</Script>
@ -10492,6 +10521,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020067 </State>
@ -10509,13 +10542,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020067TextValue = TextMessage
Else
Var $Sum1205020067TextID = TextMessageID
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
If $Sum1205020067TextID != "" Then
Var $Sum1205020067TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201030043 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201030043Tag = $12-01-03-0043.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201030043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201030043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201030043TextValue = TextMessage
Else
Var $Sum1201030043TextID = TextMessageID
Var $Sum1201030043TextValue !assigned GETS($Sum1201030043Tag,"MSG")
Var $Sum1201030043TextID !assigned GETS($Sum1201030043Tag,"TextID")
If $Sum1201030043TextID != "" Then
Var $Sum1201030043TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030044 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030044Tag = $12-02-03-0044.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030044TextValue = TextMessage
Else
Var $Sum1202030044TextID = TextMessageID
Var $Sum1202030044TextValue !assigned GETS($Sum1202030044Tag,"MSG")
Var $Sum1202030044TextID !assigned GETS($Sum1202030044Tag,"TextID")
If $Sum1202030044TextID != "" Then
Var $Sum1202030044TextValue = ""
EndIf
EndIf
</Script>
@ -847,14 +849,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Oreo Smoothie\nVolcano SMOOTHIE"
Var NameLang[2][0] = "Oreo Smoothie \nVolcano SMOOTHIE"
Var NameLang[2][1] = "โอรีโอปั่นภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "OREO ချောမွေ့မှု\nမီးတောင် ချောမွေ့မှု"
Var DescLang[2][0] = "Milk, Sugar, Oreo"
Var DescLang[2][1] = "นม น้ำตาล โอรีโอ \n"
Var DescLang[2][0] = "Milk, Sugar, Oreo, Ice"
Var DescLang[2][1] = "นม น้ำตาล โอรีโอ \n "
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030009 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030009Tag = $12-03-03-0009.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030009TextValue = TextMessage
Else
Var $Sum1203030009TextID = TextMessageID
Var $Sum1203030009TextValue !assigned GETS($Sum1203030009Tag,"MSG")
Var $Sum1203030009TextID !assigned GETS($Sum1203030009Tag,"TextID")
If $Sum1203030009TextID != "" Then
Var $Sum1203030009TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030026 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030026Tag = $12-03-03-0026.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030026TextValue = TextMessage
Else
Var $Sum1203030026TextID = TextMessageID
Var $Sum1203030026TextValue !assigned GETS($Sum1203030026Tag,"MSG")
Var $Sum1203030026TextID !assigned GETS($Sum1203030026Tag,"TextID")
If $Sum1203030026TextID != "" Then
Var $Sum1203030026TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030027 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030027Tag = $12-03-03-0027.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030027Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030027Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030027TextValue = TextMessage
Else
Var $Sum1203030027TextID = TextMessageID
Var $Sum1203030027TextValue !assigned GETS($Sum1203030027Tag,"MSG")
Var $Sum1203030027TextID !assigned GETS($Sum1203030027Tag,"TextID")
If $Sum1203030027TextID != "" Then
Var $Sum1203030027TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030030 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030030Tag = $12-03-03-0030.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030030Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030030Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030030TextValue = TextMessage
Else
Var $Sum1203030030TextID = TextMessageID
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
If $Sum1203030030TextID != "" Then
Var $Sum1203030030TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030031 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030031Tag = $12-03-03-0031.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030031Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030031Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030031TextValue = TextMessage
Else
Var $Sum1203030031TextID = TextMessageID
Var $Sum1203030031TextValue !assigned GETS($Sum1203030031Tag,"MSG")
Var $Sum1203030031TextID !assigned GETS($Sum1203030031Tag,"TextID")
If $Sum1203030031TextID != "" Then
Var $Sum1203030031TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030032 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030032Tag = $12-03-03-0032.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030032Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030032Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030032TextValue = TextMessage
Else
Var $Sum1203030032TextID = TextMessageID
Var $Sum1203030032TextValue !assigned GETS($Sum1203030032Tag,"MSG")
Var $Sum1203030032TextID !assigned GETS($Sum1203030032Tag,"TextID")
If $Sum1203030032TextID != "" Then
Var $Sum1203030032TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030048 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030048Tag = $12-02-03-0048.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030048Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030048Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030048TextValue = TextMessage
Else
Var $Sum1202030048TextID = TextMessageID
Var $Sum1202030048TextValue !assigned GETS($Sum1202030048Tag,"MSG")
Var $Sum1202030048TextID !assigned GETS($Sum1202030048Tag,"TextID")
If $Sum1202030048TextID != "" Then
Var $Sum1202030048TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030043 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030043Tag = $12-02-03-0043.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030043TextValue = TextMessage
Else
Var $Sum1202030043TextID = TextMessageID
Var $Sum1202030043TextValue !assigned GETS($Sum1202030043Tag,"MSG")
Var $Sum1202030043TextID !assigned GETS($Sum1202030043Tag,"TextID")
If $Sum1202030043TextID != "" Then
Var $Sum1202030043TextValue = ""
EndIf
EndIf
</Script>
@ -3883,6 +3893,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030028 </State>
@ -3900,13 +3914,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030028Tag = $12-03-03-0028.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030028Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030028Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030028TextValue = TextMessage
Else
Var $Sum1203030028TextID = TextMessageID
Var $Sum1203030028TextValue !assigned GETS($Sum1203030028Tag,"MSG")
Var $Sum1203030028TextID !assigned GETS($Sum1203030028Tag,"TextID")
If $Sum1203030028TextID != "" Then
Var $Sum1203030028TextValue = ""
EndIf
EndIf
</Script>
@ -3979,14 +3990,14 @@
Var DescLang[1][3] = ""
Var DescLang[1][4] = ""
Var DescLang[1][5] = ""
Var NameLang[2][0] = "Banana Milk Oreo \nVolcano SMOOTHIE"
Var NameLang[2][0] = "Banana Mlik Oreo \nVolcano SMOOTHIE"
Var NameLang[2][1] = "นมกล้วยปั่น\nโอรีโอภูเขาไฟ"
Var NameLang[2][2] = "-"
Var NameLang[2][3] = "-"
Var NameLang[2][4] = "-"
Var NameLang[2][5] = "ငှက်ပျောနို့ Oreo\nချောမွတ်ချောမွတ်ခြင်း။"
Var DescLang[2][0] = "Banana, Milk,\nSugar, Oreo"
Var DescLang[2][1] = "กล้วย นม น้ำตาล โอรีโอ"
Var DescLang[2][1] = "กล้วย นม น้ำตาล Oreo"
Var DescLang[2][2] = "-"
Var DescLang[2][3] = "-"
Var DescLang[2][4] = "-"
@ -4231,6 +4242,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030029 </State>
@ -4248,13 +4263,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030029Tag = $12-03-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030029TextValue = TextMessage
Else
Var $Sum1203030029TextID = TextMessageID
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
If $Sum1203030029TextID != "" Then
Var $Sum1203030029TextValue = ""
EndIf
EndIf
</Script>
@ -4579,6 +4591,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030034 </State>
@ -4596,13 +4612,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030034Tag = $12-03-03-0034.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030034TextValue = TextMessage
Else
Var $Sum1203030034TextID = TextMessageID
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
If $Sum1203030034TextID != "" Then
Var $Sum1203030034TextValue = ""
EndIf
EndIf
</Script>
@ -4927,6 +4940,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030056 </State>
@ -4944,13 +4961,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030056Tag = $12-02-03-0056.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030056Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030056Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030056TextValue = TextMessage
Else
Var $Sum1202030056TextID = TextMessageID
Var $Sum1202030056TextValue !assigned GETS($Sum1202030056Tag,"MSG")
Var $Sum1202030056TextID !assigned GETS($Sum1202030056Tag,"TextID")
If $Sum1202030056TextID != "" Then
Var $Sum1202030056TextValue = ""
EndIf
EndIf
</Script>
@ -5275,6 +5289,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030086 </State>
@ -5292,13 +5310,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030086Tag = $12-03-03-0086.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030086Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030086Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030086TextValue = TextMessage
Else
Var $Sum1203030086TextID = TextMessageID
Var $Sum1203030086TextValue !assigned GETS($Sum1203030086Tag,"MSG")
Var $Sum1203030086TextID !assigned GETS($Sum1203030086Tag,"TextID")
If $Sum1203030086TextID != "" Then
Var $Sum1203030086TextValue = ""
EndIf
EndIf
</Script>
@ -5623,6 +5638,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030087 </State>
@ -5640,13 +5659,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030087Tag = $12-03-03-0087.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030087Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030087Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030087TextValue = TextMessage
Else
Var $Sum1203030087TextID = TextMessageID
Var $Sum1203030087TextValue !assigned GETS($Sum1203030087Tag,"MSG")
Var $Sum1203030087TextID !assigned GETS($Sum1203030087Tag,"TextID")
If $Sum1203030087TextID != "" Then
Var $Sum1203030087TextValue = ""
EndIf
EndIf
</Script>
@ -5971,6 +5987,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201030078 </State>
@ -5988,13 +6008,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201030078Tag = $12-01-03-0078.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201030078TextValue = TextMessage
Else
Var $Sum1201030078TextID = TextMessageID
Var $Sum1201030078TextValue !assigned GETS($Sum1201030078Tag,"MSG")
Var $Sum1201030078TextID !assigned GETS($Sum1201030078Tag,"TextID")
If $Sum1201030078TextID != "" Then
Var $Sum1201030078TextValue = ""
EndIf
EndIf
</Script>
@ -6319,6 +6336,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221030078 </State>
@ -6336,13 +6357,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221030078Tag = $12-21-03-0078.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221030078TextValue = TextMessage
Else
Var $Sum1221030078TextID = TextMessageID
Var $Sum1221030078TextValue !assigned GETS($Sum1221030078Tag,"MSG")
Var $Sum1221030078TextID !assigned GETS($Sum1221030078Tag,"TextID")
If $Sum1221030078TextID != "" Then
Var $Sum1221030078TextValue = ""
EndIf
EndIf
</Script>
@ -6667,6 +6685,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030057 </State>
@ -6684,13 +6706,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030057Tag = $12-02-03-0057.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030057TextValue = TextMessage
Else
Var $Sum1202030057TextID = TextMessageID
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
If $Sum1202030057TextID != "" Then
Var $Sum1202030057TextValue = ""
EndIf
EndIf
</Script>
@ -7015,6 +7034,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030058 </State>
@ -7032,13 +7055,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030058Tag = $12-02-03-0058.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030058TextValue = TextMessage
Else
Var $Sum1202030058TextID = TextMessageID
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
If $Sum1202030058TextID != "" Then
Var $Sum1202030058TextValue = ""
EndIf
EndIf
</Script>

View file

@ -398,6 +398,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020057 </State>
@ -415,13 +419,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020057TextValue = TextMessage
Else
Var $Sum1201020057TextID = TextMessageID
Var $Sum1201020057TextValue !assigned GETS($Sum1201020057Tag,"MSG")
Var $Sum1201020057TextID !assigned GETS($Sum1201020057Tag,"TextID")
If $Sum1201020057TextID != "" Then
Var $Sum1201020057TextValue = ""
EndIf
EndIf
</Script>
@ -746,6 +747,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020057 </State>
@ -763,13 +768,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020057TextValue = TextMessage
Else
Var $Sum1221020057TextID = TextMessageID
Var $Sum1221020057TextValue !assigned GETS($Sum1221020057Tag,"MSG")
Var $Sum1221020057TextID !assigned GETS($Sum1221020057Tag,"TextID")
If $Sum1221020057TextID != "" Then
Var $Sum1221020057TextValue = ""
EndIf
EndIf
</Script>
@ -1094,6 +1096,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020058 </State>
@ -1111,13 +1117,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020058TextValue = TextMessage
Else
Var $Sum1201020058TextID = TextMessageID
Var $Sum1201020058TextValue !assigned GETS($Sum1201020058Tag,"MSG")
Var $Sum1201020058TextID !assigned GETS($Sum1201020058Tag,"TextID")
If $Sum1201020058TextID != "" Then
Var $Sum1201020058TextValue = ""
EndIf
EndIf
</Script>
@ -1442,6 +1445,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020058 </State>
@ -1459,13 +1466,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020058TextValue = TextMessage
Else
Var $Sum1221020058TextID = TextMessageID
Var $Sum1221020058TextValue !assigned GETS($Sum1221020058Tag,"MSG")
Var $Sum1221020058TextID !assigned GETS($Sum1221020058Tag,"TextID")
If $Sum1221020058TextID != "" Then
Var $Sum1221020058TextValue = ""
EndIf
EndIf
</Script>
@ -1790,6 +1794,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030050 </State>
@ -1807,13 +1815,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030050Tag = $12-02-03-0050.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030050Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030050Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030050TextValue = TextMessage
Else
Var $Sum1202030050TextID = TextMessageID
Var $Sum1202030050TextValue !assigned GETS($Sum1202030050Tag,"MSG")
Var $Sum1202030050TextID !assigned GETS($Sum1202030050Tag,"TextID")
If $Sum1202030050TextID != "" Then
Var $Sum1202030050TextValue = ""
EndIf
EndIf
</Script>
@ -2138,6 +2143,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020064 </State>
@ -2155,13 +2164,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020064TextValue = TextMessage
Else
Var $Sum1201020064TextID = TextMessageID
Var $Sum1201020064TextValue !assigned GETS($Sum1201020064Tag,"MSG")
Var $Sum1201020064TextID !assigned GETS($Sum1201020064Tag,"TextID")
If $Sum1201020064TextID != "" Then
Var $Sum1201020064TextValue = ""
EndIf
EndIf
</Script>
@ -2486,6 +2492,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020064 </State>
@ -2503,13 +2513,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020064TextValue = TextMessage
Else
Var $Sum1221020064TextID = TextMessageID
Var $Sum1221020064TextValue !assigned GETS($Sum1221020064Tag,"MSG")
Var $Sum1221020064TextID !assigned GETS($Sum1221020064Tag,"TextID")
If $Sum1221020064TextID != "" Then
Var $Sum1221020064TextValue = ""
EndIf
EndIf
</Script>
@ -2834,6 +2841,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020035 </State>
@ -2851,13 +2862,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020035Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020035TextValue = TextMessage
Else
Var $Sum1203020035TextID = TextMessageID
Var $Sum1203020035TextValue !assigned GETS($Sum1203020035Tag,"MSG")
Var $Sum1203020035TextID !assigned GETS($Sum1203020035Tag,"TextID")
If $Sum1203020035TextID != "" Then
Var $Sum1203020035TextValue = ""
EndIf
EndIf
</Script>
@ -3182,6 +3190,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030034 </State>
@ -3199,13 +3211,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030034Tag = $12-03-03-0034.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030034Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030034Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030034TextValue = TextMessage
Else
Var $Sum1203030034TextID = TextMessageID
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
If $Sum1203030034TextID != "" Then
Var $Sum1203030034TextValue = ""
EndIf
EndIf
</Script>
@ -3530,6 +3539,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030037 </State>
@ -3547,13 +3560,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030037Tag = $12-03-03-0037.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030037TextValue = TextMessage
Else
Var $Sum1203030037TextID = TextMessageID
Var $Sum1203030037TextValue !assigned GETS($Sum1203030037Tag,"MSG")
Var $Sum1203030037TextID !assigned GETS($Sum1203030037Tag,"TextID")
If $Sum1203030037TextID != "" Then
Var $Sum1203030037TextValue = ""
EndIf
EndIf
</Script>
@ -3878,6 +3888,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020063 </State>
@ -3895,13 +3909,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020063Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020063TextValue = TextMessage
Else
Var $Sum1205020063TextID = TextMessageID
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
If $Sum1205020063TextID != "" Then
Var $Sum1205020063TextValue = ""
EndIf
EndIf
</Script>
@ -4226,6 +4237,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020064 </State>
@ -4243,13 +4258,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020064TextValue = TextMessage
Else
Var $Sum1205020064TextID = TextMessageID
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
If $Sum1205020064TextID != "" Then
Var $Sum1205020064TextValue = ""
EndIf
EndIf
</Script>
@ -4574,6 +4586,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020067 </State>
@ -4591,13 +4607,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020067TextValue = TextMessage
Else
Var $Sum1205020067TextID = TextMessageID
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
If $Sum1205020067TextID != "" Then
Var $Sum1205020067TextValue = ""
EndIf
EndIf
</Script>

View file

@ -406,6 +406,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010100591201020059 </State>
@ -423,13 +427,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010100591201020059Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010100591201020059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010100591201020059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010100591201020059TextValue = TextMessage
Else
Var $Sum12010100591201020059TextID = TextMessageID
Var $Sum12010100591201020059TextValue !assigned GETS($Sum12010100591201020059Tag,"MSG")
Var $Sum12010100591201020059TextID !assigned GETS($Sum12010100591201020059Tag,"TextID")
If $Sum12010100591201020059TextID != "" Then
Var $Sum12010100591201020059TextValue = ""
EndIf
EndIf
</Script>
@ -758,6 +759,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210100591221020059 </State>
@ -775,13 +780,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210100591221020059Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210100591221020059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210100591221020059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210100591221020059TextValue = TextMessage
Else
Var $Sum12210100591221020059TextID = TextMessageID
Var $Sum12210100591221020059TextValue !assigned GETS($Sum12210100591221020059Tag,"MSG")
Var $Sum12210100591221020059TextID !assigned GETS($Sum12210100591221020059Tag,"TextID")
If $Sum12210100591221020059TextID != "" Then
Var $Sum12210100591221020059TextValue = ""
EndIf
EndIf
</Script>
@ -1110,6 +1112,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101006012010200601201030060 </State>
@ -1127,13 +1133,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101006012010200601201030060Tag = $12-01-03-0060.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101006012010200601201030060Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101006012010200601201030060Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101006012010200601201030060TextValue = TextMessage
Else
Var $Sum120101006012010200601201030060TextID = TextMessageID
Var $Sum120101006012010200601201030060TextValue !assigned GETS($Sum120101006012010200601201030060Tag,"MSG")
Var $Sum120101006012010200601201030060TextID !assigned GETS($Sum120101006012010200601201030060Tag,"TextID")
If $Sum120101006012010200601201030060TextID != "" Then
Var $Sum120101006012010200601201030060TextValue = ""
EndIf
EndIf
</Script>
@ -1462,6 +1465,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum122101006012210200601221030060 </State>
@ -1479,13 +1486,10 @@
If tag3_is_disable = "true" Then
Var $Sum122101006012210200601221030060Tag = $12-21-03-0060.TAG
EndIf
Var TextMessage !assigned GETS($Sum122101006012210200601221030060Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum122101006012210200601221030060Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum122101006012210200601221030060TextValue = TextMessage
Else
Var $Sum122101006012210200601221030060TextID = TextMessageID
Var $Sum122101006012210200601221030060TextValue !assigned GETS($Sum122101006012210200601221030060Tag,"MSG")
Var $Sum122101006012210200601221030060TextID !assigned GETS($Sum122101006012210200601221030060Tag,"TextID")
If $Sum122101006012210200601221030060TextID != "" Then
Var $Sum122101006012210200601221030060TextValue = ""
EndIf
EndIf
</Script>
@ -1814,6 +1818,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201005112020200511202030051 </State>
@ -1831,13 +1839,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201005112020200511202030051Tag = $12-02-03-0051.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201005112020200511202030051Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201005112020200511202030051Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201005112020200511202030051TextValue = TextMessage
Else
Var $Sum120201005112020200511202030051TextID = TextMessageID
Var $Sum120201005112020200511202030051TextValue !assigned GETS($Sum120201005112020200511202030051Tag,"MSG")
Var $Sum120201005112020200511202030051TextID !assigned GETS($Sum120201005112020200511202030051Tag,"TextID")
If $Sum120201005112020200511202030051TextID != "" Then
Var $Sum120201005112020200511202030051TextValue = ""
EndIf
EndIf
</Script>
@ -2162,6 +2167,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020052 </State>
@ -2179,13 +2188,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020052Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020052Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020052Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020052TextValue = TextMessage
Else
Var $Sum1202020052TextID = TextMessageID
Var $Sum1202020052TextValue !assigned GETS($Sum1202020052Tag,"MSG")
Var $Sum1202020052TextID !assigned GETS($Sum1202020052Tag,"TextID")
If $Sum1202020052TextID != "" Then
Var $Sum1202020052TextValue = ""
EndIf
EndIf
</Script>
@ -2514,6 +2520,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301003812030200381203030038 </State>
@ -2531,13 +2541,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301003812030200381203030038Tag = $12-03-03-0038.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301003812030200381203030038Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301003812030200381203030038Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301003812030200381203030038TextValue = TextMessage
Else
Var $Sum120301003812030200381203030038TextID = TextMessageID
Var $Sum120301003812030200381203030038TextValue !assigned GETS($Sum120301003812030200381203030038Tag,"MSG")
Var $Sum120301003812030200381203030038TextID !assigned GETS($Sum120301003812030200381203030038Tag,"TextID")
If $Sum120301003812030200381203030038TextID != "" Then
Var $Sum120301003812030200381203030038TextValue = ""
EndIf
EndIf
</Script>
@ -2862,6 +2869,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12030200391203030039 </State>
@ -2879,13 +2890,10 @@
If tag3_is_disable = "true" Then
Var $Sum12030200391203030039Tag = $12-03-03-0039.TAG
EndIf
Var TextMessage !assigned GETS($Sum12030200391203030039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12030200391203030039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12030200391203030039TextValue = TextMessage
Else
Var $Sum12030200391203030039TextID = TextMessageID
Var $Sum12030200391203030039TextValue !assigned GETS($Sum12030200391203030039Tag,"MSG")
Var $Sum12030200391203030039TextID !assigned GETS($Sum12030200391203030039Tag,"TextID")
If $Sum12030200391203030039TextID != "" Then
Var $Sum12030200391203030039TextValue = ""
EndIf
EndIf
</Script>
@ -3210,6 +3218,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030040 </State>
@ -3227,13 +3239,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030040Tag = $12-03-03-0040.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030040Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030040Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030040TextValue = TextMessage
Else
Var $Sum1203030040TextID = TextMessageID
Var $Sum1203030040TextValue !assigned GETS($Sum1203030040Tag,"MSG")
Var $Sum1203030040TextID !assigned GETS($Sum1203030040Tag,"TextID")
If $Sum1203030040TextID != "" Then
Var $Sum1203030040TextValue = ""
EndIf
EndIf
</Script>
@ -3558,6 +3567,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020068 </State>
@ -3575,13 +3588,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020068Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020068Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020068Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020068TextValue = TextMessage
Else
Var $Sum1205020068TextID = TextMessageID
Var $Sum1205020068TextValue !assigned GETS($Sum1205020068Tag,"MSG")
Var $Sum1205020068TextID !assigned GETS($Sum1205020068Tag,"TextID")
If $Sum1205020068TextID != "" Then
Var $Sum1205020068TextValue = ""
EndIf
EndIf
</Script>
@ -3906,6 +3916,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020069 </State>
@ -3923,13 +3937,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020069Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020069Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020069Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020069TextValue = TextMessage
Else
Var $Sum1205020069TextID = TextMessageID
Var $Sum1205020069TextValue !assigned GETS($Sum1205020069Tag,"MSG")
Var $Sum1205020069TextID !assigned GETS($Sum1205020069Tag,"TextID")
If $Sum1205020069TextID != "" Then
Var $Sum1205020069TextValue = ""
EndIf
EndIf
</Script>
@ -4254,6 +4265,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020070 </State>
@ -4271,13 +4286,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020070Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020070Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020070Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020070TextValue = TextMessage
Else
Var $Sum1205020070TextID = TextMessageID
Var $Sum1205020070TextValue !assigned GETS($Sum1205020070Tag,"MSG")
Var $Sum1205020070TextID !assigned GETS($Sum1205020070Tag,"TextID")
If $Sum1205020070TextID != "" Then
Var $Sum1205020070TextValue = ""
EndIf
EndIf
</Script>
@ -4602,6 +4614,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020072 </State>
@ -4619,13 +4635,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020072Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020072Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020072Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020072TextValue = TextMessage
Else
Var $Sum1205020072TextID = TextMessageID
Var $Sum1205020072TextValue !assigned GETS($Sum1205020072Tag,"MSG")
Var $Sum1205020072TextID !assigned GETS($Sum1205020072Tag,"TextID")
If $Sum1205020072TextID != "" Then
Var $Sum1205020072TextValue = ""
EndIf
EndIf
</Script>
@ -4950,6 +4963,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020073 </State>
@ -4967,13 +4984,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020073Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020073Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020073Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020073TextValue = TextMessage
Else
Var $Sum1205020073TextID = TextMessageID
Var $Sum1205020073TextValue !assigned GETS($Sum1205020073Tag,"MSG")
Var $Sum1205020073TextID !assigned GETS($Sum1205020073Tag,"TextID")
If $Sum1205020073TextID != "" Then
Var $Sum1205020073TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020008 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020008Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020008Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020008Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020008TextValue = TextMessage
Else
Var $Sum1299020008TextID = TextMessageID
Var $Sum1299020008TextValue !assigned GETS($Sum1299020008Tag,"MSG")
Var $Sum1299020008TextID !assigned GETS($Sum1299020008Tag,"TextID")
If $Sum1299020008TextID != "" Then
Var $Sum1299020008TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020003 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020003TextValue = TextMessage
Else
Var $Sum1299020003TextID = TextMessageID
Var $Sum1299020003TextValue !assigned GETS($Sum1299020003Tag,"MSG")
Var $Sum1299020003TextID !assigned GETS($Sum1299020003Tag,"TextID")
If $Sum1299020003TextID != "" Then
Var $Sum1299020003TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020046 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020046Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020046TextValue = TextMessage
Else
Var $Sum1205020046TextID = TextMessageID
Var $Sum1205020046TextValue !assigned GETS($Sum1205020046Tag,"MSG")
Var $Sum1205020046TextID !assigned GETS($Sum1205020046Tag,"TextID")
If $Sum1205020046TextID != "" Then
Var $Sum1205020046TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050058 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050058Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050058TextValue = TextMessage
Else
Var $Sum1299050058TextID = TextMessageID
Var $Sum1299050058TextValue !assigned GETS($Sum1299050058Tag,"MSG")
Var $Sum1299050058TextID !assigned GETS($Sum1299050058Tag,"TextID")
If $Sum1299050058TextID != "" Then
Var $Sum1299050058TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050060 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050060Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050060Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050060Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050060TextValue = TextMessage
Else
Var $Sum1299050060TextID = TextMessageID
Var $Sum1299050060TextValue !assigned GETS($Sum1299050060Tag,"MSG")
Var $Sum1299050060TextID !assigned GETS($Sum1299050060Tag,"TextID")
If $Sum1299050060TextID != "" Then
Var $Sum1299050060TextValue = ""
EndIf
EndIf
</Script>
@ -1885,7 +1890,7 @@
Var NameLang[1][3] = "-"
Var NameLang[1][4] = "-"
Var NameLang[1][5] = "ICED PEPSI"
Var DescLang[1][0] = "Pepsi, Ice"
Var DescLang[1][0] = "Pepsi & Ice"
Var DescLang[1][1] = "เป๊ปซี่ "
Var DescLang[1][2] = "-"
Var DescLang[1][3] = "-"
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020007 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020007Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020007TextValue = TextMessage
Else
Var $Sum1205020007TextID = TextMessageID
Var $Sum1205020007TextValue !assigned GETS($Sum1205020007Tag,"MSG")
Var $Sum1205020007TextID !assigned GETS($Sum1205020007Tag,"TextID")
If $Sum1205020007TextID != "" Then
Var $Sum1205020007TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050053 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050053Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050053TextValue = TextMessage
Else
Var $Sum1299050053TextID = TextMessageID
Var $Sum1299050053TextValue !assigned GETS($Sum1299050053Tag,"MSG")
Var $Sum1299050053TextID !assigned GETS($Sum1299050053Tag,"TextID")
If $Sum1299050053TextID != "" Then
Var $Sum1299050053TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050064 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050064Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050064TextValue = TextMessage
Else
Var $Sum1299050064TextID = TextMessageID
Var $Sum1299050064TextValue !assigned GETS($Sum1299050064Tag,"MSG")
Var $Sum1299050064TextID !assigned GETS($Sum1299050064Tag,"TextID")
If $Sum1299050064TextID != "" Then
Var $Sum1299050064TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020007 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020007Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020007TextValue = TextMessage
Else
Var $Sum1299020007TextID = TextMessageID
Var $Sum1299020007TextValue !assigned GETS($Sum1299020007Tag,"MSG")
Var $Sum1299020007TextID !assigned GETS($Sum1299020007Tag,"TextID")
If $Sum1299020007TextID != "" Then
Var $Sum1299020007TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020084 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020084Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020084Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020084Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020084TextValue = TextMessage
Else
Var $Sum1205020084TextID = TextMessageID
Var $Sum1205020084TextValue !assigned GETS($Sum1205020084Tag,"MSG")
Var $Sum1205020084TextID !assigned GETS($Sum1205020084Tag,"TextID")
If $Sum1205020084TextID != "" Then
Var $Sum1205020084TextValue = ""
EndIf
EndIf
</Script>
@ -3883,6 +3893,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050052 </State>
@ -3900,13 +3914,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050052Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050052Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050052Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050052TextValue = TextMessage
Else
Var $Sum1299050052TextID = TextMessageID
Var $Sum1299050052TextValue !assigned GETS($Sum1299050052Tag,"MSG")
Var $Sum1299050052TextID !assigned GETS($Sum1299050052Tag,"TextID")
If $Sum1299050052TextID != "" Then
Var $Sum1299050052TextValue = ""
EndIf
EndIf
</Script>
@ -4231,6 +4242,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020067 </State>
@ -4248,13 +4263,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020067TextValue = TextMessage
Else
Var $Sum1205020067TextID = TextMessageID
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
If $Sum1205020067TextID != "" Then
Var $Sum1205020067TextValue = ""
EndIf
EndIf
</Script>
@ -4579,6 +4591,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030007 </State>
@ -4596,13 +4612,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030007Tag = $12-05-03-0007.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030007TextValue = TextMessage
Else
Var $Sum1205030007TextID = TextMessageID
Var $Sum1205030007TextValue !assigned GETS($Sum1205030007Tag,"MSG")
Var $Sum1205030007TextID !assigned GETS($Sum1205030007Tag,"TextID")
If $Sum1205030007TextID != "" Then
Var $Sum1205030007TextValue = ""
EndIf
EndIf
</Script>
@ -4927,6 +4940,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050057 </State>
@ -4944,13 +4961,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050057TextValue = TextMessage
Else
Var $Sum1299050057TextID = TextMessageID
Var $Sum1299050057TextValue !assigned GETS($Sum1299050057Tag,"MSG")
Var $Sum1299050057TextID !assigned GETS($Sum1299050057Tag,"TextID")
If $Sum1299050057TextID != "" Then
Var $Sum1299050057TextValue = ""
EndIf
EndIf
</Script>

View file

@ -404,6 +404,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020044 </State>
@ -421,13 +425,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020044Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020044TextValue = TextMessage
Else
Var $Sum1202020044TextID = TextMessageID
Var $Sum1202020044TextValue !assigned GETS($Sum1202020044Tag,"MSG")
Var $Sum1202020044TextID !assigned GETS($Sum1202020044Tag,"TextID")
If $Sum1202020044TextID != "" Then
Var $Sum1202020044TextValue = ""
EndIf
EndIf
</Script>
@ -752,6 +753,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020043 </State>
@ -769,13 +774,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020043Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020043TextValue = TextMessage
Else
Var $Sum1202020043TextID = TextMessageID
Var $Sum1202020043TextValue !assigned GETS($Sum1202020043Tag,"MSG")
Var $Sum1202020043TextID !assigned GETS($Sum1202020043Tag,"TextID")
If $Sum1202020043TextID != "" Then
Var $Sum1202020043TextValue = ""
EndIf
EndIf
</Script>
@ -1100,6 +1102,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020003 </State>
@ -1117,13 +1123,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020003TextValue = TextMessage
Else
Var $Sum1299020003TextID = TextMessageID
Var $Sum1299020003TextValue !assigned GETS($Sum1299020003Tag,"MSG")
Var $Sum1299020003TextID !assigned GETS($Sum1299020003Tag,"TextID")
If $Sum1299020003TextID != "" Then
Var $Sum1299020003TextValue = ""
EndIf
EndIf
</Script>
@ -1448,6 +1451,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020001 </State>
@ -1465,13 +1472,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020001TextValue = TextMessage
Else
Var $Sum1299020001TextID = TextMessageID
Var $Sum1299020001TextValue !assigned GETS($Sum1299020001Tag,"MSG")
Var $Sum1299020001TextID !assigned GETS($Sum1299020001Tag,"TextID")
If $Sum1299020001TextID != "" Then
Var $Sum1299020001TextValue = ""
EndIf
EndIf
</Script>
@ -1796,6 +1800,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030046 </State>
@ -1813,13 +1821,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030046Tag = $12-99-03-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030046TextValue = TextMessage
Else
Var $Sum1299030046TextID = TextMessageID
Var $Sum1299030046TextValue !assigned GETS($Sum1299030046Tag,"MSG")
Var $Sum1299030046TextID !assigned GETS($Sum1299030046Tag,"TextID")
If $Sum1299030046TextID != "" Then
Var $Sum1299030046TextValue = ""
EndIf
EndIf
</Script>
@ -2144,6 +2149,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020011 </State>
@ -2161,13 +2170,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020011Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020011TextValue = TextMessage
Else
Var $Sum1299020011TextID = TextMessageID
Var $Sum1299020011TextValue !assigned GETS($Sum1299020011Tag,"MSG")
Var $Sum1299020011TextID !assigned GETS($Sum1299020011Tag,"TextID")
If $Sum1299020011TextID != "" Then
Var $Sum1299020011TextValue = ""
EndIf
EndIf
</Script>
@ -2492,6 +2498,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020015 </State>
@ -2509,13 +2519,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020015Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020015Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020015Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020015TextValue = TextMessage
Else
Var $Sum1299020015TextID = TextMessageID
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
If $Sum1299020015TextID != "" Then
Var $Sum1299020015TextValue = ""
EndIf
EndIf
</Script>
@ -2840,6 +2847,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050059 </State>
@ -2857,13 +2868,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050059Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050059TextValue = TextMessage
Else
Var $Sum1299050059TextID = TextMessageID
Var $Sum1299050059TextValue !assigned GETS($Sum1299050059Tag,"MSG")
Var $Sum1299050059TextID !assigned GETS($Sum1299050059Tag,"TextID")
If $Sum1299050059TextID != "" Then
Var $Sum1299050059TextValue = ""
EndIf
EndIf
</Script>
@ -3188,6 +3196,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050057 </State>
@ -3205,13 +3217,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050057Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050057TextValue = TextMessage
Else
Var $Sum1299050057TextID = TextMessageID
Var $Sum1299050057TextValue !assigned GETS($Sum1299050057Tag,"MSG")
Var $Sum1299050057TextID !assigned GETS($Sum1299050057Tag,"TextID")
If $Sum1299050057TextID != "" Then
Var $Sum1299050057TextValue = ""
EndIf
EndIf
</Script>
@ -3536,6 +3545,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030035 </State>
@ -3553,13 +3566,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030035Tag = $12-03-03-0035.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030035Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030035Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030035TextValue = TextMessage
Else
Var $Sum1203030035TextID = TextMessageID
Var $Sum1203030035TextValue !assigned GETS($Sum1203030035Tag,"MSG")
Var $Sum1203030035TextID !assigned GETS($Sum1203030035Tag,"TextID")
If $Sum1203030035TextID != "" Then
Var $Sum1203030035TextValue = ""
EndIf
EndIf
</Script>
@ -3884,6 +3894,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020036 </State>
@ -3901,13 +3915,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020036Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020036Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020036Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020036TextValue = TextMessage
Else
Var $Sum1203020036TextID = TextMessageID
Var $Sum1203020036TextValue !assigned GETS($Sum1203020036Tag,"MSG")
Var $Sum1203020036TextID !assigned GETS($Sum1203020036Tag,"TextID")
If $Sum1203020036TextID != "" Then
Var $Sum1203020036TextValue = ""
EndIf
EndIf
</Script>
@ -4232,6 +4243,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030066 </State>
@ -4249,13 +4264,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030066Tag = $12-99-03-0066.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030066Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030066Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030066TextValue = TextMessage
Else
Var $Sum1299030066TextID = TextMessageID
Var $Sum1299030066TextValue !assigned GETS($Sum1299030066Tag,"MSG")
Var $Sum1299030066TextID !assigned GETS($Sum1299030066Tag,"TextID")
If $Sum1299030066TextID != "" Then
Var $Sum1299030066TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030064 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030064Tag = $12-05-03-0064.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030064Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030064Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030064TextValue = TextMessage
Else
Var $Sum1205030064TextID = TextMessageID
Var $Sum1205030064TextValue !assigned GETS($Sum1205030064Tag,"MSG")
Var $Sum1205030064TextID !assigned GETS($Sum1205030064Tag,"TextID")
If $Sum1205030064TextID != "" Then
Var $Sum1205030064TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050073 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050073Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050073Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050073Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050073TextValue = TextMessage
Else
Var $Sum1299050073TextID = TextMessageID
Var $Sum1299050073TextValue !assigned GETS($Sum1299050073Tag,"MSG")
Var $Sum1299050073TextID !assigned GETS($Sum1299050073Tag,"TextID")
If $Sum1299050073TextID != "" Then
Var $Sum1299050073TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020056 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020056Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020056Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020056Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020056TextValue = TextMessage
Else
Var $Sum1202020056TextID = TextMessageID
Var $Sum1202020056TextValue !assigned GETS($Sum1202020056Tag,"MSG")
Var $Sum1202020056TextID !assigned GETS($Sum1202020056Tag,"TextID")
If $Sum1202020056TextID != "" Then
Var $Sum1202020056TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020073 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020073Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020073Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020073Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020073TextValue = TextMessage
Else
Var $Sum1201020073TextID = TextMessageID
Var $Sum1201020073TextValue !assigned GETS($Sum1201020073Tag,"MSG")
Var $Sum1201020073TextID !assigned GETS($Sum1201020073Tag,"TextID")
If $Sum1201020073TextID != "" Then
Var $Sum1201020073TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020073 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020073Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020073Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020073Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020073TextValue = TextMessage
Else
Var $Sum1221020073TextID = TextMessageID
Var $Sum1221020073TextValue !assigned GETS($Sum1221020073Tag,"MSG")
Var $Sum1221020073TextID !assigned GETS($Sum1221020073Tag,"TextID")
If $Sum1221020073TextID != "" Then
Var $Sum1221020073TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030046 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030046Tag = $12-03-03-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030046TextValue = TextMessage
Else
Var $Sum1203030046TextID = TextMessageID
Var $Sum1203030046TextValue !assigned GETS($Sum1203030046Tag,"MSG")
Var $Sum1203030046TextID !assigned GETS($Sum1203030046Tag,"TextID")
If $Sum1203030046TextID != "" Then
Var $Sum1203030046TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020073 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020073Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020073Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020073Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020073TextValue = TextMessage
Else
Var $Sum1203020073TextID = TextMessageID
Var $Sum1203020073TextValue !assigned GETS($Sum1203020073Tag,"MSG")
Var $Sum1203020073TextID !assigned GETS($Sum1203020073Tag,"TextID")
If $Sum1203020073TextID != "" Then
Var $Sum1203020073TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020067 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020067Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020067TextValue = TextMessage
Else
Var $Sum1202020067TextID = TextMessageID
Var $Sum1202020067TextValue !assigned GETS($Sum1202020067Tag,"MSG")
Var $Sum1202020067TextID !assigned GETS($Sum1202020067Tag,"TextID")
If $Sum1202020067TextID != "" Then
Var $Sum1202020067TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020074 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020074Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020074Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020074Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020074TextValue = TextMessage
Else
Var $Sum1201020074TextID = TextMessageID
Var $Sum1201020074TextValue !assigned GETS($Sum1201020074Tag,"MSG")
Var $Sum1201020074TextID !assigned GETS($Sum1201020074Tag,"TextID")
If $Sum1201020074TextID != "" Then
Var $Sum1201020074TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020074 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020074Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020074Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020074Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020074TextValue = TextMessage
Else
Var $Sum1221020074TextID = TextMessageID
Var $Sum1221020074TextValue !assigned GETS($Sum1221020074Tag,"MSG")
Var $Sum1221020074TextID !assigned GETS($Sum1221020074Tag,"TextID")
If $Sum1221020074TextID != "" Then
Var $Sum1221020074TextValue = ""
EndIf
EndIf
</Script>
@ -3883,6 +3893,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030053 </State>
@ -3900,13 +3914,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030053Tag = $12-02-03-0053.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030053TextValue = TextMessage
Else
Var $Sum1202030053TextID = TextMessageID
Var $Sum1202030053TextValue !assigned GETS($Sum1202030053Tag,"MSG")
Var $Sum1202030053TextID !assigned GETS($Sum1202030053Tag,"TextID")
If $Sum1202030053TextID != "" Then
Var $Sum1202030053TextValue = ""
EndIf
EndIf
</Script>
@ -4231,6 +4242,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030115 </State>
@ -4248,13 +4263,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030115Tag = $12-05-03-0115.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030115Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030115Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030115TextValue = TextMessage
Else
Var $Sum1205030115TextID = TextMessageID
Var $Sum1205030115TextValue !assigned GETS($Sum1205030115Tag,"MSG")
Var $Sum1205030115TextID !assigned GETS($Sum1205030115Tag,"TextID")
If $Sum1205030115TextID != "" Then
Var $Sum1205030115TextValue = ""
EndIf
EndIf
</Script>

View file

@ -126,12 +126,12 @@
Var aliasName[5] = "ထိုင်းနို့လက်ဖက်ရည်"
Var aliasDesc[5] = "ထိုင်းလက်ဖက်ရည်၊ သကြား၊ နွားနို့ပူပူ"
Var NameLang[0][0] = "HOT Thai Milk Tea"
Var NameLang[0][1] = "ชานมไทย"
Var NameLang[0][1] = "ชานมไทย "
Var NameLang[0][2] = "-"
Var NameLang[0][3] = "-"
Var NameLang[0][4] = "-"
Var NameLang[0][5] = "ထိုင်းနို့လက်ဖက်ရည်ပူပူ"
Var DescLang[0][0] = "Thai Tea, Sugar, Milk"
Var DescLang[0][0] = "Thai tea, Sugar, milk"
Var DescLang[0][1] = "ชาไทย และ นม"
Var DescLang[0][2] = "-"
Var DescLang[0][3] = "-"
@ -405,6 +405,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201003912020200391202030039 </State>
@ -422,13 +426,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201003912020200391202030039Tag = $12-02-03-0039.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201003912020200391202030039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201003912020200391202030039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201003912020200391202030039TextValue = TextMessage
Else
Var $Sum120201003912020200391202030039TextID = TextMessageID
Var $Sum120201003912020200391202030039TextValue !assigned GETS($Sum120201003912020200391202030039Tag,"MSG")
Var $Sum120201003912020200391202030039TextID !assigned GETS($Sum120201003912020200391202030039Tag,"TextID")
If $Sum120201003912020200391202030039TextID != "" Then
Var $Sum120201003912020200391202030039TextValue = ""
EndIf
EndIf
</Script>
@ -757,6 +758,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110381202021038 </State>
@ -774,13 +779,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110381202021038Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110381202021038Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110381202021038Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110381202021038TextValue = TextMessage
Else
Var $Sum12020110381202021038TextID = TextMessageID
Var $Sum12020110381202021038TextValue !assigned GETS($Sum12020110381202021038Tag,"MSG")
Var $Sum12020110381202021038TextID !assigned GETS($Sum12020110381202021038Tag,"TextID")
If $Sum12020110381202021038TextID != "" Then
Var $Sum12020110381202021038TextValue = ""
EndIf
EndIf
</Script>
@ -1109,6 +1111,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020100471202020047 </State>
@ -1126,13 +1132,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020100471202020047Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020100471202020047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020100471202020047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020100471202020047TextValue = TextMessage
Else
Var $Sum12020100471202020047TextID = TextMessageID
Var $Sum12020100471202020047TextValue !assigned GETS($Sum12020100471202020047Tag,"MSG")
Var $Sum12020100471202020047TextID !assigned GETS($Sum12020100471202020047Tag,"TextID")
If $Sum12020100471202020047TextID != "" Then
Var $Sum12020100471202020047TextValue = ""
EndIf
EndIf
</Script>
@ -1461,6 +1464,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101005512010200551201030055 </State>
@ -1478,13 +1485,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101005512010200551201030055Tag = $12-01-03-0055.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101005512010200551201030055Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101005512010200551201030055Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101005512010200551201030055TextValue = TextMessage
Else
Var $Sum120101005512010200551201030055TextID = TextMessageID
Var $Sum120101005512010200551201030055TextValue !assigned GETS($Sum120101005512010200551201030055Tag,"MSG")
Var $Sum120101005512010200551201030055TextID !assigned GETS($Sum120101005512010200551201030055Tag,"TextID")
If $Sum120101005512010200551201030055TextID != "" Then
Var $Sum120101005512010200551201030055TextValue = ""
EndIf
EndIf
</Script>
@ -1813,6 +1817,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum122101005512210200551221030055 </State>
@ -1830,13 +1838,10 @@
If tag3_is_disable = "true" Then
Var $Sum122101005512210200551221030055Tag = $12-21-03-0055.TAG
EndIf
Var TextMessage !assigned GETS($Sum122101005512210200551221030055Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum122101005512210200551221030055Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum122101005512210200551221030055TextValue = TextMessage
Else
Var $Sum122101005512210200551221030055TextID = TextMessageID
Var $Sum122101005512210200551221030055TextValue !assigned GETS($Sum122101005512210200551221030055Tag,"MSG")
Var $Sum122101005512210200551221030055TextID !assigned GETS($Sum122101005512210200551221030055Tag,"TextID")
If $Sum122101005512210200551221030055TextID != "" Then
Var $Sum122101005512210200551221030055TextValue = ""
EndIf
EndIf
</Script>
@ -2165,6 +2170,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110401202021040 </State>
@ -2182,13 +2191,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110401202021040Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110401202021040Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110401202021040Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110401202021040TextValue = TextMessage
Else
Var $Sum12020110401202021040TextID = TextMessageID
Var $Sum12020110401202021040TextValue !assigned GETS($Sum12020110401202021040Tag,"MSG")
Var $Sum12020110401202021040TextID !assigned GETS($Sum12020110401202021040Tag,"TextID")
If $Sum12020110401202021040TextID != "" Then
Var $Sum12020110401202021040TextValue = ""
EndIf
EndIf
</Script>
@ -2517,6 +2523,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110391202021039 </State>
@ -2534,13 +2544,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110391202021039Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110391202021039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110391202021039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110391202021039TextValue = TextMessage
Else
Var $Sum12020110391202021039TextID = TextMessageID
Var $Sum12020110391202021039TextValue !assigned GETS($Sum12020110391202021039Tag,"MSG")
Var $Sum12020110391202021039TextID !assigned GETS($Sum12020110391202021039Tag,"TextID")
If $Sum12020110391202021039TextID != "" Then
Var $Sum12020110391202021039TextValue = ""
EndIf
EndIf
</Script>
@ -2865,6 +2872,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050062 </State>
@ -2882,13 +2893,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050062Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050062TextValue = TextMessage
Else
Var $Sum1299050062TextID = TextMessageID
Var $Sum1299050062TextValue !assigned GETS($Sum1299050062Tag,"MSG")
Var $Sum1299050062TextID !assigned GETS($Sum1299050062Tag,"TextID")
If $Sum1299050062TextID != "" Then
Var $Sum1299050062TextValue = ""
EndIf
EndIf
</Script>
@ -3213,6 +3221,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020054 </State>
@ -3230,13 +3242,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020054Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020054Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020054Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020054TextValue = TextMessage
Else
Var $Sum1202020054TextID = TextMessageID
Var $Sum1202020054TextValue !assigned GETS($Sum1202020054Tag,"MSG")
Var $Sum1202020054TextID !assigned GETS($Sum1202020054Tag,"TextID")
If $Sum1202020054TextID != "" Then
Var $Sum1202020054TextValue = ""
EndIf
EndIf
</Script>
@ -3561,6 +3570,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020002 </State>
@ -3578,13 +3591,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020002TextValue = TextMessage
Else
Var $Sum1299020002TextID = TextMessageID
Var $Sum1299020002TextValue !assigned GETS($Sum1299020002Tag,"MSG")
Var $Sum1299020002TextID !assigned GETS($Sum1299020002Tag,"TextID")
If $Sum1299020002TextID != "" Then
Var $Sum1299020002TextValue = ""
EndIf
EndIf
</Script>
@ -3909,6 +3919,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030045 </State>
@ -3926,13 +3940,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030045Tag = $12-02-03-0045.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030045Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030045Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030045TextValue = TextMessage
Else
Var $Sum1202030045TextID = TextMessageID
Var $Sum1202030045TextValue !assigned GETS($Sum1202030045Tag,"MSG")
Var $Sum1202030045TextID !assigned GETS($Sum1202030045Tag,"TextID")
If $Sum1202030045TextID != "" Then
Var $Sum1202030045TextValue = ""
EndIf
EndIf
</Script>
@ -3982,13 +3993,13 @@
Var aliasName[5] = "MATCHA LATTE"
Var aliasDesc[5] = "Matcha နှင့် နွားနို့ပူပူ"
Var NameLang[0][0] = "HOT Matcha Latte"
Var NameLang[0][1] = "มัทฉะลาเต้"
Var NameLang[0][1] = "มัทฉะลาเต้ "
Var NameLang[0][2] = "-"
Var NameLang[0][3] = "-"
Var NameLang[0][4] = "-"
Var NameLang[0][5] = "ပူပြင်းသော MATCHA LATTE"
Var DescLang[0][0] = "Matcha, Milk, Sugar, Ice"
Var DescLang[0][1] = "มัทฉะ นม"
Var DescLang[0][0] = "Matcha, Milk"
Var DescLang[0][1] = "ชาเขียวมัทฉะ และ นมอุ่น"
Var DescLang[0][2] = "-"
Var DescLang[0][3] = "-"
Var DescLang[0][4] = "-"
@ -4261,6 +4272,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201002612020200261202030026 </State>
@ -4278,13 +4293,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201002612020200261202030026Tag = $12-02-03-0026.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201002612020200261202030026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201002612020200261202030026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201002612020200261202030026TextValue = TextMessage
Else
Var $Sum120201002612020200261202030026TextID = TextMessageID
Var $Sum120201002612020200261202030026TextValue !assigned GETS($Sum120201002612020200261202030026Tag,"MSG")
Var $Sum120201002612020200261202030026TextID !assigned GETS($Sum120201002612020200261202030026Tag,"TextID")
If $Sum120201002612020200261202030026TextID != "" Then
Var $Sum120201002612020200261202030026TextValue = ""
EndIf
EndIf
</Script>
@ -4613,6 +4625,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110261202021026 </State>
@ -4630,13 +4646,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110261202021026Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110261202021026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110261202021026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110261202021026TextValue = TextMessage
Else
Var $Sum12020110261202021026TextID = TextMessageID
Var $Sum12020110261202021026TextValue !assigned GETS($Sum12020110261202021026Tag,"MSG")
Var $Sum12020110261202021026TextID !assigned GETS($Sum12020110261202021026Tag,"TextID")
If $Sum12020110261202021026TextID != "" Then
Var $Sum12020110261202021026TextValue = ""
EndIf
EndIf
</Script>
@ -4965,6 +4978,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201002712020200271202030027 </State>
@ -4982,13 +4999,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201002712020200271202030027Tag = $12-02-03-0027.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201002712020200271202030027Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201002712020200271202030027Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201002712020200271202030027TextValue = TextMessage
Else
Var $Sum120201002712020200271202030027TextID = TextMessageID
Var $Sum120201002712020200271202030027TextValue !assigned GETS($Sum120201002712020200271202030027Tag,"MSG")
Var $Sum120201002712020200271202030027TextID !assigned GETS($Sum120201002712020200271202030027Tag,"TextID")
If $Sum120201002712020200271202030027TextID != "" Then
Var $Sum120201002712020200271202030027TextValue = ""
EndIf
EndIf
</Script>
@ -5317,6 +5331,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110271202021027 </State>
@ -5334,13 +5352,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110271202021027Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110271202021027Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110271202021027Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110271202021027TextValue = TextMessage
Else
Var $Sum12020110271202021027TextID = TextMessageID
Var $Sum12020110271202021027TextValue !assigned GETS($Sum12020110271202021027Tag,"MSG")
Var $Sum12020110271202021027TextID !assigned GETS($Sum12020110271202021027Tag,"TextID")
If $Sum12020110271202021027TextID != "" Then
Var $Sum12020110271202021027TextValue = ""
EndIf
EndIf
</Script>
@ -5669,6 +5684,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201002812020200281202030028 </State>
@ -5686,13 +5705,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201002812020200281202030028Tag = $12-02-03-0028.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201002812020200281202030028Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201002812020200281202030028Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201002812020200281202030028TextValue = TextMessage
Else
Var $Sum120201002812020200281202030028TextID = TextMessageID
Var $Sum120201002812020200281202030028TextValue !assigned GETS($Sum120201002812020200281202030028Tag,"MSG")
Var $Sum120201002812020200281202030028TextID !assigned GETS($Sum120201002812020200281202030028Tag,"TextID")
If $Sum120201002812020200281202030028TextID != "" Then
Var $Sum120201002812020200281202030028TextValue = ""
EndIf
EndIf
</Script>
@ -6021,6 +6037,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101003112010200311201030031 </State>
@ -6038,13 +6058,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101003112010200311201030031Tag = $12-01-03-0031.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101003112010200311201030031Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101003112010200311201030031Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101003112010200311201030031TextValue = TextMessage
Else
Var $Sum120101003112010200311201030031TextID = TextMessageID
Var $Sum120101003112010200311201030031TextValue !assigned GETS($Sum120101003112010200311201030031Tag,"MSG")
Var $Sum120101003112010200311201030031TextID !assigned GETS($Sum120101003112010200311201030031Tag,"TextID")
If $Sum120101003112010200311201030031TextID != "" Then
Var $Sum120101003112010200311201030031TextValue = ""
EndIf
EndIf
</Script>
@ -6373,6 +6390,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum122101003112210200311221030031 </State>
@ -6390,13 +6411,10 @@
If tag3_is_disable = "true" Then
Var $Sum122101003112210200311221030031Tag = $12-21-03-0031.TAG
EndIf
Var TextMessage !assigned GETS($Sum122101003112210200311221030031Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum122101003112210200311221030031Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum122101003112210200311221030031TextValue = TextMessage
Else
Var $Sum122101003112210200311221030031TextID = TextMessageID
Var $Sum122101003112210200311221030031TextValue !assigned GETS($Sum122101003112210200311221030031Tag,"MSG")
Var $Sum122101003112210200311221030031TextID !assigned GETS($Sum122101003112210200311221030031Tag,"TextID")
If $Sum122101003112210200311221030031TextID != "" Then
Var $Sum122101003112210200311221030031TextValue = ""
EndIf
EndIf
</Script>
@ -6721,6 +6739,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020062 </State>
@ -6738,13 +6760,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020062Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020062TextValue = TextMessage
Else
Var $Sum1201020062TextID = TextMessageID
Var $Sum1201020062TextValue !assigned GETS($Sum1201020062Tag,"MSG")
Var $Sum1201020062TextID !assigned GETS($Sum1201020062Tag,"TextID")
If $Sum1201020062TextID != "" Then
Var $Sum1201020062TextValue = ""
EndIf
EndIf
</Script>
@ -7069,6 +7088,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020062 </State>
@ -7086,13 +7109,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020062Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020062TextValue = TextMessage
Else
Var $Sum1221020062TextID = TextMessageID
Var $Sum1221020062TextValue !assigned GETS($Sum1221020062Tag,"MSG")
Var $Sum1221020062TextID !assigned GETS($Sum1221020062Tag,"TextID")
If $Sum1221020062TextID != "" Then
Var $Sum1221020062TextValue = ""
EndIf
EndIf
</Script>
@ -7417,6 +7437,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020055 </State>
@ -7434,13 +7458,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020055Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020055Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020055Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020055TextValue = TextMessage
Else
Var $Sum1202020055TextID = TextMessageID
Var $Sum1202020055TextValue !assigned GETS($Sum1202020055Tag,"MSG")
Var $Sum1202020055TextID !assigned GETS($Sum1202020055Tag,"TextID")
If $Sum1202020055TextID != "" Then
Var $Sum1202020055TextValue = ""
EndIf
EndIf
</Script>
@ -7769,6 +7790,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201003712020200371202030037 </State>
@ -7786,13 +7811,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201003712020200371202030037Tag = $12-02-03-0037.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201003712020200371202030037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201003712020200371202030037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201003712020200371202030037TextValue = TextMessage
Else
Var $Sum120201003712020200371202030037TextID = TextMessageID
Var $Sum120201003712020200371202030037TextValue !assigned GETS($Sum120201003712020200371202030037Tag,"MSG")
Var $Sum120201003712020200371202030037TextID !assigned GETS($Sum120201003712020200371202030037Tag,"TextID")
If $Sum120201003712020200371202030037TextID != "" Then
Var $Sum120201003712020200371202030037TextValue = ""
EndIf
EndIf
</Script>
@ -8121,6 +8143,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020110371202021037 </State>
@ -8138,13 +8164,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020110371202021037Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020110371202021037Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020110371202021037Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020110371202021037TextValue = TextMessage
Else
Var $Sum12020110371202021037TextID = TextMessageID
Var $Sum12020110371202021037TextValue !assigned GETS($Sum12020110371202021037Tag,"MSG")
Var $Sum12020110371202021037TextID !assigned GETS($Sum12020110371202021037Tag,"TextID")
If $Sum12020110371202021037TextID != "" Then
Var $Sum12020110371202021037TextValue = ""
EndIf
EndIf
</Script>
@ -8469,6 +8492,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030043 </State>
@ -8486,13 +8513,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030043Tag = $12-02-03-0043.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030043TextValue = TextMessage
Else
Var $Sum1202030043TextID = TextMessageID
Var $Sum1202030043TextValue !assigned GETS($Sum1202030043Tag,"MSG")
Var $Sum1202030043TextID !assigned GETS($Sum1202030043Tag,"TextID")
If $Sum1202030043TextID != "" Then
Var $Sum1202030043TextValue = ""
EndIf
EndIf
</Script>
@ -8817,6 +8841,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050052 </State>
@ -8834,13 +8862,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050052Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050052Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050052Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050052TextValue = TextMessage
Else
Var $Sum1299050052TextID = TextMessageID
Var $Sum1299050052TextValue !assigned GETS($Sum1299050052Tag,"MSG")
Var $Sum1299050052TextID !assigned GETS($Sum1299050052Tag,"TextID")
If $Sum1299050052TextID != "" Then
Var $Sum1299050052TextValue = ""
EndIf
EndIf
</Script>
@ -9169,6 +9194,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum129901004212990200441299030046 </State>
@ -9186,13 +9215,10 @@
If tag3_is_disable = "true" Then
Var $Sum129901004212990200441299030046Tag = $12-99-03-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum129901004212990200441299030046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum129901004212990200441299030046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum129901004212990200441299030046TextValue = TextMessage
Else
Var $Sum129901004212990200441299030046TextID = TextMessageID
Var $Sum129901004212990200441299030046TextValue !assigned GETS($Sum129901004212990200441299030046Tag,"MSG")
Var $Sum129901004212990200441299030046TextID !assigned GETS($Sum129901004212990200441299030046Tag,"TextID")
If $Sum129901004212990200441299030046TextID != "" Then
Var $Sum129901004212990200441299030046TextValue = ""
EndIf
EndIf
</Script>
@ -9521,6 +9547,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum129901004312990200451299030047 </State>
@ -9538,13 +9568,10 @@
If tag3_is_disable = "true" Then
Var $Sum129901004312990200451299030047Tag = $12-99-03-0047.TAG
EndIf
Var TextMessage !assigned GETS($Sum129901004312990200451299030047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum129901004312990200451299030047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum129901004312990200451299030047TextValue = TextMessage
Else
Var $Sum129901004312990200451299030047TextID = TextMessageID
Var $Sum129901004312990200451299030047TextValue !assigned GETS($Sum129901004312990200451299030047Tag,"MSG")
Var $Sum129901004312990200451299030047TextID !assigned GETS($Sum129901004312990200451299030047Tag,"TextID")
If $Sum129901004312990200451299030047TextID != "" Then
Var $Sum129901004312990200451299030047TextValue = ""
EndIf
EndIf
</Script>
@ -9873,6 +9900,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12990100491299020050 </State>
@ -9890,13 +9921,10 @@
If tag3_is_disable = "true" Then
Var $Sum12990100491299020050Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12990100491299020050Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12990100491299020050Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12990100491299020050TextValue = TextMessage
Else
Var $Sum12990100491299020050TextID = TextMessageID
Var $Sum12990100491299020050TextValue !assigned GETS($Sum12990100491299020050Tag,"MSG")
Var $Sum12990100491299020050TextID !assigned GETS($Sum12990100491299020050Tag,"TextID")
If $Sum12990100491299020050TextID != "" Then
Var $Sum12990100491299020050TextValue = ""
EndIf
EndIf
</Script>
@ -10221,6 +10249,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050051 </State>
@ -10238,13 +10270,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050051Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050051Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050051Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050051TextValue = TextMessage
Else
Var $Sum1299050051TextID = TextMessageID
Var $Sum1299050051TextValue !assigned GETS($Sum1299050051Tag,"MSG")
Var $Sum1299050051TextID !assigned GETS($Sum1299050051Tag,"TextID")
If $Sum1299050051TextID != "" Then
Var $Sum1299050051TextValue = ""
EndIf
EndIf
</Script>

View file

@ -130,8 +130,8 @@
Var NameLang[0][3] = "-"
Var NameLang[0][4] = "-"
Var NameLang[0][5] = "MELON နို့ပူ"
Var DescLang[0][0] = "Milk & Melon"
Var DescLang[0][1] = "นม และ น้ำเชื่อมเมล่อน"
Var DescLang[0][0] = "Milk & Melon "
Var DescLang[0][1] = "นม และ เมล่อน"
Var DescLang[0][2] = "-"
Var DescLang[0][3] = "-"
Var DescLang[0][4] = "-"
@ -404,6 +404,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120301002212030200221203030022 </State>
@ -421,13 +425,10 @@
If tag3_is_disable = "true" Then
Var $Sum120301002212030200221203030022Tag = $12-03-03-0022.TAG
EndIf
Var TextMessage !assigned GETS($Sum120301002212030200221203030022Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120301002212030200221203030022Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120301002212030200221203030022TextValue = TextMessage
Else
Var $Sum120301002212030200221203030022TextID = TextMessageID
Var $Sum120301002212030200221203030022TextValue !assigned GETS($Sum120301002212030200221203030022Tag,"MSG")
Var $Sum120301002212030200221203030022TextID !assigned GETS($Sum120301002212030200221203030022Tag,"TextID")
If $Sum120301002212030200221203030022TextID != "" Then
Var $Sum120301002212030200221203030022TextValue = ""
EndIf
EndIf
</Script>
@ -756,6 +757,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010100391201020039 </State>
@ -773,13 +778,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010100391201020039Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010100391201020039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010100391201020039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010100391201020039TextValue = TextMessage
Else
Var $Sum12010100391201020039TextID = TextMessageID
Var $Sum12010100391201020039TextValue !assigned GETS($Sum12010100391201020039Tag,"MSG")
Var $Sum12010100391201020039TextID !assigned GETS($Sum12010100391201020039Tag,"TextID")
If $Sum12010100391201020039TextID != "" Then
Var $Sum12010100391201020039TextValue = ""
EndIf
EndIf
</Script>
@ -1108,6 +1110,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12210100391221020039 </State>
@ -1125,13 +1131,10 @@
If tag3_is_disable = "true" Then
Var $Sum12210100391221020039Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12210100391221020039Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12210100391221020039Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12210100391221020039TextValue = TextMessage
Else
Var $Sum12210100391221020039TextID = TextMessageID
Var $Sum12210100391221020039TextValue !assigned GETS($Sum12210100391221020039Tag,"MSG")
Var $Sum12210100391221020039TextID !assigned GETS($Sum12210100391221020039Tag,"TextID")
If $Sum12210100391221020039TextID != "" Then
Var $Sum12210100391221020039TextValue = ""
EndIf
EndIf
</Script>
@ -1456,6 +1459,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030028 </State>
@ -1473,13 +1480,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030028Tag = $12-03-03-0028.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030028Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030028Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030028TextValue = TextMessage
Else
Var $Sum1203030028TextID = TextMessageID
Var $Sum1203030028TextValue !assigned GETS($Sum1203030028Tag,"MSG")
Var $Sum1203030028TextID !assigned GETS($Sum1203030028Tag,"TextID")
If $Sum1203030028TextID != "" Then
Var $Sum1203030028TextValue = ""
EndIf
EndIf
</Script>
@ -1804,6 +1808,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020044 </State>
@ -1821,13 +1829,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020044Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020044TextValue = TextMessage
Else
Var $Sum1205020044TextID = TextMessageID
Var $Sum1205020044TextValue !assigned GETS($Sum1205020044Tag,"MSG")
Var $Sum1205020044TextID !assigned GETS($Sum1205020044Tag,"TextID")
If $Sum1205020044TextID != "" Then
Var $Sum1205020044TextValue = ""
EndIf
EndIf
</Script>
@ -2152,6 +2157,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200471205030047 </State>
@ -2169,13 +2178,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200471205030047Tag = $12-05-03-0047.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200471205030047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200471205030047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200471205030047TextValue = TextMessage
Else
Var $Sum12050200471205030047TextID = TextMessageID
Var $Sum12050200471205030047TextValue !assigned GETS($Sum12050200471205030047Tag,"MSG")
Var $Sum12050200471205030047TextID !assigned GETS($Sum12050200471205030047Tag,"TextID")
If $Sum12050200471205030047TextID != "" Then
Var $Sum12050200471205030047TextValue = ""
EndIf
EndIf
</Script>
@ -2500,6 +2506,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050201051205030105 </State>
@ -2517,13 +2527,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050201051205030105Tag = $12-05-03-0105.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050201051205030105Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050201051205030105Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050201051205030105TextValue = TextMessage
Else
Var $Sum12050201051205030105TextID = TextMessageID
Var $Sum12050201051205030105TextValue !assigned GETS($Sum12050201051205030105Tag,"MSG")
Var $Sum12050201051205030105TextID !assigned GETS($Sum12050201051205030105Tag,"TextID")
If $Sum12050201051205030105TextID != "" Then
Var $Sum12050201051205030105TextValue = ""
EndIf
EndIf
</Script>
@ -2848,6 +2855,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020011 </State>
@ -2865,13 +2876,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020011Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020011TextValue = TextMessage
Else
Var $Sum1299020011TextID = TextMessageID
Var $Sum1299020011TextValue !assigned GETS($Sum1299020011Tag,"MSG")
Var $Sum1299020011TextID !assigned GETS($Sum1299020011Tag,"TextID")
If $Sum1299020011TextID != "" Then
Var $Sum1299020011TextValue = ""
EndIf
EndIf
</Script>
@ -3196,6 +3204,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020013 </State>
@ -3213,13 +3225,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020013Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020013Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020013Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020013TextValue = TextMessage
Else
Var $Sum1299020013TextID = TextMessageID
Var $Sum1299020013TextValue !assigned GETS($Sum1299020013Tag,"MSG")
Var $Sum1299020013TextID !assigned GETS($Sum1299020013Tag,"TextID")
If $Sum1299020013TextID != "" Then
Var $Sum1299020013TextValue = ""
EndIf
EndIf
</Script>
@ -3544,6 +3553,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020014 </State>
@ -3561,13 +3574,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020014Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020014Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020014Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020014TextValue = TextMessage
Else
Var $Sum1299020014TextID = TextMessageID
Var $Sum1299020014TextValue !assigned GETS($Sum1299020014Tag,"MSG")
Var $Sum1299020014TextID !assigned GETS($Sum1299020014Tag,"TextID")
If $Sum1299020014TextID != "" Then
Var $Sum1299020014TextValue = ""
EndIf
EndIf
</Script>
@ -3892,6 +3902,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020015 </State>
@ -3909,13 +3923,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020015Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020015Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020015Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020015TextValue = TextMessage
Else
Var $Sum1299020015TextID = TextMessageID
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
If $Sum1299020015TextID != "" Then
Var $Sum1299020015TextValue = ""
EndIf
EndIf
</Script>
@ -4240,6 +4251,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020016 </State>
@ -4257,13 +4272,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020016Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020016Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020016Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020016TextValue = TextMessage
Else
Var $Sum1299020016TextID = TextMessageID
Var $Sum1299020016TextValue !assigned GETS($Sum1299020016Tag,"MSG")
Var $Sum1299020016TextID !assigned GETS($Sum1299020016Tag,"TextID")
If $Sum1299020016TextID != "" Then
Var $Sum1299020016TextValue = ""
EndIf
EndIf
</Script>
@ -4588,6 +4600,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299020018 </State>
@ -4605,13 +4621,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299020018Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299020018Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299020018Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299020018TextValue = TextMessage
Else
Var $Sum1299020018TextID = TextMessageID
Var $Sum1299020018TextValue !assigned GETS($Sum1299020018Tag,"MSG")
Var $Sum1299020018TextID !assigned GETS($Sum1299020018Tag,"TextID")
If $Sum1299020018TextID != "" Then
Var $Sum1299020018TextValue = ""
EndIf
EndIf
</Script>
@ -4936,6 +4949,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030016 </State>
@ -4953,13 +4970,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030016Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030016Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030016Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030016TextValue = TextMessage
Else
Var $Sum1299030016TextID = TextMessageID
Var $Sum1299030016TextValue !assigned GETS($Sum1299030016Tag,"MSG")
Var $Sum1299030016TextID !assigned GETS($Sum1299030016Tag,"TextID")
If $Sum1299030016TextID != "" Then
Var $Sum1299030016TextValue = ""
EndIf
EndIf
</Script>
@ -5284,6 +5298,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -5301,13 +5319,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201030078 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201030078Tag = $12-01-03-0078.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201030078TextValue = TextMessage
Else
Var $Sum1201030078TextID = TextMessageID
Var $Sum1201030078TextValue !assigned GETS($Sum1201030078Tag,"MSG")
Var $Sum1201030078TextID !assigned GETS($Sum1201030078Tag,"TextID")
If $Sum1201030078TextID != "" Then
Var $Sum1201030078TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221030078 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221030078Tag = $12-21-03-0078.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221030078TextValue = TextMessage
Else
Var $Sum1221030078TextID = TextMessageID
Var $Sum1221030078TextValue !assigned GETS($Sum1221030078Tag,"MSG")
Var $Sum1221030078TextID !assigned GETS($Sum1221030078Tag,"TextID")
If $Sum1221030078TextID != "" Then
Var $Sum1221030078TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030057 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030057Tag = $12-02-03-0057.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030057Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030057Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030057TextValue = TextMessage
Else
Var $Sum1202030057TextID = TextMessageID
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
If $Sum1202030057TextID != "" Then
Var $Sum1202030057TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030058 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030058Tag = $12-02-03-0058.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030058TextValue = TextMessage
Else
Var $Sum1202030058TextID = TextMessageID
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
If $Sum1202030058TextID != "" Then
Var $Sum1202030058TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030058 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030058Tag = $12-03-03-0058.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030058TextValue = TextMessage
Else
Var $Sum1203030058TextID = TextMessageID
Var $Sum1203030058TextValue !assigned GETS($Sum1203030058Tag,"MSG")
Var $Sum1203030058TextID !assigned GETS($Sum1203030058Tag,"TextID")
If $Sum1203030058TextID != "" Then
Var $Sum1203030058TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030011 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030011Tag = $12-03-03-0011.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030011TextValue = TextMessage
Else
Var $Sum1203030011TextID = TextMessageID
Var $Sum1203030011TextValue !assigned GETS($Sum1203030011Tag,"MSG")
Var $Sum1203030011TextID !assigned GETS($Sum1203030011Tag,"TextID")
If $Sum1203030011TextID != "" Then
Var $Sum1203030011TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030059 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030059Tag = $12-03-03-0059.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030059TextValue = TextMessage
Else
Var $Sum1203030059TextID = TextMessageID
Var $Sum1203030059TextValue !assigned GETS($Sum1203030059Tag,"MSG")
Var $Sum1203030059TextID !assigned GETS($Sum1203030059Tag,"TextID")
If $Sum1203030059TextID != "" Then
Var $Sum1203030059TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202030062 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202030062Tag = $12-02-03-0062.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202030062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202030062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202030062TextValue = TextMessage
Else
Var $Sum1202030062TextID = TextMessageID
Var $Sum1202030062TextValue !assigned GETS($Sum1202030062Tag,"MSG")
Var $Sum1202030062TextID !assigned GETS($Sum1202030062Tag,"TextID")
If $Sum1202030062TextID != "" Then
Var $Sum1202030062TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030004 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030004Tag = $12-03-03-0004.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030004TextValue = TextMessage
Else
Var $Sum1203030004TextID = TextMessageID
Var $Sum1203030004TextValue !assigned GETS($Sum1203030004Tag,"MSG")
Var $Sum1203030004TextID !assigned GETS($Sum1203030004Tag,"TextID")
If $Sum1203030004TextID != "" Then
Var $Sum1203030004TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030010 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030010Tag = $12-03-03-0010.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030010TextValue = TextMessage
Else
Var $Sum1203030010TextID = TextMessageID
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
If $Sum1203030010TextID != "" Then
Var $Sum1203030010TextValue = ""
EndIf
EndIf
</Script>
@ -3883,6 +3893,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030032 </State>
@ -3900,13 +3914,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030032Tag = $12-03-03-0032.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030032Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030032Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030032TextValue = TextMessage
Else
Var $Sum1203030032TextID = TextMessageID
Var $Sum1203030032TextValue !assigned GETS($Sum1203030032Tag,"MSG")
Var $Sum1203030032TextID !assigned GETS($Sum1203030032Tag,"TextID")
If $Sum1203030032TextID != "" Then
Var $Sum1203030032TextValue = ""
EndIf
EndIf
</Script>
@ -4231,6 +4242,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030067 </State>
@ -4248,13 +4263,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030067Tag = $12-03-03-0067.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030067TextValue = TextMessage
Else
Var $Sum1203030067TextID = TextMessageID
Var $Sum1203030067TextValue !assigned GETS($Sum1203030067Tag,"MSG")
Var $Sum1203030067TextID !assigned GETS($Sum1203030067Tag,"TextID")
If $Sum1203030067TextID != "" Then
Var $Sum1203030067TextValue = ""
EndIf
EndIf
</Script>
@ -4579,6 +4591,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203030065 </State>
@ -4596,13 +4612,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203030065Tag = $12-03-03-0065.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203030065Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203030065Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203030065TextValue = TextMessage
Else
Var $Sum1203030065TextID = TextMessageID
Var $Sum1203030065TextValue !assigned GETS($Sum1203030065Tag,"MSG")
Var $Sum1203030065TextID !assigned GETS($Sum1203030065Tag,"TextID")
If $Sum1203030065TextID != "" Then
Var $Sum1203030065TextValue = ""
EndIf
EndIf
</Script>
@ -4927,6 +4940,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020041 </State>
@ -4944,13 +4961,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020041Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020041Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020041Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020041TextValue = TextMessage
Else
Var $Sum1201020041TextID = TextMessageID
Var $Sum1201020041TextValue !assigned GETS($Sum1201020041Tag,"MSG")
Var $Sum1201020041TextID !assigned GETS($Sum1201020041Tag,"TextID")
If $Sum1201020041TextID != "" Then
Var $Sum1201020041TextValue = ""
EndIf
EndIf
</Script>
@ -5275,6 +5289,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1221020041 </State>
@ -5292,13 +5310,10 @@
If tag3_is_disable = "true" Then
Var $Sum1221020041Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1221020041Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1221020041Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1221020041TextValue = TextMessage
Else
Var $Sum1221020041TextID = TextMessageID
Var $Sum1221020041TextValue !assigned GETS($Sum1221020041Tag,"MSG")
Var $Sum1221020041TextID !assigned GETS($Sum1221020041Tag,"TextID")
If $Sum1221020041TextID != "" Then
Var $Sum1221020041TextValue = ""
EndIf
EndIf
</Script>
@ -5623,6 +5638,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205030127 </State>
@ -5640,13 +5659,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205030127Tag = $12-05-03-0127.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205030127Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205030127Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205030127TextValue = TextMessage
Else
Var $Sum1205030127TextID = TextMessageID
Var $Sum1205030127TextValue !assigned GETS($Sum1205030127Tag,"MSG")
Var $Sum1205030127TextID !assigned GETS($Sum1205030127Tag,"TextID")
If $Sum1205030127TextID != "" Then
Var $Sum1205030127TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030074 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030074Tag = $12-99-03-0074.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030074Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030074Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030074TextValue = TextMessage
Else
Var $Sum1299030074TextID = TextMessageID
Var $Sum1299030074TextValue !assigned GETS($Sum1299030074Tag,"MSG")
Var $Sum1299030074TextID !assigned GETS($Sum1299030074Tag,"TextID")
If $Sum1299030074TextID != "" Then
Var $Sum1299030074TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030075 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030075Tag = $12-99-03-0075.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030075Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030075Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030075TextValue = TextMessage
Else
Var $Sum1299030075TextID = TextMessageID
Var $Sum1299030075TextValue !assigned GETS($Sum1299030075Tag,"MSG")
Var $Sum1299030075TextID !assigned GETS($Sum1299030075Tag,"TextID")
If $Sum1299030075TextID != "" Then
Var $Sum1299030075TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030076 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030076Tag = $12-99-03-0076.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030076Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030076Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030076TextValue = TextMessage
Else
Var $Sum1299030076TextID = TextMessageID
Var $Sum1299030076TextValue !assigned GETS($Sum1299030076Tag,"MSG")
Var $Sum1299030076TextID !assigned GETS($Sum1299030076Tag,"TextID")
If $Sum1299030076TextID != "" Then
Var $Sum1299030076TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030077 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030077Tag = $12-99-03-0077.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030077Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030077Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030077TextValue = TextMessage
Else
Var $Sum1299030077TextID = TextMessageID
Var $Sum1299030077TextValue !assigned GETS($Sum1299030077Tag,"MSG")
Var $Sum1299030077TextID !assigned GETS($Sum1299030077Tag,"TextID")
If $Sum1299030077TextID != "" Then
Var $Sum1299030077TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030058 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030058Tag = $12-99-03-0058.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030058Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030058Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030058TextValue = TextMessage
Else
Var $Sum1299030058TextID = TextMessageID
Var $Sum1299030058TextValue !assigned GETS($Sum1299030058Tag,"MSG")
Var $Sum1299030058TextID !assigned GETS($Sum1299030058Tag,"TextID")
If $Sum1299030058TextID != "" Then
Var $Sum1299030058TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030011 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030011Tag = $12-99-03-0011.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030011TextValue = TextMessage
Else
Var $Sum1299030011TextID = TextMessageID
Var $Sum1299030011TextValue !assigned GETS($Sum1299030011Tag,"MSG")
Var $Sum1299030011TextID !assigned GETS($Sum1299030011Tag,"TextID")
If $Sum1299030011TextID != "" Then
Var $Sum1299030011TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030059 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030059Tag = $12-99-03-0059.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030059Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030059Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030059TextValue = TextMessage
Else
Var $Sum1299030059TextID = TextMessageID
Var $Sum1299030059TextValue !assigned GETS($Sum1299030059Tag,"MSG")
Var $Sum1299030059TextID !assigned GETS($Sum1299030059Tag,"TextID")
If $Sum1299030059TextID != "" Then
Var $Sum1299030059TextValue = ""
EndIf
EndIf
</Script>
@ -2839,6 +2846,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030062 </State>
@ -2856,13 +2867,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030062Tag = $12-99-03-0062.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030062Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030062Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030062TextValue = TextMessage
Else
Var $Sum1299030062TextID = TextMessageID
Var $Sum1299030062TextValue !assigned GETS($Sum1299030062Tag,"MSG")
Var $Sum1299030062TextID !assigned GETS($Sum1299030062Tag,"TextID")
If $Sum1299030062TextID != "" Then
Var $Sum1299030062TextValue = ""
EndIf
EndIf
</Script>
@ -3187,6 +3195,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030004 </State>
@ -3204,13 +3216,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030004Tag = $12-99-03-0004.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030004TextValue = TextMessage
Else
Var $Sum1299030004TextID = TextMessageID
Var $Sum1299030004TextValue !assigned GETS($Sum1299030004Tag,"MSG")
Var $Sum1299030004TextID !assigned GETS($Sum1299030004Tag,"TextID")
If $Sum1299030004TextID != "" Then
Var $Sum1299030004TextValue = ""
EndIf
EndIf
</Script>
@ -3535,6 +3544,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030010 </State>
@ -3552,13 +3565,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030010Tag = $12-99-03-0010.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030010TextValue = TextMessage
Else
Var $Sum1299030010TextID = TextMessageID
Var $Sum1299030010TextValue !assigned GETS($Sum1299030010Tag,"MSG")
Var $Sum1299030010TextID !assigned GETS($Sum1299030010Tag,"TextID")
If $Sum1299030010TextID != "" Then
Var $Sum1299030010TextValue = ""
EndIf
EndIf
</Script>
@ -3883,6 +3893,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030032 </State>
@ -3900,13 +3914,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030032Tag = $12-99-03-0032.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030032Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030032Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030032TextValue = TextMessage
Else
Var $Sum1299030032TextID = TextMessageID
Var $Sum1299030032TextValue !assigned GETS($Sum1299030032Tag,"MSG")
Var $Sum1299030032TextID !assigned GETS($Sum1299030032Tag,"TextID")
If $Sum1299030032TextID != "" Then
Var $Sum1299030032TextValue = ""
EndIf
EndIf
</Script>
@ -4231,6 +4242,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030067 </State>
@ -4248,13 +4263,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030067Tag = $12-99-03-0067.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030067Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030067Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030067TextValue = TextMessage
Else
Var $Sum1299030067TextID = TextMessageID
Var $Sum1299030067TextValue !assigned GETS($Sum1299030067Tag,"MSG")
Var $Sum1299030067TextID !assigned GETS($Sum1299030067Tag,"TextID")
If $Sum1299030067TextID != "" Then
Var $Sum1299030067TextValue = ""
EndIf
EndIf
</Script>
@ -4579,6 +4591,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030065 </State>
@ -4596,13 +4612,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030065Tag = $12-99-03-0065.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030065Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030065Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030065TextValue = TextMessage
Else
Var $Sum1299030065TextID = TextMessageID
Var $Sum1299030065TextValue !assigned GETS($Sum1299030065Tag,"MSG")
Var $Sum1299030065TextID !assigned GETS($Sum1299030065Tag,"TextID")
If $Sum1299030065TextID != "" Then
Var $Sum1299030065TextValue = ""
EndIf
EndIf
</Script>
@ -4927,6 +4940,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030078 </State>
@ -4944,13 +4961,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030078Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030078Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030078Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030078TextValue = TextMessage
Else
Var $Sum1299030078TextID = TextMessageID
Var $Sum1299030078TextValue !assigned GETS($Sum1299030078Tag,"MSG")
Var $Sum1299030078TextID !assigned GETS($Sum1299030078Tag,"TextID")
If $Sum1299030078TextID != "" Then
Var $Sum1299030078TextValue = ""
EndIf
EndIf
</Script>
@ -5275,6 +5289,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030079 </State>
@ -5292,13 +5310,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030079Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030079Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030079Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030079TextValue = TextMessage
Else
Var $Sum1299030079TextID = TextMessageID
Var $Sum1299030079TextValue !assigned GETS($Sum1299030079Tag,"MSG")
Var $Sum1299030079TextID !assigned GETS($Sum1299030079Tag,"TextID")
If $Sum1299030079TextID != "" Then
Var $Sum1299030079TextValue = ""
EndIf
EndIf
</Script>
@ -5623,6 +5638,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030127 </State>
@ -5640,13 +5659,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030127Tag = $12-99-03-0127.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030127Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030127Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030127TextValue = TextMessage
Else
Var $Sum1299030127TextID = TextMessageID
Var $Sum1299030127TextValue !assigned GETS($Sum1299030127Tag,"MSG")
Var $Sum1299030127TextID !assigned GETS($Sum1299030127Tag,"TextID")
If $Sum1299030127TextID != "" Then
Var $Sum1299030127TextValue = ""
EndIf
EndIf
</Script>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -402,6 +402,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030001 </State>
@ -419,13 +423,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030001Tag = $12-41-03-0001.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030001TextValue = TextMessage
Else
Var $Sum1241030001TextID = TextMessageID
Var $Sum1241030001TextValue !assigned GETS($Sum1241030001Tag,"MSG")
Var $Sum1241030001TextID !assigned GETS($Sum1241030001Tag,"TextID")
If $Sum1241030001TextID != "" Then
Var $Sum1241030001TextValue = ""
EndIf
EndIf
</Script>
@ -750,6 +751,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030002 </State>
@ -767,13 +772,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030002Tag = $12-41-03-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030002TextValue = TextMessage
Else
Var $Sum1241030002TextID = TextMessageID
Var $Sum1241030002TextValue !assigned GETS($Sum1241030002Tag,"MSG")
Var $Sum1241030002TextID !assigned GETS($Sum1241030002Tag,"TextID")
If $Sum1241030002TextID != "" Then
Var $Sum1241030002TextValue = ""
EndIf
EndIf
</Script>
@ -1098,6 +1100,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030003 </State>
@ -1115,13 +1121,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030003Tag = $12-41-03-0003.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030003TextValue = TextMessage
Else
Var $Sum1241030003TextID = TextMessageID
Var $Sum1241030003TextValue !assigned GETS($Sum1241030003Tag,"MSG")
Var $Sum1241030003TextID !assigned GETS($Sum1241030003Tag,"TextID")
If $Sum1241030003TextID != "" Then
Var $Sum1241030003TextValue = ""
EndIf
EndIf
</Script>
@ -1446,6 +1449,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030004 </State>
@ -1463,13 +1470,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030004Tag = $12-41-03-0004.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030004TextValue = TextMessage
Else
Var $Sum1241030004TextID = TextMessageID
Var $Sum1241030004TextValue !assigned GETS($Sum1241030004Tag,"MSG")
Var $Sum1241030004TextID !assigned GETS($Sum1241030004Tag,"TextID")
If $Sum1241030004TextID != "" Then
Var $Sum1241030004TextValue = ""
EndIf
EndIf
</Script>
@ -1794,6 +1798,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030005 </State>
@ -1811,13 +1819,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030005Tag = $12-41-03-0005.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030005Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030005Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030005TextValue = TextMessage
Else
Var $Sum1241030005TextID = TextMessageID
Var $Sum1241030005TextValue !assigned GETS($Sum1241030005Tag,"MSG")
Var $Sum1241030005TextID !assigned GETS($Sum1241030005Tag,"TextID")
If $Sum1241030005TextID != "" Then
Var $Sum1241030005TextValue = ""
EndIf
EndIf
</Script>
@ -2142,6 +2147,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030006 </State>
@ -2159,13 +2168,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030006Tag = $12-41-03-0006.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030006Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030006Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030006TextValue = TextMessage
Else
Var $Sum1241030006TextID = TextMessageID
Var $Sum1241030006TextValue !assigned GETS($Sum1241030006Tag,"MSG")
Var $Sum1241030006TextID !assigned GETS($Sum1241030006Tag,"TextID")
If $Sum1241030006TextID != "" Then
Var $Sum1241030006TextValue = ""
EndIf
EndIf
</Script>
@ -2490,6 +2496,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030007 </State>
@ -2507,13 +2517,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030007Tag = $12-41-03-0007.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030007TextValue = TextMessage
Else
Var $Sum1241030007TextID = TextMessageID
Var $Sum1241030007TextValue !assigned GETS($Sum1241030007Tag,"MSG")
Var $Sum1241030007TextID !assigned GETS($Sum1241030007Tag,"TextID")
If $Sum1241030007TextID != "" Then
Var $Sum1241030007TextValue = ""
EndIf
EndIf
</Script>
@ -2838,6 +2845,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030008 </State>
@ -2855,13 +2866,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030008Tag = $12-41-03-0008.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030008Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030008Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030008TextValue = TextMessage
Else
Var $Sum1241030008TextID = TextMessageID
Var $Sum1241030008TextValue !assigned GETS($Sum1241030008Tag,"MSG")
Var $Sum1241030008TextID !assigned GETS($Sum1241030008Tag,"TextID")
If $Sum1241030008TextID != "" Then
Var $Sum1241030008TextValue = ""
EndIf
EndIf
</Script>
@ -3186,6 +3194,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030009 </State>
@ -3203,13 +3215,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030009Tag = $12-41-03-0009.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030009TextValue = TextMessage
Else
Var $Sum1241030009TextID = TextMessageID
Var $Sum1241030009TextValue !assigned GETS($Sum1241030009Tag,"MSG")
Var $Sum1241030009TextID !assigned GETS($Sum1241030009Tag,"TextID")
If $Sum1241030009TextID != "" Then
Var $Sum1241030009TextValue = ""
EndIf
EndIf
</Script>
@ -3534,6 +3543,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030010 </State>
@ -3551,13 +3564,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030010Tag = $12-41-03-0010.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030010TextValue = TextMessage
Else
Var $Sum1241030010TextID = TextMessageID
Var $Sum1241030010TextValue !assigned GETS($Sum1241030010Tag,"MSG")
Var $Sum1241030010TextID !assigned GETS($Sum1241030010Tag,"TextID")
If $Sum1241030010TextID != "" Then
Var $Sum1241030010TextValue = ""
EndIf
EndIf
</Script>
@ -3882,6 +3892,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030011 </State>
@ -3899,13 +3913,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030011Tag = $12-41-03-0011.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030011TextValue = TextMessage
Else
Var $Sum1241030011TextID = TextMessageID
Var $Sum1241030011TextValue !assigned GETS($Sum1241030011Tag,"MSG")
Var $Sum1241030011TextID !assigned GETS($Sum1241030011Tag,"TextID")
If $Sum1241030011TextID != "" Then
Var $Sum1241030011TextValue = ""
EndIf
EndIf
</Script>
@ -4230,6 +4241,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030012 </State>
@ -4247,13 +4262,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030012Tag = $12-41-03-0012.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030012Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030012Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030012TextValue = TextMessage
Else
Var $Sum1241030012TextID = TextMessageID
Var $Sum1241030012TextValue !assigned GETS($Sum1241030012Tag,"MSG")
Var $Sum1241030012TextID !assigned GETS($Sum1241030012Tag,"TextID")
If $Sum1241030012TextID != "" Then
Var $Sum1241030012TextValue = ""
EndIf
EndIf
</Script>
@ -4578,6 +4590,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030013 </State>
@ -4595,13 +4611,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030013Tag = $12-41-03-0013.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030013Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030013Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030013TextValue = TextMessage
Else
Var $Sum1241030013TextID = TextMessageID
Var $Sum1241030013TextValue !assigned GETS($Sum1241030013Tag,"MSG")
Var $Sum1241030013TextID !assigned GETS($Sum1241030013Tag,"TextID")
If $Sum1241030013TextID != "" Then
Var $Sum1241030013TextValue = ""
EndIf
EndIf
</Script>
@ -4926,6 +4939,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030016 </State>
@ -4943,13 +4960,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030016Tag = $12-41-03-0016.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030016Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030016Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030016TextValue = TextMessage
Else
Var $Sum1241030016TextID = TextMessageID
Var $Sum1241030016TextValue !assigned GETS($Sum1241030016Tag,"MSG")
Var $Sum1241030016TextID !assigned GETS($Sum1241030016Tag,"TextID")
If $Sum1241030016TextID != "" Then
Var $Sum1241030016TextValue = ""
EndIf
EndIf
</Script>
@ -5274,6 +5288,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030018 </State>
@ -5291,13 +5309,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030018Tag = $12-41-03-0018.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030018Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030018Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030018TextValue = TextMessage
Else
Var $Sum1241030018TextID = TextMessageID
Var $Sum1241030018TextValue !assigned GETS($Sum1241030018Tag,"MSG")
Var $Sum1241030018TextID !assigned GETS($Sum1241030018Tag,"TextID")
If $Sum1241030018TextID != "" Then
Var $Sum1241030018TextValue = ""
EndIf
EndIf
</Script>
@ -5622,6 +5637,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030021 </State>
@ -5639,13 +5658,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030021Tag = $12-41-03-0021.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030021Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030021Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030021TextValue = TextMessage
Else
Var $Sum1241030021TextID = TextMessageID
Var $Sum1241030021TextValue !assigned GETS($Sum1241030021Tag,"MSG")
Var $Sum1241030021TextID !assigned GETS($Sum1241030021Tag,"TextID")
If $Sum1241030021TextID != "" Then
Var $Sum1241030021TextValue = ""
EndIf
EndIf
</Script>
@ -5970,6 +5986,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030022 </State>
@ -5987,13 +6007,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030022Tag = $12-41-03-0022.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030022Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030022Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030022TextValue = TextMessage
Else
Var $Sum1241030022TextID = TextMessageID
Var $Sum1241030022TextValue !assigned GETS($Sum1241030022Tag,"MSG")
Var $Sum1241030022TextID !assigned GETS($Sum1241030022Tag,"TextID")
If $Sum1241030022TextID != "" Then
Var $Sum1241030022TextValue = ""
EndIf
EndIf
</Script>
@ -6318,6 +6335,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030023 </State>
@ -6335,13 +6356,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030023Tag = $12-41-03-0023.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030023Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030023Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030023TextValue = TextMessage
Else
Var $Sum1241030023TextID = TextMessageID
Var $Sum1241030023TextValue !assigned GETS($Sum1241030023Tag,"MSG")
Var $Sum1241030023TextID !assigned GETS($Sum1241030023Tag,"TextID")
If $Sum1241030023TextID != "" Then
Var $Sum1241030023TextValue = ""
EndIf
EndIf
</Script>
@ -6666,6 +6684,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1241030029 </State>
@ -6683,13 +6705,10 @@
If tag3_is_disable = "true" Then
Var $Sum1241030029Tag = $12-41-03-0029.TAG
EndIf
Var TextMessage !assigned GETS($Sum1241030029Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1241030029Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1241030029TextValue = TextMessage
Else
Var $Sum1241030029TextID = TextMessageID
Var $Sum1241030029TextValue !assigned GETS($Sum1241030029Tag,"MSG")
Var $Sum1241030029TextID !assigned GETS($Sum1241030029Tag,"TextID")
If $Sum1241030029TextID != "" Then
Var $Sum1241030029TextValue = ""
EndIf
EndIf
</Script>

View file

@ -403,6 +403,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020053 </State>
@ -420,13 +424,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020053Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020053Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020053Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020053TextValue = TextMessage
Else
Var $Sum1201020053TextID = TextMessageID
Var $Sum1201020053TextValue !assigned GETS($Sum1201020053Tag,"MSG")
Var $Sum1201020053TextID !assigned GETS($Sum1201020053Tag,"TextID")
If $Sum1201020053TextID != "" Then
Var $Sum1201020053TextValue = ""
EndIf
EndIf
</Script>
@ -751,6 +752,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1201020054 </State>
@ -768,13 +773,10 @@
If tag3_is_disable = "true" Then
Var $Sum1201020054Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1201020054Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1201020054Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1201020054TextValue = TextMessage
Else
Var $Sum1201020054TextID = TextMessageID
Var $Sum1201020054TextValue !assigned GETS($Sum1201020054Tag,"MSG")
Var $Sum1201020054TextID !assigned GETS($Sum1201020054Tag,"TextID")
If $Sum1201020054TextID != "" Then
Var $Sum1201020054TextValue = ""
EndIf
EndIf
</Script>
@ -1099,6 +1101,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020026 </State>
@ -1116,13 +1122,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020026Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020026Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020026Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020026TextValue = TextMessage
Else
Var $Sum1203020026TextID = TextMessageID
Var $Sum1203020026TextValue !assigned GETS($Sum1203020026Tag,"MSG")
Var $Sum1203020026TextID !assigned GETS($Sum1203020026Tag,"TextID")
If $Sum1203020026TextID != "" Then
Var $Sum1203020026TextValue = ""
EndIf
EndIf
</Script>
@ -1447,6 +1450,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020043 </State>
@ -1464,13 +1471,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020043Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020043Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020043Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020043TextValue = TextMessage
Else
Var $Sum1202020043TextID = TextMessageID
Var $Sum1202020043TextValue !assigned GETS($Sum1202020043Tag,"MSG")
Var $Sum1202020043TextID !assigned GETS($Sum1202020043Tag,"TextID")
If $Sum1202020043TextID != "" Then
Var $Sum1202020043TextValue = ""
EndIf
EndIf
</Script>
@ -1795,6 +1799,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1202020044 </State>
@ -1812,13 +1820,10 @@
If tag3_is_disable = "true" Then
Var $Sum1202020044Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1202020044Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1202020044Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1202020044TextValue = TextMessage
Else
Var $Sum1202020044TextID = TextMessageID
Var $Sum1202020044TextValue !assigned GETS($Sum1202020044Tag,"MSG")
Var $Sum1202020044TextID !assigned GETS($Sum1202020044Tag,"TextID")
If $Sum1202020044TextID != "" Then
Var $Sum1202020044TextValue = ""
EndIf
EndIf
</Script>
@ -2143,6 +2148,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020055 </State>
@ -2160,13 +2169,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020055Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020055Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020055Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020055TextValue = TextMessage
Else
Var $Sum1205020055TextID = TextMessageID
Var $Sum1205020055TextValue !assigned GETS($Sum1205020055Tag,"MSG")
Var $Sum1205020055TextID !assigned GETS($Sum1205020055Tag,"TextID")
If $Sum1205020055TextID != "" Then
Var $Sum1205020055TextValue = ""
EndIf
EndIf
</Script>
@ -2491,6 +2497,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020056 </State>
@ -2508,13 +2518,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020056Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020056Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020056Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020056TextValue = TextMessage
Else
Var $Sum1205020056TextID = TextMessageID
Var $Sum1205020056TextValue !assigned GETS($Sum1205020056Tag,"MSG")
Var $Sum1205020056TextID !assigned GETS($Sum1205020056Tag,"TextID")
If $Sum1205020056TextID != "" Then
Var $Sum1205020056TextValue = ""
EndIf
EndIf
</Script>

File diff suppressed because it is too large Load diff

View file

@ -596,6 +596,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020001 </State>
@ -613,13 +617,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020001Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020001TextValue = TextMessage
Else
Var $Sum1204020001TextID = TextMessageID
Var $Sum1204020001TextValue !assigned GETS($Sum1204020001Tag,"MSG")
Var $Sum1204020001TextID !assigned GETS($Sum1204020001Tag,"TextID")
If $Sum1204020001TextID != "" Then
Var $Sum1204020001TextValue = ""
EndIf
EndIf
</Script>
@ -944,6 +945,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020016 </State>
@ -961,13 +966,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020016Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020016Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020016Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020016TextValue = TextMessage
Else
Var $Sum1204020016TextID = TextMessageID
Var $Sum1204020016TextValue !assigned GETS($Sum1204020016Tag,"MSG")
Var $Sum1204020016TextID !assigned GETS($Sum1204020016Tag,"TextID")
If $Sum1204020016TextID != "" Then
Var $Sum1204020016TextValue = ""
EndIf
EndIf
</Script>
@ -1292,6 +1294,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020002 </State>
@ -1309,13 +1315,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020002Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020002TextValue = TextMessage
Else
Var $Sum1204020002TextID = TextMessageID
Var $Sum1204020002TextValue !assigned GETS($Sum1204020002Tag,"MSG")
Var $Sum1204020002TextID !assigned GETS($Sum1204020002Tag,"TextID")
If $Sum1204020002TextID != "" Then
Var $Sum1204020002TextValue = ""
EndIf
EndIf
</Script>
@ -1640,6 +1643,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020003 </State>
@ -1657,13 +1664,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020003Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020003Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020003Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020003TextValue = TextMessage
Else
Var $Sum1204020003TextID = TextMessageID
Var $Sum1204020003TextValue !assigned GETS($Sum1204020003Tag,"MSG")
Var $Sum1204020003TextID !assigned GETS($Sum1204020003Tag,"TextID")
If $Sum1204020003TextID != "" Then
Var $Sum1204020003TextValue = ""
EndIf
EndIf
</Script>
@ -1988,6 +1992,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020013 </State>
@ -2005,13 +2013,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020013Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020013Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020013Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020013TextValue = TextMessage
Else
Var $Sum1204020013TextID = TextMessageID
Var $Sum1204020013TextValue !assigned GETS($Sum1204020013Tag,"MSG")
Var $Sum1204020013TextID !assigned GETS($Sum1204020013Tag,"TextID")
If $Sum1204020013TextID != "" Then
Var $Sum1204020013TextValue = ""
EndIf
EndIf
</Script>
@ -2336,6 +2341,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020018 </State>
@ -2353,13 +2362,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020018Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020018Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020018Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020018TextValue = TextMessage
Else
Var $Sum1204020018TextID = TextMessageID
Var $Sum1204020018TextValue !assigned GETS($Sum1204020018Tag,"MSG")
Var $Sum1204020018TextID !assigned GETS($Sum1204020018Tag,"TextID")
If $Sum1204020018TextID != "" Then
Var $Sum1204020018TextValue = ""
EndIf
EndIf
</Script>
@ -2684,6 +2690,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020004 </State>
@ -2701,13 +2711,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020004Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020004Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020004Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020004TextValue = TextMessage
Else
Var $Sum1204020004TextID = TextMessageID
Var $Sum1204020004TextValue !assigned GETS($Sum1204020004Tag,"MSG")
Var $Sum1204020004TextID !assigned GETS($Sum1204020004Tag,"TextID")
If $Sum1204020004TextID != "" Then
Var $Sum1204020004TextValue = ""
EndIf
EndIf
</Script>
@ -3032,6 +3039,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020005 </State>
@ -3049,13 +3060,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020005Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020005Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020005Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020005TextValue = TextMessage
Else
Var $Sum1204020005TextID = TextMessageID
Var $Sum1204020005TextValue !assigned GETS($Sum1204020005Tag,"MSG")
Var $Sum1204020005TextID !assigned GETS($Sum1204020005Tag,"TextID")
If $Sum1204020005TextID != "" Then
Var $Sum1204020005TextValue = ""
EndIf
EndIf
</Script>
@ -3380,6 +3388,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020015 </State>
@ -3397,13 +3409,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020015Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020015Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020015Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020015TextValue = TextMessage
Else
Var $Sum1204020015TextID = TextMessageID
Var $Sum1204020015TextValue !assigned GETS($Sum1204020015Tag,"MSG")
Var $Sum1204020015TextID !assigned GETS($Sum1204020015Tag,"TextID")
If $Sum1204020015TextID != "" Then
Var $Sum1204020015TextValue = ""
EndIf
EndIf
</Script>
@ -3728,6 +3737,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020055 </State>
@ -3745,13 +3758,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020055Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020055Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020055Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020055TextValue = TextMessage
Else
Var $Sum1204020055TextID = TextMessageID
Var $Sum1204020055TextValue !assigned GETS($Sum1204020055Tag,"MSG")
Var $Sum1204020055TextID !assigned GETS($Sum1204020055Tag,"TextID")
If $Sum1204020055TextID != "" Then
Var $Sum1204020055TextValue = ""
EndIf
EndIf
</Script>
@ -4076,6 +4086,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020006 </State>
@ -4093,13 +4107,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020006Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020006Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020006Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020006TextValue = TextMessage
Else
Var $Sum1204020006TextID = TextMessageID
Var $Sum1204020006TextValue !assigned GETS($Sum1204020006Tag,"MSG")
Var $Sum1204020006TextID !assigned GETS($Sum1204020006Tag,"TextID")
If $Sum1204020006TextID != "" Then
Var $Sum1204020006TextValue = ""
EndIf
EndIf
</Script>
@ -4424,6 +4435,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020008 </State>
@ -4441,13 +4456,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020008Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020008Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020008Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020008TextValue = TextMessage
Else
Var $Sum1204020008TextID = TextMessageID
Var $Sum1204020008TextValue !assigned GETS($Sum1204020008Tag,"MSG")
Var $Sum1204020008TextID !assigned GETS($Sum1204020008Tag,"TextID")
If $Sum1204020008TextID != "" Then
Var $Sum1204020008TextValue = ""
EndIf
EndIf
</Script>
@ -4772,6 +4784,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020017 </State>
@ -4789,13 +4805,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020017Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020017Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020017Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020017TextValue = TextMessage
Else
Var $Sum1204020017TextID = TextMessageID
Var $Sum1204020017TextValue !assigned GETS($Sum1204020017Tag,"MSG")
Var $Sum1204020017TextID !assigned GETS($Sum1204020017Tag,"TextID")
If $Sum1204020017TextID != "" Then
Var $Sum1204020017TextValue = ""
EndIf
EndIf
</Script>
@ -5120,6 +5133,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020009 </State>
@ -5137,13 +5154,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020009Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020009TextValue = TextMessage
Else
Var $Sum1204020009TextID = TextMessageID
Var $Sum1204020009TextValue !assigned GETS($Sum1204020009Tag,"MSG")
Var $Sum1204020009TextID !assigned GETS($Sum1204020009Tag,"TextID")
If $Sum1204020009TextID != "" Then
Var $Sum1204020009TextValue = ""
EndIf
EndIf
</Script>
@ -5468,6 +5482,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020010 </State>
@ -5485,13 +5503,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020010Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020010TextValue = TextMessage
Else
Var $Sum1204020010TextID = TextMessageID
Var $Sum1204020010TextValue !assigned GETS($Sum1204020010Tag,"MSG")
Var $Sum1204020010TextID !assigned GETS($Sum1204020010Tag,"TextID")
If $Sum1204020010TextID != "" Then
Var $Sum1204020010TextValue = ""
EndIf
EndIf
</Script>
@ -5816,6 +5831,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020011 </State>
@ -5833,13 +5852,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020011Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020011TextValue = TextMessage
Else
Var $Sum1204020011TextID = TextMessageID
Var $Sum1204020011TextValue !assigned GETS($Sum1204020011Tag,"MSG")
Var $Sum1204020011TextID !assigned GETS($Sum1204020011Tag,"TextID")
If $Sum1204020011TextID != "" Then
Var $Sum1204020011TextValue = ""
EndIf
EndIf
</Script>

View file

@ -353,6 +353,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum129901004212990200441299030046 </State>
@ -370,13 +374,10 @@
If tag3_is_disable = "true" Then
Var $Sum129901004212990200441299030046Tag = $12-99-03-0046.TAG
EndIf
Var TextMessage !assigned GETS($Sum129901004212990200441299030046Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum129901004212990200441299030046Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum129901004212990200441299030046TextValue = TextMessage
Else
Var $Sum129901004212990200441299030046TextID = TextMessageID
Var $Sum129901004212990200441299030046TextValue !assigned GETS($Sum129901004212990200441299030046Tag,"MSG")
Var $Sum129901004212990200441299030046TextID !assigned GETS($Sum129901004212990200441299030046Tag,"TextID")
If $Sum129901004212990200441299030046TextID != "" Then
Var $Sum129901004212990200441299030046TextValue = ""
EndIf
EndIf
</Script>
@ -705,6 +706,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum129901004312990200451299030047 </State>
@ -722,13 +727,10 @@
If tag3_is_disable = "true" Then
Var $Sum129901004312990200451299030047Tag = $12-99-03-0047.TAG
EndIf
Var TextMessage !assigned GETS($Sum129901004312990200451299030047Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum129901004312990200451299030047Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum129901004312990200451299030047TextValue = TextMessage
Else
Var $Sum129901004312990200451299030047TextID = TextMessageID
Var $Sum129901004312990200451299030047TextValue !assigned GETS($Sum129901004312990200451299030047Tag,"MSG")
Var $Sum129901004312990200451299030047TextID !assigned GETS($Sum129901004312990200451299030047Tag,"TextID")
If $Sum129901004312990200451299030047TextID != "" Then
Var $Sum129901004312990200451299030047TextValue = ""
EndIf
EndIf
</Script>
@ -1053,6 +1055,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299030048 </State>
@ -1070,13 +1076,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299030048Tag = $12-99-03-0048.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299030048Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299030048Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299030048TextValue = TextMessage
Else
Var $Sum1299030048TextID = TextMessageID
Var $Sum1299030048TextValue !assigned GETS($Sum1299030048Tag,"MSG")
Var $Sum1299030048TextID !assigned GETS($Sum1299030048Tag,"TextID")
If $Sum1299030048TextID != "" Then
Var $Sum1299030048TextValue = ""
EndIf
EndIf
</Script>
@ -1405,6 +1408,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12990100491299020050 </State>
@ -1422,13 +1429,10 @@
If tag3_is_disable = "true" Then
Var $Sum12990100491299020050Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12990100491299020050Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12990100491299020050Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12990100491299020050TextValue = TextMessage
Else
Var $Sum12990100491299020050TextID = TextMessageID
Var $Sum12990100491299020050TextValue !assigned GETS($Sum12990100491299020050Tag,"MSG")
Var $Sum12990100491299020050TextID !assigned GETS($Sum12990100491299020050Tag,"TextID")
If $Sum12990100491299020050TextID != "" Then
Var $Sum12990100491299020050TextValue = ""
EndIf
EndIf
</Script>
@ -1753,6 +1757,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050051 </State>
@ -1770,13 +1778,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050051Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050051Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050051Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050051TextValue = TextMessage
Else
Var $Sum1299050051TextID = TextMessageID
Var $Sum1299050051TextValue !assigned GETS($Sum1299050051Tag,"MSG")
Var $Sum1299050051TextID !assigned GETS($Sum1299050051Tag,"TextID")
If $Sum1299050051TextID != "" Then
Var $Sum1299050051TextValue = ""
EndIf
EndIf
</Script>
@ -2101,6 +2106,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050052 </State>
@ -2118,13 +2127,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050052Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050052Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050052Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050052TextValue = TextMessage
Else
Var $Sum1299050052TextID = TextMessageID
Var $Sum1299050052TextValue !assigned GETS($Sum1299050052Tag,"MSG")
Var $Sum1299050052TextID !assigned GETS($Sum1299050052Tag,"TextID")
If $Sum1299050052TextID != "" Then
Var $Sum1299050052TextValue = ""
EndIf
EndIf
</Script>

View file

@ -407,6 +407,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1203020007 </State>
@ -424,13 +428,10 @@
If tag3_is_disable = "true" Then
Var $Sum1203020007Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1203020007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1203020007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1203020007TextValue = TextMessage
Else
Var $Sum1203020007TextID = TextMessageID
Var $Sum1203020007TextValue !assigned GETS($Sum1203020007Tag,"MSG")
Var $Sum1203020007TextID !assigned GETS($Sum1203020007Tag,"TextID")
If $Sum1203020007TextID != "" Then
Var $Sum1203020007TextValue = ""
EndIf
EndIf
</Script>
@ -755,6 +756,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -772,13 +777,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -1107,6 +1109,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020012 </State>
@ -1124,13 +1130,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020012Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020012Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020012Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020012TextValue = TextMessage
Else
Var $Sum1204020012TextID = TextMessageID
Var $Sum1204020012TextValue !assigned GETS($Sum1204020012Tag,"MSG")
Var $Sum1204020012TextID !assigned GETS($Sum1204020012Tag,"TextID")
If $Sum1204020012TextID != "" Then
Var $Sum1204020012TextValue = ""
EndIf
EndIf
</Script>
@ -1455,6 +1458,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -1472,13 +1479,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -1807,6 +1811,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020030 </State>
@ -1824,13 +1832,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020030Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020030Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020030Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020030TextValue = TextMessage
Else
Var $Sum1205020030TextID = TextMessageID
Var $Sum1205020030TextValue !assigned GETS($Sum1205020030Tag,"MSG")
Var $Sum1205020030TextID !assigned GETS($Sum1205020030Tag,"TextID")
If $Sum1205020030TextID != "" Then
Var $Sum1205020030TextValue = ""
EndIf
EndIf
</Script>
@ -2155,6 +2160,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -2172,13 +2181,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -2507,6 +2513,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020031 </State>
@ -2524,13 +2534,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020031Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020031Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020031Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020031TextValue = TextMessage
Else
Var $Sum1205020031TextID = TextMessageID
Var $Sum1205020031TextValue !assigned GETS($Sum1205020031Tag,"MSG")
Var $Sum1205020031TextID !assigned GETS($Sum1205020031Tag,"TextID")
If $Sum1205020031TextID != "" Then
Var $Sum1205020031TextValue = ""
EndIf
EndIf
</Script>
@ -2855,6 +2862,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -2872,13 +2883,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -3207,6 +3215,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020023 </State>
@ -3224,13 +3236,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020023Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020023Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020023Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020023TextValue = TextMessage
Else
Var $Sum1205020023TextID = TextMessageID
Var $Sum1205020023TextValue !assigned GETS($Sum1205020023Tag,"MSG")
Var $Sum1205020023TextID !assigned GETS($Sum1205020023Tag,"TextID")
If $Sum1205020023TextID != "" Then
Var $Sum1205020023TextValue = ""
EndIf
EndIf
</Script>
@ -3555,6 +3564,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -3572,13 +3585,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -3907,6 +3917,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020013 </State>
@ -3924,13 +3938,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020013Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020013Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020013Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020013TextValue = TextMessage
Else
Var $Sum1205020013TextID = TextMessageID
Var $Sum1205020013TextValue !assigned GETS($Sum1205020013Tag,"MSG")
Var $Sum1205020013TextID !assigned GETS($Sum1205020013Tag,"TextID")
If $Sum1205020013TextID != "" Then
Var $Sum1205020013TextValue = ""
EndIf
EndIf
</Script>
@ -4255,6 +4266,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -4272,13 +4287,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -4607,6 +4619,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1205020006 </State>
@ -4624,13 +4640,10 @@
If tag3_is_disable = "true" Then
Var $Sum1205020006Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1205020006Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1205020006Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1205020006TextValue = TextMessage
Else
Var $Sum1205020006TextID = TextMessageID
Var $Sum1205020006TextValue !assigned GETS($Sum1205020006Tag,"MSG")
Var $Sum1205020006TextID !assigned GETS($Sum1205020006Tag,"TextID")
If $Sum1205020006TextID != "" Then
Var $Sum1205020006TextValue = ""
EndIf
EndIf
</Script>
@ -4955,6 +4968,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -4972,13 +4989,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -5307,6 +5321,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12020200101202010010 </State>
@ -5324,13 +5342,10 @@
If tag3_is_disable = "true" Then
Var $Sum12020200101202010010Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12020200101202010010Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12020200101202010010Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12020200101202010010TextValue = TextMessage
Else
Var $Sum12020200101202010010TextID = TextMessageID
Var $Sum12020200101202010010TextValue !assigned GETS($Sum12020200101202010010Tag,"MSG")
Var $Sum12020200101202010010TextID !assigned GETS($Sum12020200101202010010Tag,"TextID")
If $Sum12020200101202010010TextID != "" Then
Var $Sum12020200101202010010TextValue = ""
EndIf
EndIf
</Script>
@ -5655,6 +5670,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -5672,13 +5691,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -6003,6 +6019,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200211205030021 </State>
@ -6020,13 +6040,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200211205030021Tag = $12-05-03-0021.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200211205030021Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200211205030021Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200211205030021TextValue = TextMessage
Else
Var $Sum12050200211205030021TextID = TextMessageID
Var $Sum12050200211205030021TextValue !assigned GETS($Sum12050200211205030021Tag,"MSG")
Var $Sum12050200211205030021TextID !assigned GETS($Sum12050200211205030021Tag,"TextID")
If $Sum12050200211205030021TextID != "" Then
Var $Sum12050200211205030021TextValue = ""
EndIf
EndIf
</Script>
@ -6351,6 +6368,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -6368,13 +6389,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -6699,6 +6717,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200191205030019 </State>
@ -6716,13 +6738,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200191205030019Tag = $12-05-03-0019.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200191205030019Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200191205030019Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200191205030019TextValue = TextMessage
Else
Var $Sum12050200191205030019TextID = TextMessageID
Var $Sum12050200191205030019TextValue !assigned GETS($Sum12050200191205030019Tag,"MSG")
Var $Sum12050200191205030019TextID !assigned GETS($Sum12050200191205030019Tag,"TextID")
If $Sum12050200191205030019TextID != "" Then
Var $Sum12050200191205030019TextValue = ""
EndIf
EndIf
</Script>
@ -7047,6 +7066,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -7064,13 +7087,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -7395,6 +7415,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200201205030020 </State>
@ -7412,13 +7436,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200201205030020Tag = $12-05-03-0020.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200201205030020Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200201205030020Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200201205030020TextValue = TextMessage
Else
Var $Sum12050200201205030020TextID = TextMessageID
Var $Sum12050200201205030020TextValue !assigned GETS($Sum12050200201205030020Tag,"MSG")
Var $Sum12050200201205030020TextID !assigned GETS($Sum12050200201205030020Tag,"TextID")
If $Sum12050200201205030020TextID != "" Then
Var $Sum12050200201205030020TextValue = ""
EndIf
EndIf
</Script>
@ -7743,6 +7764,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -7760,13 +7785,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -8095,6 +8117,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120101001012010200071201030007 </State>
@ -8112,13 +8138,10 @@
If tag3_is_disable = "true" Then
Var $Sum120101001012010200071201030007Tag = $12-01-03-0007.TAG
EndIf
Var TextMessage !assigned GETS($Sum120101001012010200071201030007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120101001012010200071201030007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120101001012010200071201030007TextValue = TextMessage
Else
Var $Sum120101001012010200071201030007TextID = TextMessageID
Var $Sum120101001012010200071201030007TextValue !assigned GETS($Sum120101001012010200071201030007Tag,"MSG")
Var $Sum120101001012010200071201030007TextID !assigned GETS($Sum120101001012010200071201030007Tag,"TextID")
If $Sum120101001012010200071201030007TextID != "" Then
Var $Sum120101001012010200071201030007TextValue = ""
EndIf
EndIf
</Script>
@ -8447,6 +8470,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum122101001012210200071221030007 </State>
@ -8464,13 +8491,10 @@
If tag3_is_disable = "true" Then
Var $Sum122101001012210200071221030007Tag = $12-21-03-0007.TAG
EndIf
Var TextMessage !assigned GETS($Sum122101001012210200071221030007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum122101001012210200071221030007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum122101001012210200071221030007TextValue = TextMessage
Else
Var $Sum122101001012210200071221030007TextID = TextMessageID
Var $Sum122101001012210200071221030007TextValue !assigned GETS($Sum122101001012210200071221030007Tag,"MSG")
Var $Sum122101001012210200071221030007TextID !assigned GETS($Sum122101001012210200071221030007Tag,"TextID")
If $Sum122101001012210200071221030007TextID != "" Then
Var $Sum122101001012210200071221030007TextValue = ""
EndIf
EndIf
</Script>
@ -8799,6 +8823,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12010100121201020009 </State>
@ -8816,13 +8844,10 @@
If tag3_is_disable = "true" Then
Var $Sum12010100121201020009Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum12010100121201020009Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12010100121201020009Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12010100121201020009TextValue = TextMessage
Else
Var $Sum12010100121201020009TextID = TextMessageID
Var $Sum12010100121201020009TextValue !assigned GETS($Sum12010100121201020009Tag,"MSG")
Var $Sum12010100121201020009TextID !assigned GETS($Sum12010100121201020009Tag,"TextID")
If $Sum12010100121201020009TextID != "" Then
Var $Sum12010100121201020009TextValue = ""
EndIf
EndIf
</Script>
@ -9147,6 +9172,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum12050200111205030011 </State>
@ -9164,13 +9193,10 @@
If tag3_is_disable = "true" Then
Var $Sum12050200111205030011Tag = $12-05-03-0011.TAG
EndIf
Var TextMessage !assigned GETS($Sum12050200111205030011Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum12050200111205030011Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum12050200111205030011TextValue = TextMessage
Else
Var $Sum12050200111205030011TextID = TextMessageID
Var $Sum12050200111205030011TextValue !assigned GETS($Sum12050200111205030011Tag,"MSG")
Var $Sum12050200111205030011TextID !assigned GETS($Sum12050200111205030011Tag,"TextID")
If $Sum12050200111205030011TextID != "" Then
Var $Sum12050200111205030011TextValue = ""
EndIf
EndIf
</Script>
@ -9495,6 +9521,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -9512,13 +9542,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -9847,6 +9874,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201000212020200021202030002 </State>
@ -9864,13 +9895,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201000212020200021202030002Tag = $12-02-03-0002.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201000212020200021202030002Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201000212020200021202030002Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201000212020200021202030002TextValue = TextMessage
Else
Var $Sum120201000212020200021202030002TextID = TextMessageID
Var $Sum120201000212020200021202030002TextValue !assigned GETS($Sum120201000212020200021202030002Tag,"MSG")
Var $Sum120201000212020200021202030002TextID !assigned GETS($Sum120201000212020200021202030002Tag,"TextID")
If $Sum120201000212020200021202030002TextID != "" Then
Var $Sum120201000212020200021202030002TextValue = ""
EndIf
EndIf
</Script>
@ -10195,6 +10223,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -10212,13 +10244,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -10547,6 +10576,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201000112020200011202030001 </State>
@ -10564,13 +10597,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201000112020200011202030001Tag = $12-02-03-0001.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201000112020200011202030001Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201000112020200011202030001Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201000112020200011202030001TextValue = TextMessage
Else
Var $Sum120201000112020200011202030001TextID = TextMessageID
Var $Sum120201000112020200011202030001TextValue !assigned GETS($Sum120201000112020200011202030001Tag,"MSG")
Var $Sum120201000112020200011202030001TextID !assigned GETS($Sum120201000112020200011202030001Tag,"TextID")
If $Sum120201000112020200011202030001TextID != "" Then
Var $Sum120201000112020200011202030001TextValue = ""
EndIf
EndIf
</Script>
@ -10895,6 +10925,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -10912,13 +10946,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -11247,6 +11278,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum120201003612020200361202030036 </State>
@ -11264,13 +11299,10 @@
If tag3_is_disable = "true" Then
Var $Sum120201003612020200361202030036Tag = $12-02-03-0036.TAG
EndIf
Var TextMessage !assigned GETS($Sum120201003612020200361202030036Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum120201003612020200361202030036Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum120201003612020200361202030036TextValue = TextMessage
Else
Var $Sum120201003612020200361202030036TextID = TextMessageID
Var $Sum120201003612020200361202030036TextValue !assigned GETS($Sum120201003612020200361202030036Tag,"MSG")
Var $Sum120201003612020200361202030036TextID !assigned GETS($Sum120201003612020200361202030036Tag,"TextID")
If $Sum120201003612020200361202030036TextID != "" Then
Var $Sum120201003612020200361202030036TextValue = ""
EndIf
EndIf
</Script>
@ -11595,6 +11627,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -11612,13 +11648,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -11943,6 +11976,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020007 </State>
@ -11960,13 +11997,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020007Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020007Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020007Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020007TextValue = TextMessage
Else
Var $Sum1204020007TextID = TextMessageID
Var $Sum1204020007TextValue !assigned GETS($Sum1204020007Tag,"MSG")
Var $Sum1204020007TextID !assigned GETS($Sum1204020007Tag,"TextID")
If $Sum1204020007TextID != "" Then
Var $Sum1204020007TextValue = ""
EndIf
EndIf
</Script>
@ -12291,6 +12325,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum </State>
@ -12308,13 +12346,10 @@
If tag3_is_disable = "true" Then
Var $SumTag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($SumTag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($SumTag,"TextID")
If TextMessageID = 0 Then
Var $SumTextValue = TextMessage
Else
Var $SumTextID = TextMessageID
Var $SumTextValue !assigned GETS($SumTag,"MSG")
Var $SumTextID !assigned GETS($SumTag,"TextID")
If $SumTextID != "" Then
Var $SumTextValue = ""
EndIf
EndIf
</Script>
@ -12639,6 +12674,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1204020019 </State>
@ -12656,13 +12695,10 @@
If tag3_is_disable = "true" Then
Var $Sum1204020019Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1204020019Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1204020019Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1204020019TextValue = TextMessage
Else
Var $Sum1204020019TextID = TextMessageID
Var $Sum1204020019TextValue !assigned GETS($Sum1204020019Tag,"MSG")
Var $Sum1204020019TextID !assigned GETS($Sum1204020019Tag,"TextID")
If $Sum1204020019TextID != "" Then
Var $Sum1204020019TextValue = ""
EndIf
EndIf
</Script>
@ -12987,6 +13023,10 @@
<Size> auto </Size>
<Width>128</Width>
<Height>64</Height>
<MaxLine> 1 </MaxLine>
<MaxSize> 18 </MaxSize>
<Font> OpunMediumTTF </Font>
<Color> 0x6F5F51 </Color>
<WidthText> 128 </WidthText>
<Mode> "disable-show" </Mode>
<State> $Sum1299050063 </State>
@ -13004,13 +13044,10 @@
If tag3_is_disable = "true" Then
Var $Sum1299050063Tag = $##-##-##-####.TAG
EndIf
Var TextMessage !assigned GETS($Sum1299050063Tag,"MSG")
Var TextMessageID = 0
Var TextMessageID !assigned GETI($Sum1299050063Tag,"TextID")
If TextMessageID = 0 Then
Var $Sum1299050063TextValue = TextMessage
Else
Var $Sum1299050063TextID = TextMessageID
Var $Sum1299050063TextValue !assigned GETS($Sum1299050063Tag,"MSG")
Var $Sum1299050063TextID !assigned GETS($Sum1299050063Tag,"TextID")
If $Sum1299050063TextID != "" Then
Var $Sum1299050063TextValue = ""
EndIf
EndIf
</Script>