MRU1/vvod2z.ui
2025-07-02 08:18:27 +03:00

256 lines
5.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>vvod2z</class>
<widget class="QWidget" name="vvod2z">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>249</width>
<height>224</height>
</rect>
</property>
<property name="windowTitle">
<string>Ввод ДКО</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>241</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>9</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Код абонента</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>100</x>
<y>5</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>0</string>
</property>
</item>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>101</x>
<y>33</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>11</x>
<y>37</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Команда</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>170</x>
<y>30</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Текст</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Ввод</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>231</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Ввод координат точки высветки</string>
</property>
<widget class="QLineEdit" name="lineEdit_3">
<property name="geometry">
<rect>
<x>93</x>
<y>50</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>54</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Xтв</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_4">
<property name="geometry">
<rect>
<x>93</x>
<y>80</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>84</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Yтв</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>161</x>
<y>54</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>м</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>161</x>
<y>84</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>м</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>25</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Трасса</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_5">
<property name="geometry">
<rect>
<x>93</x>
<y>21</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>170</x>
<y>190</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Отказ</string>
</property>
</widget>
</widget>
<tabstops>
<tabstop>lineEdit_2</tabstop>
<tabstop>pushButton_2</tabstop>
<tabstop>lineEdit_5</tabstop>
<tabstop>lineEdit_3</tabstop>
<tabstop>lineEdit_4</tabstop>
<tabstop>pushButton</tabstop>
<tabstop>pushButton_3</tabstop>
<tabstop>comboBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>