From 43b41846dde1ac0e0a93d7b3d0141aa6192cc4bb Mon Sep 17 00:00:00 2001 From: cz_012273 Date: Tue, 25 Jul 2023 19:38:06 +0800 Subject: [PATCH] =?UTF-8?q?form1=E6=94=B9=E5=9B=9E=E9=9D=9E=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=EF=BC=8C=E9=87=8D=E6=96=B0=E6=89=93=E5=BC=80USB?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=BC=80=E5=85=B3=EF=BC=8C=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E6=94=B9=E4=B8=BA=E5=B1=8F=E5=B9=95=E5=A4=96?= =?UTF-8?q?=E7=89=A9=E7=90=86=E5=AF=BC=E8=88=AA=E9=94=AE=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=B8=8D=E5=86=8D=E6=8A=A5=E9=94=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MyDelphi.dproj | 10 +++++----- Unit1.LgXhdpiPh.fmx | 1 - Unit1.pas | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/MyDelphi.dproj b/MyDelphi.dproj index b7f7159..4769c8d 100644 --- a/MyDelphi.dproj +++ b/MyDelphi.dproj @@ -346,23 +346,23 @@ true - + - ic_notification.png true - + true - + + ic_notification.png true - + true diff --git a/Unit1.LgXhdpiPh.fmx b/Unit1.LgXhdpiPh.fmx index d2871de..bff3b38 100644 --- a/Unit1.LgXhdpiPh.fmx +++ b/Unit1.LgXhdpiPh.fmx @@ -2,7 +2,6 @@ inherited Form1_LgXhdpiPh: TForm1_LgXhdpiPh ClientHeight = 720 ClientWidth = 450 FormFactor.Height = 720 - FullScreen = True OnShow = Formshow DesignerMasterStyle = 3 inherited Image1: TImage diff --git a/Unit1.pas b/Unit1.pas index d92ae21..7ea9237 100644 --- a/Unit1.pas +++ b/Unit1.pas @@ -329,7 +329,7 @@ begin with Button_A do begin Parent := Self; - position.x := 136; + position.x := 135; position.y := halfscreen+30; Text := '|¡û'; Width := 32; @@ -342,7 +342,7 @@ begin with Button_B do begin Parent := Self; - position.x := 192; + position.x := 193; position.y := halfscreen+30; Text := '¡ú|'; Width := 32; -- GitLab