namespace Ringtoets.GrassCoverErosionInwards.Forms.Views
{
partial class GrassCoverErosionInwardsScenariosView
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl();
this.SuspendLayout();
//
// dataGridViewControl
//
this.dataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridViewControl.Location = new System.Drawing.Point(0, 0);
this.dataGridViewControl.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.dataGridViewControl.MinimumSize = new System.Drawing.Size(667, 369);
this.dataGridViewControl.Name = "dataGridViewControl";
this.dataGridViewControl.Size = new System.Drawing.Size(667, 555);
this.dataGridViewControl.TabIndex = 0;
//
// GrassCoverErosionInwardsScenariosView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dataGridViewControl);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "GrassCoverErosionInwardsScenariosView";
this.Size = new System.Drawing.Size(664, 555);
this.ResumeLayout(false);
}
#endregion
}
}