| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "page": {
- "header": {
- "title": "Mgr",
- "menuBar": {
- "items": [
- "通用设置",
- "新建检查",
- "工作流",
- "四台信息",
- "添加备注",
- "查看和处理",
- "报告"
- ],
- "active": "查看和处理"
- },
- "topRightIcons": [
- "语言切换",
- "退出登录"
- ]
- },
- "sidebar": {
- "sections": [
- {
- "title": "系统之家",
- "icon": "home"
- },
- {
- "title": "首选项",
- "icon": "settings",
- "active": true
- },
- {
- "title": "硬件配置",
- "icon": "hardware"
- },
- {
- "title": "网络设置",
- "icon": "network"
- },
- {
- "title": "协议设置",
- "icon": "protocol"
- },
- {
- "title": "统计分析",
- "icon": "chart"
- }
- ]
- },
- "mainContent": {
- "section": "查看和处理",
- "layout": {
- "groups": [
- {
- "title": "裁剪和遮罩设置",
- "fields": [
- {
- "label": "显示裁剪框",
- "type": "checkbox",
- "checked": true
- },
- {
- "label": "裁剪后适应窗体",
- "type": "checkbox",
- "checked": true
- }
- ]
- },
- {
- "title": "放大镜移动模式",
- "fields": [
- {
- "label": "不移动",
- "type": "radio",
- "group": "magnifierMoveMode",
- "checked": true
- },
- {
- "label": "跟随鼠标移动",
- "type": "radio",
- "group": "magnifierMoveMode",
- "checked": false
- }
- ]
- },
- {
- "title": "图像保存",
- "fields": [
- {
- "label": "将测量结果录到图像数据中",
- "type": "checkbox",
- "checked": true
- }
- ]
- }
- ]
- },
- "footer": {
- "buttons": [
- { "label": "取消", "action": "cancel" },
- { "label": "保存", "action": "save" }
- ]
- }
- }
- }
- }
|