Tab Order Wizard |
Tab Order Wizard
This wizard can display the taborder value on components and auto set taborder values in form designer. Both Delphi and C++Builder are supported. It's enabled when current form is form designer. Different color will be used to draw the taborder label according to component's nested level. When a control's TabStop is False, the label is dashline.
This wizard's menu is as below:
Components Selected: Sort the taborders of current selected components. If selected component is a container, its all subcomponents will be processed. Otherwise those at the same level will be processed.
All Components of Current Form: Sort the taborders of all components and their subcomponents in current form designer.
All Opened Forms: Sort all components' taborders in all opened forms.
All Forms in Current Project: Sort all components' taborders in all forms of current project.
All Forms in Current ProjectGroup: Sort all components' taborders in all forms of current projectgroup.
Auto Update Tab Orders: If this was selected, taborders will be udpated automaticly when components were moved.
Display Tab Orders: Show/Hide Tab Order label on components.
Below is a form in design time using Tab Order Wizard.
Settings
Settings dialog of Tab Order Wizard is as below:
Sort Mode
Vertical First: Use top to bottom sorting mode to sort taborders holistically. If there were more than one components in a horizontal line, they will be sorted from left to right.
Horizontal First: Use left to right sorting mode to sort taborders holistically. If there were more than one components in a vertical line, they will be sorted from top to bottom.
Add-on Process
Inverse Sort: If this was selected, Tab Order's sorting will use inverse mode: from bottom to top when vertical first or from right to left when hrizontal first.
By Groups: If this was selected, those components which have the same width and height nearby will be treated as a group to keep the continuum of taborders.
Tab Order Label: Set the position, color and font of Tab Order label.
Other Settings
Auto Update Tab Orders when MovedIf this was selected, taborders will be udpated automaticly when components were moved.
Process All Sub-components: Whether to process container's subcomponents when sorting.
Calculate Using Component's Center: If this was selected, center point of component will be used to calculate and sort. Otherwise sorting edge will be used. e.g. Top will be used when sort from top to bottom.
Hotkey: Set shortcuts for the meun items.
Links