This section provides the syntax, description, and an example of each of the resource file statements.
The following table summarizes, at a general level, the most commonly used parameters on the statements.
┌────────────┬────────────────────────────────────────────────┐ │Parameter │Description │ ├────────────┼────────────────────────────────────────────────┤ │id │Control identifier. │ ├────────────┼────────────────────────────────────────────────┤ │x │X coordinate of the lower-left corner of the │ │ │control. │ ├────────────┼────────────────────────────────────────────────┤ │y │Y coordinate of the lower-left corner of the │ │ │control. │ ├────────────┼────────────────────────────────────────────────┤ │height │Height of the control ( in 1/8 character units).│ ├────────────┼────────────────────────────────────────────────┤ │width │Width of the control. │ ├────────────┼────────────────────────────────────────────────┤ │style │Predefined bit representation of a style or │ │ │combination of styles. │ ├────────────┼────────────────────────────────────────────────┤ │load option │Definition of when the system should load the │ │ │resource into memory (for example, PRELOAD or │ │ │LOADONCALL). │ ├────────────┼────────────────────────────────────────────────┤ │mem option │Definition of how the system manages the │ │ │resource when in memory (for example, FIXED, │ │ │MOVABLE, or DISCARDABLE). │ ├────────────┼────────────────────────────────────────────────┤ │text │Text associated with a control. │ ├────────────┼────────────────────────────────────────────────┤ │class │Predefined class for a particular control. │ └────────────┴────────────────────────────────────────────────┘