391 lines
10 KiB
Plaintext
391 lines
10 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>editCmdDlg</class>
|
||
|
|
<widget class="QDialog" name="editCmdDlg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>489</width>
|
||
|
|
<height>526</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Dialog</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_20">
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>指令名称</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="leCmdName">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>16777215</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="tabletTracking">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="inputMask">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
<property name="frame">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="echoMode">
|
||
|
|
<enum>QLineEdit::Normal</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_3">
|
||
|
|
<property name="text">
|
||
|
|
<string>指令字</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="leCmdKey">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>16777215</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
||
|
|
<item>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_13">
|
||
|
|
<property name="text">
|
||
|
|
<string>指令数据</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="verticalSpacer">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Vertical</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>40</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QTextEdit" name="teCmdData">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>16777215</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
|
||
|
|
<item>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_4">
|
||
|
|
<property name="text">
|
||
|
|
<string>超时(ms)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="leCs">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>327</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>327</width>
|
||
|
|
<height>16777215</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_5">
|
||
|
|
<property name="text">
|
||
|
|
<string>应答长度</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="leYdcd">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>327</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>327</width>
|
||
|
|
<height>16777215</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="pbJbbj">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>0</width>
|
||
|
|
<height>50</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>脚本
|
||
|
|
编辑</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox">
|
||
|
|
<property name="title">
|
||
|
|
<string>发送</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_8">
|
||
|
|
<property name="text">
|
||
|
|
<string>编码</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QComboBox" name="cbBm">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>165</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_10">
|
||
|
|
<property name="text">
|
||
|
|
<string>校验</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QComboBox" name="cbFsxy">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>165</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
|
<property name="title">
|
||
|
|
<string>接收</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_9">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>53</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>解码</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QComboBox" name="cbJm">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>165</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_11">
|
||
|
|
<property name="text">
|
||
|
|
<string>校验</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QComboBox" name="cbJsxy">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>165</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_12">
|
||
|
|
<property name="text">
|
||
|
|
<string>指令备注</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="leBz">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>410</width>
|
||
|
|
<height>16777215</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_21">
|
||
|
|
<item>
|
||
|
|
<spacer name="horizontalSpacer_2">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>40</width>
|
||
|
|
<height>20</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="pbOk">
|
||
|
|
<property name="text">
|
||
|
|
<string>确定</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="pbCancel">
|
||
|
|
<property name="text">
|
||
|
|
<string>取消</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|