In EAVCapture project,the customer wants to get the maximum modify permissions.
He wants to change the GUI's type by manual in everytime,so I designed a xml file,
the default xml file will be loaded at the application starts up time.
The structure of the file is follows:
<?xml version="1.0" encoding="UTF-8"?>
<EAVCapture>
<Goods IconIndex="1">粮油物品</Goods>
<Goods IconIndex="2">建筑材料</Goods>
<Goods IconIndex="1">笔记本电脑</Goods>
<Goods IconIndex="2">汽车配件</Goods>
<Goods IconIndex="1">进口木材</Goods>
<Goods IconIndex="2">飞机配件</Goods>
<Goods IconIndex="1">即食物品</Goods>
<Goods IconIndex="2">生鱼海鲜</Goods>
<Goods IconIndex="1">东北大米</Goods>
<Goods IconIndex="2">烟台富士苹果</Goods>
</EAVCapture>
by zhangshaoyan at May 20,2015.