Skip to content

Commit

Permalink
Merge pull request #172 from bgrabitmap/dev-bgracontrols
Browse files Browse the repository at this point in the history
Dev bgracontrols
  • Loading branch information
lainz authored May 5, 2024
2 parents dde6d6b + dab1c8b commit cf906b8
Show file tree
Hide file tree
Showing 19 changed files with 1,056 additions and 147 deletions.
621 changes: 621 additions & 0 deletions bcfluentslider.pas

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions bcreg.pas
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ interface
BGRAImageList, BGRAImageManipulation, BGRAKnob, BGRAResizeSpeedButton,
BGRAShape, BGRASpeedButton, BGRASpriteAnimation, BGRAVirtualScreen,
ColorSpeedButton, DTAnalogClock, DTAnalogGauge, dtthemedclock,
dtthemedgauge, MaterialColors, bcmdbutton, bcmdbuttonfocus;
dtthemedgauge, MaterialColors, bcmdbutton, bcmdbuttonfocus, BCFluentProgressRing,
BCFluentSlider;

procedure Register;

Expand All @@ -39,7 +40,8 @@ procedure Register;
TBGRAVirtualScreen, TBGRASpriteAnimation, TBGRASpeedButton, TBGRAResizeSpeedButton,
TBGRAKnob, TBGRAImageManipulation, TBGRAImageList, TBGRAGraphicControl, TBGRAFlashProgressBar,
TBCTrackbarUpdown, TBCToolBar, TBCSVGViewer, TBCSVGButton, TBCRadialProgressBar,
TBCPanel,TBCMDButtonFocus, TBCMDButton, TBCMaterialDesignButton
TBCPanel,TBCMDButtonFocus, TBCMDButton, TBCMaterialDesignButton,
TBCFluentProgressRing, TBCFluentSlider
{TBCDefaultThemeManager, TBCKeyboard, TBCNumericKeyboard, TBCRealNumericKeyboard}]);


Expand Down
Loading

0 comments on commit cf906b8

Please sign in to comment.