namespace OnDoc.Diverses { partial class ApprovalNotes { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApprovalNotes)); this.sfdatagridpruefung = new Syncfusion.WinForms.DataGrid.SfDataGrid(); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridpruefung)).BeginInit(); this.SuspendLayout(); // // sfdatagridpruefung // this.sfdatagridpruefung.AccessibleName = "Table"; this.sfdatagridpruefung.AllowEditing = false; this.sfdatagridpruefung.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill; this.sfdatagridpruefung.BackColor = System.Drawing.SystemColors.Window; this.sfdatagridpruefung.Dock = System.Windows.Forms.DockStyle.Fill; this.sfdatagridpruefung.Location = new System.Drawing.Point(2, 2); this.sfdatagridpruefung.Name = "sfdatagridpruefung"; this.sfdatagridpruefung.Size = new System.Drawing.Size(994, 446); this.sfdatagridpruefung.TabIndex = 1; this.sfdatagridpruefung.Text = "sfDataGrid2"; // // ApprovalNotes // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(998, 450); this.Controls.Add(this.sfdatagridpruefung); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ApprovalNotes"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Bewilligungs-History"; this.Load += new System.EventHandler(this.ApprovalNotes_Load); ((System.ComponentModel.ISupportInitialize)(this.sfdatagridpruefung)).EndInit(); this.ResumeLayout(false); } #endregion private Syncfusion.WinForms.DataGrid.SfDataGrid sfdatagridpruefung; } }