Use Vista's Segeo font for all forms by using the SetVistaFonts() in mainform plus the new routine InheritFont() which simply overtakes fontname and size from the mainform to all other forms.

This commit is contained in:
Ansgar Becker
2008-08-29 18:20:14 +00:00
parent 084914b077
commit 9a52593dc2
42 changed files with 147 additions and 34 deletions

View File

@ -73,6 +73,7 @@ begin
Width := Mainform.GetRegValue(REGNAME_SELECTDBO_WINWIDTH, Width);
Height := Mainform.GetRegValue(REGNAME_SELECTDBO_WINHEIGHT, Height);
SetWindowSizeGrip( Self.Handle, True );
InheritFont(Font);
end;
procedure TfrmSelectDBObject.FormDestroy(Sender: TObject);