| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CInitializeDevDlg</class>
- <widget class="QDialog" name="CInitializeDevDlg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>350</width>
- <height>230</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>350</width>
- <height>230</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>350</width>
- <height>230</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>350</width>
- <height>230</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Initialize Device</string>
- </property>
- <widget class="QLabel" name="UserName">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>101</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>UserName</string>
- </property>
- </widget>
- <widget class="QLabel" name="Password">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>101</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Password</string>
- </property>
- </widget>
- <widget class="QLabel" name="ConfirmPassword">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>110</y>
- <width>141</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Confirm Password</string>
- </property>
- </widget>
- <widget class="QLabel" name="ResetWay">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>150</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Reset Way</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="UserName_Edit">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>30</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Password_Edit">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>70</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="ConfirmPassword_Edit">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>110</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="ResetWay_Edit">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>150</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="OKButton">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>200</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CancelButton">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>200</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="RetWay_Edit">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>150</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|