<?xml version="1.0" ?>
<ui version="4.0">
<class>Dialog</class>
<widget class="PyDMFrame" name="screen">
<property name="geometry">
<rect>
<x>467</x>
<y>185</y>
<width>310</width>
<height>450</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>310</width>
<height>450</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">PyDMFrame#screen {
color: rgb(235, 241, 181);
background-color: rgb(235, 241, 181);
}</string>
</property>
<property name="windowTitle">
<string>WigglerCtl</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="2,1,2,1,1,20,24,4,1,3,1,2,40,5,3,13,2,1,16,14,23,1,3,4,3,1,2,1,3,5,8,42,4,6,9,2,17,3,2,1,1,1,7,5" rowstretch="1,26,15,3,13,6,15,5,6,1,9,12,8,1,3,1,1,13,12,13,1,2,18,4,40,8,6,18,1,2,3,18,4,11,3,6,12,3,1,5,18,3,16,7,16,6,16,6,1,3,13,1,1,13">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="horizontalSpacing">
<number>0</number>
</property>
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="16" column="3" rowspan="5" colspan="40">
<widget class="PyDMDrawingRectangle" name="rectangle">
<property name="geometry">
<rect>
<x>5</x>
<y>125</y>
<width>300</width>
<height>40</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>10</red>
<green>0</green>
<blue>184</blue>
</color>
</brush>
</property>
<property name="penStyle" stdset="0">
<enum>Qt::SolidLine</enum>
</property>
<property name="penColor" stdset="0">
<color>
<red>10</red>
<green>0</green>
<blue>184</blue>
</color>
</property>
<property name="penWidth" stdset="0">
<double>2</double>
</property>
<property name="penCapStyle" stdset="0">
<enum>Qt::FlatCap</enum>
</property>
<property name="toolTip">
<string>rectangle</string>
</property>
</widget>
</item>
<item row="8" column="3" rowspan="7" colspan="40">
<widget class="PyDMDrawingRectangle" name="rectangle_1">
<property name="geometry">
<rect>
<x>5</x>
<y>84</y>
<width>300</width>
<height>40</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>88</red>
<green>52</green>
<blue>15</blue>
</color>
</brush>
</property>
<property name="penStyle" stdset="0">
<enum>Qt::SolidLine</enum>
</property>
<property name="penColor" stdset="0">
<color>
<red>88</red>
<green>52</green>
<blue>15</blue>
</color>
</property>
<property name="penWidth" stdset="0">
<double>2</double>
</property>
<property name="penCapStyle" stdset="0">
<enum>Qt::FlatCap</enum>
</property>
<property name="toolTip">
<string>rectangle_1</string>
</property>
</widget>
</item>
<item row="24" column="20" colspan="20">
<widget class="PyDMPushButton" name="message_button">
<property name="geometry">
<rect>
<x>156</x>
<y>189</y>
<width>140</width>
<height>40</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Stop </string>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="toolTip">
<string>ID${xx}:Stop.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Stop.VAL</string>
</property>
<property name="pressValue" stdset="0">
<string>1</string>
</property>
<property name="styleSheet">
<string notr="true">PyDMPushButton#message_button {
color: rgb(253, 0, 0);
background-color: rgb(160, 18, 7);
}</string>
</property>
</widget>
</item>
<item row="4" column="10" colspan="24">
<widget class="PyDMLabel" name="text_update">
<property name="geometry">
<rect>
<x>59</x>
<y>45</y>
<width>203</width>
<height>13</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Device</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Device</string>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update {
color: rgb(174, 78, 188);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="9" column="28" rowspan="4" colspan="14">
<widget class="PyDMLabel" name="text_update_1">
<property name="geometry">
<rect>
<x>194</x>
<y>90</y>
<width>104</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Energy.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Energy.VAL</string>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_1 {
color: rgb(115, 255, 107);
background-color: rgb(88, 52, 15);
}</string>
</property>
</widget>
</item>
<item row="17" column="10" rowspan="3" colspan="11">
<widget class="PyDMLineEdit" name="text_entry">
<property name="geometry">
<rect>
<x>59</x>
<y>126</y>
<width>120</width>
<height>38</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:GapSet.VAL</string>
</property>
<property name="toolTip">
<string>ID${xx}:GapSet.VAL</string>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry {
color: rgb(255, 255, 255);
background-color: rgb(10, 0, 184);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="17" column="29" rowspan="3" colspan="12">
<widget class="PyDMLineEdit" name="text_entry_1">
<property name="geometry">
<rect>
<x>197</x>
<y>126</y>
<width>100</width>
<height>38</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:EnergySet.VAL</string>
</property>
<property name="toolTip">
<string>ID${xx}:EnergySet.VAL</string>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_1 {
color: rgb(255, 255, 255);
background-color: rgb(10, 0, 184);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="10" column="11" rowspan="4" colspan="11">
<widget class="PyDMLabel" name="text_update_2">
<property name="geometry">
<rect>
<x>60</x>
<y>91</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Gap.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Gap.VAL</string>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_2 {
color: rgb(115, 255, 107);
background-color: rgb(88, 52, 15);
}</string>
</property>
</widget>
</item>
<item row="18" column="4" colspan="3">
<widget class="QLabel" name="text">
<property name="geometry">
<rect>
<x>6</x>
<y>139</y>
<width>45</width>
<height>12</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Desired</string>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text {
color: rgb(255, 255, 255);
}</string>
</property>
</widget>
</item>
<item row="2" column="12" colspan="20">
<widget class="PyDMLabel" name="text_update_3">
<property name="geometry">
<rect>
<x>62</x>
<y>27</y>
<width>190</width>
<height>15</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Location</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Location</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_3 {
color: rgb(42, 99, 228);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="1" column="9" colspan="24">
<widget class="PyDMLabel" name="text_1">
<property name="geometry">
<rect>
<x>56</x>
<y>1</y>
<width>200</width>
<height>26</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Wiggler Control</string>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>42</red>
<green>99</green>
<blue>228</blue>
</color>
</brush>
</property>
<property name="rules" stdset="0">
<string>[{"name": "visibility", "property": "Visible", "channels": [{"channel": "ca://ID${xx}:Attention", "trigger": true, "use_enum": false}], "expression": "ch[0]==0"}]</string>
</property>
<property name="toolTip">
<string>text_1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_1 {
color: rgb(42, 99, 228);
}</string>
</property>
</widget>
</item>
<item row="11" column="4" colspan="3">
<widget class="QLabel" name="text_2">
<property name="geometry">
<rect>
<x>6</x>
<y>100</y>
<width>45</width>
<height>12</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Current</string>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>115</red>
<green>255</green>
<blue>107</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_2</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_2 {
color: rgb(115, 255, 107);
}</string>
</property>
</widget>
</item>
<item row="22" column="8" colspan="31">
<widget class="QLabel" name="text_3">
<property name="geometry">
<rect>
<x>55</x>
<y>167</y>
<width>240</width>
<height>18</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string> Gap {mm} Energy {keV} </string>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>88</red>
<green>52</green>
<blue>15</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_3</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_3 {
color: rgb(88, 52, 15);
}</string>
</property>
</widget>
</item>
<item row="24" column="1" colspan="18">
<widget class="PyDMPushButton" name="message_button_1">
<property name="geometry">
<rect>
<x>2</x>
<y>189</y>
<width>140</width>
<height>40</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Start</string>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="toolTip">
<string>ID${xx}:Start.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Start.VAL</string>
</property>
<property name="pressValue" stdset="0">
<string>1</string>
</property>
<property name="styleSheet">
<string notr="true">PyDMPushButton#message_button_1 {
color: rgb(115, 255, 107);
background-color: rgb(40, 147, 21);
}</string>
</property>
</widget>
</item>
<item row="27" column="2" colspan="14">
<widget class="QLabel" name="text_4">
<property name="geometry">
<rect>
<x>3</x>
<y>243</y>
<width>120</width>
<height>18</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string> Access Mode :</string>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>253</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_4</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_4 {
color: rgb(253, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="26" column="18" rowspan="3" colspan="22">
<widget class="PyDMLabel" name="text_update_4">
<property name="geometry">
<rect>
<x>126</x>
<y>237</y>
<width>170</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:AccessSecurity.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:AccessSecurity.VAL</string>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_4 {
color: rgb(222, 19, 9);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="6" column="27" colspan="9">
<widget class="PyDMLabel" name="text_update_5">
<property name="geometry">
<rect>
<x>193</x>
<y>64</y>
<width>80</width>
<height>15</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Version</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Version</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_5 {
color: rgb(222, 19, 9);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="6" column="6" colspan="15">
<widget class="QLabel" name="text_5">
<property name="geometry">
<rect>
<x>27</x>
<y>64</y>
<width>152</width>
<height>15</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Software Version:</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_5</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_5 {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="30" column="27" rowspan="3" colspan="11">
<widget class="PyDMLineEdit" name="text_entry_2">
<property name="geometry">
<rect>
<x>193</x>
<y>264</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:DeviceLimit.VAL</string>
</property>
<property name="toolTip">
<string>ID${xx}:DeviceLimit.VAL</string>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_2 {
color: rgb(255, 255, 255);
background-color: rgb(10, 0, 184);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="31" column="5" colspan="19">
<widget class="QLabel" name="text_6">
<property name="geometry">
<rect>
<x>7</x>
<y>267</y>
<width>180</width>
<height>18</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Bl. Comm. Limit {mm}:</string>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>10</red>
<green>0</green>
<blue>184</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_6</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_6 {
color: rgb(10, 0, 184);
}</string>
</property>
</widget>
</item>
<item row="44" column="0" colspan="44">
<widget class="PyDMLabel" name="text_update_6">
<property name="geometry">
<rect>
<x>0</x>
<y>374</y>
<width>310</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Message2.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Message2.VAL</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_6 {
color: rgb(0, 0, 0);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="42" column="0" colspan="44">
<widget class="PyDMLabel" name="text_update_7">
<property name="geometry">
<rect>
<x>0</x>
<y>351</y>
<width>310</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Message1.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Message1.VAL</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_7 {
color: rgb(10, 0, 184);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="40" column="2" colspan="21">
<widget class="QLabel" name="text_7">
<property name="geometry">
<rect>
<x>3</x>
<y>330</y>
<width>180</width>
<height>18</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Status Messages:</string>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>222</red>
<green>19</green>
<blue>9</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_7</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_7 {
color: rgb(222, 19, 9);
}</string>
</property>
</widget>
</item>
<item row="48" column="5" rowspan="4" colspan="9">
<widget class="QLabel" name="text_8">
<property name="geometry">
<rect>
<x>7</x>
<y>418</y>
<width>100</width>
<height>18</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Time Left:</string>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_8</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_8 {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="49" column="15" rowspan="2" colspan="10">
<widget class="PyDMLabel" name="text_update_8">
<property name="geometry">
<rect>
<x>110</x>
<y>419</y>
<width>80</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:ShClosedTime.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:ShClosedTime.VAL</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_8 {
color: rgb(0, 0, 0);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="50" column="26" rowspan="3" colspan="9">
<widget class="QLabel" name="text_9">
<property name="geometry">
<rect>
<x>191</x>
<y>422</y>
<width>80</width>
<height>15</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>seconds</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_9</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_9 {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="46" column="0" colspan="44">
<widget class="PyDMLabel" name="text_update_9">
<property name="geometry">
<rect>
<x>0</x>
<y>396</y>
<width>310</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:Message3.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:Message3.VAL</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_9 {
color: rgb(253, 0, 0);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="35" column="3" rowspan="2" colspan="14">
<widget class="QLabel" name="text_10">
<property name="geometry">
<rect>
<x>5</x>
<y>303</y>
<width>120</width>
<height>18</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Total Power:</string>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>97</red>
<green>10</green>
<blue>117</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_10</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_10 {
color: rgb(97, 10, 117);
}</string>
</property>
</widget>
</item>
<item row="34" column="13" rowspan="5" colspan="17">
<widget class="PyDMLabel" name="text_update_10">
<property name="geometry">
<rect>
<x>102</x>
<y>300</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ID${xx}:TotalPower.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://ID${xx}:TotalPower.VAL</string>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="styleSheet">
<string notr="true">PyDMLabel#text_update_10 {
color: rgb(97, 10, 117);
background-color: rgb(235, 241, 181);
}</string>
</property>
</widget>
</item>
<item row="36" column="31" rowspan="2" colspan="6">
<widget class="QLabel" name="text_11">
<property name="geometry">
<rect>
<x>210</x>
<y>309</y>
<width>80</width>
<height>15</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>W /100ma</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="brush" stdset="0">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>97</red>
<green>10</green>
<blue>117</blue>
</color>
</brush>
</property>
<property name="toolTip">
<string>text_11</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_11 {
color: rgb(97, 10, 117);
}</string>
</property>
</widget>
</item>
</layout>
<zorder>rectangle</zorder>
<zorder>rectangle_1</zorder>
<zorder>message_button</zorder>
<zorder>text_update</zorder>
<zorder>text_update_1</zorder>
<zorder>text_entry</zorder>
<zorder>text_entry_1</zorder>
<zorder>text_update_2</zorder>
<zorder>text</zorder>
<zorder>text_update_3</zorder>
<zorder>text_1</zorder>
<zorder>text_2</zorder>
<zorder>text_3</zorder>
<zorder>message_button_1</zorder>
<zorder>text_4</zorder>
<zorder>text_update_4</zorder>
<zorder>text_update_5</zorder>
<zorder>text_5</zorder>
<zorder>text_entry_2</zorder>
<zorder>text_6</zorder>
<zorder>text_update_6</zorder>
<zorder>text_update_7</zorder>
<zorder>text_7</zorder>
<zorder>text_8</zorder>
<zorder>text_update_8</zorder>
<zorder>text_9</zorder>
<zorder>text_update_9</zorder>
<zorder>text_10</zorder>
<zorder>text_update_10</zorder>
<zorder>text_11</zorder>
</widget>
<customwidgets>
<customwidget>
<class>PyDMDrawingRectangle</class>
<extends>QWidget</extends>
<header>pydm.widgets.drawing</header>
</customwidget>
<customwidget>
<class>PyDMPushButton</class>
<extends>QPushButton</extends>
<header>pydm.widgets.pushbutton</header>
</customwidget>
<customwidget>
<class>PyDMLabel</class>
<extends>QLabel</extends>
<header>pydm.widgets.label</header>
</customwidget>
<customwidget>
<class>PyDMLineEdit</class>
<extends>QLineEdit</extends>
<header>pydm.widgets.line_edit</header>
</customwidget>
<customwidget>
<class>PyDMFrame</class>
<extends>QFrame</extends>
<header>pydm.widgets.frame</header>
</customwidget>
</customwidgets>
</ui>