Skip to content

Commit 5ae81bb

Browse files
version 3.8.0
- Added example of Custom TaskDialog Form in Demo (for Delphi 12) - Fixed Clear Animation Data for Animated StyledButton - Fixed Enabled of TStyledToolButton - Changed PackageGrooup File Names - Updated Copyright 2025
1 parent 0de3296 commit 5ae81bb

File tree

168 files changed

+1074
-1768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+1074
-1768
lines changed

Demos/Delphi10.0/StyledComponentsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }

Demos/Delphi10.1/StyledComponentsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }

Demos/Delphi10.2/StyledComponentsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }

Demos/Delphi10.3/StyledComponentsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }

Demos/Delphi10.4/StyledComponentsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }

Demos/Delphi11/StyledComponentsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }

Demos/Delphi12/StyledComponentsDemo.dpr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ TStyledComponents Demo }
44
{ Full demo of Styled Components and Styled TaskDialog/MessageDialog }
55
{ }
6-
{ Copyright (c) 2022-2024 (Ethea S.r.l.) }
6+
{ Copyright (c) 2022-2025 (Ethea S.r.l.) }
77
{ Author: Carlo Barazzetta }
88
{ Contributors: }
99
{ }
@@ -46,6 +46,8 @@ uses
4646
StyledCategoryButtonsForm in '..\source\StyledCategoryButtonsForm.pas' {fmStyledCategoryButtons},
4747
StyledDbNavigatorForm in '..\source\StyledDbNavigatorForm.pas' {fmStyledDbNavigator},
4848
StyledDialogDemoForm in '..\source\StyledDialogDemoForm.pas' {fmStyledTaskDialog},
49+
// This form is an example of Custom Form for TaskDialog
50+
// StyledTaskDialogAnimCustomForm in '..\source\StyledTaskDialogAnimCustomForm.pas' {fmStyledTaskDialogAnimCustom},
4951
StyledToolbarForm in '..\source\StyledToolbarForm.pas' {fmStyledToolbar};
5052

5153
{$R *.res}

0 commit comments

Comments
 (0)