Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 9228d7b

Browse files
committed
Enabling "Activate runtime themes" and Hig DPI
1 parent 316cbd6 commit 9228d7b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ To compile use:
1717
Delphi XE2+ (there is Community Edition of Delphi what is completely free https://www.embarcadero.com/products/delphi/starter)
1818

1919
and these additional components:
20+
2021
A) JEDI Visual Component Library 3.5
2122
http://jvcl.delphi-jedi.org/
2223
http://jvcl.sourceforge.net/daily/

Truice.dproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,21 @@
8585
<Icon_MainIcon>Truice_Icon.ico</Icon_MainIcon>
8686
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
8787
<VerInfo_Locale>1033</VerInfo_Locale>
88-
<Manifest_File>None</Manifest_File>
88+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
8989
<VerInfo_Keys>CompanyName=;FileVersion=2.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
9090
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
9191
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
92+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
93+
<AppEnableHighDPI>true</AppEnableHighDPI>
9294
</PropertyGroup>
9395
<PropertyGroup Condition="'$(Base_Win64)'!=''">
9496
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
9597
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
9698
<Icon_MainIcon>Truice_Icon.ico</Icon_MainIcon>
97-
<Manifest_File>None</Manifest_File>
99+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
100+
<VerInfo_Release>3</VerInfo_Release>
101+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
102+
<AppEnableHighDPI>true</AppEnableHighDPI>
98103
</PropertyGroup>
99104
<PropertyGroup Condition="'$(Cfg_1)'!=''">
100105
<DCC_UnitSearchPath>D:\Apps\AlphaControls;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>

0 commit comments

Comments
 (0)