forked from epics_driver_modules/motorBase
3965 lines
136 KiB
XML
3965 lines
136 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>512</x>
|
|
<y>382</y>
|
|
<width>85</width>
|
|
<height>308</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string>
|
|
|
|
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
|
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
|
|
|
caTable {
|
|
font: 10pt;
|
|
background: cornsilk;
|
|
alternate-background-color: wheat;
|
|
}
|
|
|
|
caLineEdit {
|
|
border-radius: 1px;
|
|
background: lightyellow;
|
|
color: black;
|
|
}
|
|
|
|
caTextEntry {
|
|
color: rgb(127, 0, 63);
|
|
background-color: cornsilk;
|
|
selection-color: #0a214c;
|
|
selection-background-color: wheat;
|
|
border: 1px groove black;
|
|
border-radius: 1px;
|
|
padding: 1px;
|
|
}
|
|
|
|
caTextEntry:focus {
|
|
padding: 0px;
|
|
border: 2px groove darkred;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
QPushButton {
|
|
border-color: #00b;
|
|
border-radius: 2px;
|
|
padding: 3px;
|
|
border-width: 1px;
|
|
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(224, 239, 255, 255),
|
|
stop:0.5 rgba(199, 215, 230, 255),
|
|
stop:1 rgba(184, 214, 236, 255));
|
|
}
|
|
QPushButton:hover {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(201, 226, 255, 255),
|
|
stop:0.5 rgba(177, 204, 230, 255),
|
|
stop:1 rgba(163, 205, 236, 255));
|
|
}
|
|
QPushButton:pressed {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(174, 219, 255, 255),
|
|
stop:0.5 rgba(165, 199, 230, 255),
|
|
stop:1 rgba(134, 188, 236, 255));
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(174, 219, 255, 255),
|
|
stop:0.5 rgba(165, 199, 230, 255),
|
|
stop:1 rgba(134, 188, 236, 255));
|
|
}
|
|
|
|
caChoice {
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
|
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
|
}
|
|
|
|
caChoice > QPushButton {
|
|
text-align: left;
|
|
padding: 1px;
|
|
}
|
|
|
|
caSlider::groove:horizontal {
|
|
border: 1px solid #bbb;
|
|
background: lightgrey;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
caSlider::handle:horizontal {
|
|
background: red;
|
|
border: 1px solid #777;
|
|
width: 13px;
|
|
margin-top: -2px;
|
|
margin-bottom: -2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="caLabel" name="caLabel_0">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>$(P) motors</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>85</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_0">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>92</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>93</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_1">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>103</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_2">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>111</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_3">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>107</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_4">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>103</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>102</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m3</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m3</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_5">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_6">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_1">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>3</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_7">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>128</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>129</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_8">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>139</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_9">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>147</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_10">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>143</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_11">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>139</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>138</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m4</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m4</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_12">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_13">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_2">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>4</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_14">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>164</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>165</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_15">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>175</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_16">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>183</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_17">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>179</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_18">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>175</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>174</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m5</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m5</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_19">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_20">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_3">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>5</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_21">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>200</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>201</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_22">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>211</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_23">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>219</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_24">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>215</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_25">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>211</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>210</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m6</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m6</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_26">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_27">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_4">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>6</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_28">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>236</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>237</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_29">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>247</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_30">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>255</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_31">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>251</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_32">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>247</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>246</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m7</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m7</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_33">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_34">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_5">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>7</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_35">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>272</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>273</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_36">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>283</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_37">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>291</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_38">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>287</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_39">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>283</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>282</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m8</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m8</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_40">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_41">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_6">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>8</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_42">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>20</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>21</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_43">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>31</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_44">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>39</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_45">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>35</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_46">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>31</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>30</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m1</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m1</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_47">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_48">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_7">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_49">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>56</y>
|
|
<width>40</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>57</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2.DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_50">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>67</y>
|
|
<width>5</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_51">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>75</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2.LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_52">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>71</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2.LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_53">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>67</y>
|
|
<width>10</width>
|
|
<height>4</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2.HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caFrame" name="caFrame_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>66</y>
|
|
<width>26</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Hidden</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>m2</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_more.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=m2</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_54">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2.DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_55">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>1</y>
|
|
<width>24</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>174</red>
|
|
<green>174</green>
|
|
<blue>174</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLabel" name="caLabel_8">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="text">
|
|
<string>2</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>24</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>43</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m1.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>79</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m2.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>115</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m3.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>151</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m4.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>187</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m5.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>223</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m6.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>259</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m7.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>26</x>
|
|
<y>295</y>
|
|
<width>38</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)m8.RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<zorder>caLabel_0</zorder>
|
|
<zorder>caRectangle_0</zorder>
|
|
<zorder>caRectangle_1</zorder>
|
|
<zorder>caRectangle_2</zorder>
|
|
<zorder>caRectangle_3</zorder>
|
|
<zorder>caRectangle_4</zorder>
|
|
<zorder>caRectangle_5</zorder>
|
|
<zorder>caRectangle_6</zorder>
|
|
<zorder>caLabel_1</zorder>
|
|
<zorder>caFrame_0</zorder>
|
|
<zorder>caRectangle_7</zorder>
|
|
<zorder>caRectangle_8</zorder>
|
|
<zorder>caRectangle_9</zorder>
|
|
<zorder>caRectangle_10</zorder>
|
|
<zorder>caRectangle_11</zorder>
|
|
<zorder>caRectangle_12</zorder>
|
|
<zorder>caRectangle_13</zorder>
|
|
<zorder>caLabel_2</zorder>
|
|
<zorder>caFrame_1</zorder>
|
|
<zorder>caRectangle_14</zorder>
|
|
<zorder>caRectangle_15</zorder>
|
|
<zorder>caRectangle_16</zorder>
|
|
<zorder>caRectangle_17</zorder>
|
|
<zorder>caRectangle_18</zorder>
|
|
<zorder>caRectangle_19</zorder>
|
|
<zorder>caRectangle_20</zorder>
|
|
<zorder>caLabel_3</zorder>
|
|
<zorder>caFrame_2</zorder>
|
|
<zorder>caRectangle_21</zorder>
|
|
<zorder>caRectangle_22</zorder>
|
|
<zorder>caRectangle_23</zorder>
|
|
<zorder>caRectangle_24</zorder>
|
|
<zorder>caRectangle_25</zorder>
|
|
<zorder>caRectangle_26</zorder>
|
|
<zorder>caRectangle_27</zorder>
|
|
<zorder>caLabel_4</zorder>
|
|
<zorder>caFrame_3</zorder>
|
|
<zorder>caRectangle_28</zorder>
|
|
<zorder>caRectangle_29</zorder>
|
|
<zorder>caRectangle_30</zorder>
|
|
<zorder>caRectangle_31</zorder>
|
|
<zorder>caRectangle_32</zorder>
|
|
<zorder>caRectangle_33</zorder>
|
|
<zorder>caRectangle_34</zorder>
|
|
<zorder>caLabel_5</zorder>
|
|
<zorder>caFrame_4</zorder>
|
|
<zorder>caRectangle_35</zorder>
|
|
<zorder>caRectangle_36</zorder>
|
|
<zorder>caRectangle_37</zorder>
|
|
<zorder>caRectangle_38</zorder>
|
|
<zorder>caRectangle_39</zorder>
|
|
<zorder>caRectangle_40</zorder>
|
|
<zorder>caRectangle_41</zorder>
|
|
<zorder>caLabel_6</zorder>
|
|
<zorder>caFrame_5</zorder>
|
|
<zorder>caRectangle_42</zorder>
|
|
<zorder>caRectangle_43</zorder>
|
|
<zorder>caRectangle_44</zorder>
|
|
<zorder>caRectangle_45</zorder>
|
|
<zorder>caRectangle_46</zorder>
|
|
<zorder>caRectangle_47</zorder>
|
|
<zorder>caRectangle_48</zorder>
|
|
<zorder>caLabel_7</zorder>
|
|
<zorder>caFrame_6</zorder>
|
|
<zorder>caRectangle_49</zorder>
|
|
<zorder>caRectangle_50</zorder>
|
|
<zorder>caRectangle_51</zorder>
|
|
<zorder>caRectangle_52</zorder>
|
|
<zorder>caRectangle_53</zorder>
|
|
<zorder>caRectangle_54</zorder>
|
|
<zorder>caRectangle_55</zorder>
|
|
<zorder>caLabel_8</zorder>
|
|
<zorder>caFrame_7</zorder>
|
|
<zorder>caLineEdit_0</zorder>
|
|
<zorder>caRelatedDisplay_0</zorder>
|
|
<zorder>caLineEdit_1</zorder>
|
|
<zorder>caRelatedDisplay_1</zorder>
|
|
<zorder>caLineEdit_2</zorder>
|
|
<zorder>caRelatedDisplay_2</zorder>
|
|
<zorder>caLineEdit_3</zorder>
|
|
<zorder>caRelatedDisplay_3</zorder>
|
|
<zorder>caLineEdit_4</zorder>
|
|
<zorder>caRelatedDisplay_4</zorder>
|
|
<zorder>caLineEdit_5</zorder>
|
|
<zorder>caRelatedDisplay_5</zorder>
|
|
<zorder>caLineEdit_6</zorder>
|
|
<zorder>caRelatedDisplay_6</zorder>
|
|
<zorder>caLineEdit_7</zorder>
|
|
<zorder>caRelatedDisplay_7</zorder>
|
|
<zorder>caLineEdit_8</zorder>
|
|
<zorder>caLineEdit_9</zorder>
|
|
<zorder>caLineEdit_10</zorder>
|
|
<zorder>caLineEdit_11</zorder>
|
|
<zorder>caLineEdit_12</zorder>
|
|
<zorder>caLineEdit_13</zorder>
|
|
<zorder>caLineEdit_14</zorder>
|
|
<zorder>caLineEdit_15</zorder>
|
|
</widget>
|
|
</widget>
|
|
</ui> |