update 20241011
This commit is contained in:
24
Client/Start.Designer.cs
generated
24
Client/Start.Designer.cs
generated
@@ -43,9 +43,9 @@
|
||||
this.dateiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.profilEinstellungenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.beendenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.nativVorlagenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.dokList1 = new OnDoc.UICintrols.DokList();
|
||||
this.nativVorlagenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -104,6 +104,8 @@
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1584, 18);
|
||||
this.panel1.TabIndex = 3;
|
||||
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
||||
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
|
||||
//
|
||||
// openFileDialog1
|
||||
//
|
||||
@@ -138,7 +140,7 @@
|
||||
// profilEinstellungenToolStripMenuItem
|
||||
//
|
||||
this.profilEinstellungenToolStripMenuItem.Name = "profilEinstellungenToolStripMenuItem";
|
||||
this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
||||
this.profilEinstellungenToolStripMenuItem.Text = "Profil-Einstellungen";
|
||||
this.profilEinstellungenToolStripMenuItem.ToolTipText = "Anpassungen von Profilen";
|
||||
this.profilEinstellungenToolStripMenuItem.Click += new System.EventHandler(this.profilEinstellungenToolStripMenuItem_Click);
|
||||
@@ -146,11 +148,18 @@
|
||||
// beendenToolStripMenuItem
|
||||
//
|
||||
this.beendenToolStripMenuItem.Name = "beendenToolStripMenuItem";
|
||||
this.beendenToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
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);
|
||||
//
|
||||
// nativVorlagenToolStripMenuItem
|
||||
//
|
||||
this.nativVorlagenToolStripMenuItem.Name = "nativVorlagenToolStripMenuItem";
|
||||
this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
|
||||
this.nativVorlagenToolStripMenuItem.Text = "&Nativ-Vorlagen";
|
||||
this.nativVorlagenToolStripMenuItem.Click += new System.EventHandler(this.nativVorlagenToolStripMenuItem_Click);
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
@@ -162,24 +171,19 @@
|
||||
this.dokList1.docartnr = 0;
|
||||
this.dokList1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dokList1.forMaNr = 0;
|
||||
this.dokList1.interop = false;
|
||||
this.dokList1.Location = new System.Drawing.Point(2, 26);
|
||||
this.dokList1.mitarbeiternr = 0;
|
||||
this.dokList1.Name = "dokList1";
|
||||
this.dokList1.partnernr = 0;
|
||||
this.dokList1.profilnr = 0;
|
||||
this.dokList1.runmacros = false;
|
||||
this.dokList1.selected_cellvalue = null;
|
||||
this.dokList1.selected_dokumentid = null;
|
||||
this.dokList1.Size = new System.Drawing.Size(1584, 772);
|
||||
this.dokList1.TabIndex = 4;
|
||||
this.dokList1.Load += new System.EventHandler(this.dokList1_Load);
|
||||
//
|
||||
// nativVorlagenToolStripMenuItem
|
||||
//
|
||||
this.nativVorlagenToolStripMenuItem.Name = "nativVorlagenToolStripMenuItem";
|
||||
this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
|
||||
this.nativVorlagenToolStripMenuItem.Text = "&Nativ-Vorlagen";
|
||||
this.nativVorlagenToolStripMenuItem.Click += new System.EventHandler(this.nativVorlagenToolStripMenuItem_Click);
|
||||
//
|
||||
// Start
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
Reference in New Issue
Block a user