Skip to content

Commit a3aeb43

Browse files
authored
Merge pull request #164 from ReinierNL/update_demo02b
Removed old icons and changed font of memo
2 parents 9017677 + 1020d6d commit a3aeb43

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Demos/Demo02/Project1.dproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@
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>
7575
<VerInfo_Locale>1033</VerInfo_Locale>
7676
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
77-
<Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon>
7877
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
7978
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
8079
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
8180
</PropertyGroup>
8281
<PropertyGroup Condition="'$(Base_Win64)'!=''">
83-
<Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon>
8482
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
8583
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
8684
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
@@ -111,7 +109,6 @@
111109
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
112110
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
113111
<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>
114-
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
115112
</PropertyGroup>
116113
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
117114
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
@@ -180,10 +177,7 @@
180177
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
181178
<VersionInfoKeys Name="Comments"/>
182179
</VersionInfoKeys>
183-
<Excluded_Packages>
184-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
185-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
186-
</Excluded_Packages>
180+
<Excluded_Packages/>
187181
</Delphi.Personality>
188182
<Platforms>
189183
<Platform value="Win32">True</Platform>

Demos/Demo02/Unit1.dfm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ object Form1: TForm1
2929
Width = 528
3030
Height = 145
3131
Align = alTop
32+
Font.Charset = DEFAULT_CHARSET
33+
Font.Color = clWindowText
34+
Font.Height = -13
35+
Font.Name = 'Consolas'
36+
Font.Style = []
37+
ParentFont = False
3238
ScrollBars = ssVertical
3339
TabOrder = 1
3440
end
@@ -48,8 +54,6 @@ object Form1: TForm1
4854
ParentFont = False
4955
ScrollBars = ssBoth
5056
TabOrder = 2
51-
ExplicitTop = 132
52-
ExplicitHeight = 137
5357
end
5458
object Panel1: TPanel
5559
Left = 0

0 commit comments

Comments
 (0)