using System.Windows.Forms;
namespace Ringtoets.Integration.Forms.Views
{
partial class FailureMechanismContributionView
{
private Label normLabel;
private DataGridView probabilityDistributionGrid;
private NumericUpDown normInput;
private Label perYearLabel;
///
/// 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(FailureMechanismContributionView));
this.normLabel = new System.Windows.Forms.Label();
this.probabilityDistributionGrid = new System.Windows.Forms.DataGridView();
this.normInput = new System.Windows.Forms.NumericUpDown();
this.perYearLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.assessmentSectionCompositionComboBox = new System.Windows.Forms.ComboBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.probabilityDistributionGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.normInput)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// normLabel
//
resources.ApplyResources(this.normLabel, "normLabel");
this.normLabel.Name = "normLabel";
//
// probabilityDistributionGrid
//
this.probabilityDistributionGrid.AllowUserToResizeColumns = false;
this.probabilityDistributionGrid.AllowUserToResizeRows = false;
this.probabilityDistributionGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel1.SetColumnSpan(this.probabilityDistributionGrid, 5);
resources.ApplyResources(this.probabilityDistributionGrid, "probabilityDistributionGrid");
this.probabilityDistributionGrid.Name = "probabilityDistributionGrid";
this.probabilityDistributionGrid.ReadOnly = true;
this.probabilityDistributionGrid.RowHeadersVisible = false;
this.probabilityDistributionGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.probabilityDistributionGrid.StandardTab = true;
//
// normInput
//
resources.ApplyResources(this.normInput, "normInput");
this.normInput.Maximum = new decimal(new int[] {
200000,
0,
0,
0});
this.normInput.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.normInput.Name = "normInput";
this.normInput.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// perYearLabel
//
resources.ApplyResources(this.perYearLabel, "perYearLabel");
this.perYearLabel.Name = "perYearLabel";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// assessmentSectionCompositionComboBox
//
resources.ApplyResources(this.assessmentSectionCompositionComboBox, "assessmentSectionCompositionComboBox");
this.assessmentSectionCompositionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.assessmentSectionCompositionComboBox.FormattingEnabled = true;
this.assessmentSectionCompositionComboBox.Name = "assessmentSectionCompositionComboBox";
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.assessmentSectionCompositionComboBox, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.normLabel, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.normInput, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.perYearLabel, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.probabilityDistributionGrid, 0, 1);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// FailureMechanismContributionView
//
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "FailureMechanismContributionView";
resources.ApplyResources(this, "$this");
((System.ComponentModel.ISupportInitialize)(this.probabilityDistributionGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.normInput)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Label label1;
private ComboBox assessmentSectionCompositionComboBox;
private TableLayoutPanel tableLayoutPanel1;
}
}