2.3.1.20 ProjectWindowRecord

Specifies the coordinates and state of a module editor window.

ABNF syntax:

 ProjectWindowRecord = ModuleIdentifier "=" ProjectWindowState NWLN
  
 ProjectWindowState  = CodeWindow [ ", " DesignerWindow ]
  
 CodeWindow          = ProjectWindow  
  
 DesignerWindow      = ProjectWindow
  
 ProjectWindow       = WindowLeft ", " 
                       WindowTop ", " 
                       WindowRight ", " 
                       WindowBottom ", " 
                       WindowState
  
 WindowLeft          = INT32
  
 WindowTop           = INT32
  
 WindowRight         = INT32
  
 WindowBottom        = INT32
  
 WindowState         = ["C"] ["Z"] ["I"]

<ModuleIdentifier>: Specifies the name of the module. MUST have a corresponding ProjectModule (section 2.3.1.3).

<CodeWindow>: Specifies the coordinates and the state of a window used to edit the source code of a module.

<DesignerWindow>: Specifies the coordinates and the state of a window used to edit the designer associated with a module.

<WindowLeft>: Specifies the distance of the left edge of a window relative to a parent window.

<WindowTop>: Specifies the distance of the top edge of a window relative to a parent window.

<WindowRight>: Specifies the distance of the right edge of a window relative to a parent window.

<WindowBottom>: Specifies the distance of the bottom edge of a window relative to a parent window.

<WindowState>: Specifies the window state.

Values are defined as follows:

Value

Meaning

C

Closed.

Z

Zoomed to fill the available viewing area.

I

Minimized to an icon.