This commit is contained in:
Stefan Hutter
2025-02-16 10:17:32 +01:00
parent 0969e308a7
commit d0d96c0732
61 changed files with 209 additions and 47 deletions

View File

@@ -120,6 +120,7 @@
this.sfdatagridstandard.AccessibleName = "Table";
this.sfdatagridstandard.AllowEditing = false;
this.sfdatagridstandard.AllowFiltering = true;
this.sfdatagridstandard.AllowResizingColumns = true;
this.sfdatagridstandard.ContextMenuStrip = this.contextMenuStandard;
this.sfdatagridstandard.Location = new System.Drawing.Point(3, 39);
this.sfdatagridstandard.Name = "sfdatagridstandard";
@@ -200,6 +201,8 @@
//
this.sfdatagridUsed.AccessibleName = "Table";
this.sfdatagridUsed.AllowEditing = false;
this.sfdatagridUsed.AllowFiltering = true;
this.sfdatagridUsed.AllowResizingColumns = true;
this.sfdatagridUsed.ContextMenuStrip = this.contextMenuUsed;
this.sfdatagridUsed.Location = new System.Drawing.Point(3, 542);
this.sfdatagridUsed.Name = "sfdatagridUsed";
@@ -326,6 +329,8 @@
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
this.Text = "Serienbrief-Bearbeitung";
this.Load += new System.EventHandler(this.SerienbriefBearbeitung_Load);
this.ResizeEnd += new System.EventHandler(this.SerienbriefBearbeitung_ResizeEnd);
this.Resize += new System.EventHandler(this.SerienbriefBearbeitung_Resize);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.sfdatagridstandard)).EndInit();