目录结构调整
This commit is contained in:
34
codes/games/client/System/AbcClass/AbcUI/TAbcGroup.xml
Normal file
34
codes/games/client/System/AbcClass/AbcUI/TAbcGroup.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TAbcUI ClassName="TAbcGroup" ImageIdx="2">
|
||||
<PrefixName DefValue="Group"/>
|
||||
<Show>
|
||||
<PropList>
|
||||
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
|
||||
<Language Name="Chinese" Display="群组ID"/>
|
||||
<Language Name="English" Display="GroupID"/>
|
||||
</Property>
|
||||
<Property Name="Name" DataType="0">
|
||||
<Language Name="Chinese" Display="群组名称"/>
|
||||
<Language Name="English" Display="GroupName"/>
|
||||
</Property>
|
||||
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
|
||||
<Language Name="Chinese" Display="描述信息"/>
|
||||
</Property>
|
||||
<Property Name="SpiritCount" ShowType="1" Rep="er_Prop_ReadOnly">
|
||||
<Language Name="Chinese" Display="精灵数量"/>
|
||||
</Property>
|
||||
</PropList>
|
||||
</Show>
|
||||
<Save>
|
||||
<PropList>
|
||||
<Property Name="ID"/>
|
||||
<Property Name="Name"/>
|
||||
<Property Name="Description"/>
|
||||
</PropList>
|
||||
</Save>
|
||||
<Output>
|
||||
<PropList>
|
||||
<Property Name="ID" ToName="GroupID"/>
|
||||
</PropList>
|
||||
</Output>
|
||||
</TAbcUI>
|
||||
Reference in New Issue
Block a user