Update 20260717

This commit is contained in:
Stefan Hutter
2026-07-17 14:43:33 +02:00
parent 58cd45116c
commit ebc8101626
1004 changed files with 1174234 additions and 84840 deletions
+9
View File
@@ -63,6 +63,15 @@ namespace OnDoc.DocMgmt
{
serienbrief1.Init(this.profilnr);
try
{
Screen screen = Screen.FromControl(this);
if (this.Width > screen.WorkingArea.Width || this.Height > screen.WorkingArea.Height)
{
this.WindowState = FormWindowState.Maximized;
}
}
catch { }
}
}
}