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

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 804 bytes
Line 
1ARB-Input-Mask
2# New mask 'main_seq_info.mask'
3
4# What kind of item to edit:
5@ITEMTYPE=Species
6
7# Window title:
8@TITLE=Sequence information
9
10# Should mask appear in 'User mask' menu
11@HIDE=1
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    TEXT("You are editing") SELF()
30    NEW_SECTION()
31    TEXTFIELD("G+C content                    ", "GC", 30)
32    TEXTFIELD("G+C content (helical parts)    ", "GCH", 30)
33    TEXTFIELD("G+C content (non-helical parts)", "GCN", 30)
34    NEW_SECTION()
35    TEXT("See 'Species/Search/More functions/Modify fields'")
36    TEXT("about how to calculate these fields")
37
38@MASK_END
39
Note: See TracBrowser for help on using the repository browser.