Develop user interface parts
On FJ series, user interface is constructed by modules. When you need to make screen which is not possible by the combination of standard parts, it is not necessary to create your scratch, but you can realize it by developping original UI parts and add them to the system.
There are two kind of user interface parts.
MDI Child Window
This is a window displayed on FJ series main form, and it is continuously displayed while the layout is selected. It is often used for displaying information or locating buttons to start some function.
PanDA Form
This is a form which is outside FJ series main form. It is often used for temporary displayed dialog, to make some operation.

Note
When new PanDA form is created by the name of "FZ-PanDA", it substitutes FJ series main form.
When new PanDA form is created by the mame of "FZ-User", it is automatically started on system start-up.
It is possible to specify the program which starts automatically on system start-up, refer
Description of configuration files.
Guide of FZ_CustomControl