4.4.26 Function Key Properties (Common Items) dialog box
The Function Key Properties dialog box appears when you select and double-click a function key control in the menu form view of the Script Menu Editor window.
The Function Key Properties dialog box has three tabs: General Items, Common Items, and Style. Click the Common Items tab to display the Function Key Properties (Common Items) page.
- Organization of this subsection
(1) Components
In the Function Key Properties (Common Items) dialog box, you can set the following items for a function key control.
- Field name
-
FunctionKey is set.
- Text position
-
- Vertical and Horizontal
-
From the drop-down lists, select the text position in the vertical and horizontal directions.
By default, Middle is set for both Vertical and Horizontal.
- Text color
-
Set the text color. Black is set by default.
- Background color
-
Set the background color of the function key. Gray 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.
- Important note
-
In JP1/Script 06-71 and later versions, Has the focus when the menu form starts and Has the focus when the menu form is redisplayed are shown in disabled state.
(2) Operations
-
Click OK to apply the settings and close the Function Key Properties dialog box.
-
Click Cancel to close the dialog box without applying the settings.
(3) Processing
-
When the Control display status check box is unselected, the control is shown as enabled on the menu form.
-
The Control display status setting is invalid for text display.