From fef205330cceef9e7d4ac24856b7cd47fb3bcf2e Mon Sep 17 00:00:00 2001 From: sgwp <63001967@qq.com> Date: Thu, 20 Feb 2025 11:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=89=B9=E6=AE=8A=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E5=8D=95=E5=85=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Delphi10/开发档案/Dp10RepoV1/public10/design/U_BaseList.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi10/开发档案/Dp10RepoV1/public10/design/U_BaseList.pas b/Delphi10/开发档案/Dp10RepoV1/public10/design/U_BaseList.pas index b647c01..21e92a9 100644 --- a/Delphi10/开发档案/Dp10RepoV1/public10/design/U_BaseList.pas +++ b/Delphi10/开发档案/Dp10RepoV1/public10/design/U_BaseList.pas @@ -8,7 +8,7 @@ uses Data.Win.ADODB, cxGraphics, U_WindowFormdesign, cxEdit, Vcl.ExtCtrls, cxControls, cxProgressBar, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, dxSkinsCore, dxSkinsDefaultPainters, dxSkinWXI, dxSkinSharpPlus, - dxSkinMySkin_WXI, System.JSON; + System.JSON; type TfrmBaseList = class(TForm)