Component Selector |
Component Selector
This wizard is used to select components in multi-modes. Both Delphi/C++Builder are supported. It's enabled when current form is form designer.
You can select one or more components conveniently when there're too many components in current form designer.
The main dialog of this wizard is as below:
Container Filter: Choose range of compoents to select
All Componnets in Form: All components will appear in "Components' List" Listbox.
All Subs of Selected: If this checkbox was checked and current selected component is a container, such as Groupbox or Panel, its all subcomponents will appear in "Components' List" Listbox.
All Subs of Specified: List all subcomponents of a certain component in "Components' List" Listbox.
Enable Component Name Filter: If this checkbox was checked, only those components whose name contains input text will appear in "Components' List" Listbox.
Enable Component Type Filter: Filter component list by component classname.
Enable Event Filter: Filter component list by component event.
Enable Tag Filter: Filter component list by component Tag.
Components' List: There's 7 buttons between the two listbox. They are:
> :Move selected components in left list to right list.
>> :Move all components in left list to right list.
< :Move selected component in right list back to left list.
<< :Move all components in right list back to left list.
All :Select all components in left list.
None :Select none in left list.
Inverse :Select Inverse of components in left list.
Sort Mode: Select sort mode to selected components list. There're default, sort by name and sort by type with descending or ascending mode.
Adjust Order: There're 4 buttons under right listbox to adjust selected components order.
Links