MSM-Workstation
Format of Import/Export File

Timer

[object type] is Timer.

Property Sample Value Possible Values
Active11 or 0, boolean value
Interval1Integer number of seconds
PosLeft236Floating point number, in "PosUnits" units
PosTop56Floating point number, in "PosUnits" units
PosUnitsZDLGPIXEL, POINT, ZDLG or CHAR
TypeTimerMust be Timer for timers

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

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".