Color palettes
Defines color palettes that specify various colors used on the screen.A color palette includes:
- Character color and background color
- Character color and background color of focused text
- Display color of icons and other controls
Options
Define options related to common items on the screen.Options include:
- Default value of character color and background color.
- Character color of disabled menu items.
- Refernce to the color palettes.
- Default font.
- Default number of pixels between lines.
- Other options.
Menu items
The content of each item displayed on the screen is defined by a menu item.A menu item includes:
- Item ID: ID used to specify this item.
- Coordinates (row/column or pixel coordinates)
- String to display
- Palette index
- visible attribute: Specify whether to display
- enabled attribute: Specify whether to enable.
- selectable attribute: Specify whether to have focus.
- Specify check box and radio button
- Specify icon
- For input field, refrence to the input buffer and input operations. (AM_EditParam structure)
- For image item, name of the BMP file.
- Font
- Other
Last updated: 2020/10/09