File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 7070 <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
7171 <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
7272 <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
73+ <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
7374 </PropertyGroup>
7475 <PropertyGroup Condition="'$(Base_Win64)'!=''">
7576 <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
105106 </PropertyGroup>
106107 <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
107108 <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
108- <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
109109 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
110110 <VerInfo_Locale>1033</VerInfo_Locale>
111111 <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>
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ object Form1: TForm1
22 Left = 218
33 Top = 18
44 Caption = ' Form1'
5- ClientHeight = 743
5+ ClientHeight = 809
66 ClientWidth = 668
77 Color = clBtnFace
88 Font.Charset = DEFAULT_CHARSET
@@ -43,6 +43,11 @@ object Form1: TForm1
4343 Top = 471
4444 Width = 657
4545 Height = 330
46+ Font.Charset = DEFAULT_CHARSET
47+ Font.Color = clWindowText
48+ Font.Height = -13
49+ Font.Name = ' Consolas'
50+ Font.Style = []
4651 Lines.Strings = (
4752 ' # This demo requires the module pillow (PIL)'
4853
@@ -68,14 +73,22 @@ object Form1: TForm1
6873 ' stream = BytesIO()'
6974 ' image.save(stream, image.format)'
7075 ' return stream.getvalue()' )
76+ ParentFont = False
7177 ScrollBars = ssBoth
7278 TabOrder = 2
79+ WordWrap = False
7380 end
7481 object Memo2: TMemo
7582 Left = 8
7683 Top = 352
7784 Width = 657
7885 Height = 113
86+ Font.Charset = DEFAULT_CHARSET
87+ Font.Color = clWindowText
88+ Font.Height = -13
89+ Font.Name = ' Consolas'
90+ Font.Style = []
91+ ParentFont = False
7992 ScrollBars = ssBoth
8093 TabOrder = 3
8194 end
@@ -93,10 +106,6 @@ object Form1: TForm1
93106 end
94107 object PythonEngine1: TPythonEngine
95108 AutoUnload = False
96- DllName = ' python36.dll'
97- APIVersion = 1013
98- RegVersion = ' 3.6'
99- UseLastKnownVersion = False
100109 IO = PythonGUIInputOutput1
101110 Left = 168
102111 Top = 624
You can’t perform that action at this time.
0 commit comments