Infobox hinzugefügt

This commit is contained in:
HuskyTeufel
2021-05-17 11:18:31 +02:00
parent 20e22e196b
commit 4d05130bbb
5 changed files with 228 additions and 6 deletions

View File

@@ -75,16 +75,19 @@ namespace SanSystem
FrmLinerReste frmLinerReste = new FrmLinerReste();
frmLinerReste.MdiParent = this;
Point start = new Point(this.Width - frmLinerReste.Width - 22, 0);
frmLinerReste.Location = start;
frmLinerReste.Location = new Point(this.Width - frmLinerReste.Width - 05, 0);
frmLinerReste.Show();
#if !DEBUG
frmInfo frmInfo = new frmInfo();
frmInfo.MdiParent = this;
frmInfo.Location = new Point(this.Width - frmInfo.Width - 05, this.Height - frmInfo.Height-80);
frmInfo.Show();
FrmAktuelleBesatzung frmAktuelleBesatzung = new FrmAktuelleBesatzung();
frmAktuelleBesatzung.ShowDialog();
#endif
// Insgesammt eingebaut
double gesamt = 0.0;