You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.7 KiB
92 lines
3.7 KiB
namespace OnDoc.UIControls
|
|
{
|
|
partial class Dokwerte
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Komponenten-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// sfDataGrid1
|
|
//
|
|
this.sfDataGrid1.AccessibleName = "Table";
|
|
this.sfDataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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.TabIndex = 0;
|
|
this.sfDataGrid1.Text = "sfDataGrid1";
|
|
this.sfDataGrid1.CopyCellContent += new Syncfusion.WinForms.DataGrid.Events.CellCutCopyPasteEventHandler(this.sfDataGrid1_CopyCellContent);
|
|
this.sfDataGrid1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.sfDataGrid1_KeyUp);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(381, 100);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(3, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(79, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Attribute";
|
|
//
|
|
// 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.Name = "Dokwerte";
|
|
this.Size = new System.Drawing.Size(381, 711);
|
|
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|