Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


4.4.33 Combo Box Properties (Common Items) dialog box

The Combo Box Properties dialog box appears when you select and double-click a combo box in the menu form view of the Script Menu Editor window.

The Combo Box Properties dialog box has four tabs: General Items, Common Items, Key, and Style. Click the Common Items tab to display the Combo Box Properties (Common Items) page.

[Figure]

Organization of this subsection

(1) Components

In the Combo Box Properties (Common Items) dialog box, you can set the following items for a combo box.

Field name

Type the name of the field, complying with the variable naming conventions.

Text position

Middle is set for Vertical, and Left is set for Horizontal.

Has the focus when the menu form starts

The combo box will be given the focus when the menu form is first displayed.

Has the focus when the menu form is redisplayed

The combo box will be given the focus when the menu form is redrawn.

Text color

Set the text color. Black is set by default.

Background color

Set the background color of the combo box. White is set by default.

Font name

Shows the font currently selected. To change the font, click the Font button.

MS Sans Serif is set by default.

Style

Shows the style of the selected font. To change the style, click the Font button.

Normal is set by default.

Size

Shows the size of the selected font. To change the size, click the Font button.

10 is set by default.

Strikethrough

Shows whether to use strikethrough characters. To change the strikethrough setting, click the Font button.

Absent is set by default.

Underline

Shows whether to underline the text. To change the underline setting, click the Font button.

Absent is set by default.

Control display status

Choose whether to control the display status of the control.

Variable name

Specify a variable name for storing the values that indicate the control's display status.

You can set this field only if you select the Control display status check box. If you specify an array variable, an error occurs when the menu form is activated.

The following values indicate the display status:

DISABLE

Disable the control on the menu form.

HIDE

Do not show the control on the menu form.

Other value

Enable the control on the menu form.

(2) Operations

(3) Processing