MSM-Workstation
Format of Import/Export File

Picture

[object type] is SYMBOL.

Property Sample Value Possible Values
CanContain01 or 0, boolean value
NextControl Either empty string or the name of the control that is reached by typing <tab> while "on" this control
PictureM,INFOEither M,INFO, M,ERROR, M,WARN, M,QUEST, or F,[filename], where [filename] is the pathname leading to the file containing the bitmap for the picture
PosLeft168Floating point number, in "PosUnits" units
PosTop96Floating point number, in "PosUnits" units
PosUnitsZDLGPIXEL, POINT, ZDLG or CHAR
TypeSYMBOLMust be SYMBOL for pictures

Action logic may be defined for the following events:
EventEvent-code
CreateEv10
DestroyEv50

The code for each event is encoded as:

   Begin Event [event code]
-------- Begin Document ActionLogic [number of lines]
First line
Second line
etcetera
-------- End
   End

Note: It is important that the [number of lines] exactly matches the actual number of lines between "----- Begin" and "----- End".