ALIGN specifies the position of the name (or label) of a property’s control (list box, text box, and so on) in a dialog. Valid options are BODY, LABEL, and OVER.
Example
In the following example, the ALIGN OVER command puts the names or labels of all properties below the LAYOUT statement over their respective control in a Balanced Scoreboard definition dialog.
DEFINITION "Balanced Scorecard" { ... GROUP "Perspectives" { LAYOUT { COLS 2 TAB ALIGN OVER } PROPERTY "Customer" { EDIT Text LENGTH 300 } PROPERTY "Internal Business" { EDIT Text LENGTH 500 } PROPERTY "Learning" { EDIT Text LENGTH 500 LABEL "Innovation and Learning"} PROPERTY "Financial" { EDIT Text LENGTH 500 } }