WINDOWTEMPLATE Statement

Syntax:

  WINDOWTEMPLATE window-id [load-option] [mem-option] [code-page]
  BEGIN
  window-definition
      .
      .
      .
  END

The WINDOWTEMPLATE statement creates a window template. A window template consists of a series of statements that define the window identifier, load and memory options, window dimensions, and controls in the window. The window template can be loaded from the executable file by using the WinLoadDlg function.

You can provide any number of window templates in a resource script file, but each template must have a unique window-id value.