You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.8 KiB
95 lines
3.8 KiB
4 years ago
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<Config>
|
||
|
<Dictionarys>
|
||
|
<Dictionary Name="USERTYPE">
|
||
|
<items key="A" value="系统管理员" />
|
||
|
<items key="M" value="部门管理员" />
|
||
|
<items key="E" value="普遍员工" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="DATAALIGN">
|
||
|
<items key="left" value="居左" />
|
||
|
<items key="center" value="居中" />
|
||
|
<items key="right" value="居右" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="ISPUBLISH">
|
||
|
<items key="1" value="是" />
|
||
|
<items key="0" value="否" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="YESRONO">
|
||
|
<items key="Y" value="是" />
|
||
|
<items key="N" value="否" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="IsStop">
|
||
|
<items key="0" value="否" />
|
||
|
<items key="1" value="是" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="Sex">
|
||
|
<items key="1" value="男" />
|
||
|
<items key="2" value="女" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="FLAGDEL">
|
||
|
<items key="Y" value="已删除" />
|
||
|
<items key="N" value="未删除" />
|
||
|
</Dictionary>
|
||
|
<Dictionary Name ="WEEKDAY">
|
||
|
<items key="-1" value="每天"/>
|
||
|
<items key="1" value="星期一"/>
|
||
|
<items key="2" value="星期二"/>
|
||
|
<items key="3" value="星期三"/>
|
||
|
<items key="4" value="星期四"/>
|
||
|
<items key="5" value="星期五"/>
|
||
|
<items key="6" value="星期六"/>
|
||
|
<items key="7" value="星期日"/>
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="DataOprType">
|
||
|
<items key="Insert" value="插入"/>
|
||
|
<items key="Delete" value="删除"/>
|
||
|
<items key="Update" value="修改"/>
|
||
|
<items key="Query" value="查询"/>
|
||
|
</Dictionary>
|
||
|
<Dictionary Name="DataKind">
|
||
|
</Dictionary>
|
||
|
|
||
|
<Dictionary Name ="HBTYPE">
|
||
|
<items key="Highline" value="豪华型"/>
|
||
|
<items key="Comforline" value="舒适型"/>
|
||
|
<items key="Trendline" value="基本型"/>
|
||
|
</Dictionary>
|
||
|
|
||
|
<Dictionary Name="COLOR">
|
||
|
<items key="LIGHTGRAY" value="浅灰" />
|
||
|
<items key="WHITEGRAY" value="灰白" />
|
||
|
<items key="DARKGRAY" value="深灰" />
|
||
|
<items key="GRAY" value="灰色" />
|
||
|
<items key="BLACK" value="黑色" />
|
||
|
<items key="DARKBLUE" value="深蓝" />
|
||
|
</Dictionary>
|
||
|
</Dictionarys>
|
||
|
<Buttons>
|
||
|
<Button key="create" value="添加"/>
|
||
|
<Button key="adduser" value="添加人员"/>
|
||
|
<Button key="update" value="修改"/>
|
||
|
<Button key="delete" value="删除"/>
|
||
|
<Button key="search" value="查询"/>
|
||
|
<Button key="save" value="保存"/>
|
||
|
<Button key="back" value="返回"/>
|
||
|
<Button key="close" value="关闭"/>
|
||
|
<Button key="reset" value="重置"/>
|
||
|
<Button key="reload" value="刷新"/>
|
||
|
<Button key="setlimit" value="设置权限"/>
|
||
|
<Button key="sendDown" value="下达"/>
|
||
|
<Button key="export" value="导出"/>
|
||
|
<Button key="import" value="导入" />
|
||
|
<Button key="showDetail" value="查看明细"/>
|
||
|
<Button key="setPwd" value="设置密码"/>
|
||
|
<Button key="print" value="打印"/>
|
||
|
<Button key="apply" value="应用"/>
|
||
|
<Button key="queryTL" value="查询模板"/>
|
||
|
<Button key="deal" value="处理"/>
|
||
|
<Button key="searchMemo" value="查询说明"/>
|
||
|
<Button key="paste" value="粘贴" />
|
||
|
<Button key="clear" value="清空" />
|
||
|
<Button key="help" value="帮助"/>
|
||
|
</Buttons>
|
||
|
</Config>
|