source: tags/arb-6.0-rc3/lib/inputMasks/basic_fields.mask

Last change on this file was 302, 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: 1.1 KB
Line 
1ARB-Input-Mask
2# This is a simple user-mask example.
3
4# What to edit
5@ITEMTYPE=Species
6
7# Title of the user-mask-window
8@TITLE=Basic fields
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# The definition of the mask:
19
20@MASK_BEGIN
21
22    TEXTFIELD(   "Name (Fullname)",  "full_name" ,63  )
23    TEXTFIELD(   "Remark  ",  "remark2" ,  70  )
24    TEXTFIELD(   "Remark3 ",  "remark3" ,  70  )
25
26    RADIO(       "Species class: ", "class2", 3, y,        \
27                "other", "other-value", \
28                "artificial",       "artificial-value",       \
29                "real",             Allow_Edit,  15,  "real-value" )
30
31    TEXT("Publications:")
32
33    TEXTFIELD(   "Author  ",  "author" ,  70  )
34    TEXTFIELD(   "Title   ",  "title" ,  70  )
35    TEXTFIELD(   "Journal ",  "journal" ,  70  )
36
37    TEXT("")
38
39    CHECKBOX(    "Checked ", "mbi/checked", 0) TEXTFIELD("by", "mbi/who_checked", 10) TEXTFIELD("Date", "mbi/date", 20)
40    CHECKBOX(    "Aligned ","mbi/aligned",1)
41    CHECKBOX(    "String  ","mbi/string",0)
42
43@MASK_END
Note: See TracBrowser for help on using the repository browser.