THAI: Update Promotion layout
This commit is contained in:
parent
1d06d8f72d
commit
d79c75387b
56 changed files with 8393 additions and 11618 deletions
|
|
@ -41,23 +41,30 @@ else:
|
|||
#print(file_inc2_content)
|
||||
|
||||
#print( file_inc_content)
|
||||
file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
file_inc_content = file_inc.read()
|
||||
#file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
#file_inc_content = file_inc.read()
|
||||
|
||||
content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_data_was_repack.replace(";BigLogoLayout", file_inc1_content)
|
||||
#content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_recommend.replace(";BigLogoLayout", file_inc1_content)
|
||||
content_data = content_data.replace(";layout_mode", '<Mode> "EnableAdjust" </Mode>')
|
||||
content_data = content_data.replace(";banner_shifting",
|
||||
'''Var ColumnOverride[0] = 2
|
||||
Var ColumnOverride[1] = 2
|
||||
Var ColumnGravity[0] = 3
|
||||
Var ColumnGravity[1] = 3
|
||||
''')
|
||||
|
||||
begin_text = content_data.index(";TAGESP")
|
||||
end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
#begin_text = content_data.index(";TAGESP")
|
||||
#end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
#print("sub text = " + str(begin_text) + " end = " + str(end_text))
|
||||
|
||||
disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
#disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
#disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
|
||||
tmp1 = content_data[: begin_text - 7]
|
||||
tmp2 = content_data[ end_text:-1]
|
||||
content_data = tmp1 + tmp2
|
||||
content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
#tmp1 = content_data[: begin_text - 7]
|
||||
#tmp2 = content_data[ end_text:-1]
|
||||
#content_data = tmp1 + tmp2
|
||||
#content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
|
||||
file_xml3_out = open(directory_to_process + "/event/out_put_file1.txt", 'r')
|
||||
file_xml3_out_content = file_xml3_out.read()
|
||||
|
|
@ -97,21 +104,30 @@ else:
|
|||
#print(file_inc2_content)
|
||||
|
||||
#print( file_inc_content)
|
||||
file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
file_inc_content = file_inc.read()
|
||||
#file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
#file_inc_content = file_inc.read()
|
||||
|
||||
content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_data_was_repack.replace(";BigLogoLayout", file_inc2_content)
|
||||
#content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_recommend.replace(";BigLogoLayout", file_inc2_content)
|
||||
content_data = content_data.replace(";layout_mode", '<Mode> "EnableAdjust" </Mode>')
|
||||
content_data = content_data.replace(";banner_shifting",
|
||||
'''Var ColumnOverride[0] = 2
|
||||
Var ColumnOverride[1] = 2
|
||||
Var ColumnGravity[0] = 3
|
||||
Var ColumnGravity[1] = 3
|
||||
''')
|
||||
|
||||
begin_text = content_data.index(";TAGESP")
|
||||
end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
#begin_text = content_data.index(";TAGESP")
|
||||
#end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
#print("sub text = " + str(begin_text) + " end = " + str(end_text))
|
||||
|
||||
tmp1 = content_data[: begin_text - 7]
|
||||
tmp2 = content_data[ end_text:-1]
|
||||
content_data = tmp1 + tmp2
|
||||
content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
#disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
#disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
|
||||
#tmp1 = content_data[: begin_text - 7]
|
||||
#tmp2 = content_data[ end_text:-1]
|
||||
#content_data = tmp1 + tmp2
|
||||
#content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
|
||||
file_xml3_out = open(directory_to_process + "/event/out_put_file2.txt", 'r')
|
||||
file_xml3_out_content = file_xml3_out.read()
|
||||
|
|
@ -151,21 +167,30 @@ else:
|
|||
#print(file_inc3_content)
|
||||
|
||||
#print( file_inc_content)
|
||||
file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
file_inc_content = file_inc.read()
|
||||
#file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
#file_inc_content = file_inc.read()
|
||||
|
||||
content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_data_was_repack.replace(";BigLogoLayout", file_inc3_content)
|
||||
#content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_recommend.replace(";BigLogoLayout", file_inc3_content)
|
||||
content_data = content_data.replace(";layout_mode", '<Mode> "EnableAdjust" </Mode>')
|
||||
content_data = content_data.replace(";banner_shifting",
|
||||
'''Var ColumnOverride[0] = 2
|
||||
Var ColumnOverride[1] = 2
|
||||
Var ColumnGravity[0] = 3
|
||||
Var ColumnGravity[1] = 3
|
||||
''')
|
||||
|
||||
begin_text = content_data.index(";TAGESP")
|
||||
end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
#begin_text = content_data.index(";TAGESP")
|
||||
#end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
#print("sub text = " + str(begin_text) + " end = " + str(end_text))
|
||||
|
||||
tmp1 = content_data[: begin_text - 7]
|
||||
tmp2 = content_data[ end_text:-1]
|
||||
content_data = tmp1 + tmp2
|
||||
content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
#disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
#disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
|
||||
#tmp1 = content_data[: begin_text - 7]
|
||||
#tmp2 = content_data[ end_text:-1]
|
||||
#content_data = tmp1 + tmp2
|
||||
#content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
|
||||
file_xml3_out = open(directory_to_process + "/event/out_put_file3.txt", 'r')
|
||||
file_xml3_out_content = file_xml3_out.read()
|
||||
|
|
@ -205,21 +230,30 @@ else:
|
|||
#print(file_inc4_content)
|
||||
|
||||
#print( file_inc_content)
|
||||
file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
file_inc_content = file_inc.read()
|
||||
#file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
|
||||
#file_inc_content = file_inc.read()
|
||||
|
||||
content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_data_was_repack.replace(";BigLogoLayout", file_inc4_content)
|
||||
#content_data_was_repack = content_recommend.replace(";dummy_layout.inc", file_inc_content)
|
||||
content_data = content_recommend.replace(";BigLogoLayout", file_inc4_content)
|
||||
content_data = content_data.replace(";layout_mode", '<Mode> "EnableAdjust" </Mode>')
|
||||
content_data = content_data.replace(";banner_shifting",
|
||||
'''Var ColumnOverride[0] = 2
|
||||
Var ColumnOverride[1] = 2
|
||||
Var ColumnGravity[0] = 3
|
||||
Var ColumnGravity[1] = 3
|
||||
''')
|
||||
|
||||
begin_text = content_data.index(";TAGESP")
|
||||
end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
#begin_text = content_data.index(";TAGESP")
|
||||
#end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
#print("sub text = " + str(begin_text) + " end = " + str(end_text))
|
||||
|
||||
tmp1 = content_data[: begin_text - 7]
|
||||
tmp2 = content_data[ end_text:-1]
|
||||
content_data = tmp1 + tmp2
|
||||
content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
#disable_show_menus = content_data[begin_text + 7 : end_text]
|
||||
#disable_show_menus = disable_show_menus.replace(",Disable=Invisible", "")
|
||||
|
||||
#tmp1 = content_data[: begin_text - 7]
|
||||
#tmp2 = content_data[ end_text:-1]
|
||||
#content_data = tmp1 + tmp2
|
||||
#content_data = content_data.replace(";disable_show_menu_placeholder", disable_show_menus)
|
||||
|
||||
file_xml4_out = open(directory_to_process + "/event/out_put_file4.txt", 'r')
|
||||
file_xml4_out_content = file_xml4_out.read()
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -173,6 +173,7 @@ Var ThickTeaByBrewerBanner = 0
|
|||
|
||||
; Strawberry Series, 7 - 31 Jan
|
||||
Var StrawberrySeriesPro = 0
|
||||
Var StrawberrySeriesMenu = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
Var PayMentCodeShouldCollectPromotionPoint = 0
|
||||
|
|
@ -345,7 +346,8 @@ If BoxID = 105005 Then
|
|||
Var 12Day12MenuPro = 0
|
||||
;Var WinterWonderPro = 0
|
||||
;Var ThickTeaByBrewerBanner = 0
|
||||
;Var StrawberrySeriesPro = 0
|
||||
Var StrawberrySeriesPro = 1
|
||||
Var StrawberrySeriesMenu = 1
|
||||
|
||||
Var JemilaToppingFlag = 1
|
||||
Var JemilaToppingFreeFlag = 1
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@
|
|||
if multi_pro_gen:
|
||||
out_xml('<Max> 4 </Max>\r\n')
|
||||
elif recommend_page:
|
||||
out_xml('<Max> 16 </Max>\r\n')
|
||||
out_xml('<Max> 12 </Max>\r\n')
|
||||
out_xml('<X> 10 </X>\r\n')
|
||||
out_xml('<Y> 497 </Y>\r\n')
|
||||
out_xml('<Width> 1080 </Width>\r\n')
|
||||
|
|
@ -337,13 +337,17 @@
|
|||
out_xml('<Column> 2 </Column>\r\n')
|
||||
else:
|
||||
out_xml('<Column> 4 </Column>\r\n')
|
||||
if recommend_page:
|
||||
out_xml(';layout_mode\r\n')
|
||||
out_xml('<Script>\r\n')
|
||||
|
||||
if "all" in verbose:
|
||||
print("current_file_name " + current_file_name)
|
||||
|
||||
out_xml('\t Var block_index_override = 0\r\n')
|
||||
out_xml('\t Var block_index_move = 0\r\n')
|
||||
out_xml('\t\tVar block_index_override = 0\r\n')
|
||||
out_xml('\t\tVar block_index_move = 0\r\n')
|
||||
if recommend_page:
|
||||
out_xml('\t\t;banner_shifting\r\n')
|
||||
|
||||
out_xml('</Script>\r\n')
|
||||
|
||||
|
|
@ -395,6 +399,9 @@
|
|||
if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', spl[13].strip()):
|
||||
str_con += f'DateTimeEnd="{spl[13].strip()}",'
|
||||
|
||||
if re.match(r'^\w.*', spl[14].strip()):
|
||||
str_con += f'Var={spl[14].strip()},'
|
||||
|
||||
if recommend_page:
|
||||
str_con += "Disable=Invisible,"
|
||||
|
||||
|
|
@ -1108,6 +1115,9 @@
|
|||
if re.match(r'(\d{4})/(\d{2})/(\d{2})T(\d{2}):(\d{2}):(\d{2})', spl[13].strip()):
|
||||
str_con += f'DateTimeEnd="{spl[13].strip()}",'
|
||||
|
||||
if re.match(r'^\w.*', spl[14].strip()):
|
||||
str_con += f'Var={spl[14].strip()},'
|
||||
|
||||
if recommend_page:
|
||||
str_con += "Disable=Invisible,"
|
||||
|
||||
|
|
|
|||
|
|
@ -45,12 +45,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 5
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -304,7 +304,7 @@ essential nutrients" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1019 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -557,7 +557,7 @@ essential nutrients" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1020 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -811,7 +811,7 @@ essential nutrients" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1021 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1065,7 +1065,7 @@ essential nutrients" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-1022 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,12 +36,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 39
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -294,7 +294,7 @@ Soda, Ice, Malibu" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -545,7 +545,7 @@ Soda, Ice, Malibu" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -798,7 +798,7 @@ Soda, Malibu" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0004 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1051,7 +1051,7 @@ Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ Soda, Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0006 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1557,7 +1557,7 @@ Soda, Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1808,7 +1808,7 @@ Soda, Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2061,7 +2061,7 @@ juice Ice, Malibu" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0009 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2314,7 +2314,7 @@ Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0010 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2569,7 +2569,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0012 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2820,7 +2820,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0013 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3071,7 +3071,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0017 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3322,7 +3322,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3573,7 +3573,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3824,7 +3824,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4075,7 +4075,7 @@ Ice, Mount Gay Rum" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0019 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4328,7 +4328,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 11-99-05-0020 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4581,7 +4581,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0021 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4834,7 +4834,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0022 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5085,7 +5085,7 @@ Soda, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0023 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5338,7 +5338,7 @@ Water, Ice, Gin" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0024 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5591,7 +5591,7 @@ Soda, Ice, Vodka" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0025 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5844,7 +5844,7 @@ Soda, Ice, Vodka" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6099,7 +6099,7 @@ Pineapple juice ,Soda, Ice, Vodka" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6352,7 +6352,7 @@ Soda, Ice, Gold label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0028 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6603,7 +6603,7 @@ Soda, Ice, Gold label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0029 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6854,7 +6854,7 @@ Soda, Ice, Gold label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0030 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7105,7 +7105,7 @@ Soda, Ice, Gold label" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0031 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7358,7 +7358,7 @@ Soda , Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0032 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7609,7 +7609,7 @@ Soda , Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0033 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7862,7 +7862,7 @@ Soda , Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0034 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8115,7 +8115,7 @@ Lime, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8366,7 +8366,7 @@ Lime, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0036 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8619,7 +8619,7 @@ Soda, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0037 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8872,7 +8872,7 @@ Soda, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9125,7 +9125,7 @@ Strawberry syrup, Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9376,7 +9376,7 @@ Strawberry syrup, Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9627,7 +9627,7 @@ Strawberry syrup, Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 11-99-05-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,19 +36,19 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 69
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0074 12-01-02-0074 12-01-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-01-01-0074.Button,12-01-02-0074.Button,12-01-03-0074.Button,DateTimeStart="2025/01/01T00:00:00",$Sum120101007412010200741201030074) </State>
|
||||
<State> Flag( 12-01-01-0074.Button,12-01-02-0074.Button,12-01-03-0074.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum120101007412010200741201030074) </State>
|
||||
<Button>
|
||||
<State> $Sum120101007412010200741201030074 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_Strawberry_caramel_latte.png" </Filename>
|
||||
|
|
@ -303,7 +303,7 @@ COFFEE, SUGAR" </Value>
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-21-01-0074.Button,12-21-02-0074.Button,12-21-03-0074.Button,DateTimeStart="2025/01/01T00:00:00",$Sum122101007412210200741221030074) </State>
|
||||
<State> Flag( 12-21-01-0074.Button,12-21-02-0074.Button,12-21-03-0074.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum122101007412210200741221030074) </State>
|
||||
<Button>
|
||||
<State> $Sum122101007412210200741221030074 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_Strawberry_caramel_latte.png" </Filename>
|
||||
|
|
@ -552,7 +552,7 @@ COFFEE, SUGAR" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1055,7 +1055,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0001 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1562,7 +1562,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-11-01-0001 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2071,7 +2071,7 @@ ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-9901 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2578,7 +2578,7 @@ ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-11-01-9901 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3087,7 +3087,7 @@ ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0003 12-01-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3594,7 +3594,7 @@ ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0081 12-01-02-0081 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4101,7 +4101,7 @@ ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0013 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4360,7 +4360,7 @@ Strawberry, Orange, Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0020 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4619,7 +4619,7 @@ Note: Blue Berry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0043 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4878,7 +4878,7 @@ Note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0046 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5135,7 +5135,7 @@ ESPRESSO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0049 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5392,7 +5392,7 @@ ESPRESSO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0022 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5651,7 +5651,7 @@ Note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0024 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5910,7 +5910,7 @@ Note: Jasmine & Honey" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0026 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6169,7 +6169,7 @@ Note: Whisky & Vanilla" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0028 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6428,7 +6428,7 @@ Note: Peach, tea, chocolate" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0033 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6686,7 +6686,7 @@ ESPRESSO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0036 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6942,7 +6942,7 @@ GEISHA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0037 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7200,7 +7200,7 @@ Pink Rose & Berry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7699,7 +7699,7 @@ Pink Rose & Berry" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0014 12-01-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7958,7 +7958,7 @@ Strawberry, Orange, Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0019 12-01-02-0019 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8217,7 +8217,7 @@ Note: Blue Berry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0044 12-01-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8476,7 +8476,7 @@ Note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0047 12-01-02-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8733,7 +8733,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0050 12-01-02-0050 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8990,7 +8990,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0021 12-01-02-0021 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9249,7 +9249,7 @@ Note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0025 12-01-02-0025 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9508,7 +9508,7 @@ Note: Whisky & Vanilla" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0023 12-01-02-0023 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9767,7 +9767,7 @@ Note: Jasmine & Honey" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0027 12-01-02-0027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10026,7 +10026,7 @@ Note: Peach, tea, chocolate" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0032 12-01-02-0032 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10284,7 +10284,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0035 12-01-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10541,7 +10541,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0038 12-01-02-0038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10800,7 +10800,7 @@ Pink Rose & Berry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0020 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11055,7 +11055,7 @@ Note: Blue Berry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0022 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11310,7 +11310,7 @@ Note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11565,7 +11565,7 @@ Note: Strawberry & Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0048 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11818,7 +11818,7 @@ ALMOST DIRTY" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12071,7 +12071,7 @@ ALMOST DIRTY" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12326,7 +12326,7 @@ Note: Whisky & Vanilla" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0024 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12581,7 +12581,7 @@ Note: Jasmine & Honey" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12836,7 +12836,7 @@ Strawberry, Orange, Floral" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0028 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13091,7 +13091,7 @@ Note: Peach, tea, chocolate" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0033 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13345,7 +13345,7 @@ ALMOST DIRTY" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0036 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13598,7 +13598,7 @@ ALMOST DIRTY" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0037 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13853,7 +13853,7 @@ Pink Rose & Berry" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-11-02-0001 12-11-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14354,7 +14354,7 @@ ICED ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0004 12-01-02-0002 12-01-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14861,7 +14861,7 @@ ICED ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0005 12-11-02-0002 12-11-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -15368,7 +15368,7 @@ ICED ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0006 12-01-02-0003 12-01-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -15875,7 +15875,7 @@ ICED ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0007 12-01-02-0004 12-01-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -16386,7 +16386,7 @@ Caramel Syrup" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0031 12-01-02-0031 12-01-03-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -16897,7 +16897,7 @@ CAFÉ LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0008 12-01-02-0005 12-01-03-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -17408,7 +17408,7 @@ CAFÉ LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0011 12-01-02-0008 12-01-03-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -17921,7 +17921,7 @@ Kokuto syrup" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0039 12-01-02-0039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -18432,7 +18432,7 @@ CAFÉ LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0009 12-01-02-0006 12-01-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -18945,7 +18945,7 @@ Milk, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0029 12-01-02-0029 12-01-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -19454,7 +19454,7 @@ CAFÉ LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0055 12-01-02-0055 12-01-03-0055
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -19963,7 +19963,7 @@ CAFÉ LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0030 12-01-02-0030 12-01-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -20476,7 +20476,7 @@ Milk, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0017 12-01-02-0017 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -20985,7 +20985,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0040 12-01-02-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -21494,7 +21494,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0042 12-01-02-0042 12-01-03-0042
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -22005,7 +22005,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0057 12-01-02-0057 12-01-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -22514,7 +22514,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0058 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -23023,7 +23023,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0059 12-01-02-0059 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -23532,7 +23532,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0060 12-01-02-0060 12-01-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -24041,7 +24041,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -24540,7 +24540,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -25043,7 +25043,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -25546,7 +25546,7 @@ COFFEE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-01-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -46,12 +46,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 20
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0005 12-03-02-0005 12-03-03-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0001 12-03-02-0001 12-03-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -561,7 +561,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0003 12-03-02-0003 12-03-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -817,7 +817,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-03-02-0006 12-03-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1069,7 +1069,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0002 12-03-02-0002 12-03-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1324,7 +1324,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0022 12-03-02-0022 12-03-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1579,7 +1579,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1832,7 +1832,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0020
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2084,7 +2084,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0021
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2336,7 +2336,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2587,7 +2587,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0008 12-05-03-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2838,7 +2838,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3090,7 +3090,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3342,7 +3342,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3595,7 +3595,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0023 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3851,7 +3851,7 @@ BANANA MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4108,7 +4108,7 @@ BANANA MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 35
|
||||
; ==================> Len = 36
|
||||
; #REF! #REF! #REF!
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4615,7 +4615,7 @@ BANANA MILK" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 35
|
||||
; ==================> Len = 36
|
||||
; #REF! #REF! #REF!
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5122,7 +5122,7 @@ BANANA MILK" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 35
|
||||
; ==================> Len = 36
|
||||
; #REF! #REF! #REF!
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 30
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-1003 12-01-02-1001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-1004 12-01-02-1002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1056,7 +1056,7 @@ Foamed milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-1006 12-01-02-1003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1567,7 +1567,7 @@ Milk, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-1099 12-01-02-1099 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2076,7 +2076,7 @@ Foamed milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1024 12-02-02-1024 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2331,7 +2331,7 @@ Foamed milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1025 12-02-02-1025 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2588,7 +2588,7 @@ and Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1026 12-02-02-1026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2843,7 +2843,7 @@ and Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1027 12-02-02-1027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3098,7 +3098,7 @@ and Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1029 12-02-02-1029 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3353,7 +3353,7 @@ and Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1030 12-02-02-1030 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3609,7 +3609,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1031 12-02-02-1031 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3864,7 +3864,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1032 12-02-02-1032 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4122,7 +4122,7 @@ Water, and Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1037 12-02-02-1037 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4377,7 +4377,7 @@ Water, and Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-1002 12-03-02-1002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4632,7 +4632,7 @@ Water, and Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-1005 12-03-02-1005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4887,7 +4887,7 @@ Water, and Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-05-01-1001 12-05-02-1001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5142,7 +5142,7 @@ Water, and Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-1010 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5394,7 +5394,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-1038 12-02-02-1038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5649,7 +5649,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1039 12-02-02-1039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5904,7 +5904,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1040 12-02-02-1040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6159,7 +6159,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0075 12-03-03-0075
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6410,7 +6410,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0124 12-05-03-0124
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6661,7 +6661,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0068 12-02-03-0068
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6912,7 +6912,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0125 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7163,7 +7163,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0075 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7662,7 +7662,7 @@ SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0076 12-03-03-0076
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7913,7 +7913,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0069 12-02-03-0069
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8164,7 +8164,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0126 12-05-03-0126
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8415,7 +8415,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0127 12-05-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8666,7 +8666,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0070 12-02-03-0070
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -34,19 +34,19 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 55
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0010 12-03-02-0010 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-01-0010.Button,12-03-02-0010.Button,12-03-03-0010.Button,DateTimeStart="2025/01/01T00:00:00",$Sum120301001012030200101203030010) </State>
|
||||
<State> Flag( 12-03-01-0010.Button,12-03-02-0010.Button,12-03-03-0010.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum120301001012030200101203030010) </State>
|
||||
<Button>
|
||||
<State> $Sum120301001012030200101203030010 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_Strawberry_cocoa.png" </Filename>
|
||||
|
|
@ -296,14 +296,14 @@ COCOA, SUGAR" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0027.Button,DateTimeStart="2025/01/01T00:00:00",$Sum1203030027) </State>
|
||||
<State> Flag( 12-03-03-0027.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum1203030027) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030027 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_Strawberr_milk_Oreo_smoothie.png" </Filename>
|
||||
|
|
@ -550,7 +550,7 @@ COFFEE, SUGAR" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0081 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -801,7 +801,7 @@ COFFEE, SUGAR" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0088
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1054,7 +1054,7 @@ CARAMEL SYRUP , OREO AND ICE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0089
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1308,7 +1308,7 @@ STRAWBERRY SYRUP AND ICE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0084 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1815,7 +1815,7 @@ CARAMEL SYRUP AND WATER" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2318,7 +2318,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2571,7 +2571,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2824,7 +2824,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3077,7 +3077,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0095
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3330,7 +3330,7 @@ SUPER VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0005 12-03-02-0005 12-03-03-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3585,7 +3585,7 @@ SUPER VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0001 12-03-02-0001 12-03-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3840,7 +3840,7 @@ SUPER VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0004 12-03-02-0004 12-03-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4097,7 +4097,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0003 12-03-02-0003 12-03-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4353,7 +4353,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-03-02-0006 12-03-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4605,7 +4605,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0002 12-03-02-0002 12-03-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4860,7 +4860,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0065 12-03-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5111,7 +5111,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0067 12-03-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5362,7 +5362,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5615,7 +5615,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5868,7 +5868,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6121,7 +6121,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0019 12-03-02-0019 12-03-03-0019
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6376,7 +6376,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6629,7 +6629,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0022 12-03-02-0022 12-03-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6884,7 +6884,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0025 12-03-02-0025 12-03-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7139,7 +7139,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7394,7 +7394,7 @@ Sugar Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0023 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7650,7 +7650,7 @@ BANANA MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7907,7 +7907,7 @@ BANANA MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8161,7 +8161,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8417,7 +8417,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0036 12-03-02-0036 12-03-03-0036
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8672,7 +8672,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0037 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8925,7 +8925,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0038 12-03-02-0038 12-03-03-0038
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9180,7 +9180,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0039 12-03-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9432,7 +9432,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9685,7 +9685,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9940,7 +9940,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0042
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10195,7 +10195,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10450,7 +10450,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0085
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10949,7 +10949,7 @@ Sugar, Biscof" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0086
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11200,7 +11200,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0087
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11451,7 +11451,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0090
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11702,7 +11702,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11953,7 +11953,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12204,7 +12204,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0093
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12455,7 +12455,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12706,7 +12706,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0058 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12959,7 +12959,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 13
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -289,7 +289,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 18
|
||||
; ==================> Len = 19
|
||||
; - - 12-03-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 18
|
||||
; ==================> Len = 19
|
||||
; - - 12-03-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -798,7 +798,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 18
|
||||
; ==================> Len = 19
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1052,7 +1052,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 18
|
||||
; ==================> Len = 19
|
||||
; - - 12-03-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1561,7 +1561,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-02-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1815,7 +1815,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-02-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2069,7 +2069,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-01-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2323,7 +2323,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2578,7 +2578,7 @@ Sugar Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-02-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2832,7 +2832,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3085,7 +3085,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,12 +35,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 79
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0007 12-05-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0094 12-05-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0133 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -793,7 +793,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0095 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1044,7 +1044,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0035 12-05-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1297,7 +1297,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0096 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1550,7 +1550,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1802,7 +1802,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2054,7 +2054,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0010 12-05-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2306,7 +2306,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0033 12-05-03-0033
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2557,7 +2557,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0022 12-05-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2811,7 +2811,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0115 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3063,7 +3063,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0012 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3314,7 +3314,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3565,7 +3565,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0008 12-05-03-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3816,7 +3816,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0009 12-05-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4069,7 +4069,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0100 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4321,7 +4321,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0024 12-05-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4572,7 +4572,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0025 12-05-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4825,7 +4825,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0046 12-05-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5076,7 +5076,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0104 12-05-03-0104
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5327,7 +5327,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0074 12-05-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5578,7 +5578,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0097 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5830,7 +5830,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0101 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6083,7 +6083,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0047 12-05-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6334,7 +6334,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0105 12-05-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6585,7 +6585,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0075 12-05-03-0075
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6836,7 +6836,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7087,7 +7087,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7338,7 +7338,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0076 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7589,7 +7589,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0102 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7841,7 +7841,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8092,7 +8092,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0107 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8343,7 +8343,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0077 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8594,7 +8594,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0038 12-05-03-0038
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8845,7 +8845,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0039 12-05-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9097,7 +9097,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9348,7 +9348,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9600,7 +9600,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9851,7 +9851,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0116 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10103,7 +10103,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10356,7 +10356,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10607,7 +10607,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10860,7 +10860,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11113,7 +11113,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11364,7 +11364,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0108 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11615,7 +11615,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11866,7 +11866,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12117,7 +12117,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0071 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12368,7 +12368,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12619,7 +12619,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0109 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12870,7 +12870,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13121,7 +13121,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13372,7 +13372,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13623,7 +13623,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0091 12-05-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -13874,7 +13874,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0114 12-05-03-0114
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14125,7 +14125,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0093 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14378,7 +14378,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0103 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14629,7 +14629,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -14880,7 +14880,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -15131,7 +15131,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0034 12-05-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -15383,7 +15383,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0003 12-05-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -15636,7 +15636,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0004 12-05-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -15888,7 +15888,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0002 12-05-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -16140,7 +16140,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -16393,7 +16393,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-05-01-0001 12-05-02-0001 12-05-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -16648,7 +16648,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0026 12-05-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -16899,7 +16899,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0032 12-05-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -17151,7 +17151,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-05-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -17403,7 +17403,7 @@ Water, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -17654,7 +17654,7 @@ Water, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-06-01-0001 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -17910,7 +17910,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-06-01-0002 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -18165,7 +18165,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0017 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -18416,7 +18416,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -18667,7 +18667,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-05-01-0002 12-05-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -35,12 +35,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 53
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0023 12-05-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -295,7 +295,7 @@ SUGAR, SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -548,7 +548,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-05-01-0040 12-05-02-0040 12-05-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -803,7 +803,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0094 12-05-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1054,7 +1054,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0095 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1305,7 +1305,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0035 12-05-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1558,7 +1558,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1810,7 +1810,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2062,7 +2062,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0010 12-05-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2314,7 +2314,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0033 12-05-03-0033
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2565,7 +2565,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0022 12-05-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2819,258 +2819,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; - 12-05-02-0012 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0012.Button,$Sum1205020012) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020012 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberry_soda.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberry_soda.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_strawberry_soda.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-02-0012, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "STRAWBERRY SODA"
|
||||
Var NameDrinkTH = "สตอเบอร์รี่โซดา"
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมสตอเบอร์รี่ โซดา "
|
||||
Var DrinkDescription = "Strawberry Syrup, Soda & Ice"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_strawberry_soda.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $12-05-02-0012.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-05-02-0012"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-05-02-0012.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-05-02-0012, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0012"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-05-02-0012.NameE
|
||||
Var menu_desc_eng_cold = $12-05-02-0012.descriptionE
|
||||
Var menu_name_thai_cold = $12-05-02-0012.Name
|
||||
Var menu_desc_thai_cold = $12-05-02-0012.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "สตอเบอร์รี่โซดา" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำเชื่อมสตอเบอร์รี่ โซดา " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "STRAWBERRY SODA" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Syrup, Soda & Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> $12-05-02-0012.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0012.Button </State>
|
||||
<Value> StringFmt( $12-05-02-0012.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1205020012 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-05-02-0012.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1205020012 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3321,7 +3070,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0008 12-05-03-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3572,7 +3321,7 @@ Limenade, Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0009 12-05-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3825,7 +3574,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0024 12-05-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4076,7 +3825,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0025 12-05-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4329,7 +4078,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0038 12-05-03-0038
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4580,7 +4329,7 @@ Soda & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0039 12-05-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4832,7 +4581,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5083,7 +4832,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5335,7 +5084,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5586,7 +5335,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5839,7 +5588,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6090,7 +5839,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6343,7 +6092,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6596,7 +6345,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6847,7 +6596,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7098,7 +6847,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0071 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7349,7 +7098,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7600,7 +7349,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7851,7 +7600,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8102,7 +7851,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0093 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8355,7 +8104,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8606,7 +8355,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8857,7 +8606,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0034 12-05-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9109,7 +8858,7 @@ Lychee Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0003 12-05-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9362,7 +9111,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0004 12-05-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9614,7 +9363,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0002 12-05-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9866,260 +9615,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; - 12-05-02-0005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0005.Button,$Sum1205020005) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020005 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_iced_strawberry.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/page_drink_press_n//bn_iced_strawberry.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/page_drink_disable_n2//bn_iced_strawberry.png" </FilenameDisable>
|
||||
<OverlayImage> xmlpro( 12-05-02-0005, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_%s_posi1.png") </OverlayImage>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOnClick>
|
||||
Var NameDrink = "STRAWBERRY "
|
||||
Var NameDrinkTH = "น้ำสตอเบอร์รี่ "
|
||||
Var DrinkDescriptionTH = "น้ำเชื่อมสตอเบอร์รี่ น้ำ "
|
||||
Var DrinkDescription = "Strawberry Syrup, Water & Ice"
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_iced_strawberry.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $-.Price
|
||||
Var PriceD2 = $12-05-02-0005.Price
|
||||
Var PriceD3 = $-.Price
|
||||
Var PD_CODE1 = "##-##-##-####"
|
||||
Var PD_CODE2 = "12-05-02-0005"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = "Disable2"
|
||||
Var PD_STAGE_2 = $12-05-02-0005.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-05-02-0005, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-05-02-0005"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_hot = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_hot = $##-##-##-####.Name
|
||||
Var menu_desc_thai_hot = $##-##-##-####.description
|
||||
|
||||
Var menu_name_eng_cold = $12-05-02-0005.NameE
|
||||
Var menu_desc_eng_cold = $12-05-02-0005.descriptionE
|
||||
Var menu_name_thai_cold = $12-05-02-0005.Name
|
||||
Var menu_desc_thai_cold = $12-05-02-0005.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 24 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำสตอเบอร์รี่ " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showthaiText </State>
|
||||
<Value> "น้ำเชื่อมสตอเบอร์รี่ น้ำ
|
||||
" </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 164 </Y>
|
||||
<Size> 22 </Size>
|
||||
<Width>220</Width>
|
||||
<Mode> "multi2" </Mode>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x322B26 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "STRAWBERRY " </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 16 </X>
|
||||
<Y> 220 </Y>
|
||||
<Size> 14 </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<State> showengText </State>
|
||||
<Value> "Strawberry Syrup,
|
||||
Water & Ice" </Value>
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "option_deactive.png" ) </Filename>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 16 </X>
|
||||
<Y> 264 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "hot.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "hot_db.png" ) </FilenameDisable>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "cold.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "cold_db.png" ) </FilenameDisable>
|
||||
<State> $12-05-02-0005.Button </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 115 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitMediumTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> $12-05-02-0005.Button </State>
|
||||
<Value> StringFmt( $12-05-02-0005.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 146 </X>
|
||||
<Y> 264 </Y>
|
||||
<Filename> Var( DirImage2 + "blend.png" ) </Filename>
|
||||
<FilenameDisable> Var( DirImage2 + "blend_db.png" ) </FilenameDisable>
|
||||
<State> "Invisible" </State>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 180 </X>
|
||||
<Y> TextPriceMenuY </Y>
|
||||
<Size> TextPriceMenuSize </Size>
|
||||
<Width>220</Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0x6F5F51 </Color>
|
||||
<ColorDisable> 0xEAE6E1 </ColorDisable>
|
||||
<State> "Invisible" </State>
|
||||
<Value> StringFmt( $-.Price , DisplayFormat, PreScaleConvertShow) </Value>; test
|
||||
</Text>
|
||||
<Image>
|
||||
<X> 81 </X>
|
||||
<Y> 264 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </Filename>
|
||||
<FilenameDisable> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </FilenameDisable>
|
||||
</Image>
|
||||
<Image>
|
||||
<X> 49 </X>
|
||||
<Y> 117 </Y>
|
||||
<State>
|
||||
eval(
|
||||
If $Sum1205020005 = "Disable" Then
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "ERR" $12-05-02-0005.TAG tag2_is_disable
|
||||
STRCONTAIN "ERR" $##-##-##-####.TAG tag3_is_disable
|
||||
Var return = "Invisible"
|
||||
If tag1_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image//img_menu_err2.png" </Filename>
|
||||
</Image>
|
||||
<Text>
|
||||
<X> 84 </X>
|
||||
<Y> 266 </Y>
|
||||
<Size> 10 </Size>
|
||||
<Font> OpunMediumTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<State> ice_tab_process_show </State>
|
||||
<Value> ice_show_open </Value>
|
||||
</Text>
|
||||
<Text>
|
||||
<X> 48 </X>
|
||||
<Y> 116 </Y>
|
||||
<Size> 32 </Size>
|
||||
<Width>128</Width>
|
||||
<Height>64</Height>
|
||||
<Font> MITRegularTTF </Font>
|
||||
<Color> 0x5A5A5A </Color>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<State> $Sum1205020005 </State>
|
||||
<Value> text_unavailable </Value>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-05-01-0001 12-05-02-0001 12-05-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10374,7 +9870,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0026 12-05-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10625,7 +10121,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0032 12-05-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10877,7 +10373,7 @@ Water & Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-05-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11129,7 +10625,7 @@ Water, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11380,7 +10876,7 @@ Water, Ice" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-06-01-0001 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11636,7 +11132,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-06-01-0002 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11891,7 +11387,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0017 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12142,7 +11638,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -12393,7 +11889,7 @@ PLANT PROTEIN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-05-01-0002 12-05-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -34,12 +34,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 31
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0007 12-05-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0133 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0094 12-05-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -792,7 +792,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0095 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1043,7 +1043,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0096 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1296,7 +1296,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0115 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1548,7 +1548,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0100 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1800,7 +1800,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0046 12-05-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2051,7 +2051,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0104 12-05-03-0104
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2302,7 +2302,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0074 12-05-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2553,7 +2553,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0097 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2805,7 +2805,7 @@ PLUM SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0101 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3058,7 +3058,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0047 12-05-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3309,7 +3309,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0105 12-05-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3560,7 +3560,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0075 12-05-03-0075
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3811,7 +3811,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4062,7 +4062,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4313,7 +4313,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0076 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4564,7 +4564,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0102 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4816,7 +4816,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5067,7 +5067,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0107 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5318,7 +5318,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0077 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5569,7 +5569,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0116 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5821,7 +5821,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6072,7 +6072,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0108 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6323,7 +6323,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6574,7 +6574,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0109 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6825,7 +6825,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0091 12-05-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7076,7 +7076,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0114 12-05-03-0114
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7327,7 +7327,7 @@ STRAWBERRY LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0103 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 18
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0009 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -539,7 +539,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0019 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0006 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1041,7 +1041,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1292,7 +1292,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1543,7 +1543,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1794,7 +1794,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2045,7 +2045,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2297,7 +2297,7 @@ WITH MELON" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0004 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2549,7 +2549,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 16
|
||||
; ==================> Len = 17
|
||||
;
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3048,7 +3048,7 @@ QUEEN" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3299,7 +3299,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0013 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3550,7 +3550,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3801,7 +3801,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4052,7 +4052,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4303,7 +4303,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4554,7 +4554,7 @@ QUEEN" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -805,7 +805,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1061,7 +1061,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1568,7 +1568,7 @@ SMOOTHIE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1825,7 +1825,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2082,7 +2082,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-11-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2591,7 +2591,7 @@ ICED ESPRESSO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2849,7 +2849,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3104,7 +3104,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0042 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3360,7 +3360,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0025 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -183,12 +183,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 9
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-05-01-0001 12-05-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -697,7 +697,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -949,7 +949,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0034 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1202,7 +1202,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1455,7 +1455,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0027 12-02-02-0027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1711,7 +1711,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0045 12-02-02-0045 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1967,7 +1967,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0048 12-02-02-0049 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2223,7 +2223,7 @@ DRINK SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0047 12-02-02-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -27,12 +27,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 44
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0095 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -285,7 +285,7 @@ please, boss!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0096 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -537,7 +537,7 @@ please, boss!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0097 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -789,7 +789,7 @@ please, boss!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1042,7 +1042,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1294,7 +1294,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0100 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1546,7 +1546,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0101 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1798,7 +1798,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0102 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2049,7 +2049,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0103 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2301,7 +2301,7 @@ how come gal!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0115 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2554,7 +2554,7 @@ Menu,Hurry!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0116 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2807,7 +2807,7 @@ a Gecko" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0118 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3059,7 +3059,7 @@ a Gecko" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0119 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3312,7 +3312,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0120 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3564,7 +3564,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0121 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3816,7 +3816,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4067,7 +4067,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4318,7 +4318,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4569,7 +4569,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4820,7 +4820,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0046 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5071,7 +5071,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0104 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5322,7 +5322,7 @@ Refreshment" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5574,7 +5574,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5826,7 +5826,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6077,7 +6077,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6328,7 +6328,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6579,7 +6579,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0094 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6830,7 +6830,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7083,7 +7083,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7336,7 +7336,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7587,7 +7587,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0107 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7838,7 +7838,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0084 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8089,7 +8089,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0110 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8340,7 +8340,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8591,7 +8591,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8842,7 +8842,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9093,7 +9093,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0108 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9344,7 +9344,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-05-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9595,7 +9595,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-05-03-0094
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9846,7 +9846,7 @@ LIME" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10098,7 +10098,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0047 12-05-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10349,7 +10349,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0105 12-05-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10600,7 +10600,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10851,7 +10851,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0106 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 9
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ cocoa, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1051,7 +1051,7 @@ Matcha, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ Milk, cocoa " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1561,7 +1561,7 @@ Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1816,7 +1816,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2070,7 +2070,7 @@ rest bail on you." </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2324,7 +2324,7 @@ hard–the real deal." </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2578,7 +2578,7 @@ the L" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0078 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -26,12 +26,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 23
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -532,7 +532,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1033,7 +1033,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1284,7 +1284,7 @@ Sugar, Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1783,7 +1783,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2035,7 +2035,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0036 12-03-02-0036 12-03-03-0036
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2290,7 +2290,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2543,7 +2543,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2796,7 +2796,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3047,7 +3047,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3300,7 +3300,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3551,7 +3551,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3802,7 +3802,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4053,7 +4053,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4304,7 +4304,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4555,7 +4555,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4806,7 +4806,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5057,7 +5057,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5308,7 +5308,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5559,7 +5559,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5810,7 +5810,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6061,7 +6061,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6312,7 +6312,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0078 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -28,12 +28,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 16
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-21-62-0002 12-21-63-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -532,7 +532,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-21-62-0003 12-21-63-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1031,7 +1031,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-21-62-0004 12-21-63-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1534,7 +1534,7 @@ Caramel Syrup" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-62-0002 12-03-63-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2033,7 +2033,7 @@ Caramel Syrup" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-62-0005 12-03-63-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2532,7 +2532,7 @@ Caramel Syrup" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-62-0006 12-03-63-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3035,7 +3035,7 @@ Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-62-0007 12-03-63-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3534,7 +3534,7 @@ Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-62-0009 12-05-63-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4037,7 +4037,7 @@ Soda & Ice" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-62-0025 12-05-63-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4538,7 +4538,7 @@ LIMENADE SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-62-0035 12-05-63-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5039,7 +5039,7 @@ DRINK SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-62-0046 12-05-63-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5538,7 +5538,7 @@ DRINK SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-62-0026 12-03-63-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6037,7 +6037,7 @@ DRINK SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-62-0039 12-03-63-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6536,7 +6536,7 @@ DRINK SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-62-0047 12-03-63-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7035,7 +7035,7 @@ DRINK SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-62-0025 12-02-63-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7534,7 +7534,7 @@ DRINK SODA" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-41-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -36,12 +36,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 18
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0006 12-01-02-0003 12-01-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -556,7 +556,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-1006 12-01-02-1003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1075,7 +1075,7 @@ Milk, Sugar" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1584,7 +1584,7 @@ cocoa, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0002 12-03-02-0002 12-03-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1843,7 +1843,7 @@ cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-1002 12-03-02-1002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2102,7 +2102,7 @@ cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0004 12-03-02-0004 12-03-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2363,7 +2363,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2624,7 +2624,7 @@ BANANA MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0025 12-03-02-0025 12-03-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2883,7 +2883,7 @@ BANANA MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3143,7 +3143,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3398,7 +3398,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3655,7 +3655,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3912,7 +3912,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 18
|
||||
; ==================> Len = 19
|
||||
; - - 12-03-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4170,7 +4170,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4427,7 +4427,7 @@ Milk, cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4686,7 +4686,7 @@ Sugar, Biscof" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0017
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4942,7 +4942,7 @@ MILK SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5198,7 +5198,7 @@ VOLCANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0068
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -539,7 +539,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0066
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 15
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0080 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@ HORRIFYING" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0128
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@ drink syrup, 7Up and Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0084
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -797,7 +797,7 @@ and Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0085
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1049,7 +1049,7 @@ and Lime" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0081 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1302,7 +1302,7 @@ and 7Up" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0082 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1555,7 +1555,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0079 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1812,7 +1812,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0081
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2066,7 +2066,7 @@ and Ovaltine" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0082 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2567,7 +2567,7 @@ and Ovaltine" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0080 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2819,7 +2819,7 @@ and Ovaltine" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0080
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3073,7 +3073,7 @@ HER" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0078 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3329,7 +3329,7 @@ HER" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0083 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3836,7 +3836,7 @@ and Soda" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0082
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4088,7 +4088,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0083
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -796,7 +796,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0075 12-03-03-0075
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -288,7 +288,7 @@ MILK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0124 12-05-03-0124
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@ DRINK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0068 12-02-03-0068
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -793,7 +793,7 @@ DRINK" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0125 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1046,7 +1046,7 @@ FIZZY" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0075 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1549,7 +1549,7 @@ IT STRONG" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0076 12-03-03-0076
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1802,7 +1802,7 @@ MIRACLES" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0069 12-02-03-0069
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2054,7 +2054,7 @@ MIRACLES" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0126 12-05-03-0126
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2307,7 +2307,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0127 12-05-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2559,7 +2559,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0070 12-02-03-0070
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -793,7 +793,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1045,7 +1045,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0063
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1298,7 +1298,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0080 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1551,7 +1551,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0053
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1804,7 +1804,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2056,7 +2056,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2309,7 +2309,7 @@ thai Tea Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -26,12 +26,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 24
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -533,7 +533,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -784,7 +784,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1035,7 +1035,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0068 12-03-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1290,7 +1290,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1541,7 +1541,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1792,7 +1792,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0071 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2043,7 +2043,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0074 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2294,7 +2294,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0006 12-01-02-0003 12-01-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2549,7 +2549,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-1006 12-01-02-1003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2806,7 +2806,7 @@ Milk, Sugar" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0061 12-01-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3058,7 +3058,7 @@ cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0002 12-03-02-0002 12-03-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3313,7 +3313,7 @@ cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-1002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3564,7 +3564,7 @@ cocoa, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0004 12-03-02-0004 12-03-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3821,7 +3821,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0024 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4076,7 +4076,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0025 12-03-02-0025 12-03-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4331,7 +4331,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4587,7 +4587,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0039 12-03-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4839,7 +4839,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5091,7 +5091,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5343,7 +5343,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5596,7 +5596,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 3
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -293,7 +293,7 @@ is RELIEVE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -550,7 +550,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0023 12-03-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 13
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0057 12-01-02-0057 12-01-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -548,7 +548,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0058 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1061,7 +1061,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0050 12-02-02-0050 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1318,7 +1318,7 @@ Sugar, Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0035 12-03-02-0035 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1576,7 +1576,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0036 12-03-02-0036 12-03-03-0036
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1833,7 +1833,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0037 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2088,7 +2088,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2344,7 +2344,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2597,7 +2597,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2851,7 +2851,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3104,7 +3104,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0065 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3358,7 +3358,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0066 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3612,7 +3612,7 @@ LEMON SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -28,12 +28,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 26
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -540,7 +540,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0092
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -794,7 +794,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0058 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1050,7 +1050,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0059 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1306,7 +1306,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0060 12-02-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1561,7 +1561,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0061 12-02-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1815,7 +1815,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0062 12-02-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2071,7 +2071,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0063 12-02-03-0063
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2325,7 +2325,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0064 12-02-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2580,7 +2580,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0065 12-02-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2834,7 +2834,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0090 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3088,7 +3088,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0091 12-05-03-0091
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3341,7 +3341,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-05-02-0114 12-05-03-0114
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3594,7 +3594,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0093 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3846,7 +3846,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0024 12-03-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4099,7 +4099,7 @@ Coconut" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4355,7 +4355,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4858,7 +4858,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5363,7 +5363,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5616,7 +5616,7 @@ Sugar, Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6117,7 +6117,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6371,7 +6371,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6625,7 +6625,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6878,7 +6878,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7132,7 +7132,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7385,7 +7385,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 19
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -289,7 +289,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0044
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -798,7 +798,7 @@ VOLCANO " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1054,7 +1054,7 @@ Sugar Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1310,7 +1310,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0030
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1566,7 +1566,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1822,7 +1822,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2075,7 +2075,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0048
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2331,7 +2331,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2587,7 +2587,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2843,7 +2843,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3098,7 +3098,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3352,7 +3352,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0056
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3607,7 +3607,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0086
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3863,7 +3863,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0087
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4118,7 +4118,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4623,7 +4623,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4877,7 +4877,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -27,12 +27,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -541,7 +541,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1050,7 +1050,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1305,7 +1305,7 @@ Sugar, Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1812,7 +1812,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0035 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2068,7 +2068,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0034
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2325,7 +2325,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2582,7 +2582,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0063 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2839,7 +2839,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3094,7 +3094,7 @@ MINT SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0059 12-01-02-0059 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -545,7 +545,7 @@ Sugar, Water" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0060 12-01-02-0060 12-01-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1056,7 +1056,7 @@ Sugar, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0051 12-02-02-0051 12-02-03-0051
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1313,7 +1313,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1565,7 +1565,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0038 12-03-02-0038 12-03-03-0038
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1822,7 +1822,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0039 12-03-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2076,7 +2076,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2329,7 +2329,7 @@ PEACH" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0068 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2581,7 +2581,7 @@ how to love" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0069 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2833,7 +2833,7 @@ empty heart " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0070 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3086,7 +3086,7 @@ my heart waiting." </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0072 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3338,7 +3338,7 @@ you need me" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -290,7 +290,7 @@ melting in the heat!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -542,7 +542,7 @@ melting in the heat!" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0046 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -795,7 +795,7 @@ masterpiece" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0058 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1049,7 +1049,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0060 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1302,7 +1302,7 @@ just bearable" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1555,7 +1555,7 @@ Breathe-able" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1810,7 +1810,7 @@ Limenade and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0064 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2064,7 +2064,7 @@ Lime and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0007 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2317,7 +2317,7 @@ hot" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0084 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2570,7 +2570,7 @@ OVERDONE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2824,7 +2824,7 @@ and Soda" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3078,7 +3078,7 @@ ANGRY sun mode" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3331,7 +3331,7 @@ point reached" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -293,7 +293,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-02-02-0043 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -801,7 +801,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1055,7 +1055,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1309,7 +1309,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1563,7 +1563,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1817,7 +1817,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0059 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2072,7 +2072,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0057 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2327,7 +2327,7 @@ the Past" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0035
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2583,7 +2583,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0036 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2838,7 +2838,7 @@ Sugar, Cocoa" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0066
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 10
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@ STRAW CHEE SODA SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -544,7 +544,7 @@ LYCHEE SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -798,7 +798,7 @@ STRAW CHEE TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1303,7 +1303,7 @@ STRAW CANO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1557,7 +1557,7 @@ PLUM CARA MILK SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0073 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1810,7 +1810,7 @@ KLEIN COCOA CHEE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0067 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2063,7 +2063,7 @@ MATCHA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0074 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2566,7 +2566,7 @@ CAFE LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0053
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2819,7 +2819,7 @@ CHEE TEA SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0115
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 7
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0023 12-05-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@ SUGAR, SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0022 12-02-02-0022 12-02-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -548,7 +548,7 @@ JASMINE TEA, SUGAR" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0041 12-05-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -801,7 +801,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-05-01-0040 12-05-02-0040 12-05-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1056,7 +1056,7 @@ SODA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-03-01-0010 12-03-02-0010 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1313,7 +1313,7 @@ COCOA, SUGAR" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0074 12-01-02-0074 12-01-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1826,7 +1826,7 @@ COFFEE, SUGAR" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 26
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0039 12-02-02-0039 12-02-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1038 12-02-02-1038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0047 12-02-02-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -803,7 +803,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0055 12-01-02-0055 12-01-03-0055
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1312,7 +1312,7 @@
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1040 12-02-02-1040 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1568,7 +1568,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1039 12-02-02-1039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1824,7 +1824,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2076,7 +2076,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2328,7 +2328,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2580,7 +2580,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0045
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2834,7 +2834,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0026 12-02-02-0026 12-02-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3090,7 +3090,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1026 12-02-02-1026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3346,7 +3346,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0027 12-02-02-0027 12-02-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3602,7 +3602,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1027 12-02-02-1027 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3858,7 +3858,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0028 12-02-02-0028 12-02-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4114,7 +4114,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0031 12-01-02-0031 12-01-03-0031
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4625,7 +4625,7 @@ Sugar, Oreo" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0062 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5128,7 +5128,7 @@ Matcha, Milk" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0055 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5380,7 +5380,7 @@ Matcha, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0037 12-02-02-0037 12-02-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5636,7 +5636,7 @@ Matcha, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-1037 12-02-02-1037 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5892,7 +5892,7 @@ Matcha, Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0043
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6146,7 +6146,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6398,7 +6398,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-99-01-0042 12-99-02-0044 12-99-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6654,7 +6654,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-99-01-0043 12-99-02-0045 12-99-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6910,7 +6910,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-99-01-0049 12-99-02-0050 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7166,7 +7166,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 4
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0083 12-02-02-0083 12-02-03-0083
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -292,7 +292,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0084 12-02-02-0084 12-02-03-0084
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -547,7 +547,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0085 12-02-02-0085 12-02-03-0085
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 12
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-03-01-0022 12-03-02-0022 12-03-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0039 12-01-02-0039 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -813,7 +813,7 @@ CAFÉ LATTE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 18
|
||||
; ==================> Len = 19
|
||||
; - - 12-03-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1071,7 +1071,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1327,7 +1327,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0047 12-05-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1582,7 +1582,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-05-02-0105 12-05-03-0105
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1837,7 +1837,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2092,7 +2092,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0013 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2347,7 +2347,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0014 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2602,7 +2602,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2857,7 +2857,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3112,7 +3112,7 @@ Sugar, Oreo" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0078
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -538,7 +538,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0057
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -791,7 +791,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1044,7 +1044,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1298,7 +1298,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1551,7 +1551,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1804,7 +1804,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-02-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2057,7 +2057,7 @@ COCONUT" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2310,7 +2310,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2562,7 +2562,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2813,7 +2813,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3064,7 +3064,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-03-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3315,7 +3315,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0041 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3814,7 +3814,7 @@ SMOOTHIE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-05-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 14
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0074
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -538,7 +538,7 @@ CARAMEL OREO" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0076
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -791,7 +791,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0077
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1044,7 +1044,7 @@ CARAMEL OREO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0058
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1298,7 +1298,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1551,7 +1551,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0059
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1804,7 +1804,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2057,7 +2057,7 @@ COCONUT" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2310,7 +2310,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2563,7 +2563,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0032
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2814,7 +2814,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0067
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3065,7 +3065,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3316,7 +3316,7 @@ SMOOTHIE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-03-0078 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3815,7 +3815,7 @@ SMOOTHIE" </Value>
|
|||
<Align> center-vertical-horizontal </Align>
|
||||
</Text>
|
||||
</Block>
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0127
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 25
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -287,7 +287,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0002
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -538,7 +538,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -789,7 +789,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1040,7 +1040,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0005
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1291,7 +1291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1542,7 +1542,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1793,7 +1793,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2044,7 +2044,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0009
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2295,7 +2295,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0010
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2546,7 +2546,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2797,7 +2797,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0012
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3048,7 +3048,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0013
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3299,7 +3299,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0016
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3550,7 +3550,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0018
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3801,7 +3801,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0021
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4052,7 +4052,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4305,7 +4305,7 @@ Banana" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0023
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4556,7 +4556,7 @@ Banana" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - - 12-41-03-0029
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -163,12 +163,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 7
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0053 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -421,7 +421,7 @@ water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-01-02-0054 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -674,7 +674,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-03-02-0026 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -925,7 +925,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-02-02-0043 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1176,7 +1176,7 @@ AMERICANO" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-02-02-0044 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1428,7 +1428,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0055 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1679,7 +1679,7 @@ HOUSE " </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-05-02-0056 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -39,19 +39,19 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 46
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0022 12-02-02-0022 12-02-03-0022
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,DateTimeStart="2025/01/01T00:00:00",$Sum120201002212020200221202030022) </State>
|
||||
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum120201002212020200221202030022) </State>
|
||||
<Button>
|
||||
<State> $Sum120201002212020200221202030022 </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_drink_n//bn_hot_strawberry_tea.png" </Filename>
|
||||
|
|
@ -301,7 +301,7 @@ JASMINE TEA, SUGAR" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0083 12-02-02-0083 12-02-03-0083
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -557,7 +557,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0084 12-02-02-0084 12-02-03-0084
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -812,7 +812,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0085 12-02-02-0085 12-02-03-0085
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1067,7 +1067,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0001 12-02-02-0001 12-02-03-0001
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1322,7 +1322,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0020 12-02-02-0020 12-02-03-0020
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1577,7 +1577,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0041 12-02-02-0041 12-02-03-0041
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1832,7 +1832,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0017 12-05-02-0027 12-05-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2087,7 +2087,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0007 12-02-02-0007 12-02-03-0007
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2342,7 +2342,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0021 - -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2598,7 +2598,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0042 12-02-02-0042 12-02-03-0042
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2854,7 +2854,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0039 12-02-02-0039 12-02-03-0039
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3109,7 +3109,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0040 12-02-02-0040 12-02-03-0040
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3364,7 +3364,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 15
|
||||
; ==================> Len = 16
|
||||
; 12-02-01-0047 12-02-02-0047 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3619,7 +3619,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0024 12-02-02-0024 12-02-03-0024
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3874,7 +3874,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0025 12-02-02-0025 12-02-03-0025
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4129,7 +4129,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0003 12-02-02-0003 12-02-03-0003
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4384,7 +4384,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0004 12-02-02-0004 12-02-03-0004
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4639,7 +4639,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0026 12-02-02-0026 12-02-03-0026
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -4894,7 +4894,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0037 12-02-02-0037 12-02-03-0037
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5149,7 +5149,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0027 12-02-02-0027 12-02-03-0027
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5404,7 +5404,7 @@ GINGER TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0028 12-02-02-0028 12-02-03-0028
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5661,7 +5661,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0011 12-02-02-0011 12-02-03-0011
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -5916,7 +5916,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0012 12-02-02-0012 12-02-03-0012
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6173,7 +6173,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0045 12-02-02-0045 12-02-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6428,7 +6428,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0046 12-02-02-0046 12-02-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6683,7 +6683,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0050 12-02-02-0050 12-02-03-0050
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -6938,7 +6938,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0051 12-02-02-0051 12-02-03-0051
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7193,7 +7193,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7444,7 +7444,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0060 12-02-03-0060
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7698,7 +7698,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0061 12-02-03-0061
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -7950,7 +7950,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0062 12-02-03-0062
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8204,7 +8204,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0063 12-02-03-0063
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8457,7 +8457,7 @@ Thai Black Tea" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0064 12-02-03-0064
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8711,7 +8711,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-02-02-0065 12-02-03-0065
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -8963,7 +8963,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-02-01-0066 12-02-02-0066 12-02-03-0066
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9218,7 +9218,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0006 12-02-02-0006 12-02-03-0006
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9475,7 +9475,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0008 12-02-02-0008 12-02-03-0008
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9730,7 +9730,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0019 12-02-02-0019 12-02-03-0019
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -9985,7 +9985,7 @@ TEA" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-02-0009 12-02-01-0009 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10242,7 +10242,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0016 12-02-02-0017 12-02-03-0017
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10497,7 +10497,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0029 12-02-02-0029 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -10752,7 +10752,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0030 12-02-02-0030 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11008,7 +11008,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0031 12-02-02-0031 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11264,7 +11264,7 @@ LIMENADE" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0032 12-02-02-0032 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -11521,7 +11521,7 @@ Water" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; 12-02-01-0038 12-02-02-0038 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -41,12 +41,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 20
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0001 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -298,7 +298,7 @@ Matcha, & Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0016 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -550,7 +550,7 @@ Matcha, & Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0002 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -802,7 +802,7 @@ Cocoa, & Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0003 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1056,7 +1056,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0013 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1310,7 +1310,7 @@ Strawberry Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0018 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1563,7 +1563,7 @@ Melon Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0004 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1815,7 +1815,7 @@ Melon Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0005 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2067,7 +2067,7 @@ Thai Tea, & Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0015 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2319,7 +2319,7 @@ Thai Tea, & Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-04-02-0055 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2571,7 +2571,7 @@ Thai Tea, & Milk" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0006 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -2825,7 +2825,7 @@ Kokuto syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0008 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3079,7 +3079,7 @@ Taiwanese Tea, Sugar" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0017 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3333,7 +3333,7 @@ Taiwanese Tea, Sugar" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0009 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3586,7 +3586,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0010 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -3837,7 +3837,7 @@ Caramel Syrup" </Value>
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 19
|
||||
; ==================> Len = 20
|
||||
; - 12-04-02-0011 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 6
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-99-01-0042 12-99-02-0044 12-99-03-0046
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-99-01-0043 12-99-02-0045 12-99-03-0047
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -546,7 +546,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - - 12-99-03-0048
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -797,7 +797,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; 12-99-01-0049 12-99-02-0050 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1052,7 +1052,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0051 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
@ -1303,7 +1303,7 @@
|
|||
</Text>
|
||||
</Block>
|
||||
; - - -
|
||||
; ==================> Len = 14
|
||||
; ==================> Len = 15
|
||||
; - 12-99-05-0052 -
|
||||
<Block>
|
||||
<MarginLeft> 33 </MarginLeft>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue