Typica is a free program for professional coffee roasters. https://typica.us
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.

cuppingsamplepoints.xml 608B

12345678910111213141516
  1. <window id="selectsamples">
  2. <layout type="vertical">
  3. <formarray id="form">
  4. <layout type="horizontal">
  5. <button type="check" name="Cup:" id="include" />
  6. <label>Time:</label>
  7. <line id="time" writable="false" />
  8. <label>Bean Temperature:</label>
  9. <line id="temp" writable="false" />
  10. <label>Annotation:</label>
  11. <line id="note" writable="false" />
  12. </layout>
  13. </formarray>
  14. <button id="select" name="Add to Session" type="push" />
  15. </layout>
  16. </window>