EmbHMI/sharedviews/promptdialog.ui

2102 lines
50 KiB
Plaintext
Raw Normal View History

2024-02-06 06:27:07 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PromptDialog</class>
<widget class="QDialog" name="PromptDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>472</width>
<height>274</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QLabel" name="labelTitle">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>472</width>
<height>48</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Prompt</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelContent">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>440</width>
<height>130</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>800</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border:0px;
background-color: rgb(240, 240, 240, 255);
</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QFrame" name="frameTwo">
<property name="geometry">
<rect>
<x>100</x>
<y>210</y>
<width>361</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(184, 184, 184);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonCancel">
<property name="geometry">
<rect>
<x>270</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonOk">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonReverse">
<property name="geometry">
<rect>
<x>110</x>
<y>9</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonForward">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameThree">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>271</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(184, 184, 184);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonReplace">
<property name="geometry">
<rect>
<x>100</x>
<y>9</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonSkip">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonRename">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QLabel" name="labelContentInfo">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>440</width>
<height>130</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>800</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border:0px;
background-color: rgb(240, 240, 240, 255);
</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QFrame" name="frameBack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>472</width>
<height>274</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frameProcess">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>440</width>
<height>130</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelContentProcess">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>411</width>
<height>51</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>10</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>80</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>411</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar
{
color: rgb(255, 255, 255);
border-radius: 5px;
border:0px;
background-color: qlineargradient(spread:pad, x1:0.97, y1:1, x2:1, y2:0, stop:0 rgba(163, 165, 165, 255), stop:1 rgba(214, 214, 214, 255));
}
QProgressBar::chunk
{
background-color: rgb(170, 255, 127);
width: 20px;
}
QProgressBar
{
border-radius: 5px;
text-align: center;
}</string>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameProcessBtn">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>271</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(184, 184, 184);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonRestart">
<property name="geometry">
<rect>
<x>100</x>
<y>9</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonUpdataCancel">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameWarrantBtn">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>271</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(184, 184, 184);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonWarrant">
<property name="geometry">
<rect>
<x>100</x>
<y>9</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonWarrantCancel">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QLabel" name="labelContentWarrant">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>440</width>
<height>130</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>200</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border:0px;
background-color: rgb(240, 240, 240, 255);
</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QFrame" name="frameManualChangeColor">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelCurNeedleValue">
<property name="geometry">
<rect>
<x>130</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
<widget class="QLabel" name="labelCurNeedle">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string extracomment="当前针杆:">Current Needle:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameHeadEmb">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelCurColorOrder">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="当前色序:">Current color order:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonCurColorOrder">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonEvenEmb">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonOddEmb">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QFrame" name="frameUpAndDown">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>120</width>
<height>31</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonCurColorOrderDown">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonCurColorOrderUp">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="MyButton" name="buttonHeadClear">
<property name="geometry">
<rect>
<x>190</x>
<y>110</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameDetecBtn">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>271</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(184, 184, 184);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonDetectBegin">
<property name="geometry">
<rect>
<x>20</x>
<y>9</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonDetectEnd">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonDetectClose">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameQuantityMoveFrame">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelMoveX">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>X:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonMoveXValue">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelMoveY">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Y:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonMoveYValue">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelXUnit">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>mm</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelYUnit">
<property name="geometry">
<rect>
<x>210</x>
<y>50</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>mm</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameHMIDecrypt">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelNetworkCardID">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ID:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelHMIPassword">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="密码:">Password:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonHMIPassword">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelNetworkCardIDValue">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ID</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelDecryptInfoValue">
<property name="geometry">
<rect>
<x>120</x>
<y>100</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>DecryptInfo</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelDecryptInfo">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="解密信息:">DecryptInfo:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameSpindleRotate">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelSpindleAngle">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="角度:">Angle:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonSpindleAngleValue">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelSpindleAngleUnit">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="度">deg</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="button90">
<property name="geometry">
<rect>
<x>110</x>
<y>90</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string>90</string>
</property>
</widget>
<widget class="QPushButton" name="button180">
<property name="geometry">
<rect>
<x>210</x>
<y>90</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string>180</string>
</property>
</widget>
<widget class="QPushButton" name="button270">
<property name="geometry">
<rect>
<x>320</x>
<y>90</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string>270</string>
</property>
</widget>
<widget class="QPushButton" name="button0">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameChangePassword">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelNewPassword">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="密码:">New Password:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonNewPassword">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelConfirmPassword">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="解密信息:">Confirm Password:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonConfirmPassword">
<property name="geometry">
<rect>
<x>120</x>
<y>100</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameTraceOffset">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelTraceInfo">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>info</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="MyButton" name="buttonTraceOffset">
<property name="geometry">
<rect>
<x>340</x>
<y>30</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelTraceType">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>type</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="MyButton" name="buttonTraceOffsetReset">
<property name="geometry">
<rect>
<x>340</x>
<y>60</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonCurTraceOffsetClear">
<property name="geometry">
<rect>
<x>340</x>
<y>90</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QLabel" name="labeBreakHead">
<property name="geometry">
<rect>
<x>29</x>
<y>40</y>
<width>451</width>
<height>51</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>400</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>48</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border:0px;
background-color: rgb(240, 240, 240, 255);
</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QFrame" name="frameNoseHead">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="buttonHead1">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonHead2">
<property name="geometry">
<rect>
<x>130</x>
<y>60</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonHead3">
<property name="geometry">
<rect>
<x>230</x>
<y>60</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelNoseHead">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string extracomment="当前针杆:">Nose Head:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelNoseHeadValue">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameLiftMControl">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelPotenValue">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="当前色序:"/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="buttonGear">
<property name="geometry">
<rect>
<x>120</x>
<y>110</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelGearSwitch">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="当前色序:">Gear Switch:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelPoten">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string extracomment="当前色序:">Pot value:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelGear">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string extracomment="当前色序:">Gear value:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelGearValue">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="当前色序:"/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<zorder>buttonGear</zorder>
<zorder>labelGearSwitch</zorder>
<zorder>labelPotenValue</zorder>
<zorder>labelPoten</zorder>
<zorder>labelGear</zorder>
<zorder>labelGearValue</zorder>
</widget>
<widget class="QFrame" name="frameElasticCtrl">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="buttonLocation1">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonLocation2">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonLocation3">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonLocation4">
<property name="geometry">
<rect>
<x>110</x>
<y>80</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labelPoten2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string extracomment="当前色序:">Pot value:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelPotenValue2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="当前色序:"/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelLocation">
<property name="geometry">
<rect>
<x>200</x>
<y>0</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string extracomment="当前色序:">Position:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelLocationValue">
<property name="geometry">
<rect>
<x>330</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string extracomment="当前色序:"/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameWorkArea">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(206, 206, 206);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="buttonX1">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonY2">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonY1">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="buttonX2">
<property name="geometry">
<rect>
<x>110</x>
<y>80</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
}
QPushButton:pressed
{
background-color: rgba(199, 226, 255);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QLabel" name="labeBottomBreakHead">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>451</width>
<height>51</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>400</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border:0px;
background-color: rgb(240, 240, 240, 255);
</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<zorder>labeBottomBreakHead</zorder>
<zorder>frameBack</zorder>
<zorder>labelTitle</zorder>
<zorder>labelContent</zorder>
<zorder>frameThree</zorder>
<zorder>labelContentInfo</zorder>
<zorder>frameProcess</zorder>
<zorder>frameProcessBtn</zorder>
<zorder>frameWarrantBtn</zorder>
<zorder>labelContentWarrant</zorder>
<zorder>frameManualChangeColor</zorder>
<zorder>frameHeadEmb</zorder>
<zorder>frameDetecBtn</zorder>
<zorder>frameQuantityMoveFrame</zorder>
<zorder>frameHMIDecrypt</zorder>
<zorder>frameChangePassword</zorder>
<zorder>frameTwo</zorder>
<zorder>frameTraceOffset</zorder>
<zorder>labeBreakHead</zorder>
<zorder>frameNoseHead</zorder>
<zorder>frameLiftMControl</zorder>
<zorder>frameElasticCtrl</zorder>
<zorder>frameWorkArea</zorder>
<zorder>frameSpindleRotate</zorder>
</widget>
<customwidgets>
<customwidget>
<class>MyButton</class>
<extends>QPushButton</extends>
<header location="global">sharedviews/mybutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>