Infobox hinzugefügt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user