update 20250501
This commit is contained in:
16
Client/Start.Designer.cs
generated
16
Client/Start.Designer.cs
generated
@@ -118,9 +118,9 @@ 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(35, 13);
|
||||
this.labelTest.Size = new System.Drawing.Size(96, 15);
|
||||
this.labelTest.TabIndex = 0;
|
||||
this.labelTest.Text = "label1";
|
||||
this.labelTest.Text = "Test-Umgebung";
|
||||
//
|
||||
// openFileDialog1
|
||||
//
|
||||
@@ -134,6 +134,7 @@ namespace OnDoc
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.dateiToolStripMenuItem,
|
||||
this.nativVorlagenToolStripMenuItem});
|
||||
@@ -150,13 +151,13 @@ namespace OnDoc
|
||||
this.profilEinstellungenToolStripMenuItem,
|
||||
this.beendenToolStripMenuItem});
|
||||
this.dateiToolStripMenuItem.Name = "dateiToolStripMenuItem";
|
||||
this.dateiToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
||||
this.dateiToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
|
||||
this.dateiToolStripMenuItem.Text = "&Datei";
|
||||
//
|
||||
// profilEinstellungenToolStripMenuItem
|
||||
//
|
||||
this.profilEinstellungenToolStripMenuItem.Name = "profilEinstellungenToolStripMenuItem";
|
||||
this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
||||
this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(221, 26);
|
||||
this.profilEinstellungenToolStripMenuItem.Text = "Profil-Einstellungen";
|
||||
this.profilEinstellungenToolStripMenuItem.ToolTipText = "Anpassungen von Profilen";
|
||||
this.profilEinstellungenToolStripMenuItem.Visible = false;
|
||||
@@ -165,7 +166,7 @@ namespace OnDoc
|
||||
// beendenToolStripMenuItem
|
||||
//
|
||||
this.beendenToolStripMenuItem.Name = "beendenToolStripMenuItem";
|
||||
this.beendenToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
||||
this.beendenToolStripMenuItem.Size = new System.Drawing.Size(221, 26);
|
||||
this.beendenToolStripMenuItem.Text = "&Beenden";
|
||||
this.beendenToolStripMenuItem.ToolTipText = "Anwendung beenden";
|
||||
this.beendenToolStripMenuItem.Click += new System.EventHandler(this.beendenToolStripMenuItem_Click);
|
||||
@@ -173,13 +174,14 @@ namespace OnDoc
|
||||
// nativVorlagenToolStripMenuItem
|
||||
//
|
||||
this.nativVorlagenToolStripMenuItem.Name = "nativVorlagenToolStripMenuItem";
|
||||
this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
|
||||
this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(123, 20);
|
||||
this.nativVorlagenToolStripMenuItem.Text = "&Nativ-Vorlagen";
|
||||
this.nativVorlagenToolStripMenuItem.Visible = false;
|
||||
this.nativVorlagenToolStripMenuItem.Click += new System.EventHandler(this.nativVorlagenToolStripMenuItem_Click);
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
||||
//
|
||||
@@ -194,6 +196,8 @@ namespace OnDoc
|
||||
this.dokList1.mitarbeiternr = 0;
|
||||
this.dokList1.Name = "dokList1";
|
||||
this.dokList1.partnernr = 0;
|
||||
this.dokList1.personbezeichnung = "";
|
||||
this.dokList1.personnr = 0;
|
||||
this.dokList1.profilnr = 0;
|
||||
this.dokList1.runmacros = false;
|
||||
this.dokList1.Search_Docid = "";
|
||||
|
||||
Reference in New Issue
Block a user