This is the default type the form will assume if you gives no type when you set up the form. The default DIALOG form will be non-resizable, floating, and non-docking. You can specify the DOCKING attribute to allow the form to be docked within the application frame. By default, a docking dialog is displayed floating, and you can interactively dock it. When a dialog is docked it will be resized to match the application frame edge to which it is docked, and so is resizable by default. The qualifiers LEFT, RIGHT, TOP, and BOTTOM, specify the edge of the application frame to which the dialog form will be docked when first displayed.
|
|
Creates a resizable docking dialog;
|
|
Creates a resizable floating dialog;
|
|
Creates a non-resizable floating dialog;
|
|
Creates a non-resizable floating dialog;
|
|
Creates a resizable MDI child document;
|
|
Creates a floating resizable non-MDI document.
|