namespace OnDoc.UIControls { partial class DokTypDetail { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.docPreview1 = new OnDoc.UIControls.DocPreview(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.sfDataGrid2 = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.groupBox2 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfDataGrid2)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // sfDataGrid1 // this.sfDataGrid1.AccessibleName = "Table"; this.sfDataGrid1.AllowEditing = false; this.sfDataGrid1.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill; this.sfDataGrid1.Dock = System.Windows.Forms.DockStyle.Top; this.sfDataGrid1.Location = new System.Drawing.Point(3, 16); this.sfDataGrid1.Name = "sfDataGrid1"; this.sfDataGrid1.Size = new System.Drawing.Size(405, 341); this.sfDataGrid1.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29))))); this.sfDataGrid1.TabIndex = 1; this.sfDataGrid1.Text = "sfDataGrid1"; // // docPreview1 // this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill; this.docPreview1.Location = new System.Drawing.Point(411, 0); this.docPreview1.Name = "docPreview1"; this.docPreview1.Size = new System.Drawing.Size(601, 720); this.docPreview1.TabIndex = 0; this.docPreview1.ZoomPercentage = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.sfDataGrid1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(411, 720); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; // // sfDataGrid2 // this.sfDataGrid2.AccessibleName = "Table"; this.sfDataGrid2.AllowEditing = false; this.sfDataGrid2.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill; this.sfDataGrid2.Dock = System.Windows.Forms.DockStyle.Fill; this.sfDataGrid2.Location = new System.Drawing.Point(3, 16); this.sfDataGrid2.Name = "sfDataGrid2"; this.sfDataGrid2.Size = new System.Drawing.Size(399, 341); this.sfDataGrid2.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29))))); this.sfDataGrid2.TabIndex = 2; this.sfDataGrid2.Text = "sfDataGrid2"; this.sfDataGrid2.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfDataGrid2_CellClick); // // groupBox2 // this.groupBox2.Controls.Add(this.sfDataGrid2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(3, 357); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(405, 360); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Vorlagen im Paket (für Vorschau Eintrag auswählen)"; // // DokTypDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.docPreview1); this.Controls.Add(this.groupBox1); this.Name = "DokTypDetail"; this.Size = new System.Drawing.Size(1012, 720); ((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sfDataGrid2)).EndInit(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DocPreview docPreview1; private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid1; private System.Windows.Forms.GroupBox groupBox1; private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid2; private System.Windows.Forms.GroupBox groupBox2; } }