MSM-Workstation
Format of Import/Export File

TabbedGroup

[object type] is TabbedGroup.

Note: The information for a Tabbed Group is partially contained in a file with extension .VEX, and partially in a different file (with extension .VXS).
At the time of preparation of this document, no information is available about the format of these binary (.VXS) files.

Property Sample Value Possible Values
NextControl Either empty string or the name of the control that is reached by typing <tab> while "on" this control
Page1???
PosLeft192Floating point number, in "PosUnits" units
PosTop96Floating point number, in "PosUnits" units
PosUnitsZDLGPIXEL, POINT, ZDLG or CHAR
SizeHeight40Floating point number, in "PosUnits" units
SizeWidth64Floating point number, in "PosUnits" units
TypeTabbedGroupMust be TabbedGroup for tabbed groups
zCLSID{E06120EB-7511-11D0-9723-0020AFF34D4D}MicrosoftTM class identifier, as found in the system Registry
zProgIDTABSTRIP.TabstripCtrl.1???

Action logic may be defined for the following events:
EventEvent-code
CreateEv10
EnterEv20
ExitEv40
DestroyEv50
gotFocusEvFOCUS
helpEvHELP
lostFocusEvUNFOCUS

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