| NCOEvent*fontList |
Affects most of the text on all the windows;
for example, menus, toolbar buttons, most field labels, and push buttons. |
| NCOEvent*XmText.fontList |
Affects descriptive text items such as journal
entries. |
| NCOEvent*XmTextField.fontList |
Affects editable text; for example, the Username and Password entries
in the Login window for the event list. |
| NCOEvent*XmLabel.fontList |
Affects non-editable labels; for example, the Username and Password field
labels in the Login window for the event list,
or the Number and Metric labels
on monitor boxes. |
| NCOEvent*main_status_line.fontList |
Affects the status message that is displayed
in the status bar of the monitor box window after login; for example, Ready. |
| NCOEvent*main_user_field.fontList |
Affects the name of the logged-in user, which
is displayed in the status bar of the monitor box window after login. |
| NCOEvent*main_server_field.fontList |
Affects the ObjectServer name that is displayed
in the status bar of the monitor box window after login. |
| NCOEvent*sub_status_line.fontList |
Affects the status message that is displayed
in the status bar of an event list; for example, No rows modified. |
| NCOEvent*sub_clock.fontList |
Affects the date and time displayed in the status
bar of an event list. |
| NCOEvent*sub_user_field.fontList |
Affects the name of the logged-in user, which
is displayed in the status bar of an event list. |
| NCOEvent*sub_server_field.fontList |
Affects the ObjectServer name that is displayed
in the status bar of an event list. |
| NCOEvent*sub_matrix.labelFont |
Affects the column headers in an event list
table. |
| NCOEvent*sub_matrix.fontList |
Affects the text for the event data in an event
list table. Note: This resource is not listed in the NCOEvent resource
file, but can be added if you want to change the font for the event
data. You can copy and paste the NCOEvent*sub_matrix.labelFont line,
so that it is duplicated within the file. Then amend the pasted line
by changing the NCOEvent*sub_matrix.labelFont portion
to NCOEvent*sub_matrix.fontList
|