Update 20250306

This commit is contained in:
Stefan Hutter
2025-03-06 17:54:57 +01:00
parent 438845a172
commit 3ad46bb5ef
48 changed files with 413 additions and 272 deletions

View File

@@ -47,22 +47,22 @@
this.label6 = new System.Windows.Forms.Label();
this.grpadressen = new System.Windows.Forms.GroupBox();
this.sfGridAdressen = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.ctxmenuadresse = new System.Windows.Forms.ContextMenuStrip(this.components);
this.adresseÜbernehmenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GrpVV = new System.Windows.Forms.GroupBox();
this.sfGridVV = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.btnclose = new System.Windows.Forms.Button();
this.ctxmenuadresse = new System.Windows.Forms.ContextMenuStrip(this.components);
this.adresseÜbernehmenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.grpadressen.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sfGridAdressen)).BeginInit();
this.ctxmenuadresse.SuspendLayout();
this.GrpVV.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sfGridVV)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.ctxmenuadresse.SuspendLayout();
this.SuspendLayout();
//
// label1
@@ -234,6 +234,20 @@
this.sfGridAdressen.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfGridAdressen_CellDoubleClick);
this.sfGridAdressen.DoubleClick += new System.EventHandler(this.sfGridAdressen_DoubleClick);
//
// ctxmenuadresse
//
this.ctxmenuadresse.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.adresseÜbernehmenToolStripMenuItem});
this.ctxmenuadresse.Name = "ctxmenuadresse";
this.ctxmenuadresse.Size = new System.Drawing.Size(187, 26);
//
// adresseÜbernehmenToolStripMenuItem
//
this.adresseÜbernehmenToolStripMenuItem.Name = "adresseÜbernehmenToolStripMenuItem";
this.adresseÜbernehmenToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.adresseÜbernehmenToolStripMenuItem.Text = "Adresse übernehmen";
this.adresseÜbernehmenToolStripMenuItem.Click += new System.EventHandler(this.adresseÜbernehmenToolStripMenuItem_Click);
//
// GrpVV
//
this.GrpVV.Controls.Add(this.sfGridVV);
@@ -299,20 +313,6 @@
this.btnclose.UseVisualStyleBackColor = true;
this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
//
// ctxmenuadresse
//
this.ctxmenuadresse.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.adresseÜbernehmenToolStripMenuItem});
this.ctxmenuadresse.Name = "ctxmenuadresse";
this.ctxmenuadresse.Size = new System.Drawing.Size(187, 26);
//
// adresseÜbernehmenToolStripMenuItem
//
this.adresseÜbernehmenToolStripMenuItem.Name = "adresseÜbernehmenToolStripMenuItem";
this.adresseÜbernehmenToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.adresseÜbernehmenToolStripMenuItem.Text = "Adresse übernehmen";
this.adresseÜbernehmenToolStripMenuItem.Click += new System.EventHandler(this.adresseÜbernehmenToolStripMenuItem_Click);
//
// PartnerDetails
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -326,7 +326,7 @@
this.Name = "PartnerDetails";
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
this.Text = "PartnerDetails";
this.Text = "§";
this.Load += new System.EventHandler(this.PartnerDetails_Load);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
@@ -334,12 +334,12 @@
this.groupBox6.PerformLayout();
this.grpadressen.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.sfGridAdressen)).EndInit();
this.ctxmenuadresse.ResumeLayout(false);
this.GrpVV.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.sfGridVV)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.ctxmenuadresse.ResumeLayout(false);
this.ResumeLayout(false);
}