This commit is contained in:
sgwp 2025-02-07 14:00:44 +08:00
parent 4315c948ef
commit 7846af7ad7
5 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@ uses
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB,
Data.Win.ADODB, cxGraphics, U_WindowFormdesign, cxEdit, Vcl.ExtCtrls,
cxControls, cxProgressBar, cxLookAndFeels, cxLookAndFeelPainters, cxContainer,
dxSkinsCore, dxSkinsDefaultPainters, dxSkinWXI, dxSkinSharpPlus,
dxSkinMySkin_WXI, System.JSON;
dxSkinsCore, dxSkinsDefaultPainters, dxSkinWXI, dxSkinSharpPlus,System.JSON;
type
TfrmBaseList = class(TForm)
@ -112,7 +111,7 @@ begin
self.Font.Size := gFontSize;
if trim(gFontName)<>'' then
self.Font.Name:=gFontName;
// ´°¿Ú±³¾°É«
// ڱ ɫ
fWindowDesign := TWindowFormdesign.Create();
end;