From 30351b05e4d3fdd307891e8a4248c28584ad7015 Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期四, 24 八月 2023 15:34:51 +0800
Subject: [PATCH] 更新MODBUS-TCP协议 4
---
igds-core/src/main/java/com/ld/igds/view/DepotConf.view.xml | 40 ++++++++++++++++++++++++++++------------
1 files changed, 28 insertions(+), 12 deletions(-)
diff --git a/igds-core/src/main/java/com/ld/igds/view/DepotConf.view.xml b/igds-core/src/main/java/com/ld/igds/view/DepotConf.view.xml
index e968b49..a3b6099 100644
--- a/igds-core/src/main/java/com/ld/igds/view/DepotConf.view.xml
+++ b/igds-core/src/main/java/com/ld/igds/view/DepotConf.view.xml
@@ -155,7 +155,7 @@
</Children>
</FieldSet>
<FieldSet>
- <Property name="caption">绮儏妫�娴嬮厤缃�</Property>
+ <Property name="caption">绮俯妫�娴嬮厤缃�</Property>
<Buttons/>
<Children>
<AutoForm layoutConstraint="padding:5">
@@ -205,17 +205,7 @@
<AutoFormElement>
<Property name="name">tempMax</Property>
<Property name="property">tempMax</Property>
- <Editor/>
- </AutoFormElement>
- <AutoFormElement>
- <Property name="name">thSer</Property>
- <Property name="property">thSer</Property>
- <Property name="trigger">autoMappingDropDown2</Property>
- <Editor/>
- </AutoFormElement>
- <AutoFormElement>
- <Property name="name">thConf</Property>
- <Property name="property">thConf</Property>
+ <Property name="label">绮俯涓婇檺</Property>
<Editor/>
</AutoFormElement>
<AutoFormElement>
@@ -251,6 +241,17 @@
<Property name="property">grainFreq</Property>
<Editor/>
</AutoFormElement>
+ <AutoFormElement>
+ <Property name="name">thSer</Property>
+ <Property name="property">thSer</Property>
+ <Property name="trigger">autoMappingDropDown2</Property>
+ <Editor/>
+ </AutoFormElement>
+ <AutoFormElement>
+ <Property name="name">thConf</Property>
+ <Property name="property">thConf</Property>
+ <Editor/>
+ </AutoFormElement>
<Button>
<ClientEvent name="onClick">var grainFreq = view.get("#dsMain.data:#").get("grainFreq");

@@ -278,6 +279,11 @@
<Property name="cols">*,*,*</Property>
<Property name="labelSeparator">锛�</Property>
<Property name="labelWidth">120</Property>
+ <AutoFormElement>
+ <Property name="name">gasSer</Property>
+ <Property name="property">gasSer</Property>
+ <Editor/>
+ </AutoFormElement>
<AutoFormElement>
<Property name="name">gasStart</Property>
<Property name="property">gasStart</Property>
@@ -321,6 +327,11 @@
<Property name="labelSeparator">锛�</Property>
<Property name="labelWidth">100</Property>
<AutoFormElement>
+ <Property name="name">pestSer</Property>
+ <Property name="property">pestSer</Property>
+ <Editor/>
+ </AutoFormElement>
+ <AutoFormElement>
<Property name="name">pestStart</Property>
<Property name="property">pestStart</Property>
<Editor/>
@@ -348,6 +359,11 @@
<Property name="labelSeparator">锛�</Property>
<Property name="labelWidth">100</Property>
<AutoFormElement>
+ <Property name="name">verbSer</Property>
+ <Property name="property">verbSer</Property>
+ <Editor/>
+ </AutoFormElement>
+ <AutoFormElement>
<Property name="name">esSer</Property>
<Property name="property">esSer</Property>
<Editor/>
--
Gitblit v1.9.3