Form
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

Form

Shows various control elements, such as checkboxes, combo boxes, input fields, multi-line fields, folder or file selection fields.

Description
Optionally, you may add comments here describing the purpose of this element.
Hide output area
If you check this checkbox, output area (or log list) is hidden before displaying this form. Output area is restored automatically when the form is closed.
Control item
Buttons - display custom buttons. See Customize buttons command for customizing buttons (caption, width, auto choice etc.).
Text - display simple text.
Checkbox - Checkboxes.
Select File - the field for getting a filename with 'Browse' button.
Select Folder - the field for getting a folder with 'Browse' button.
Combobox - Combobox.
Edit - Edit control.
Text
It can be used for different purposes depending on Control Type.
Text - Displaying text.
Checkbox - Text of the checkbox.
Select File - Text above the control.
Select Folder - Text above the control.
Combobox - The text near the combobox.
Edit - The text near the edit control.
Buttons - Ignore.
Variable name
Text - Ignore.
Checkbox - The value of the variable can equal 1 or 0 depending on if the according checkbox is checked.
Select File - Variable for the filename.
Select Folder - Variable for the name of the folder.
Combobox - Variable for getting an item that selected by the user.
Edit - Variable for the entered text.
Buttons - Variable will equal the name of the pressed button.
Additional list
Specify the items of combobox or buttons names.
Combobox - List of items separated by comma. One of names will be set as the value of the result macro. If these variable have values then these values will be shown in the combobox.
london,paris,sydney,newyork 
Buttons - List of button items separated by comma. You can check what the button was pressed by getting the value of the variable above. If these names are variables then their values will be shown on buttons.
ok,cancel,run
Width
You can specify a width of a control (edit or combobox) if the default width is too big.

How to redefine the text of Continue button

1.Define variable continue with 'Your text' value before Form command.

2.Specify this variable continue in Additional List of Buttons control.