Files
VkuMonitor/cpp/window/RawTxWindow/RawTxWindow.ui
2024-07-03 19:11:29 +09:00

1896 lines
41 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RawTxWindow</class>
<widget class="QWidget" name="RawTxWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>756</width>
<height>220</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>371</width>
<height>220</height>
</size>
</property>
<property name="windowTitle">
<string>Raw Transmit</string>
</property>
<widget class="QPushButton" name="singleSendButton">
<property name="geometry">
<rect>
<x>450</x>
<y>10</y>
<width>41</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Send</string>
</property>
</widget>
<widget class="QPushButton" name="repeatSendButton">
<property name="geometry">
<rect>
<x>500</x>
<y>10</y>
<width>95</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Send Repeat</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>667</x>
<y>10</y>
<width>31</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>ms</string>
</property>
</widget>
<widget class="QLineEdit" name="fieldAddress">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>72</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hhhhhhhh</string>
</property>
<property name="text">
<string>000</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Address</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>100</x>
<y>50</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>DLC</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_RepeatRate">
<property name="geometry">
<rect>
<x>600</x>
<y>10</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="value">
<number>1000</number>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_IsRTR">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>RTR</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_IsExtended">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Extended ID</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxInterface">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>331</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Interface:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QCheckBox" name="checkbox_BRS">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>BRS</string>
</property>
</widget>
<widget class="QCheckBox" name="checkbox_FD">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>FD</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxDLC">
<property name="geometry">
<rect>
<x>90</x>
<y>70</y>
<width>51</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_6">
<property name="geometry">
<rect>
<x>390</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_col18">
<property name="geometry">
<rect>
<x>390</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>8</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_1">
<property name="geometry">
<rect>
<x>570</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_6">
<property name="geometry">
<rect>
<x>180</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_6">
<property name="geometry">
<rect>
<x>270</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_2">
<property name="geometry">
<rect>
<x>240</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_1">
<property name="geometry">
<rect>
<x>480</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_2">
<property name="geometry">
<rect>
<x>360</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_1">
<property name="geometry">
<rect>
<x>660</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_4">
<property name="geometry">
<rect>
<x>390</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay8">
<property name="geometry">
<rect>
<x>430</x>
<y>160</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>8</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_7">
<property name="geometry">
<rect>
<x>540</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_7">
<property name="geometry">
<rect>
<x>570</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay1">
<property name="geometry">
<rect>
<x>160</x>
<y>70</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_7">
<property name="geometry">
<rect>
<x>600</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_1">
<property name="geometry">
<rect>
<x>540</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_0">
<property name="geometry">
<rect>
<x>390</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_6">
<property name="geometry">
<rect>
<x>330</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_7">
<property name="geometry">
<rect>
<x>480</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_3">
<property name="geometry">
<rect>
<x>660</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_col13">
<property name="geometry">
<rect>
<x>240</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_3">
<property name="geometry">
<rect>
<x>600</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_4">
<property name="geometry">
<rect>
<x>270</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_2">
<property name="geometry">
<rect>
<x>180</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_5">
<property name="geometry">
<rect>
<x>450</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_6">
<property name="geometry">
<rect>
<x>360</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay2">
<property name="geometry">
<rect>
<x>430</x>
<y>70</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col17">
<property name="geometry">
<rect>
<x>360</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>7</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_3">
<property name="geometry">
<rect>
<x>510</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_col15">
<property name="geometry">
<rect>
<x>300</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>5</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_4">
<property name="geometry">
<rect>
<x>180</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_3">
<property name="geometry">
<rect>
<x>450</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay3">
<property name="geometry">
<rect>
<x>160</x>
<y>100</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_1">
<property name="geometry">
<rect>
<x>450</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_0">
<property name="geometry">
<rect>
<x>330</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_1">
<property name="geometry">
<rect>
<x>510</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_3">
<property name="geometry">
<rect>
<x>480</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_col11">
<property name="geometry">
<rect>
<x>180</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_2">
<property name="geometry">
<rect>
<x>210</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_6">
<property name="geometry">
<rect>
<x>300</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay5">
<property name="geometry">
<rect>
<x>160</x>
<y>130</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>5</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_5">
<property name="geometry">
<rect>
<x>540</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_5">
<property name="geometry">
<rect>
<x>480</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_5">
<property name="geometry">
<rect>
<x>510</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_5">
<property name="geometry">
<rect>
<x>570</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay4">
<property name="geometry">
<rect>
<x>430</x>
<y>100</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>4</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_4">
<property name="geometry">
<rect>
<x>240</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_2">
<property name="geometry">
<rect>
<x>390</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_col14">
<property name="geometry">
<rect>
<x>270</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>4</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_4">
<property name="geometry">
<rect>
<x>330</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_5">
<property name="geometry">
<rect>
<x>600</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_0">
<property name="geometry">
<rect>
<x>240</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_5">
<property name="geometry">
<rect>
<x>660</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_4">
<property name="geometry">
<rect>
<x>210</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_2">
<property name="geometry">
<rect>
<x>330</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_5">
<property name="geometry">
<rect>
<x>630</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_1">
<property name="geometry">
<rect>
<x>630</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_2">
<property name="geometry">
<rect>
<x>300</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_6">
<property name="geometry">
<rect>
<x>240</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_3">
<property name="geometry">
<rect>
<x>630</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_0">
<property name="geometry">
<rect>
<x>210</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte1_6">
<property name="geometry">
<rect>
<x>210</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte7_7">
<property name="geometry">
<rect>
<x>660</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string extracomment="Hex Only">hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_7">
<property name="geometry">
<rect>
<x>450</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_2">
<property name="geometry">
<rect>
<x>270</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_7">
<property name="geometry">
<rect>
<x>630</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_0">
<property name="geometry">
<rect>
<x>300</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte0_0">
<property name="geometry">
<rect>
<x>180</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_4">
<property name="geometry">
<rect>
<x>360</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte5_1">
<property name="geometry">
<rect>
<x>600</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay6">
<property name="geometry">
<rect>
<x>430</x>
<y>130</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>6</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col12">
<property name="geometry">
<rect>
<x>210</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col16">
<property name="geometry">
<rect>
<x>330</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>6</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_0">
<property name="geometry">
<rect>
<x>270</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte6_0">
<property name="geometry">
<rect>
<x>360</x>
<y>70</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_3">
<property name="geometry">
<rect>
<x>570</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte3_3">
<property name="geometry">
<rect>
<x>540</x>
<y>100</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte4_4">
<property name="geometry">
<rect>
<x>300</x>
<y>130</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLineEdit" name="fieldByte2_7">
<property name="geometry">
<rect>
<x>510</x>
<y>160</y>
<width>23</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string>hh</string>
</property>
<property name="text">
<string>00</string>
</property>
<property name="maxLength">
<number>2</number>
</property>
</widget>
<widget class="QLabel" name="label_pay7">
<property name="geometry">
<rect>
<x>160</x>
<y>160</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>7</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col28">
<property name="geometry">
<rect>
<x>660</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>8</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col24">
<property name="geometry">
<rect>
<x>540</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>4</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col23">
<property name="geometry">
<rect>
<x>510</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col27">
<property name="geometry">
<rect>
<x>630</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>7</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col25">
<property name="geometry">
<rect>
<x>570</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>5</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col22">
<property name="geometry">
<rect>
<x>480</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col26">
<property name="geometry">
<rect>
<x>600</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>6</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_col21">
<property name="geometry">
<rect>
<x>450</x>
<y>50</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<tabstops>
<tabstop>comboBoxInterface</tabstop>
<tabstop>singleSendButton</tabstop>
<tabstop>repeatSendButton</tabstop>
<tabstop>spinBox_RepeatRate</tabstop>
<tabstop>fieldAddress</tabstop>
<tabstop>comboBoxDLC</tabstop>
<tabstop>checkBox_IsExtended</tabstop>
<tabstop>checkBox_IsRTR</tabstop>
<tabstop>checkbox_FD</tabstop>
<tabstop>checkbox_BRS</tabstop>
<tabstop>fieldByte0_0</tabstop>
<tabstop>fieldByte1_0</tabstop>
<tabstop>fieldByte2_0</tabstop>
<tabstop>fieldByte3_0</tabstop>
<tabstop>fieldByte4_0</tabstop>
<tabstop>fieldByte5_0</tabstop>
<tabstop>fieldByte6_0</tabstop>
<tabstop>fieldByte7_0</tabstop>
<tabstop>fieldByte0_1</tabstop>
<tabstop>fieldByte1_1</tabstop>
<tabstop>fieldByte2_1</tabstop>
<tabstop>fieldByte3_1</tabstop>
<tabstop>fieldByte4_1</tabstop>
<tabstop>fieldByte5_1</tabstop>
<tabstop>fieldByte6_1</tabstop>
<tabstop>fieldByte7_1</tabstop>
<tabstop>fieldByte0_2</tabstop>
<tabstop>fieldByte1_2</tabstop>
<tabstop>fieldByte2_2</tabstop>
<tabstop>fieldByte3_2</tabstop>
<tabstop>fieldByte4_2</tabstop>
<tabstop>fieldByte5_2</tabstop>
<tabstop>fieldByte6_2</tabstop>
<tabstop>fieldByte7_2</tabstop>
<tabstop>fieldByte0_3</tabstop>
<tabstop>fieldByte1_3</tabstop>
<tabstop>fieldByte2_3</tabstop>
<tabstop>fieldByte3_3</tabstop>
<tabstop>fieldByte4_3</tabstop>
<tabstop>fieldByte5_3</tabstop>
<tabstop>fieldByte6_3</tabstop>
<tabstop>fieldByte7_3</tabstop>
<tabstop>fieldByte0_4</tabstop>
<tabstop>fieldByte1_4</tabstop>
<tabstop>fieldByte2_4</tabstop>
<tabstop>fieldByte3_4</tabstop>
<tabstop>fieldByte4_4</tabstop>
<tabstop>fieldByte5_4</tabstop>
<tabstop>fieldByte6_4</tabstop>
<tabstop>fieldByte7_4</tabstop>
<tabstop>fieldByte0_5</tabstop>
<tabstop>fieldByte1_5</tabstop>
<tabstop>fieldByte2_5</tabstop>
<tabstop>fieldByte3_5</tabstop>
<tabstop>fieldByte4_5</tabstop>
<tabstop>fieldByte5_5</tabstop>
<tabstop>fieldByte6_5</tabstop>
<tabstop>fieldByte7_5</tabstop>
<tabstop>fieldByte0_6</tabstop>
<tabstop>fieldByte1_6</tabstop>
<tabstop>fieldByte2_6</tabstop>
<tabstop>fieldByte3_6</tabstop>
<tabstop>fieldByte4_6</tabstop>
<tabstop>fieldByte5_6</tabstop>
<tabstop>fieldByte6_6</tabstop>
<tabstop>fieldByte7_6</tabstop>
<tabstop>fieldByte0_7</tabstop>
<tabstop>fieldByte1_7</tabstop>
<tabstop>fieldByte2_7</tabstop>
<tabstop>fieldByte3_7</tabstop>
<tabstop>fieldByte4_7</tabstop>
<tabstop>fieldByte5_7</tabstop>
<tabstop>fieldByte6_7</tabstop>
<tabstop>fieldByte7_7</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>