namespace Ringtoets.Piping.Forms.Views
{
partial class PipingScenariosView
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PipingScenariosView));
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.tableLayoutPanelListBox = new System.Windows.Forms.TableLayoutPanel();
this.listBox = new System.Windows.Forms.ListBox();
this.labelFailureMechanismSections = new System.Windows.Forms.Label();
this.tableLayoutPanelDataGrid = new System.Windows.Forms.TableLayoutPanel();
this.labelCalculations = new System.Windows.Forms.Label();
this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.tableLayoutPanelListBox.SuspendLayout();
this.tableLayoutPanelDataGrid.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
resources.ApplyResources(this.splitContainer, "splitContainer");
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.tableLayoutPanelListBox);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.tableLayoutPanelDataGrid);
this.splitContainer.TabStop = false;
//
// tableLayoutPanelListBox
//
resources.ApplyResources(this.tableLayoutPanelListBox, "tableLayoutPanelListBox");
this.tableLayoutPanelListBox.Controls.Add(this.listBox, 0, 1);
this.tableLayoutPanelListBox.Controls.Add(this.labelFailureMechanismSections, 0, 0);
this.tableLayoutPanelListBox.Name = "tableLayoutPanelListBox";
//
// listBox
//
resources.ApplyResources(this.listBox, "listBox");
this.listBox.FormattingEnabled = true;
this.listBox.Name = "listBox";
//
// labelFailureMechanismSections
//
resources.ApplyResources(this.labelFailureMechanismSections, "labelFailureMechanismSections");
this.labelFailureMechanismSections.Name = "labelFailureMechanismSections";
//
// tableLayoutPanelDataGrid
//
resources.ApplyResources(this.tableLayoutPanelDataGrid, "tableLayoutPanelDataGrid");
this.tableLayoutPanelDataGrid.Controls.Add(this.labelCalculations, 0, 0);
this.tableLayoutPanelDataGrid.Controls.Add(this.dataGridViewControl, 0, 1);
this.tableLayoutPanelDataGrid.Name = "tableLayoutPanelDataGrid";
//
// labelCalculations
//
resources.ApplyResources(this.labelCalculations, "labelCalculations");
this.labelCalculations.Name = "labelCalculations";
//
// dataGridViewControl
//
resources.ApplyResources(this.dataGridViewControl, "dataGridViewControl");
this.dataGridViewControl.MultiSelect = true;
this.dataGridViewControl.Name = "dataGridViewControl";
this.dataGridViewControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect;
//
// PipingScenariosView
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer);
this.Name = "PipingScenariosView";
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.tableLayoutPanelListBox.ResumeLayout(false);
this.tableLayoutPanelListBox.PerformLayout();
this.tableLayoutPanelDataGrid.ResumeLayout(false);
this.tableLayoutPanelDataGrid.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelListBox;
private System.Windows.Forms.ListBox listBox;
private System.Windows.Forms.Label labelFailureMechanismSections;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelDataGrid;
private System.Windows.Forms.Label labelCalculations;
private Core.Common.Controls.DataGrid.DataGridViewControl dataGridViewControl;
}
}