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.
74 lines
3.3 KiB
74 lines
3.3 KiB
namespace OnDoc.Diverses
|
|
{
|
|
partial class valueselector
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(valueselector));
|
|
this.GridData = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridData)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// GridData
|
|
//
|
|
this.GridData.AccessibleName = "Table";
|
|
this.GridData.AllowEditing = false;
|
|
this.GridData.AllowFiltering = true;
|
|
this.GridData.AllowResizingColumns = true;
|
|
this.GridData.AllowSelectionOnMouseDown = true;
|
|
this.GridData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GridData.Location = new System.Drawing.Point(2, 2);
|
|
this.GridData.Name = "GridData";
|
|
this.GridData.Size = new System.Drawing.Size(369, 446);
|
|
this.GridData.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
|
|
this.GridData.TabIndex = 1;
|
|
this.GridData.Text = "sfDataGrid1";
|
|
this.GridData.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.GridData_CellClick);
|
|
this.GridData.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.GridData_CellDoubleClick);
|
|
//
|
|
// valueselector
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(373, 450);
|
|
this.Controls.Add(this.GridData);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "valueselector";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Text = "Werte-Auwahl";
|
|
this.Load += new System.EventHandler(this.valueselector_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.GridData)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Syncfusion.WinForms.DataGrid.SfDataGrid GridData;
|
|
}
|
|
} |