From b6cd11e5f02894931b5a809c011ca9291540f451 Mon Sep 17 00:00:00 2001 From: Andrey Sotnikov Date: Sun, 8 Sep 2024 20:47:09 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BC=D0=B0=D1=81=D1=88=D1=82=D0=B0=D0=B1=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20DPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/calculator.lpi | 13 ++++++++----- src/calculator.lpr | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/calculator.lpi b/src/calculator.lpi index 0bd5cbf..be6be08 100644 --- a/src/calculator.lpi +++ b/src/calculator.lpi @@ -1,7 +1,7 @@ - + @@ -9,10 +9,11 @@ + - + <Scaled Value="True"/> <ResourceType Value="res"/> <UseXPManifest Value="True"/> <XPManifest> @@ -30,9 +31,10 @@ <Version Value="2"/> </PublishOptions> <RunParams> - <local> - <FormatVersion Value="1"/> - </local> + <FormatVersion Value="2"/> + <Modes Count="1"> + <Mode0 Name="default"/> + </Modes> </RunParams> <RequiredPackages Count="1"> <Item1> @@ -83,6 +85,7 @@ <Linking> <Debugging> <GenerateDebugInfo Value="False"/> + <DebugInfoType Value="dsDwarf3"/> <StripSymbols Value="True"/> </Debugging> <LinkSmart Value="True"/> diff --git a/src/calculator.lpr b/src/calculator.lpr index fd72d6b..d3d9941 100644 --- a/src/calculator.lpr +++ b/src/calculator.lpr @@ -8,6 +8,7 @@ uses {$R *.res} begin + Application.Scaled:=True; Application.Title:='Калькулятор'; RequireDerivedFormResource := True; Application.Initialize;