update 20250209
This commit is contained in:
23
Client/UIControls/Dokwerte.Designer.cs
generated
23
Client/UIControls/Dokwerte.Designer.cs
generated
@@ -28,15 +28,19 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.grppruefung = new System.Windows.Forms.GroupBox();
|
||||
this.sfdatagridpruefung = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.notizHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.grppruefung.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridpruefung)).BeginInit();
|
||||
this.contextMenuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// sfDataGrid1
|
||||
@@ -90,6 +94,7 @@
|
||||
this.sfdatagridpruefung.AccessibleName = "Table";
|
||||
this.sfdatagridpruefung.AllowEditing = false;
|
||||
this.sfdatagridpruefung.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.sfdatagridpruefung.ContextMenuStrip = this.contextMenuStrip1;
|
||||
this.sfdatagridpruefung.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.sfdatagridpruefung.Location = new System.Drawing.Point(3, 16);
|
||||
this.sfdatagridpruefung.Name = "sfdatagridpruefung";
|
||||
@@ -97,6 +102,21 @@
|
||||
this.sfdatagridpruefung.TabIndex = 0;
|
||||
this.sfdatagridpruefung.Text = "sfDataGrid2";
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.notizHistoryToolStripMenuItem});
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 48);
|
||||
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
||||
//
|
||||
// notizHistoryToolStripMenuItem
|
||||
//
|
||||
this.notizHistoryToolStripMenuItem.Name = "notizHistoryToolStripMenuItem";
|
||||
this.notizHistoryToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.notizHistoryToolStripMenuItem.Text = "Notiz-History";
|
||||
this.notizHistoryToolStripMenuItem.Click += new System.EventHandler(this.notizHistoryToolStripMenuItem_Click);
|
||||
//
|
||||
// Dokwerte
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -111,6 +131,7 @@
|
||||
this.panel1.PerformLayout();
|
||||
this.grppruefung.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridpruefung)).EndInit();
|
||||
this.contextMenuStrip1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -122,5 +143,7 @@
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.GroupBox grppruefung;
|
||||
private Syncfusion.WinForms.DataGrid.SfDataGrid sfdatagridpruefung;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem notizHistoryToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user