update 20260217 2
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user