CREATE DIALOG

Used for design subprogram dialogs . The setup dialog  is called by press buttons <Ctrl> + <Shift> or double clik right button of the mouse.

Constructor of the dialog

1 - list of the dialog elements (double clik is displayed  list of the possible); 2 - delete object from the dialog; 3 - copy the object description to the buffer; 4 - ; 5 - select object - "parent"; 6 - dialog of the constructer; 7 - dialog of settings common WINDOWS-styles for select object; 8 - dialog of settings styles for selected object ; 9 -dialog of settings properties for selected object; 10 - set changes of the size and orientation of the object in the dialog; 11 - check methods of the object; 12 - test messages processing of the object; 13 - refresh parameters of the objects; 14 - copy the description of the dialog to the buffer; 15 - flag; 16 - flag.

Design actions is reflected in the dialog. / Dialog is created by means of visial tools.

 

Windows styles

Select styles to the creating object.

 

Styles of the object

This dialog allow to test styles of the objects.

 

Properties of the object

 Used for test COMMON PROPERTIES OF THE object.

1 - textbox of the selected object; 2 - tooltips; 3 - description common properties of the object; 4 - color textbox; 5 - color dialog; 6, 7 - options of the property BRUSH; 8 - execute changes  <Text>, <TOOLTIP>, <ObjProperty>

Buttons BKG, FRG, BRUSH set changed colors and customises.

Example:
Objects LISTBOX and STATIC is created in the dialog.

 

Size

Object  is selected from the ComboBox list.  Size and orientation of the object  sets in textboxes or move object by mouse clik (left button - orientation, right button  - size).

Values property SIZING SETS IN  <SIZING>.

 

Metods

Used for test object methods.

1 - LIST OF THE methods of the selected object; 2 - status bar; 3 - format methods parametrs; 4 - result of the execution; 5 - execute method

Events

Used for test object events.

1 - EVENTS LIST OF THE SELECTED object; 2 -  execute result ; 3 - clear; 4 - clear execute result window
"To Clipboard" button - generates program text for checked events and puts it into a clipboard. Example:
CALL GP.DlgObjAddMessage(IdDlg,"ACCLIST","OnDblClk","XXX.Remap")
CALL GP.DlgObjAddMessage(IdDlg,"ACCLIST","OnColumnClick","XXX.Remap")

The event is selected from the list. The action call selected event in the dialog. The information about event form and represent to the text window.