15 lines
464 B
XML
15 lines
464 B
XML
<Document>
|
|
<TabDefs>
|
|
<TabDef Type="6" Title="Item.ColorName"/>
|
|
<TabDef Type="6" Title="Item.Name"/>
|
|
</TabDefs>
|
|
<DataDefs>
|
|
<PrjColorSignItems>
|
|
<Item Name="红色类别" ColorName="Red"/>
|
|
<Item Name="黄色类别" ColorName="Yellow"/>
|
|
<Item Name="蓝色类别" ColorName="Blue"/>
|
|
<Item Name="绿色类别" ColorName="Lime"/>
|
|
</PrjColorSignItems>
|
|
</DataDefs>
|
|
</Document>
|