update 20241210
This commit is contained in:
34
Client/UIControls/Dokwerte.Designer.cs
generated
34
Client/UIControls/Dokwerte.Designer.cs
generated
@@ -31,8 +31,12 @@
|
||||
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();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.grppruefung.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridpruefung)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// sfDataGrid1
|
||||
@@ -42,7 +46,7 @@
|
||||
this.sfDataGrid1.Location = new System.Drawing.Point(0, 100);
|
||||
this.sfDataGrid1.Name = "sfDataGrid1";
|
||||
this.sfDataGrid1.ShowToolTip = true;
|
||||
this.sfDataGrid1.Size = new System.Drawing.Size(381, 611);
|
||||
this.sfDataGrid1.Size = new System.Drawing.Size(381, 421);
|
||||
this.sfDataGrid1.TabIndex = 0;
|
||||
this.sfDataGrid1.Text = "sfDataGrid1";
|
||||
this.sfDataGrid1.CopyCellContent += new Syncfusion.WinForms.DataGrid.Events.CellCutCopyPasteEventHandler(this.sfDataGrid1_CopyCellContent);
|
||||
@@ -67,17 +71,43 @@
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Attribute";
|
||||
//
|
||||
// grppruefung
|
||||
//
|
||||
this.grppruefung.Controls.Add(this.sfdatagridpruefung);
|
||||
this.grppruefung.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.grppruefung.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.grppruefung.Location = new System.Drawing.Point(0, 521);
|
||||
this.grppruefung.Name = "grppruefung";
|
||||
this.grppruefung.Size = new System.Drawing.Size(381, 190);
|
||||
this.grppruefung.TabIndex = 2;
|
||||
this.grppruefung.TabStop = false;
|
||||
this.grppruefung.Text = "Prüfung";
|
||||
//
|
||||
// sfdatagridpruefung
|
||||
//
|
||||
this.sfdatagridpruefung.AccessibleName = "Table";
|
||||
this.sfdatagridpruefung.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.sfdatagridpruefung.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.sfdatagridpruefung.Location = new System.Drawing.Point(3, 16);
|
||||
this.sfdatagridpruefung.Name = "sfdatagridpruefung";
|
||||
this.sfdatagridpruefung.Size = new System.Drawing.Size(375, 171);
|
||||
this.sfdatagridpruefung.TabIndex = 0;
|
||||
this.sfdatagridpruefung.Text = "sfDataGrid2";
|
||||
//
|
||||
// Dokwerte
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.sfDataGrid1);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.grppruefung);
|
||||
this.Name = "Dokwerte";
|
||||
this.Size = new System.Drawing.Size(381, 711);
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.grppruefung.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridpruefung)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -87,5 +117,7 @@
|
||||
private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid1;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.GroupBox grppruefung;
|
||||
private Syncfusion.WinForms.DataGrid.SfDataGrid sfdatagridpruefung;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user