This commit is contained in:
kong 2020-10-31 23:10:47 +07:00
parent 65cbec4963
commit dc3087b88f
15 changed files with 807 additions and 554 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
else:
scroll_height = 1400
out_xml('<Frame> \r\n')
out_xml('<FrameScroll> \r\n')
out_xml('<X> 0 </X>\r\n')
out_xml('<Y> 520 </Y>\r\n')
out_xml('<Width> 1080 </Width>\r\n')
@ -15,6 +15,10 @@
i_str = str(i + 1)
out_xml( '\t; button i='+ i_str + ' ' + product_code[i]+ ' \r\n')
out_xml( '\t<Block>\r\n')
out_xml('<Width> 225 </Width>\r\n')
out_xml('<Height> 296 </Height>\r\n')
out_xml( '\t<Button>\r\n')
out_xml( '\t<X> ' + str(x_button[i]) + ' </X> \r\n')
out_xml( '\t<Y> ' + str(y_button[i]) + ' </Y> \r\n')
@ -98,4 +102,7 @@
out_xml( '\t<Value> $' + product_code[i] + '.description </Value>\r\n')
out_xml( '\t</Text>\r\n')
out_xml('</Frame>\r\n')
out_xml( '\t</Block>\r\n')
out_xml('</FrameScroll>\r\n')

View file

@ -150,7 +150,7 @@
<Frame>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Width> 1080 </Width>
@ -158,6 +158,9 @@
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-02-0006
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -182,6 +185,9 @@
</EventOnClick>
</Button>
; button i=2 11-99-02-0001
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -206,6 +212,9 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0003
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -230,6 +239,9 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0007
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -254,6 +266,9 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0002
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -278,6 +293,9 @@
</EventOnClick>
</Button>
; button i=6 11-99-01-0004
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -302,6 +320,9 @@
</EventOnClick>
</Button>
; button i=7 11-99-02-0020
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 382 </Y>
@ -326,6 +347,9 @@
</EventOnClick>
</Button>
; button i=8 11-99-02-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 382 </Y>
@ -350,6 +374,9 @@
</EventOnClick>
</Button>
; button i=9 11-99-01-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 710 </Y>
@ -374,6 +401,9 @@
</EventOnClick>
</Button>
; button i=10 11-99-02-0018
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 710 </Y>
@ -426,6 +456,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0006.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -455,6 +486,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0001.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -484,6 +516,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0003.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -513,6 +546,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0007.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -542,6 +576,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0002.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -571,6 +606,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0004.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 394 </Y>
@ -600,6 +636,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0020.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 394 </Y>
@ -629,6 +666,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0017.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 722 </Y>
@ -658,6 +696,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0017.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 722 </Y>
@ -687,7 +726,8 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0018.description </Value>
</Text>
</Frame>
</Block>
</FrameScroll>

View file

@ -148,7 +148,7 @@
<Frame>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Width> 1080 </Width>
@ -156,6 +156,9 @@
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0010
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -180,6 +183,9 @@
</EventOnClick>
</Button>
; button i=2 11-99-01-0001
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -204,6 +210,9 @@
</EventOnClick>
</Button>
; button i=3 11-99-01-0002
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -228,6 +237,9 @@
</EventOnClick>
</Button>
; button i=4 11-99-01-0004
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -252,6 +264,9 @@
</EventOnClick>
</Button>
; button i=5 11-99-01-0007
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -276,6 +291,9 @@
</EventOnClick>
</Button>
; button i=6 11-99-01-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -300,6 +318,9 @@
</EventOnClick>
</Button>
; button i=7 11-99-01-0003
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 382 </Y>
@ -324,6 +345,9 @@
</EventOnClick>
</Button>
; button i=8 11-99-02-0006
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 382 </Y>
@ -348,6 +372,9 @@
</EventOnClick>
</Button>
; button i=9 11-99-02-0024
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 710 </Y>
@ -372,6 +399,9 @@
</EventOnClick>
</Button>
; button i=10 11-99-02-0001
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 710 </Y>
@ -396,6 +426,9 @@
</EventOnClick>
</Button>
; button i=11 11-99-02-0003
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 710 </Y>
@ -420,6 +453,9 @@
</EventOnClick>
</Button>
; button i=12 11-99-02-0007
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 710 </Y>
@ -444,6 +480,9 @@
</EventOnClick>
</Button>
; button i=13 11-99-02-0030
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 1038 </Y>
@ -468,6 +507,9 @@
</EventOnClick>
</Button>
; button i=14 11-99-02-0002
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 1038 </Y>
@ -520,6 +562,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0010.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -549,6 +592,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0001.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -578,6 +622,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0002.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -607,6 +652,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0004.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -636,6 +682,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0007.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -665,6 +712,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0017.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 394 </Y>
@ -694,6 +742,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0003.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 394 </Y>
@ -723,6 +772,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0006.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 722 </Y>
@ -752,6 +802,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0024.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 722 </Y>
@ -781,6 +832,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0001.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 722 </Y>
@ -810,6 +862,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0003.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 722 </Y>
@ -839,6 +892,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0007.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 1050 </Y>
@ -868,6 +922,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0030.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 1050 </Y>
@ -897,7 +952,8 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0002.description </Value>
</Text>
</Frame>
</Block>
</FrameScroll>

View file

@ -298,7 +298,7 @@
<?hurr
#include=menu_gen.py
#include=menu_gen_alter.py
?>

File diff suppressed because it is too large Load diff

View file

@ -150,7 +150,7 @@
<Frame>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Width> 1080 </Width>
@ -158,6 +158,9 @@
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0014
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -182,6 +185,9 @@
</EventOnClick>
</Button>
; button i=2 11-99-01-0012
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -206,6 +212,9 @@
</EventOnClick>
</Button>
; button i=3 11-99-01-0011
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -230,6 +239,9 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0004
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -254,6 +266,9 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0014
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -278,6 +293,9 @@
</EventOnClick>
</Button>
; button i=6 11-99-02-0010
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -330,6 +348,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0014.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -359,6 +378,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0012.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -388,6 +408,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0011.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -417,6 +438,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0004.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -446,6 +468,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0014.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -475,7 +498,8 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0010.description </Value>
</Text>
</Frame>
</Block>
</FrameScroll>

View file

@ -152,7 +152,7 @@
<Frame>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Width> 1080 </Width>
@ -160,6 +160,9 @@
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0006
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -184,6 +187,9 @@
</EventOnClick>
</Button>
; button i=2 11-99-01-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -208,6 +214,9 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0005
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -232,6 +241,9 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0031
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -284,6 +296,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0006.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -313,6 +326,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0017.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -342,6 +356,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0005.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -371,7 +386,8 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0031.description </Value>
</Text>
</Frame>
</Block>
</FrameScroll>

View file

@ -152,7 +152,7 @@
<Frame>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Width> 1080 </Width>
@ -160,6 +160,9 @@
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-01-0009
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -184,6 +187,9 @@
</EventOnClick>
</Button>
; button i=2 11-99-02-0016
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -208,6 +214,9 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0017
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -232,6 +241,9 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0020
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -256,6 +268,9 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0021
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -280,6 +295,9 @@
</EventOnClick>
</Button>
; button i=6 11-99-02-0023
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -304,6 +322,9 @@
</EventOnClick>
</Button>
; button i=7 11-99-02-0022
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 382 </Y>
@ -328,6 +349,9 @@
</EventOnClick>
</Button>
; button i=8 11-99-02-0011
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 382 </Y>
@ -380,6 +404,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-01-0009.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -409,6 +434,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0016.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -438,6 +464,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0017.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -467,6 +494,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0020.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -496,6 +524,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0021.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -525,6 +554,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0023.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 394 </Y>
@ -554,6 +584,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0022.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 394 </Y>
@ -583,7 +614,8 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0011.description </Value>
</Text>
</Frame>
</Block>
</FrameScroll>

View file

@ -152,7 +152,7 @@
<Frame>
<FrameScroll>
<X> 0 </X>
<Y> 520 </Y>
<Width> 1080 </Width>
@ -160,6 +160,9 @@
<ScrollHeight> 1400 </ScrollHeight>
<Scroll> "Vertical" </Scroll>
; button i=1 11-99-02-0018
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 54 </Y>
@ -184,6 +187,9 @@
</EventOnClick>
</Button>
; button i=2 11-99-02-0018
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 54 </Y>
@ -208,6 +214,9 @@
</EventOnClick>
</Button>
; button i=3 11-99-02-0025
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 558 </X>
<Y> 54 </Y>
@ -232,6 +241,9 @@
</EventOnClick>
</Button>
; button i=4 11-99-02-0032
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 815 </X>
<Y> 54 </Y>
@ -256,6 +268,9 @@
</EventOnClick>
</Button>
; button i=5 11-99-02-0026
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 44 </X>
<Y> 382 </Y>
@ -280,6 +295,9 @@
</EventOnClick>
</Button>
; button i=6 11-99-02-0009
<Block>
<Width> 225 </Width>
<Height> 296 </Height>
<Button>
<X> 301 </X>
<Y> 382 </Y>
@ -332,6 +350,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0018.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 66 </Y>
@ -361,6 +380,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0018.description </Value>
</Text>
</Block>
<Text>
<X> 722 </X>
<Y> 66 </Y>
@ -390,6 +410,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0025.description </Value>
</Text>
</Block>
<Text>
<X> 979 </X>
<Y> 66 </Y>
@ -419,6 +440,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0032.description </Value>
</Text>
</Block>
<Text>
<X> 208 </X>
<Y> 394 </Y>
@ -448,6 +470,7 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0026.description </Value>
</Text>
</Block>
<Text>
<X> 465 </X>
<Y> 394 </Y>
@ -477,7 +500,8 @@
<Color> 0x6F5F51 </Color>
<Value> $11-99-02-0009.description </Value>
</Text>
</Frame>
</Block>
</FrameScroll>