update 20260217 2

This commit is contained in:
Stefan Hutter
2026-08-17 11:02:20 +02:00
parent fd56a4cffd
commit eafe9518de
20 changed files with 23 additions and 15 deletions
+4 -8
View File
@@ -117,12 +117,8 @@ namespace OnDoc.Versandstrasse
}
private void Versandstrasse_Load(object sender, EventArgs e)
{
Screen screen = Screen.FromControl(this);
if (this.Width > screen.WorkingArea.Width || this.Height > screen.WorkingArea.Height)
{
this.WindowState = FormWindowState.Maximized;
}
if (Properties.Settings.Default.GASSize == "True")
{
this.label5.Visible = false;
@@ -196,7 +192,7 @@ namespace OnDoc.Versandstrasse
lblprueftextsb2.MaximumSize = new Size(panelVerify.Width - 10, 50);
//try
//{
// Screen screen = Screen.FromControl(this);
// //Screen screen = Screen.FromControl(this);
// if (this.Width > screen.WorkingArea.Width || this.Height > screen.WorkingArea.Height)
// {
// this.WindowState = FormWindowState.Maximized;
@@ -205,7 +201,7 @@ namespace OnDoc.Versandstrasse
//catch { }
}
private void Reload_Tree()