Skip to content

Commit 5872fae

Browse files
version 3.5.0
- Added RoundedCorners options for StyledButtons, StyledButtonGroup, StyledCategoryButtons and StyleToolButton - Update Component Editor for RoundedCorners options - Added RondedCorners Examples and Demo projects - Added AllowAllUp, GroupIndex and Down property also to TStyledButton - Fixed Drawing Caption for TStyledToolButton and TStyledNavButton - Added Gradient... properties and DrawingStyle, to StyledToolbar for backward compatibility
1 parent f3f3bbe commit 5872fae

File tree

16 files changed

+1282
-293
lines changed

16 files changed

+1282
-293
lines changed

Demos/StyledButtonsDemo/Delphi10.4+/StyledButtonsVCLStyled.dpr

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
{******************************************************************************}
2+
{ }
3+
{ StyledButtons VCL Styled Demo }
4+
{ Using StyledButtons as VCL Buttons with specific StyleName }
5+
{ }
6+
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
7+
{ Author: Carlo Barazzetta }
8+
{ Contributors: }
9+
{ }
10+
{ https://github.com/EtheaDev/StyledComponents }
11+
{ }
12+
{******************************************************************************}
13+
{ }
14+
{ Licensed under the Apache License, Version 2.0 (the "License"); }
15+
{ you may not use this file except in compliance with the License. }
16+
{ You may obtain a copy of the License at }
17+
{ }
18+
{ http://www.apache.org/licenses/LICENSE-2.0 }
19+
{ }
20+
{ Unless required by applicable law or agreed to in writing, software }
21+
{ distributed under the License is distributed on an "AS IS" BASIS, }
22+
{ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. }
23+
{ See the License for the specific language governing permissions and }
24+
{ limitations under the License. }
25+
{ }
26+
{******************************************************************************}
127
program StyledButtonsVCLStyled;
228

329
uses

Demos/StyledCategoryButtons/Delphi10.4+/MainForm.dfm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ object fmMain: TfmMain
4444
TabOrder = 0
4545
StyleElements = [seFont, seBorder]
4646
OnClick = CreateButtonClick
47+
StyleDrawType = btRounded
4748
StyleClass = 'Windows10'
4849
end
4950
end

0 commit comments

Comments
 (0)