| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <Purview>
- <Popup Key="purManageTab" Caption="权限管理" Image="Pur1">
- <Popup Key="purManageGroup" Caption="权限管理" Image="Pur1">
- <Popup Key="purManagePop1" Caption="基础信息管理" Image="01">
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmUser" Caption="用户管理" Image="02" CustomInfo="">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Add" Caption="新增" Image="Add" />
- <Button Key="Delete" Caption="删除" Image="Delete" />
- <Button Key="Update" Caption="修改" Image="Update" />
- </Window>
- <Popup Key="purManagePop3" Caption="基础信息管理" Image="03">
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmDepartment" Caption="部门管理" Image="04" ShowRibbon="False">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Add" Caption="新增" Image="Add" />
- <Button Key="Delete" Caption="删除" Image="Delete" />
- <Button Key="Update" Caption="修改" Image="Update" />
- <Button Key="Build" Caption="生成" Image="Build" />
- </Window>
- </Popup>
- </Popup>
-
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmRole" Caption="角色管理" Image="05">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Add" Caption="新增" Image="Add" />
- <Button Key="Delete" Caption="删除" Image="Delete" />
- <Button Key="Update" Caption="修改" Image="Update" />
- </Window>
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmTest" Caption="测试" Image="05">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Add" Caption="新增" Image="Add" />
- <Button Key="Delete" Caption="删除" Image="Delete" />
- <Button Key="Update" Caption="修改" Image="Update" />
- </Window>
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmPurview" Caption="权限设置" Image="06">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Save" Caption="保存" Image="Save" />
- </Window>
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmOrganization" Caption="组织结构" Image="06">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Save" Caption="退出" Image="Close" />
- </Window>
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmFunction" Caption="功能设置" Image="06">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Add" Caption="新增" Image="Add" />
- <Button Key="Delete" Caption="删除" Image="Delete" />
- <Button Key="Save" Caption="保存" Image="Save" />
- <Button Key="Close" Caption="退出" Image="Close" />
- </Window>
- <Window AssemblyName="CoreFS.CD01" Key="CoreFS.CD01.FrmPurviewMgt" Caption="权限设置" Image="06">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Save" Caption="保存" Image="Save" />
- <Button Key="Close" Caption="退出" Image="Close" />
- </Window>
- </Popup>
- </Popup>
- <Popup Key="purDesignTab" Caption="设计管理" Image="">
- <Popup Key="purDesignGroup" Caption="设计管理" Image="">
- <Popup Key="purDesignPop1" Caption="设计管理" Image="07">
- <Window AssemblyName="CoreFS.CB04" Key="CoreFS.CB04.FrmDesignSet" Caption="设计管理" Image="08">
- <Button Key="Query" Caption="查询" Image="Query" />
- <Button Key="Add" Caption="新增" Image="Add" />
- <Button Key="Delete" Caption="删除" Image="Delete" />
- <Button Key="Update" Caption="修改" Image="Update" />
- </Window>
- <Window AssemblyName="CoreFS.CB04" Key="CoreFS.CB04.FrmDesignView" Caption="设计结果查询" Image="09">
- <Button Key="Query" Caption="查询" Image="Query" />
- </Window>
-
- </Popup>
- </Popup>
- </Popup>
- </Purview>
|