<?xml version="1.0" ?>
<ui version="4.0">
<class>Dialog</class>
<widget class="PyDMFrame" name="screen">
<property name="geometry">
<rect>
<x>293</x>
<y>593</y>
<width>704</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>704</width>
<height>30</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">PyDMFrame#screen {
color: rgb(0, 0, 0);
background-color: rgb(187, 187, 187);
}</string>
</property>
<property name="windowTitle">
<string>delayDo</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="5,150,5,60,5,58,5,125,5,150,5,40,5,81,5" rowstretch="5,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="1" column="1">
<widget class="QLabel" name="text">
<property name="geometry">
<rect>
<x>5</x>
<y>5</y>
<width>150</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>${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="1" column="3">
<widget class="PyDMLineEdit" name="text_entry">
<property name="geometry">
<rect>
<x>160</x>
<y>5</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="channel" stdset="0">
<string>ca://${P}${R}:delay</string>
</property>
<property name="toolTip">
<string>${P}${R}:delay</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="1" column="5">
<widget class="PyDMLabel" name="text_update">
<property name="geometry">
<rect>
<x>225</x>
<y>5</y>
<width>58</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}:delay.EGU</string>
</property>
<property name="channel" stdset="0">
<string>ca://${P}${R}:delay.EGU</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(187, 187, 187);
}</string>
</property>
</widget>
</item>
<item row="1" column="7">
<widget class="PyDMEnumButton" name="choice_button">
<property name="geometry">
<rect>
<x>288</x>
<y>5</y>
<width>125</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}:enable</string>
</property>
<property name="channel" stdset="0">
<string>ca://${P}${R}:enable</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="orientation" stdset="0">
<number>1</number>
</property>
<property name="horizontalSpacing" stdset="0">
<number>0</number>
</property>
<property name="verticalSpacing" stdset="0">
<number>0</number>
</property>
<property name="marginTop" stdset="0">
<number>0</number>
</property>
<property name="marginBottom" stdset="0">
<number>0</number>
</property>
<property name="marginLeft" stdset="0">
<number>0</number>
</property>
<property name="marginRight" stdset="0">
<number>0</number>
</property>
<property name="styleSheet">
<string notr="true">PyDMEnumButton#choice_button {
color: rgb(0, 0, 0);
background-color: rgb(187, 187, 187);
margin: 0px;
padding: 0px;
min-width: 0px;
min-height: 0px;
}
QPushButton {
color: rgb(0, 0, 0);
background-color: rgb(187, 187, 187);
margin: 0px;
padding: 0px;
min-width: 0px;
min-height: 0px;
}</string>
</property>
</widget>
</item>
<item row="1" column="9">
<widget class="PyDMLabel" name="text_update_1">
<property name="geometry">
<rect>
<x>418</x>
<y>5</y>
<width>150</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}:state</string>
</property>
<property name="channel" stdset="0">
<string>ca://${P}${R}:state</string>
</property>
<property name="displayFormat" stdset="0">
<enum>PyDMLabel::String</enum>
</property>
<property name="font">
<font>
<pointsize>12</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(10, 0, 184);
background-color: rgb(187, 187, 187);
}</string>
</property>
</widget>
</item>
<item row="1" column="11">
<widget class="PyDMLineEdit" name="text_entry_1">
<property name="geometry">
<rect>
<x>573</x>
<y>5</y>
<width>40</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}:debug</string>
</property>
<property name="toolTip">
<string>${P}${R}:debug</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(115, 223, 255);
border: 1px solid black;
margin: 0px;
padding: 0px;
spacing: 0px;
}</string>
</property>
</widget>
</item>
<item row="1" column="13">
<widget class="PyDMRelatedDisplayButton" name="related_display">
<property name="geometry">
<rect>
<x>618</x>
<y>5</y>
<width>81</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>Calcs</string>
</property>
<property name="text">
<string>Calcs</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(45, 127, 0);
}</string>
</property>
<property name="titles" stdset="0">
<stringlist>
<string>Active Calc</string>
<string>Standby Calc</string>
<string>Do Sequence</string>
<string>Delay Calc {optional}</string>
</stringlist>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>yyCalcoutRecord_full.ui</string>
<string>yyCalcoutRecord_full.ui</string>
<string>yySseq_full.ui</string>
<string>yyCalcoutRecord_full.ui</string>
</stringlist>
</property>
<property name="macros" stdset="0">
<stringlist>
<string>P=${P},C=${R}:activeCalc</string>
<string>P=${P},C=${R}:standbyCalc</string>
<string>P=${P},S=${R}:doSeq</string>
<string>P=${P},C=${R}:delayCalc</string>
</stringlist>
</property>
<property name="openInNewWindow" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
<zorder>text</zorder>
<zorder>text_entry</zorder>
<zorder>text_update</zorder>
<zorder>choice_button</zorder>
<zorder>text_update_1</zorder>
<zorder>text_entry_1</zorder>
<zorder>related_display</zorder>
</widget>
<customwidgets>
<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>PyDMEnumButton</class>
<extends>QWidget</extends>
<header>pydm.widgets.enum_button</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>