 |
|
|
|
| To display the Dialog Editor window, press F12 by the active file Dialog_File_Name_H.mb in File Editor, or double click the left mouse button on the module Dialog_File_Name in Project Manager.
|
| In Dialog Editor you can place the components from Component Palette. With the help of the mouse you can select a component and adjust its position and sizes in the Dialog Editor window.
|
| Properties of the button or of the toolbar, selected in Dialog Editor as well as properties of the dialog itself are displayed in Object Inspector, where they also may be changed.
|
| All the changes of the dialog components properties appear automatically in file Dialog_File_Name.mb.
|
| By adding a component to the Dialog Editor window, the mouse button press event handling procedure is inserted to the file Dialog_File_Name_H.mb.
|
| The components StaticText, EditText, GroupBox do not support this event, therefore the handling procedure is not generated for them. At the deletion the component the handler is also deleted.
|
| To proceed to the dialog or component handler, double click the left mouse button on it.
|
|
|