Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions><package name="bgracontrols"><module name="BCButton"><element name="TBCButtonState"><short>This defines a style combining background, border and font for a single state of the button</short>
</element><element name="TBCButtonMemoryUsage"><short>This is the memory usage technique used to keep or remove bitmaps from memory of each state of TBCButton component</short>
</element><element name="TBCButtonMemoryUsage.bmuLow"><short>Uses less memory discarding the bitmap for all of the button states</short>
</element><element name="TBCButtonMemoryUsage.bmuMedium"><short>Uses less memory discarding the hover and active bitmaps of the button states</short>
</element><element name="TBCButtonMemoryUsage.bmuHigh"><short>Keep all bitmaps in memory for faster repaints</short>
</element><element name="TBCButtonStyle"><short>The style of the whole button</short>
</element><element name="TBCButtonStyle.bbtButton"><short>A normal button style</short>
</element><element name="TBCButtonStyle.bbtDropDown"><short>A dropdown button style</short>
</element><element name="TCustomBCButton"><short>Base class for TBCButton without published properties</short>
</element><element name="TBCButton"><short>Styled button with support of dropdown, glyph with positioning and transparency</short>
</element>
</module>
</package>
</fpdoc-descriptions>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions><package name="bgracontrols"><module name="BCImageButton"><element name="TBCGraphicButtonState"><short>One of the possible states of the button.</short>
</element><element name="TBCGraphicButtonState.gbsNormal"><short>When the button is placed and not being used in any way.</short>
</element><element name="TBCGraphicButtonState.gbsHover"><short>When the button is hovered by the mouse pointer.</short>
</element><element name="TBCGraphicButtonState.gbsActive"><short>When the button is clicked.</short>
</element><element name="TBCGraphicButtonState.gbsDisabled"><short>When the Enabled property is set to False.</short>
</element><element name="TOnRenderControl"><short>Event that is fired when the button is being rendered, so you can further customize the drawing.</short>
</element><element name="TOnRenderControl.Sender"><short>The button calling the event.</short>
</element><element name="TOnRenderControl.Bitmap"><short>The bitmap that will be used to paint the face of the control.</short>
</element><element name="TOnRenderControl.State"><short>The state of the button that is currently drawn on the Bitmap parameter.</short>
</element><element name="TBCGraphicButton"><short>A generic implementation of a Button control. Is the base class to be customized with a Paint event to actually display something on the screen. It does not contain any bitmap. The most basic implementation with bitmaps is TBCXButton.</short>
</element><element name="TBCCustomSliceScalingOptions"><short>Defines a single 9 sliced bitmap to be used to paint the face of the button.</short>
</element><element name="TBCImageButtonSliceScalingOptions"/>
</module>
</package>
</fpdoc-descriptions>