-
Notifications
You must be signed in to change notification settings - Fork 35
Home
SilverpointDev edited this page Jun 12, 2023
·
3 revisions
SpTBXLib is an expansion package for Toolbar2000 components.
It adds the following features:
- Unicode support
- Custom Skins engine
Skins can be external .skn files with INI file syntax
Skins can also be made by code, descending from TSpTBXSkinOptions, and be compiled in the application - Delphi VCL Styles support.
- High DPI support
- Toolbar Customizer with Drag & Drop
Can be embedded on another form or control
Can replace items shortcuts at runtime
- Custom painting events
- Custom Item size
- Anchored Items
- Anchored TTBControlItems
- Right aligned Items
- Accel char handling
- Caption wrapping
- Vertical layout chevron popup
- DockablePanel with toolbar items support
Fully customizable DockablePanel component with toolbar items support, you can add TB2K items
- Extended System Menu
With skins and Delphi styles support.
Can be customized to add/delete menu items and change the captions and glyphs.
- Extended panel controls: Panel, GroupBox
- Extended button controls: Button, SpeedButton, Label, Checkbox, RadioButton
- Extended ProgressBar and TrackBar controls
- Extended TabSet and TabControl controls
Fully customizable TabSet and TabControl with toolbar items support, you can add TB2K items
- Extended StatusBar control
Fully customizable StatusBar with toolbar items support, you can add TB2K items.
- Extended editors: Edit, ButtonEdit, SpinEdit, ColorEdit, ComboBox, FontComboBox, ListBox, CheckListBox, ColorListBox
- TitleBar
Fully customizable Titlebar component with toolbar items support, you can add TB2K items.
- Form Popup
Fully customizable PopupMenu component that can be linked to any control to popup or rolldown a custom Form
- Skin Editor
With the help of Silverpoint Skin Editor designers will be able to easily create and change skins of applications based on SpTBXLib