Hitachi

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


4.4.10 Button Properties (General Items) dialog box

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

The Button Properties dialog box has five tabs: General Items, Common Items, Background, Key, and Style. Click the General Items tab to display the Button Properties (General Items) page.

[Figure]

Organization of this subsection

(1) Components

In the Button Properties (General Items) dialog box, you can set the following items for a button control.

Text

Specify the text to be displayed for the button. You can specify character strings or a variable name that stores character strings.

You cannot specify an array variable for a variable name.

Variable name

Select this check box if you want to specify a variable in Text.

Command number

Specify the number of the command to be executed when the user clicks this button.

Command

Click to display the Set Command Properties dialog box and set the command properties.

Icon

Select this check box to display an icon on the button.

File name

Enter the icon file name to display on the button. You can set a file name only if you select Icon.

Browse

Click to specify an icon file in the Open File dialog box. This button is available only if you select Icon.

Icon number

Specify the icon in the icon file specified in File name, using a number beginning from zero. You can set a number only if you select Icon.

Expand

Select this check box to display a double-size icon on the button. This check box is available only if you select Icon.

(2) Operations