修改 继承字体大小初始化

This commit is contained in:
sgwp 2025-02-12 10:18:51 +08:00
parent 5eb4a4260e
commit 3d868141ac

View File

@ -102,13 +102,9 @@ begin
open;
DServerDate := fieldByName('dt').AsDatetime;
end;
// gFontSize:= getSystemFontSize(AdoTmp,PWideChar('01'));
//
// for i := 0 to StyleRepository.Count-1 do
// begin
// if gFontSize>=9 then
// TcxStyle( StyleRepository.Items[i] ).Font.Size:=gFontSize;
// end;
InitStyleData(StyleRepository,gFontSize);
result := true;
end;