Last change
on this file was
5390,
checked in by westram, 16 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
631 bytes
|
Line | |
---|
1 | ARB-Input-Mask |
---|
2 | # New mask 'main_fields.mask' |
---|
3 | |
---|
4 | # What kind of item to edit: |
---|
5 | @ITEMTYPE=Species |
---|
6 | |
---|
7 | # Window title: |
---|
8 | @TITLE=Main species fields |
---|
9 | |
---|
10 | # Should mask appear in 'User mask' menu |
---|
11 | @HIDE=0 |
---|
12 | |
---|
13 | # Spacing in window: |
---|
14 | @X_SPACING=5 |
---|
15 | @Y_SPACING=3 |
---|
16 | |
---|
17 | # Show edit/reload button? |
---|
18 | @EDIT=1 |
---|
19 | # Show 'edit enable' toggle? |
---|
20 | @EDIT_ENABLE=1 |
---|
21 | # Show 'marked' toggle? |
---|
22 | @SHOW_MARKED=1 |
---|
23 | |
---|
24 | # --------------------------- |
---|
25 | # The definition of the mask: |
---|
26 | |
---|
27 | @MASK_BEGIN |
---|
28 | |
---|
29 | NEW_SECTION() |
---|
30 | TEXT("ID ") SELF() |
---|
31 | TEXTFIELD("Full name ", "full_name", 30) |
---|
32 | TEXTFIELD("Acc.number", "acc", 30) |
---|
33 | |
---|
34 | OPENMASK("Sequence information","main_seq_info.mask") |
---|
35 | |
---|
36 | @MASK_END |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.