MSM-Workstation
Format of Import/Export File

Label

[object type] is LABEL.

Property Sample Value Possible Values
AutoSize11 or 0, boolean value
Border01 or 0, boolean value
NextControl Either empty string or the name of the control that is reached by typing <tab> while "on" this control
PosLeft88Floating point number, in "PosUnits" units
PosTop112Floating point number, in "PosUnits" units
PosUnitsZDLGPIXEL, POINT, ZDLG or CHAR
SizeHeight8Floating point number, in "PosUnits" units
SizeWidth73Floating point number, in "PosUnits" units
TitleFixed Text ComponentFree text
TypeLABELMust be LABEL for fixed text labels

Action logic may be defined for the following events:
EventEvent-code
Create Ev10
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".