update 20251113
This commit is contained in:
14
Client/Start.Designer.cs
generated
14
Client/Start.Designer.cs
generated
@@ -118,7 +118,7 @@ namespace OnDoc
|
||||
this.labelTest.ForeColor = System.Drawing.Color.IndianRed;
|
||||
this.labelTest.Location = new System.Drawing.Point(3, 3);
|
||||
this.labelTest.Name = "labelTest";
|
||||
this.labelTest.Size = new System.Drawing.Size(96, 15);
|
||||
this.labelTest.Size = new System.Drawing.Size(83, 13);
|
||||
this.labelTest.TabIndex = 0;
|
||||
this.labelTest.Text = "Test-Umgebung";
|
||||
//
|
||||
@@ -151,13 +151,13 @@ namespace OnDoc
|
||||
this.profilEinstellungenToolStripMenuItem,
|
||||
this.beendenToolStripMenuItem});
|
||||
this.dateiToolStripMenuItem.Name = "dateiToolStripMenuItem";
|
||||
this.dateiToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
|
||||
this.dateiToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
||||
this.dateiToolStripMenuItem.Text = "&Datei";
|
||||
//
|
||||
// profilEinstellungenToolStripMenuItem
|
||||
//
|
||||
this.profilEinstellungenToolStripMenuItem.Name = "profilEinstellungenToolStripMenuItem";
|
||||
this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(221, 26);
|
||||
this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
||||
this.profilEinstellungenToolStripMenuItem.Text = "Profil-Einstellungen";
|
||||
this.profilEinstellungenToolStripMenuItem.ToolTipText = "Anpassungen von Profilen";
|
||||
this.profilEinstellungenToolStripMenuItem.Visible = false;
|
||||
@@ -166,7 +166,7 @@ namespace OnDoc
|
||||
// beendenToolStripMenuItem
|
||||
//
|
||||
this.beendenToolStripMenuItem.Name = "beendenToolStripMenuItem";
|
||||
this.beendenToolStripMenuItem.Size = new System.Drawing.Size(221, 26);
|
||||
this.beendenToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
||||
this.beendenToolStripMenuItem.Text = "&Beenden";
|
||||
this.beendenToolStripMenuItem.ToolTipText = "Anwendung beenden";
|
||||
this.beendenToolStripMenuItem.Click += new System.EventHandler(this.beendenToolStripMenuItem_Click);
|
||||
@@ -174,7 +174,7 @@ namespace OnDoc
|
||||
// nativVorlagenToolStripMenuItem
|
||||
//
|
||||
this.nativVorlagenToolStripMenuItem.Name = "nativVorlagenToolStripMenuItem";
|
||||
this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(123, 20);
|
||||
this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
|
||||
this.nativVorlagenToolStripMenuItem.Text = "&Nativ-Vorlagen";
|
||||
this.nativVorlagenToolStripMenuItem.Visible = false;
|
||||
this.nativVorlagenToolStripMenuItem.Click += new System.EventHandler(this.nativVorlagenToolStripMenuItem_Click);
|
||||
@@ -222,8 +222,10 @@ namespace OnDoc
|
||||
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
||||
this.Text = "OnDoc";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Start_FormClosing);
|
||||
this.Load += new System.EventHandler(this.Start_Load);
|
||||
this.Load += new System.EventHandler(this.Start_Load_1);
|
||||
this.Shown += new System.EventHandler(this.Start_Shown);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.menuStrip1.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user