6.2 Form Definition
XFSFORM formname*
BEGIN
(required) SIZE width, Width of form
height Height of form
VERSION major, Major version number
minor, Minor version number
date*, Creation/modification date
author* Author of form
(required) LANGUAGE languageID Language used in this form – a 16 bit value (LANGID) which is a combination of a primary (10 bits) and a secondary (6 bits) language ID (This is the standard language ID in the Win32 API; standard macros support construction and decomposition of this composite ID)
COPYRIGHT copyright* Copyright entry
TITLE title* Title of form
COMMENT comment* Comment section
[ XFSFIELD fieldname* One field definition (as defined in the next section) for each field in the form
BEGIN
. . .
END ]
END