You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- <window id="selectsamples">
- <layout type="vertical">
- <formarray id="form">
- <layout type="horizontal">
- <button type="check" name="Cup:" id="include" />
- <label>Time:</label>
- <line id="time" writable="false" />
- <label>Bean Temperature:</label>
- <line id="temp" writable="false" />
- <label>Annotation:</label>
- <line id="note" writable="false" />
- </layout>
- </formarray>
- <button id="select" name="Add to Session" type="push" />
- </layout>
- </window>
|