|
Form Designer
Runtime Form Designer Component
for Delphi 3,4,5,6,7,2005,2006,2007 and C++ Builder 3,4,5,6
version 3.84, December 4, 2007
|
|
Form Designer. Lets Users Modify Forms, Safely.
Sometimes it's the small things that make the biggest difference. Greatis Software recently published a new version of Form Designer, a small tool that can add a large measure of flexibility to the layout of your program's interface. By dropping the TFormDesigner component onto a form in your application, you give end users the ability to modify the layout and size of the controls to better meet their requirements. Moreover, the limits of this capability remain within your control, so the integrity of your layout is never compromised. Flexible and safe, Form Designer provides the best of both worlds...
Warren Rachele, Delphi Informant Magazine, February 2003 vol.9, no.2
Full text of the review...
|
Form Designer allows you to move and/or resize any control on your form. There is no need to prepare your form to use Form Designer. Just drop a TFormDesigner component onto any form, set its Active property to True and enjoy!
See a screenshot of a full-functional form editor based on Form Designer:
After activating Form Designer, you can select, move and/or resize any control in your form using either the keyboard or mouse. A form with Form Designer activated looks like the Delphi or C++ Builder form designer.
New in version 3.84:
New in version 3.83:
- Compatibility with Delphi 2007
New in version 3.82:
- Proportional resize (if the Shift button is pressed when resizing, the selected control is resized proportionally)
- New flags in TEditBehaviour type (relates to OnEditBehaviour event)
New in version 3.81:
- Compatibility with Delphi 2006
New in version 3.8:
- OnContextPopup event for calling the custom popup menu by right click on the component
- New methods and event for simple component placing
- Edit behaviour method and event for choosing the component behaviour (lock, protect, transparent) that can be used with or without the appropriated lists
- New GrabMode property that controls the place of the grab handles around the selected control
- New axis drag feature and new EnableAxisDrag property
- Alignment lines to easy align the dragged controls
New in version 3.72:
- Compatibility with Delphi 2005
New in version 3.7:
- Auto-creating the component containers for the non-visual components when component is added when TFormDesigner is active
- ShowComponentCaptions property and OnComponentCaptions event for showing and customization the captions of the non-visual components
- OnComponentBitmap event for customizing the icons of the non-visual components on the edited form
- OnComponentEditable event for hiding component containers of some non-visual components
- Compatibility with RosySky Runtime Scripter
See all Form Designer features for more detailed information.
|