source: branches/stable/lib/inputMasks/experiment_example.mask

Last change on this file was 293, checked in by westram, 23 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1017 bytes
Line 
1ARB-Input-Mask
2# This is a simple user-mask example.
3
4# What to edit
5@ITEMTYPE=Experiment
6
7# Title of the user-mask-window
8@TITLE=Experiment: Example mask
9
10# Spacing in window
11@X_SPACING=5
12@Y_SPACING=3
13
14# Show edit/reload button
15@EDIT=1
16
17
18# ---------------------------
19# The definition of the mask:
20
21@MASK_BEGIN
22
23    NEW_SECTION()
24    TEXT("You are editing '") SELF() TEXT("'")
25
26    NEW_SECTION()
27
28    TEXT("Growth conditions:")
29    TEXTFIELD("Medium   ","medium/medium",30)
30    TEXTFIELD("Reference","medium/reference",30)
31    TEXTFIELD("Protocol ","medium/protocol",30) \
32        WWW("Open protocol","readdb(medium/protocol);\"/\";readdb(medium/medium)")
33
34    NEW_SECTION()
35
36    RADIO("Substrate   ","substrate/substrate",3,H,"Glucose","Glucose","Lactose","Lactose","Other","") \
37        TEXTFIELD("","substrate/substrate",30)
38    RADIO("Concentration     ","substrate/concentration_mM",3,H,"10 mM","10","20 mM","20","Other","") \
39        TEXTFIELD("","substrate/concentration_mM",30)
40
41    NEW_SECTION()
42
43@MASK_END
Note: See TracBrowser for help on using the repository browser.