Hitachi

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


4.4.23 Edit Control Properties (Style) dialog box

The Edit Control Properties dialog box appears when you select and double-click an edit control in the menu form view of the Script Menu Editor window.

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

[Figure]

Organization of this subsection

(1) Components

In the Edit Control Properties (Style) dialog box, you can set the following items for an edit control.

Number only

Prohibits input of characters other than numerals in the edit control.

Horizontal auto scroll

Automatically scrolls the text if it exceeds the visible area. This check box is selected by default.

Password

Displays all the entered characters as asterisks (*) so that the text cannot be read.

Border line

Draws a border around the edit control.

Uppercase only

Displays all the entered text as uppercase characters.

Lowercase only

Displays all the entered text as lowercase characters.

Read only

Prohibits input and editing of the edit control.

Requires input

Requires the user to type text in the edit control. If you select this item, a warning message appears when no value is entered.

Command select field

Select this check box to use the edit control as the command selection field. When you enter a command number in the command selection field and press the Enter key, the command defined in 4.4.37 Set Command Properties dialog box is executed.

Sunken (Deep)

Makes the edit control appear deeply inset.

Sunken (Shallow)

Makes the edit control appear slightly inset.

Raised (High)

Makes the edit control appear prominently raised.

Raised (Low)

Makes the edit control appear slightly raised.

Auto clear

Clears the edit control each time the menu form is displayed.

(2) Operations

(3) Processing