Update 20260817

This commit is contained in:
Stefan Hutter
2026-08-17 09:42:53 +02:00
parent f99cd1e112
commit fd56a4cffd
26 changed files with 392 additions and 282 deletions
+9
View File
@@ -2135,6 +2135,7 @@ namespace OnDoc.UICintrols
try
{
Screen screen = Screen.FromControl(this);
vs.StartPosition = FormStartPosition.Manual;
vs.Location = new System.Drawing.Point(
@@ -2148,7 +2149,15 @@ namespace OnDoc.UICintrols
catch
{
vs = new OnDoc.Versandstrasse.Versandstrasse(versandpakete);
Screen screen = Screen.FromControl(this);
vs.StartPosition = FormStartPosition.Manual;
vs.Location = new System.Drawing.Point(
screen.WorkingArea.Left + 50,
screen.WorkingArea.Top + 50);
vs.Show(this);
AppParams.versandstrassewindows_open = true;
this.zumVersandpaketHinzufügenToolStripMenuItem.Visible = true;