Skip to content

Commit 1caa4c7

Browse files
authored
Merge pull request pyscripter#185 from ReinierNL/update_demo30
Updates for demo 30
2 parents 18ac419 + 1f783c9 commit 1caa4c7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Demos/Demo30/Demo30.dproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,16 @@
6868
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Base_Win32)'!=''">
71-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
71+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
7272
<BT_BuildType>Debug</BT_BuildType>
7373
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
7474
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
75-
<VerInfo_Locale>1033</VerInfo_Locale>
7675
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
7776
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
7877
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
78+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
7979
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
80+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
8081
</PropertyGroup>
8182
<PropertyGroup Condition="'$(Base_Win64)'!=''">
8283
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
@@ -86,6 +87,9 @@
8687
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
8788
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
8889
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
90+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
91+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
92+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
8993
</PropertyGroup>
9094
<PropertyGroup Condition="'$(Cfg_1)'!=''">
9195
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -111,6 +115,8 @@
111115
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
112116
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
113117
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
118+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
119+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
114120
</PropertyGroup>
115121
<ItemGroup>
116122
<DelphiCompile Include="$(MainSource)">

Demos/Demo30/Unit1.dfm

1.16 KB
Binary file not shown.

Demos/Demo30/Unit1.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ TForm1 = class(TForm)
2626
procedure Button1Click(Sender: TObject);
2727
procedure Button2Click(Sender: TObject);
2828
procedure Button3Click(Sender: TObject);
29-
private
30-
public
3129
end;
3230

33-
34-
3531
var
3632
Form1: TForm1;
3733

0 commit comments

Comments
 (0)