Last change
on this file was
312,
checked in by westram, 23 years ago
|
fixes for compiling Solaris debugging version
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
455 bytes
|
Line | |
---|
1 | ARB-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=Global data |
---|
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 | GLOBAL(MY_NAME,"Insert your name here") |
---|
24 | GLOBAL(MY_INITIALS,"??") |
---|
25 | |
---|
26 | SHOW("My name ",MY_NAME,30) |
---|
27 | SHOW("My initials",MY_INITIALS,5) |
---|
28 | |
---|
29 | @MASK_END |
---|
Note: See
TracBrowser
for help on using the repository browser.