You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

273 lines
6.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dialog_sg</class>
<widget class="QDialog" name="dialog_sg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>380</height>
</rect>
</property>
<property name="windowTitle">
<string>定值服务</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>580</width>
<height>60</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="title">
<string>定值控制块</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>22</y>
<width>80</width>
<height>19</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<kerning>false</kerning>
</font>
</property>
<property name="text">
<string>定值组数目</string>
</property>
</widget>
<widget class="QLineEdit" name="lE_SGNum">
<property name="geometry">
<rect>
<x>86</x>
<y>20</y>
<width>60</width>
<height>26</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>160</x>
<y>22</y>
<width>80</width>
<height>19</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<kerning>false</kerning>
</font>
</property>
<property name="text">
<string>激活定值组</string>
</property>
</widget>
<widget class="QLineEdit" name="lE_ACTSGNo">
<property name="geometry">
<rect>
<x>240</x>
<y>20</y>
<width>60</width>
<height>26</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>316</x>
<y>22</y>
<width>80</width>
<height>19</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<kerning>false</kerning>
</font>
</property>
<property name="text">
<string>编辑定值组</string>
</property>
</widget>
<widget class="QLineEdit" name="lE_EDITSGNo">
<property name="geometry">
<rect>
<x>396</x>
<y>20</y>
<width>60</width>
<height>26</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QPushButton" name="pB_ReadSGBlock">
<property name="geometry">
<rect>
<x>470</x>
<y>20</y>
<width>100</width>
<height>29</height>
</rect>
</property>
<property name="text">
<string>读定值控制块</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>580</width>
<height>300</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="title">
<string>定值操作</string>
</property>
<widget class="QTableView" name="tV_SG">
<property name="geometry">
<rect>
<x>10</x>
<y>62</y>
<width>560</width>
<height>222</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>563</width>
<height>34</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>11</number>
</property>
<item>
<widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<kerning>false</kerning>
</font>
</property>
<property name="text">
<string>操作定值组</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cB_OPSGNo"/>
</item>
<item>
<widget class="QPushButton" name="pB_CHGACTSGNo">
<property name="text">
<string>切换激活区</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pB_CHGEDITSGNo">
<property name="text">
<string>切换编辑区</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pB_ReadSG">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>读定值</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pB_WriteSG">
<property name="text">
<string>写定值</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>