<?xml version="1.0" ?>
<ui version="4.0">
<class>Dialog</class>
<widget class="PyDMFrame" name="screen">
<property name="geometry">
<rect>
<x>1117</x>
<y>500</y>
<width>330</width>
<height>270</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>330</width>
<height>270</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">PyDMFrame#screen {
color: rgb(0, 0, 0);
background-color: rgb(236, 236, 236);
}</string>
</property>
<property name="windowTitle">
<string>selector_more</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="5,5,80,10,80,10,20,45,5,60,5,5" rowstretch="2,20,3,2,20,3,15,20,20,20,20,20,20,20,20,20,20,5">
<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="0" column="0" rowspan="3" colspan="12">
<widget class="PyDMDrawingRectangle" name="rectangle">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>330</width>
<height>25</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>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</property>
<property name="penStyle" stdset="0">
<enum>Qt::SolidLine</enum>
</property>
<property name="penColor" stdset="0">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
<property name="penWidth" stdset="0">
<double>0</double>
</property>
<property name="penCapStyle" stdset="0">
<enum>Qt::FlatCap</enum>
</property>
<property name="toolTip">
<string>rectangle</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="PyDMEnumComboBox" name="menu">
<property name="geometry">
<rect>
<x>10</x>
<y>27</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>${P}${R}:mode.VAL</string>
</property>
<property name="channel" stdset="0">
<string>ca://${P}${R}:mode.VAL</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMEnumComboBox#menu {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
}</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="12">
<widget class="PyDMDrawingLine" name="polyline">
<property name="geometry">
<rect>
<x>0</x>
<y>22</y>
<width>331</width>
<height>3</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>polyline</string>
</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>3</double>
</property>
<property name="penCapStyle" stdset="0">
<enum>Qt::FlatCap</enum>
</property>
<property name="rules" stdset="0">
<string>[{"name": "visibility", "property": "Visible", "channels": [{"channel": "ca://${P}${R}:mode.VAL", "trigger": true, "use_enum": false}], "expression": "ch[0]!=0"}]</string>
</property>
<property name="channel" stdset="0">
<string>ca://${P}${R}:mode.VAL</string>
</property>
<property name="penWidth" stdset="0">
<double>3</double>
</property>
<property name="penStyle" stdset="0">
<enum>Qt::SolidLine</enum>
</property>
<property name="penColor" stdset="0"/>
<property name="penCapStyle" stdset="0">
<enum>Qt::FlatCap</enum>
</property>
</widget>
</item>
<item row="1" column="1" colspan="10">
<widget class="QLabel" name="text">
<property name="geometry">
<rect>
<x>5</x>
<y>2</y>
<width>320</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Selector {${P}${R}}</string>
</property>
<property name="font">
<font>
<pointsize>12</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</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="7" column="4">
<widget class="PyDMLineEdit" name="text_entry">
<property name="geometry">
<rect>
<x>100</x>
<y>65</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO1</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO1</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="7" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_1">
<property name="geometry">
<rect>
<x>190</x>
<y>65</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK1</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK1</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_1 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="8" column="4">
<widget class="PyDMLineEdit" name="text_entry_2">
<property name="geometry">
<rect>
<x>100</x>
<y>85</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO2</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO2</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_2 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="8" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_3">
<property name="geometry">
<rect>
<x>190</x>
<y>85</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK2</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK2</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_3 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="9" column="4">
<widget class="PyDMLineEdit" name="text_entry_4">
<property name="geometry">
<rect>
<x>100</x>
<y>105</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO3</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO3</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_4 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="9" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_5">
<property name="geometry">
<rect>
<x>190</x>
<y>105</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK3</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK3</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_5 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="10" column="4">
<widget class="PyDMLineEdit" name="text_entry_6">
<property name="geometry">
<rect>
<x>100</x>
<y>125</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO4</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO4</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_6 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="10" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_7">
<property name="geometry">
<rect>
<x>190</x>
<y>125</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK4</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK4</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_7 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="11" column="4">
<widget class="PyDMLineEdit" name="text_entry_8">
<property name="geometry">
<rect>
<x>100</x>
<y>145</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO5</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO5</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_8 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="11" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_9">
<property name="geometry">
<rect>
<x>190</x>
<y>145</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK5</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK5</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_9 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="12" column="4">
<widget class="PyDMLineEdit" name="text_entry_10">
<property name="geometry">
<rect>
<x>100</x>
<y>165</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO6</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO6</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_10 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="12" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_11">
<property name="geometry">
<rect>
<x>190</x>
<y>165</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK6</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK6</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_11 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="13" column="4">
<widget class="PyDMLineEdit" name="text_entry_12">
<property name="geometry">
<rect>
<x>100</x>
<y>185</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO7</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO7</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_12 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="13" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_13">
<property name="geometry">
<rect>
<x>190</x>
<y>185</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK7</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK7</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_13 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="14" column="4">
<widget class="PyDMLineEdit" name="text_entry_14">
<property name="geometry">
<rect>
<x>100</x>
<y>205</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO8</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO8</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_14 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="14" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_15">
<property name="geometry">
<rect>
<x>190</x>
<y>205</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK8</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK8</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_15 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="15" column="4">
<widget class="PyDMLineEdit" name="text_entry_16">
<property name="geometry">
<rect>
<x>100</x>
<y>225</y>
<width>80</width>
<height>20</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://${P}${R}:select.DO9</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DO9</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_16 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="15" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_17">
<property name="geometry">
<rect>
<x>190</x>
<y>225</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNK9</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNK9</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_17 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="16" column="4">
<widget class="PyDMLineEdit" name="text_entry_18">
<property name="geometry">
<rect>
<x>100</x>
<y>245</y>
<width>80</width>
<height>20</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://${P}${R}:select.DOA</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.DOA</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_18 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="16" column="6" colspan="4">
<widget class="PyDMLineEdit" name="text_entry_19">
<property name="geometry">
<rect>
<x>190</x>
<y>245</y>
<width>130</width>
<height>20</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://${P}${R}:select.LNKA</string>
</property>
<property name="toolTip">
<string>${P}${R}:select.LNKA</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_19 {
color: rgb(0, 0, 0);
background-color: rgb(164, 170, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="7" column="2">
<widget class="PyDMLineEdit" name="text_entry_20">
<property name="geometry">
<rect>
<x>10</x>
<y>65</y>
<width>80</width>
<height>20</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://${P}${R}:mode.ZRST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.ZRST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_20 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="PyDMLineEdit" name="text_entry_21">
<property name="geometry">
<rect>
<x>10</x>
<y>85</y>
<width>80</width>
<height>20</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://${P}${R}:mode.ONST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.ONST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_21 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="9" column="2">
<widget class="PyDMLineEdit" name="text_entry_22">
<property name="geometry">
<rect>
<x>10</x>
<y>105</y>
<width>80</width>
<height>20</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://${P}${R}:mode.TWST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.TWST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_22 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="10" column="2">
<widget class="PyDMLineEdit" name="text_entry_23">
<property name="geometry">
<rect>
<x>10</x>
<y>125</y>
<width>80</width>
<height>20</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://${P}${R}:mode.THST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.THST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_23 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="11" column="2">
<widget class="PyDMLineEdit" name="text_entry_24">
<property name="geometry">
<rect>
<x>10</x>
<y>145</y>
<width>80</width>
<height>20</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://${P}${R}:mode.FRST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.FRST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_24 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="12" column="2">
<widget class="PyDMLineEdit" name="text_entry_25">
<property name="geometry">
<rect>
<x>10</x>
<y>165</y>
<width>80</width>
<height>20</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://${P}${R}:mode.FVST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.FVST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_25 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="13" column="2">
<widget class="PyDMLineEdit" name="text_entry_26">
<property name="geometry">
<rect>
<x>10</x>
<y>185</y>
<width>80</width>
<height>20</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://${P}${R}:mode.SXST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.SXST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_26 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="14" column="2">
<widget class="PyDMLineEdit" name="text_entry_27">
<property name="geometry">
<rect>
<x>10</x>
<y>205</y>
<width>80</width>
<height>20</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://${P}${R}:mode.SVST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.SVST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_27 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="15" column="2">
<widget class="PyDMLineEdit" name="text_entry_28">
<property name="geometry">
<rect>
<x>10</x>
<y>225</y>
<width>80</width>
<height>20</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://${P}${R}:mode.EIST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.EIST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_28 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="16" column="2">
<widget class="PyDMLineEdit" name="text_entry_29">
<property name="geometry">
<rect>
<x>10</x>
<y>245</y>
<width>80</width>
<height>20</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://${P}${R}:mode.NIST</string>
</property>
<property name="toolTip">
<string>${P}${R}:mode.NIST</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMLineEdit#text_entry_29 {
color: rgb(0, 0, 0);
background-color: rgb(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLabel" name="text_1">
<property name="geometry">
<rect>
<x>10</x>
<y>50</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>Label</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_1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_1 {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="6" column="4">
<widget class="QLabel" name="text_2">
<property name="geometry">
<rect>
<x>100</x>
<y>50</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>Value</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_2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_2 {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="6" column="6" colspan="4">
<widget class="QLabel" name="text_3">
<property name="geometry">
<rect>
<x>190</x>
<y>50</y>
<width>130</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>Link</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_3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="styleSheet">
<string notr="true">QLabel#text_3 {
color: rgb(0, 0, 0);
}</string>
</property>
</widget>
</item>
<item row="4" column="9">
<widget class="PyDMRelatedDisplayButton" name="related_display">
<property name="geometry">
<rect>
<x>260</x>
<y>27</y>
<width>60</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>More</string>
</property>
<property name="text">
<string>More</string>
</property>
<property name="showIcon" stdset="0">
<bool>false</bool>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMRelatedDisplayButton#related_display {
color: rgb(255, 255, 255);
background-color: rgb(51, 153, 0);
}</string>
</property>
<property name="titles" stdset="0">
<stringlist>
<string>More</string>
</stringlist>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>yySseq_full.ui</string>
</stringlist>
</property>
<property name="macros" stdset="0">
<stringlist>
<string>P=${P},S=${R}:select</string>
</stringlist>
</property>
<property name="openInNewWindow" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="7">
<widget class="PyDMLabel" name="text_update">
<property name="geometry">
<rect>
<x>210</x>
<y>27</y>
<width>45</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PV: ${P}${R}:busy</string>
</property>
<property name="channel" stdset="0">
<string>ca://${P}${R}:busy</string>
</property>
<property name="font">
<font>
<pointsize>12</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 {
color: rgb(10, 0, 184);
background-color: rgb(236, 236, 236);
}</string>
</property>
</widget>
</item>
</layout>
<zorder>rectangle</zorder>
<zorder>menu</zorder>
<zorder>polyline</zorder>
<zorder>text</zorder>
<zorder>text_entry</zorder>
<zorder>text_entry_1</zorder>
<zorder>text_entry_2</zorder>
<zorder>text_entry_3</zorder>
<zorder>text_entry_4</zorder>
<zorder>text_entry_5</zorder>
<zorder>text_entry_6</zorder>
<zorder>text_entry_7</zorder>
<zorder>text_entry_8</zorder>
<zorder>text_entry_9</zorder>
<zorder>text_entry_10</zorder>
<zorder>text_entry_11</zorder>
<zorder>text_entry_12</zorder>
<zorder>text_entry_13</zorder>
<zorder>text_entry_14</zorder>
<zorder>text_entry_15</zorder>
<zorder>text_entry_16</zorder>
<zorder>text_entry_17</zorder>
<zorder>text_entry_18</zorder>
<zorder>text_entry_19</zorder>
<zorder>text_entry_20</zorder>
<zorder>text_entry_21</zorder>
<zorder>text_entry_22</zorder>
<zorder>text_entry_23</zorder>
<zorder>text_entry_24</zorder>
<zorder>text_entry_25</zorder>
<zorder>text_entry_26</zorder>
<zorder>text_entry_27</zorder>
<zorder>text_entry_28</zorder>
<zorder>text_entry_29</zorder>
<zorder>text_1</zorder>
<zorder>text_2</zorder>
<zorder>text_3</zorder>
<zorder>related_display</zorder>
<zorder>text_update</zorder>
</widget>
<customwidgets>
<customwidget>
<class>PyDMDrawingRectangle</class>
<extends>QWidget</extends>
<header>pydm.widgets.drawing</header>
</customwidget>
<customwidget>
<class>PyDMEnumComboBox</class>
<extends>QComboBox</extends>
<header>pydm.widgets.enum_combo_box</header>
</customwidget>
<customwidget>
<class>PyDMDrawingPolyline</class>
<extends>QWidget</extends>
<header>pydm.widgets.drawing</header>
</customwidget>
<customwidget>
<class>PyDMDrawingLine</class>
<extends>QWidget</extends>
<header>pydm.widgets.drawing</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>PyDMRelatedDisplayButton</class>
<extends>QPushButton</extends>
<header>pydm.widgets.related_display_button</header>
</customwidget>
<customwidget>
<class>PyDMFrame</class>
<extends>QFrame</extends>
<header>pydm.widgets.frame</header>
</customwidget>
</customwidgets>
</ui>