<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>CSerialParams</class>
|
<widget class="QWidget" name="CSerialParams">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>586</width>
|
<height>503</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Form</string>
|
</property>
|
<widget class="QGroupBox" name="groupBox">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>10</y>
|
<width>551</width>
|
<height>181</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>232 setup</string>
|
</property>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>30</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Port speed</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>133</x>
|
<y>30</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Data bit</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>243</x>
|
<y>30</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Stop bit</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_4">
|
<property name="geometry">
|
<rect>
|
<x>353</x>
|
<y>30</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Parity</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_5">
|
<property name="geometry">
|
<rect>
|
<x>453</x>
|
<y>30</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Flow control</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_6">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>100</y>
|
<width>91</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Operation mode</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox232BAUD">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>60</y>
|
<width>81</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<property name="iconSize">
|
<size>
|
<width>16</width>
|
<height>16</height>
|
</size>
|
</property>
|
<item>
|
<property name="text">
|
<string>50</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>75</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>110</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>150</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>300</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>1200</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>2400</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>4800</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>9600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>19200</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>38400</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>57600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>76800</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>115.2k</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox232DATABIT">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>60</y>
|
<width>81</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>5</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>6</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>7</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>8</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox232STOPBIT">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>60</y>
|
<width>91</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>1</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>2</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox232CHECKBIT">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>60</y>
|
<width>91</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>None</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Odd</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Even</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox232FLOW">
|
<property name="geometry">
|
<rect>
|
<x>450</x>
|
<y>60</y>
|
<width>81</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>None</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Software</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Hardware</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox232workstate">
|
<property name="geometry">
|
<rect>
|
<x>110</x>
|
<y>100</y>
|
<width>171</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>Narrow-band transmission</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Console</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Transpsrent channel</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QPushButton" name="pushButtonPPPSETUP">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>140</y>
|
<width>211</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Narrowband transparent setup</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>210</y>
|
<width>551</width>
|
<height>231</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>RS485 setup</string>
|
</property>
|
<widget class="QLabel" name="label_8">
|
<property name="geometry">
|
<rect>
|
<x>450</x>
|
<y>60</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Flow control</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_9">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>60</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Stop bit</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_10">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>60</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Parity</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_11">
|
<property name="geometry">
|
<rect>
|
<x>27</x>
|
<y>60</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Port speed</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_12">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>60</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Data bit</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox485STOPBIT">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>90</y>
|
<width>81</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>1</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>2</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox485CHECKBIT">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>90</y>
|
<width>91</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>None</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Odd</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Even</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox485FLOW">
|
<property name="geometry">
|
<rect>
|
<x>450</x>
|
<y>90</y>
|
<width>81</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>None</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Software</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Hardware</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox485BAUD">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>90</y>
|
<width>91</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>50</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>75</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>110</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>150</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>300</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>1200</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>2400</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>4800</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>9600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>19200</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>38400</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>57600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>76800</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>115.2k</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBox485DATABIT">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>90</y>
|
<width>81</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>5</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>6</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>7</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>8</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QLabel" name="label_13">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>150</y>
|
<width>101</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Decoder model</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_14">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>150</y>
|
<width>101</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Decoder IP</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBoxDECODETYPE">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>150</y>
|
<width>101</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>YouLi</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LiLin-1016</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LiLin-820</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Pelco-p</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>DM DynaColor</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HD600</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>JC-4116</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Pelco-d WX</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Pelco-d PICO</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>VCOM_VC_2000</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>NETSTREAMER</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>SAE</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>SAMSUNG</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>KALATEL_KTD_312</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>CELOTEX</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TLPELCO_P</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TL_HHX2000</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>BBV</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>RM110</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>KC3360S</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ACES</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ALSON</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>INV3609HD</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HOWELL</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TC_PELCO_P</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TC_PELCO_D</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>AUTO_M</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>AUTO_H</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ANTEN</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>CHANGLIN</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>DELTADOME</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>XYM_12</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ADR8060</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>EVI</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Demo_Speed</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>DM_PELCO_D</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ST_832</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LC_D2104</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HUNTER</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>A01</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TECHWIN</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>WEIHAN</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LG</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>D_MAX</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>PANASONIC</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>KTD_348</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>INFINOVA</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>PIH-7625</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>IDOME/IVIEW/LCU</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Dennar_dDome</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Philips</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>SAMPLE</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>PLD</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>PARCO</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HY</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>NAIJIE</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>YH_06</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>SP9096X</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>M_PANEL</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>M_MV2050</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>SAE_QUICK</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>RED_APPLE</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>NKO8G</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>DH_CC440</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TX_CONTROL_232</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>VCL_SPEED_DOME</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ST_2C160</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TDWY</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>TWHC</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>USNT</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>KLT_NVD2200PS</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>VIDO_B01</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LG_MULTIX</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>ENKEL</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>YT_PELCOD</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HIKVISION</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>PE60</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LiAo</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>NK16</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>DaLi</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HN_4304</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>VIDEOTEC</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>HNDCB</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Lion_2007</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>LG_LVC_C372</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Gold_Video</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>NVD1600PS</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QLineEdit" name="lineEditDECODEADDRESS">
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>150</y>
|
<width>113</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QWidget" name="layoutWidget">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>30</y>
|
<width>181</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QLabel" name="label_7">
|
<property name="text">
|
<string>Channel No.</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBoxChanIndex"/>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
<widget class="QPushButton" name="pushButton232refresh">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>460</y>
|
<width>75</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Update</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButtonsave">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>460</y>
|
<width>75</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Save</string>
|
</property>
|
</widget>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|