Skip to content

Commit 7e3c66d

Browse files
committed
2 parents 43ac5bb + 7dfd18b commit 7e3c66d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Demos/Demo26/Demo26.dproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
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>
7978
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
79+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
8080
</PropertyGroup>
8181
<PropertyGroup Condition="'$(Base_Win64)'!=''">
8282
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
@@ -86,6 +86,9 @@
8686
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
8787
<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>
8888
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
89+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
90+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
91+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
8992
</PropertyGroup>
9093
<PropertyGroup Condition="'$(Cfg_1)'!=''">
9194
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -111,6 +114,8 @@
111114
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
112115
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
113116
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
117+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
118+
<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>
114119
</PropertyGroup>
115120
<ItemGroup>
116121
<DelphiCompile Include="$(MainSource)">

Demos/Demo26/Unit1.dfm

1.71 KB
Binary file not shown.

Demos/Demo26/Unit1.pas

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit Unit1;
1+
unit Unit1;
22

33
{$I Definition.Inc}
44

@@ -23,10 +23,6 @@ TForm1 = class(TForm)
2323
Memo2: TMemo;
2424
procedure Button1Click(Sender: TObject);
2525
procedure PythonType1Initialization(Sender: TObject);
26-
private
27-
{ D�clarations priv�es }
28-
public
29-
{ D�clarations publiques }
3026
end;
3127

3228
// This is a Delphi class implementing a new Python type

0 commit comments

Comments
 (0)