namespace OnDoc.Diverses { partial class valueselector { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.GridDokumenttyp = new Syncfusion.WinForms.DataGrid.SfDataGrid(); ((System.ComponentModel.ISupportInitialize)(this.GridDokumenttyp)).BeginInit(); this.SuspendLayout(); // // GridDokumenttyp // this.GridDokumenttyp.AccessibleName = "Table"; this.GridDokumenttyp.AllowEditing = false; this.GridDokumenttyp.AllowFiltering = true; this.GridDokumenttyp.AllowResizingColumns = true; this.GridDokumenttyp.AllowSelectionOnMouseDown = true; this.GridDokumenttyp.Dock = System.Windows.Forms.DockStyle.Fill; this.GridDokumenttyp.Location = new System.Drawing.Point(2, 2); this.GridDokumenttyp.Name = "GridDokumenttyp"; this.GridDokumenttyp.Size = new System.Drawing.Size(796, 446); this.GridDokumenttyp.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29))))); this.GridDokumenttyp.TabIndex = 1; this.GridDokumenttyp.Text = "sfDataGrid1"; // // valueselector // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.GridDokumenttyp); 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.GridDokumenttyp)).EndInit(); this.ResumeLayout(false); } #endregion private Syncfusion.WinForms.DataGrid.SfDataGrid GridDokumenttyp; } }