The Message worksheet is where the message texts/image and the message-specific properties are assigned to the message numbers.
The Message worksheet has the following structure:
Number
|
Text/File
|
Font
|
Color
|
Backcolor
|
1
|
Any message 1
|
ARI16F.FNT
|
white
|
yellow
|
2
|
Any message 2
|
ARI20F.FNT
|
white
|
red
|
3
|
Any message 3 with variable %3d
|
ARI16F.FNT
|
white
|
red
|
4
|
Any message 4 with variable %2.2d
|
ARI20F.FNT
|
white
|
red
|
...
|
...
|
...
|
...
|
...
|
10
|
<image>
|
|
|
|
...
|
...
|
...
|
...
|
...
|
The message number must be a unique integer value.
Message texts must be defined for all languages. An empty message is displayed if no text is defined. The default text is not displayed!
An image name can also be defined instead of the message text.
|