update 20251113

This commit is contained in:
Stefan Hutter
2025-11-13 17:38:45 +01:00
parent ec5c61cc57
commit 10ed1e6087
6199 changed files with 8549020 additions and 308 deletions

View File

@@ -158,7 +158,7 @@ namespace OnDoc
//dokList1.refresh_dokumente();
FileStream dictornyrystream = new FileStream(System.Windows.Forms.Application.StartupPath + @"\hyph_de_CH.dic", FileMode.Open, FileAccess.Read);
Hyphenator.Dictionaries.Add("de-CH", dictornyrystream);
this.Refresh();
}
@@ -534,5 +534,23 @@ namespace OnDoc
}
db = null;
}
private void Start_Shown(object sender, EventArgs e)
{
this.SuspendLayout();
//this.BeginUpdate();
// this.WindowState = FormWindowState.Minimized;
//this.Focus();
//this.dokList1.Focus();
//this.Activate();
this.WindowState = FormWindowState.Normal;
//this.EndUpdate();
this.ResumeLayout();
}
private void Start_Load_1(object sender, EventArgs e)
{
}
}
}