GUI File

A GUI File is a file created by guiDesigner that contains XML markup describing how Viewers should render their interface and interact with External Systems.
They use a .gui file extention (hence their name) and are an open format (unencrypted) which allows them to be edited manually in text editors (for batch changes when editing from within guiDesigner would take too long).

GUI File Anatomy

A GUI file is made up of the following main elements:

Properties

The following properties can be defined within a GUI File:

Systems

Each system is defined within its own <system> element, nested within the parent <systems> element.
For more details, see External Systems.