|
GroupBoxEx
TGroupBoxEx is a very simple component that might help save a few mouse clicks and components when working with GroupBoxes or Bevels. It has been tested on Delphi 5 and 7.
Properties:
- CaptionMargins: Number of spaces to add around Caption when painting the GroupBox.
- GroupShape: Shape to draw (gsGroupBox, gsTopLine, gsTopAndBottomLine).
- Images: Contains a list of images that can appear on the GroupBox. If Images is unassigned, no images are displayed on the GroupBox.
- ImageIndex: Determines which image appears on the GroupBox.
- GroupText: Text to draw next to the image.
If you have any suggestions for improvements, or find any bugs, then please email me at boost at boostnetwork.net. Thank you.
|
|