Skip to content

Commit 9399027

Browse files
author
Carlo Barazzetta
committed
version 3.8.6
- Fixed Caption position for StyledCategoryButtons - Added standard Component Editor to StyledButtonGroup - Added standard Component Editor to StyledCategoryButtons
1 parent 08fd7c7 commit 9399027

22 files changed

Lines changed: 180 additions & 1204 deletions

Demos/Delphi10.0/StyledComponentsDemo.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{047fe5f8-daec-48d4-964e-bae8e6313cc6}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>18.1</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>

Demos/Delphi10.1/StyledComponentsDemo.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{cfdf9366-d16a-4904-92f2-0307c809979b}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>18.2</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>

Demos/Delphi10.2/StyledComponentsDemo.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{4f7ec41a-6e33-4b49-840b-ec3ed2aa1bdf}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>18.4</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>

Demos/Delphi10.3/StyledComponentsDemo.dpr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ uses
4444
StyledCategoryButtonsForm in '..\source\StyledCategoryButtonsForm.pas' {fmStyledCategoryButtons},
4545
StyledDbNavigatorForm in '..\source\StyledDbNavigatorForm.pas' {fmStyledDbNavigator},
4646
StyledDialogDemoForm in '..\source\StyledDialogDemoForm.pas' {fmStyledTaskDialog},
47+
{$IFDEF SKIA}
48+
Skia.Vcl.StyledTaskDialogAnimatedUnit,
49+
// This form is an example of Custom Form for TaskDialog
50+
//StyledTaskDialogAnimCustomForm in '..\source\StyledTaskDialogAnimCustomForm.pas' {fmStyledTaskDialogAnimCustom},
51+
{$ENDIF}
4752
StyledToolbarForm in '..\source\StyledToolbarForm.pas' {fmStyledToolbar};
4853

4954
{$R *.res}

Demos/Delphi10.3/StyledComponentsDemo.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{e299a88f-6115-4437-a833-7f69d8ef0b44}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>

Demos/Delphi10.4/StyledComponentsDemo.dpr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ uses
4545
StyledCategoryButtonsForm in '..\source\StyledCategoryButtonsForm.pas' {fmStyledCategoryButtons},
4646
StyledDbNavigatorForm in '..\source\StyledDbNavigatorForm.pas' {fmStyledDbNavigator},
4747
StyledDialogDemoForm in '..\source\StyledDialogDemoForm.pas' {fmStyledTaskDialog},
48+
{$IFDEF SKIA}
49+
Skia.Vcl.StyledTaskDialogAnimatedUnit,
50+
// This form is an example of Custom Form for TaskDialog
51+
//StyledTaskDialogAnimCustomForm in '..\source\StyledTaskDialogAnimCustomForm.pas' {fmStyledTaskDialogAnimCustom},
52+
{$ENDIF}
4853
StyledToolbarForm in '..\source\StyledToolbarForm.pas' {fmStyledToolbar};
4954

5055
{$R *.res}

Demos/Delphi10.4/StyledComponentsDemo.dproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{c4d9fbbc-0142-4cdc-b58d-f68742a9043d}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>19.2</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>
@@ -127,17 +127,17 @@
127127
<DCCReference Include="..\source\StyledToolbarForm.pas">
128128
<Form>fmStyledToolbar</Form>
129129
</DCCReference>
130-
<BuildConfiguration Include="Release">
131-
<Key>Cfg_2</Key>
132-
<CfgParent>Base</CfgParent>
133-
</BuildConfiguration>
134130
<BuildConfiguration Include="Base">
135131
<Key>Base</Key>
136132
</BuildConfiguration>
137133
<BuildConfiguration Include="Debug">
138134
<Key>Cfg_1</Key>
139135
<CfgParent>Base</CfgParent>
140136
</BuildConfiguration>
137+
<BuildConfiguration Include="Release">
138+
<Key>Cfg_2</Key>
139+
<CfgParent>Base</CfgParent>
140+
</BuildConfiguration>
141141
</ItemGroup>
142142
<ProjectExtensions>
143143
<Borland.Personality>Delphi.Personality.12</Borland.Personality>

Demos/Delphi11/StyledComponentsDemo.dpr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ uses
4646
StyledCategoryButtonsForm in '..\source\StyledCategoryButtonsForm.pas' {fmStyledCategoryButtons},
4747
StyledDbNavigatorForm in '..\source\StyledDbNavigatorForm.pas' {fmStyledDbNavigator},
4848
StyledDialogDemoForm in '..\source\StyledDialogDemoForm.pas' {fmStyledTaskDialog},
49+
{$IFDEF SKIA}
50+
Skia.Vcl.StyledTaskDialogAnimatedUnit,
51+
// This form is an example of Custom Form for TaskDialog
52+
//StyledTaskDialogAnimCustomForm in '..\source\StyledTaskDialogAnimCustomForm.pas' {fmStyledTaskDialogAnimCustom},
53+
{$ENDIF}
4954
StyledToolbarForm in '..\source\StyledToolbarForm.pas' {fmStyledToolbar};
5055

5156
{$R *.res}

Demos/Delphi11/StyledComponentsDemo.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{f2468b72-56e8-411b-8e81-b8d2cfa3e89b}</ProjectGuid>
4-
<ProjectVersion>20.2</ProjectVersion>
4+
<ProjectVersion>19.5</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>

Demos/Delphi12/StyledComponentsDemo.dpr

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ uses
4646
StyledCategoryButtonsForm in '..\source\StyledCategoryButtonsForm.pas' {fmStyledCategoryButtons},
4747
StyledDbNavigatorForm in '..\source\StyledDbNavigatorForm.pas' {fmStyledDbNavigator},
4848
StyledDialogDemoForm in '..\source\StyledDialogDemoForm.pas' {fmStyledTaskDialog},
49+
{$IFDEF SKIA}
50+
Skia.Vcl.StyledTaskDialogAnimatedUnit,
4951
// This form is an example of Custom Form for TaskDialog
50-
// StyledTaskDialogAnimCustomForm in '..\source\StyledTaskDialogAnimCustomForm.pas' {fmStyledTaskDialogAnimCustom},
52+
//StyledTaskDialogAnimCustomForm in '..\source\StyledTaskDialogAnimCustomForm.pas' {fmStyledTaskDialogAnimCustom},
53+
{$ENDIF}
5154
StyledToolbarForm in '..\source\StyledToolbarForm.pas' {fmStyledToolbar};
5255

5356
{$R *.res}

0 commit comments

Comments
 (0)