diff --git a/Demos/Demo29/Demo29.dproj b/Demos/Demo29/Demo29.dproj index 67c0f210..918ea928 100644 --- a/Demos/Demo29/Demo29.dproj +++ b/Demos/Demo29/Demo29.dproj @@ -70,6 +70,7 @@ $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png $(BDS)\bin\delphi_PROJECTICON.ico + PerMonitorV2 $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png @@ -105,7 +106,6 @@ true - PerMonitorV2 true 1033 CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= diff --git a/Demos/Demo29/Unit1.dfm b/Demos/Demo29/Unit1.dfm index e394b150..2bdf8619 100644 --- a/Demos/Demo29/Unit1.dfm +++ b/Demos/Demo29/Unit1.dfm @@ -2,7 +2,7 @@ object Form1: TForm1 Left = 218 Top = 18 Caption = 'Form1' - ClientHeight = 743 + ClientHeight = 809 ClientWidth = 668 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -43,6 +43,11 @@ object Form1: TForm1 Top = 471 Width = 657 Height = 330 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Consolas' + Font.Style = [] Lines.Strings = ( '# This demo requires the module pillow (PIL)' @@ -68,14 +73,22 @@ object Form1: TForm1 ' stream = BytesIO()' ' image.save(stream, image.format)' ' return stream.getvalue()') + ParentFont = False ScrollBars = ssBoth TabOrder = 2 + WordWrap = False end object Memo2: TMemo Left = 8 Top = 352 Width = 657 Height = 113 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Consolas' + Font.Style = [] + ParentFont = False ScrollBars = ssBoth TabOrder = 3 end @@ -93,10 +106,6 @@ object Form1: TForm1 end object PythonEngine1: TPythonEngine AutoUnload = False - DllName = 'python36.dll' - APIVersion = 1013 - RegVersion = '3.6' - UseLastKnownVersion = False IO = PythonGUIInputOutput1 Left = 168 Top = 624