|
SRVControls is a set of controls designed for insertion in TSRichViewEdit.
Controls:
TSRVButton – button;
TSRVCheckBox – check box;
TSRVComboBox – combo box; hierarchical; with images, custom colors and fonts; with hints (suggestions);
TSRVEdit – plain-text one-line editor with hints (suggestions);
TSRVGroupBox – panel with a title;
TSRVImagesScroll – gallery of images;
TSRVLabel – text label;
TSRVListBox – scrollable list of items; hierarchical; with images, check boxes, custom colors and fonts;
TSRVPaintBox – controls for custom drawing;
TSRVPanel – panel;
TSRVRadioButton – radio button.
See also:
TSRVScrollBar;
TSRVTabSet.
All the controls above can be skinned using TSRVSkinManager.
|