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