4 <style type="text/css">
13 border: 1px solid gray;
30 outline: groove medium;
44 background-color:#eee;
56 background-color:#eee;
68 background-color:#eee;
73 transform: scale(1.2, 1.2);
74 background-position: 0 0;
75 background-repeat: no-repeat;
76 background-size: contain;
87 <div id="editor_container">
90 <div id="header_container">
91 <div style="width:100%">
92 <label class="cond_name" style="float:left; font-family:bold"> </label>
93 <label class="cond_type" style="float:right; font-family:bold"> </label>
96 <div style="width:98%">
97 <table class="cond_modestable">
99 <td><select name="execmode" class="cond_execmode" title="Set mode of execution"style="width:50%" >
100 <option value="0" selected="selected">Return Result</option>
101 <option value="1">Return Always True</option>
102 <option value="2">Return Always False</option>
104 <td><select name="invertmode" class="cond_invertmode" title="Condition return regular or invert result" style="width:50%">
105 <option value="0" selected="selected">Regular</option>
106 <option value="1" >Return invert</option>
112 <div style="font-family:Verdana">
113 <table style="position:relative; width:100%; height:100%">
115 <th style="width:33%"><span style="float:left">All counts: <label class="cond_counts counter_style" title="Number of condition Test() calls">1000</label></span></th>
116 <th><span>True: <label class="cond_true counter_style" title="Number of condition Test() calls returning TRUE">500</label></span></th>
117 <th><span><label class="cond_percent" style="font-size:large" title="Percentage of condition Test() calls returning TRUE">100%</label></span></th>
125 <div id="tab_container">
126 <div class="cond_tabs" style="width:100%; height:95%">
128 <li><a href="#tabs-1">Limits</a></li>
129 <li><a href="#tabs-2">Cut</a></li>
130 <li><a href="#tabs-3">Shape</a></li>
131 <li><a href="#tabs-4">Draw</a></li>
132 <li><a href="#tabs-5">Stats</a></li>
133 <li><a href="#tabs-6">Mean</a></li>
136 <table style="position:relative; width:100%; height:100%; border-spacing:0px 0px">
138 <th><label>XMin: <input class="cond_xmin limit_style" title="Lower border/extension on X axis. Press enter to set!"/></label></th>
139 <th><label>XMax: <input class="cond_xmax limit_style" title="Upper border/extension on X axis. Press enter to set!"/></label></th>
142 <th><label>YMin: <input class="cond_ymin limit_style" title="Lower border/extension on Y Axis. Press Enter to set"/></label></th>
143 <th><label>YMax: <input class="cond_ymax limit_style " title="Upper border/extension on Y Axis. Press Enter to set!"/></label></th>
148 <td><label title="Number of polygon points"> NPoints <input class="cut_points" style="float:left; width:50px" type="text" value="0"></label></td>
150 <table class="cut_values" style="position:relative; width:80%; height:100%; border-spacing: 5px 5px; float:right; text-align: center">
152 <tr style="border:1px solid black; width:100%">
153 <th>X</th> <th>Y</th>
163 <table style="position:relative; width:100%; height:100%; border-spacing:5px 5px; text-align: right">
165 <th><label>X: <input class="cond_ellipse_cx limit_style" title="Ellipse center x coordinate. Press enter to set!"/></label></th>
166 <th><label>A1: <input class="cond_ellipse_a1 limit_style" title="Ellipse half axis 1. Press Enter to set"/></label></th>
167 <th><label>Theta: <input class="cond_ellipse_theta limit_style" title="Ellipse tilt angle. Press Enter to set!"/></label></th>
171 <th><label>Y: <input class="cond_ellipse_cy limit_style" title="Ellipse center y coordinate. Press enter to set!"/></label></th>
172 <th><label>A2: <input class="cond_ellipse_a2 limit_style" title="Ellipse half axis 2. Press Enter to set!"/></label></th>
173 <th><div class="cond_ellipse_theta_slider" style="width:80%; float:right"></th>
179 <th><label title="Polygon resolultion"> NPoints <input class="cond_ellipse_points" style="width:50px" type="text" value="0"></label></th>
180 <th><select class="cond_ellipse_iscircle" style="width:100%; title="Toggle shape " name="Shape" >
181 <option selected="selected" value="3" title="Toggle polygon shape">Ellipse</option>
182 <option value="2" title="Toggle polygon shape" >Circle</option>
183 <option value="4" title="Toggle polygon shape" >Rectangular box</option>
184 <option value="1" title="Select polygon shape">Free Polygon</option>
193 <div id="tabs-4" style="align:center">
194 <table style="position:relative; width:100%; height:100%; border-spacing: 0px 0px; text-align: left">
196 <th><label title="Toggle visibility of condition in viewpanel"><input class="cond_visible" type="checkbox"/> visible</label></th>
197 <th><label title="Draw condition limits into label."><input class="cond_limits" type="checkbox" /> limits</label></th>
198 <th><label title="Draw label of condition properties on viewpanel."><input class="cond_label" type="checkbox"/> label</label></th>
203 <table style="position:relative; width:100%; height:100%; border-spacing:0px 0px; text-align: left">
205 <th><label title="Draw value into label on view panel"><input class="cond_integr" type="checkbox"/> Integr: </label></th>
206 <th><label title="Draw value into label on view panel"><input class="cond_maxx" type="checkbox"/> MaxX: </label></th>
209 <th><label title="Draw value into label on view panel"><input class="cond_max" type="checkbox"/> Max:</label></th>
210 <th><label title="Draw value into label on view panel"><input class="cond_maxy" type="checkbox"/> MaxY:</label></th>
215 <table style="position:relative; width:100%; height:100%; border-spacing:0px 0px; text-align: left">
217 <th><label title="Draw value into label on view panel"><input class="cond_xmean" type="checkbox"/> XMean:</label></th>
218 <th><label title="Draw value into label on view panel"><input class="cond_xrms" type="checkbox"/> XRMS:</label></th>
221 <th><label title="Draw value into label on view panel"><input class="cond_ymean" type="checkbox"/> YMean:</label></th>
222 <th><label title="Draw value into label on view panel"><input class="cond_yrms" type="checkbox"/> YRMS:</label></th>
230 <div id="button_container">
235 <table style="width: 70px; height: 100%; float: left">
238 <td style="height: 30px">
239 <button class="buttonGetCondition"
240 title="Refresh condition display from analysis server">Get</button>
242 <td style="height: 30px">
243 <button class="buttonSetCondition"
244 title="Send condition valules to analysis server">Set</button>
246 <td style="height: 30px">
247 <button class="buttonChangeLabel"
248 title="This label shows that your current changes have not yet been updated to analysis">Changed!</button>
254 <table style="width: 70px; height: 100%; float: right"">
258 <td style="height: 30px">
259 <button class="buttonDrawCondition"
260 title="Display Condition with assigned histogram on next drawpanel">Draw</button>
262 <td style="height: 30px">
263 <button class="buttonClearCondition"
264 title="Reset all counters to zero">Clear counters</button>