Caption Button Enhancements Wizard |
Caption Button Enhancements Wizard
Caption Button Enhancements Wizard adds some buttons to the caption bar of modeless windows in IDE. It includes an option button which can drop down a menu, a roller button which can roll the window to free more work space, and a button to set the window stay on top.
The Object Inspector added caption buttons shows as below:
Option Button: Click this button to drop down a menu about caption buttons.
Roller Button: After chick this button, the window will roll to a bar. Click twice to restore. Some window can not roll since their set AutoSize or Constraints property.
Stay on Top Button: After click this button, the window will stay on top. Click twice to restore.
Add to Filters: This tool allows user to filter some window which do not display caption buttons according to window class name. This menu can add current window to the filter list.
Options: Click this menu to show settings dialog.
The settings dialog shows as below:
Buttons: Controls the visibility of buttons. Includes Stay on Top, Roll and Options Buttons.
Ignore Caption Text Width: If uncheck, buttons will displayed after caption text. So if the caption text is too long, some buttons will hide. If check this, the buttons will always display.
Animated Rolling: Controls whether display animate in rolling progress.
Window ClassName | Comment |
TAppBuilder | IDE Main Window |
TObjectTreeView | Object TreeView |
TPropertyInspector | Object Inspector |
TEditWindow | Source Editor |
TPasModExpForm | Code Explorer |
TProjectManagerForm | Project Manager |
TToDoListWindow | ToDo List |
TAlignPalette | Align Palette |
TSynbolExplorer | Browse Synbol |
TCompListForm | Component List |
TMessageHintFrm | Message Hint |
TBPWindow | Break Points |
TCallStackWindow | Call Stack |
TWatchWindow | Watches |
TLocalVarsWindow | Local Variables |
TThreadStatus | Threads |
TModulesView | Modules |
TDebugLogView | Event Log |
TDisassemblyView | CPU Window |
TFPUWindow | FPU Window |
TCustomizeDlg | Toolbar Customize |
TEvalDialog | Evaluate/Modify |
TDbExplorerForm | DataBase Explorer |
TMenuBuilder | Menu Designer |
TActionListDesigner | ActionList Designer |
TFieldsEditor | Fields Editor |
TCollectionEditor | Collection Editor |
TCustomizeActnEditDesigner | ActionManager Editor |
Replace: Replace the class name and comment of selected item from the two ComboBox.
Add: Add a new item using the class name and comment from the two ComboBox.
Delete: Delete selected item.
OK: Close the dialog and save settings.
Cancel: Cancel the dialog.
Help: Show this help information.
Links