修改 继承字体大小初始化
This commit is contained in:
parent
5eb4a4260e
commit
3d868141ac
|
@ -102,13 +102,9 @@ begin
|
||||||
open;
|
open;
|
||||||
DServerDate := fieldByName('dt').AsDatetime;
|
DServerDate := fieldByName('dt').AsDatetime;
|
||||||
end;
|
end;
|
||||||
// gFontSize:= getSystemFontSize(AdoTmp,PWideChar('01'));
|
|
||||||
//
|
InitStyleData(StyleRepository,gFontSize);
|
||||||
// for i := 0 to StyleRepository.Count-1 do
|
|
||||||
// begin
|
|
||||||
// if gFontSize>=9 then
|
|
||||||
// TcxStyle( StyleRepository.Items[i] ).Font.Size:=gFontSize;
|
|
||||||
// end;
|
|
||||||
result := true;
|
result := true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user