// Copyright (C) Stichting Deltares 2021. All rights reserved.
//
// This file is part of the application DAM - UI.
//
// DAM - UI is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
//
// All names, logos, and references to "Deltares" are registered trademarks of
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
namespace Deltares.Dam.Forms
{
partial class DesignCalculationPropertyControl
{
///
/// 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 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.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.ScenarioEdit = new DevExpress.XtraEditors.TextEdit();
this.ModelPipingEdit = new DevExpress.XtraEditors.TextEdit();
this.ModelEdit = new DevExpress.XtraEditors.TextEdit();
this.ModelPipingLabel = new DevExpress.XtraEditors.LabelControl();
this.ModelLabel = new DevExpress.XtraEditors.LabelControl();
this.ScenarioLabel = new DevExpress.XtraEditors.LabelControl();
this.ProfileEdit = new DevExpress.XtraEditors.TextEdit();
this.ProfileLabel = new DevExpress.XtraEditors.LabelControl();
this.LocationEdit = new DevExpress.XtraEditors.TextEdit();
this.LocationLabel = new DevExpress.XtraEditors.LabelControl();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.NumberOfIterationsEdit = new DevExpress.XtraEditors.TextEdit();
this.NumberOfIterationsLabel = new DevExpress.XtraEditors.LabelControl();
this.CalculationComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.CalculationLabel = new DevExpress.XtraEditors.LabelControl();
this.SafetyFactorEdit = new DevExpress.XtraEditors.TextEdit();
this.SafetyFactorLabel = new DevExpress.XtraEditors.LabelControl();
this.EvaluationGroupControl = new DevExpress.XtraEditors.GroupControl();
this.OpenFileButton = new DevExpress.XtraEditors.SimpleButton();
this.NotesLabel = new DevExpress.XtraEditors.LabelControl();
this.NotesEdit = new DevExpress.XtraEditors.MemoEdit();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.RejectedCheckEdit = new DevExpress.XtraEditors.CheckEdit();
this.NotEvaluatedCheckEdit = new DevExpress.XtraEditors.CheckEdit();
this.AcceptedCheckEdit = new DevExpress.XtraEditors.CheckEdit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ScenarioEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ModelPipingEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ModelEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ProfileEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LocationEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NumberOfIterationsEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CalculationComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SafetyFactorEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EvaluationGroupControl)).BeginInit();
this.EvaluationGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NotesEdit.Properties)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RejectedCheckEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NotEvaluatedCheckEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.AcceptedCheckEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Controls.Add(this.ScenarioEdit);
this.groupControl1.Controls.Add(this.ModelPipingEdit);
this.groupControl1.Controls.Add(this.ModelEdit);
this.groupControl1.Controls.Add(this.ModelPipingLabel);
this.groupControl1.Controls.Add(this.ModelLabel);
this.groupControl1.Controls.Add(this.ScenarioLabel);
this.groupControl1.Controls.Add(this.ProfileEdit);
this.groupControl1.Controls.Add(this.ProfileLabel);
this.groupControl1.Controls.Add(this.LocationEdit);
this.groupControl1.Controls.Add(this.LocationLabel);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Margin = new System.Windows.Forms.Padding(4);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(485, 220);
this.groupControl1.TabIndex = 7;
this.groupControl1.Text = "Input";
//
// ScenarioEdit
//
this.ScenarioEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ScenarioEdit.Location = new System.Drawing.Point(175, 176);
this.ScenarioEdit.Margin = new System.Windows.Forms.Padding(4);
this.ScenarioEdit.Name = "ScenarioEdit";
this.ScenarioEdit.Size = new System.Drawing.Size(292, 22);
this.ScenarioEdit.TabIndex = 42;
//
// ModelPipingEdit
//
this.ModelPipingEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ModelPipingEdit.Location = new System.Drawing.Point(175, 144);
this.ModelPipingEdit.Margin = new System.Windows.Forms.Padding(4);
this.ModelPipingEdit.Name = "ModelPipingEdit";
this.ModelPipingEdit.Size = new System.Drawing.Size(292, 22);
this.ModelPipingEdit.TabIndex = 41;
//
// ModelEdit
//
this.ModelEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ModelEdit.Location = new System.Drawing.Point(175, 112);
this.ModelEdit.Margin = new System.Windows.Forms.Padding(4);
this.ModelEdit.Name = "ModelEdit";
this.ModelEdit.Size = new System.Drawing.Size(292, 22);
this.ModelEdit.TabIndex = 40;
//
// ModelPipingLabel
//
this.ModelPipingLabel.Location = new System.Drawing.Point(19, 148);
this.ModelPipingLabel.Margin = new System.Windows.Forms.Padding(4);
this.ModelPipingLabel.Name = "ModelPipingLabel";
this.ModelPipingLabel.Size = new System.Drawing.Size(72, 16);
this.ModelPipingLabel.TabIndex = 38;
this.ModelPipingLabel.Text = "Model Piping";
//
// ModelLabel
//
this.ModelLabel.Location = new System.Drawing.Point(19, 116);
this.ModelLabel.Margin = new System.Windows.Forms.Padding(4);
this.ModelLabel.Name = "ModelLabel";
this.ModelLabel.Size = new System.Drawing.Size(34, 16);
this.ModelLabel.TabIndex = 36;
this.ModelLabel.Text = "Model";
//
// ScenarioLabel
//
this.ScenarioLabel.Location = new System.Drawing.Point(19, 180);
this.ScenarioLabel.Margin = new System.Windows.Forms.Padding(4);
this.ScenarioLabel.Name = "ScenarioLabel";
this.ScenarioLabel.Size = new System.Drawing.Size(50, 16);
this.ScenarioLabel.TabIndex = 34;
this.ScenarioLabel.Text = "Scenario";
//
// ProfileEdit
//
this.ProfileEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ProfileEdit.Location = new System.Drawing.Point(175, 76);
this.ProfileEdit.Margin = new System.Windows.Forms.Padding(4);
this.ProfileEdit.Name = "ProfileEdit";
this.ProfileEdit.Size = new System.Drawing.Size(292, 22);
this.ProfileEdit.TabIndex = 9;
//
// ProfileLabel
//
this.ProfileLabel.Location = new System.Drawing.Point(19, 80);
this.ProfileLabel.Margin = new System.Windows.Forms.Padding(4);
this.ProfileLabel.Name = "ProfileLabel";
this.ProfileLabel.Size = new System.Drawing.Size(61, 16);
this.ProfileLabel.TabIndex = 8;
this.ProfileLabel.Text = "Soil profile";
//
// LocationEdit
//
this.LocationEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LocationEdit.Location = new System.Drawing.Point(175, 44);
this.LocationEdit.Margin = new System.Windows.Forms.Padding(4);
this.LocationEdit.Name = "LocationEdit";
this.LocationEdit.Size = new System.Drawing.Size(292, 22);
this.LocationEdit.TabIndex = 7;
//
// LocationLabel
//
this.LocationLabel.Location = new System.Drawing.Point(19, 48);
this.LocationLabel.Margin = new System.Windows.Forms.Padding(4);
this.LocationLabel.Name = "LocationLabel";
this.LocationLabel.Size = new System.Drawing.Size(47, 16);
this.LocationLabel.TabIndex = 6;
this.LocationLabel.Text = "Location";
//
// groupControl2
//
this.groupControl2.Controls.Add(this.NumberOfIterationsEdit);
this.groupControl2.Controls.Add(this.NumberOfIterationsLabel);
this.groupControl2.Controls.Add(this.CalculationComboBox);
this.groupControl2.Controls.Add(this.CalculationLabel);
this.groupControl2.Controls.Add(this.SafetyFactorEdit);
this.groupControl2.Controls.Add(this.SafetyFactorLabel);
this.groupControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupControl2.Location = new System.Drawing.Point(0, 220);
this.groupControl2.Margin = new System.Windows.Forms.Padding(4);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(485, 146);
this.groupControl2.TabIndex = 8;
this.groupControl2.Text = "Results";
//
// NumberOfIterationsEdit
//
this.NumberOfIterationsEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NumberOfIterationsEdit.Location = new System.Drawing.Point(175, 101);
this.NumberOfIterationsEdit.Margin = new System.Windows.Forms.Padding(4);
this.NumberOfIterationsEdit.Name = "NumberOfIterationsEdit";
this.NumberOfIterationsEdit.Size = new System.Drawing.Size(292, 22);
this.NumberOfIterationsEdit.TabIndex = 39;
//
// NumberOfIterationsLabel
//
this.NumberOfIterationsLabel.Location = new System.Drawing.Point(19, 105);
this.NumberOfIterationsLabel.Margin = new System.Windows.Forms.Padding(4);
this.NumberOfIterationsLabel.Name = "NumberOfIterationsLabel";
this.NumberOfIterationsLabel.Size = new System.Drawing.Size(117, 16);
this.NumberOfIterationsLabel.TabIndex = 38;
this.NumberOfIterationsLabel.Text = "Number of iterations";
//
// CalculationComboBox
//
this.CalculationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CalculationComboBox.Location = new System.Drawing.Point(175, 69);
this.CalculationComboBox.Margin = new System.Windows.Forms.Padding(4);
this.CalculationComboBox.Name = "CalculationComboBox";
this.CalculationComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.CalculationComboBox.Size = new System.Drawing.Size(292, 22);
this.CalculationComboBox.TabIndex = 37;
//
// CalculationLabel
//
this.CalculationLabel.Location = new System.Drawing.Point(19, 73);
this.CalculationLabel.Margin = new System.Windows.Forms.Padding(4);
this.CalculationLabel.Name = "CalculationLabel";
this.CalculationLabel.Size = new System.Drawing.Size(62, 16);
this.CalculationLabel.TabIndex = 36;
this.CalculationLabel.Text = "Calculation";
//
// SafetyFactorEdit
//
this.SafetyFactorEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SafetyFactorEdit.Location = new System.Drawing.Point(175, 37);
this.SafetyFactorEdit.Margin = new System.Windows.Forms.Padding(4);
this.SafetyFactorEdit.Name = "SafetyFactorEdit";
this.SafetyFactorEdit.Size = new System.Drawing.Size(292, 22);
this.SafetyFactorEdit.TabIndex = 11;
//
// SafetyFactorLabel
//
this.SafetyFactorLabel.Location = new System.Drawing.Point(19, 41);
this.SafetyFactorLabel.Margin = new System.Windows.Forms.Padding(4);
this.SafetyFactorLabel.Name = "SafetyFactorLabel";
this.SafetyFactorLabel.Size = new System.Drawing.Size(73, 16);
this.SafetyFactorLabel.TabIndex = 10;
this.SafetyFactorLabel.Text = "Safety factor";
//
// EvaluationGroupControl
//
this.EvaluationGroupControl.Controls.Add(this.OpenFileButton);
this.EvaluationGroupControl.Controls.Add(this.NotesLabel);
this.EvaluationGroupControl.Controls.Add(this.NotesEdit);
this.EvaluationGroupControl.Controls.Add(this.tableLayoutPanel1);
this.EvaluationGroupControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.EvaluationGroupControl.Location = new System.Drawing.Point(0, 366);
this.EvaluationGroupControl.Margin = new System.Windows.Forms.Padding(4);
this.EvaluationGroupControl.Name = "EvaluationGroupControl";
this.EvaluationGroupControl.Size = new System.Drawing.Size(485, 354);
this.EvaluationGroupControl.TabIndex = 9;
this.EvaluationGroupControl.Text = "Evaluation";
//
// OpenFileButton
//
this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.OpenFileButton.Location = new System.Drawing.Point(19, 97);
this.OpenFileButton.Margin = new System.Windows.Forms.Padding(4);
this.OpenFileButton.Name = "OpenFileButton";
this.OpenFileButton.Size = new System.Drawing.Size(448, 38);
this.OpenFileButton.TabIndex = 43;
this.OpenFileButton.Text = "Open";
//
// NotesLabel
//
this.NotesLabel.Location = new System.Drawing.Point(19, 156);
this.NotesLabel.Margin = new System.Windows.Forms.Padding(4);
this.NotesLabel.Name = "NotesLabel";
this.NotesLabel.Size = new System.Drawing.Size(32, 16);
this.NotesLabel.TabIndex = 37;
this.NotesLabel.Text = "Notes";
//
// NotesEdit
//
this.NotesEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NotesEdit.Location = new System.Drawing.Point(19, 180);
this.NotesEdit.Margin = new System.Windows.Forms.Padding(4);
this.NotesEdit.Name = "NotesEdit";
this.NotesEdit.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.NotesEdit.Size = new System.Drawing.Size(448, 152);
this.NotesEdit.TabIndex = 3;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
this.tableLayoutPanel1.Controls.Add(this.RejectedCheckEdit, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.NotEvaluatedCheckEdit, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.AcceptedCheckEdit, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(19, 41);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(448, 33);
this.tableLayoutPanel1.TabIndex = 39;
//
// RejectedCheckEdit
//
this.RejectedCheckEdit.Location = new System.Drawing.Point(139, 5);
this.RejectedCheckEdit.Margin = new System.Windows.Forms.Padding(4);
this.RejectedCheckEdit.Name = "RejectedCheckEdit";
this.RejectedCheckEdit.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
this.RejectedCheckEdit.Properties.Appearance.Options.UseForeColor = true;
this.RejectedCheckEdit.Properties.Caption = "Rejected";
this.RejectedCheckEdit.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
this.RejectedCheckEdit.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
this.RejectedCheckEdit.Properties.LookAndFeel.UseWindowsXPTheme = true;
this.RejectedCheckEdit.Size = new System.Drawing.Size(93, 20);
this.RejectedCheckEdit.TabIndex = 1;
//
// NotEvaluatedCheckEdit
//
this.NotEvaluatedCheckEdit.Location = new System.Drawing.Point(273, 5);
this.NotEvaluatedCheckEdit.Margin = new System.Windows.Forms.Padding(4);
this.NotEvaluatedCheckEdit.Name = "NotEvaluatedCheckEdit";
this.NotEvaluatedCheckEdit.Properties.Caption = "NotEvaluated";
this.NotEvaluatedCheckEdit.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
this.NotEvaluatedCheckEdit.Size = new System.Drawing.Size(137, 20);
this.NotEvaluatedCheckEdit.TabIndex = 2;
//
// AcceptedCheckEdit
//
this.AcceptedCheckEdit.Location = new System.Drawing.Point(5, 5);
this.AcceptedCheckEdit.Margin = new System.Windows.Forms.Padding(4);
this.AcceptedCheckEdit.Name = "AcceptedCheckEdit";
this.AcceptedCheckEdit.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.AcceptedCheckEdit.Properties.Appearance.Options.UseBackColor = true;
this.AcceptedCheckEdit.Properties.Caption = "Accepted";
this.AcceptedCheckEdit.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
this.AcceptedCheckEdit.Size = new System.Drawing.Size(137, 20);
this.AcceptedCheckEdit.TabIndex = 0;
//
// DesignCalculationPropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.EvaluationGroupControl);
this.Controls.Add(this.groupControl2);
this.Controls.Add(this.groupControl1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "DesignCalculationPropertyControl";
this.Size = new System.Drawing.Size(485, 720);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ScenarioEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ModelPipingEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ModelEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ProfileEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LocationEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NumberOfIterationsEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CalculationComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SafetyFactorEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EvaluationGroupControl)).EndInit();
this.EvaluationGroupControl.ResumeLayout(false);
this.EvaluationGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NotesEdit.Properties)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.RejectedCheckEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NotEvaluatedCheckEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.AcceptedCheckEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.TextEdit ProfileEdit;
private DevExpress.XtraEditors.LabelControl ProfileLabel;
private DevExpress.XtraEditors.TextEdit LocationEdit;
private DevExpress.XtraEditors.LabelControl LocationLabel;
private DevExpress.XtraEditors.LabelControl ScenarioLabel;
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraEditors.ComboBoxEdit CalculationComboBox;
private DevExpress.XtraEditors.LabelControl CalculationLabel;
private DevExpress.XtraEditors.TextEdit SafetyFactorEdit;
private DevExpress.XtraEditors.LabelControl SafetyFactorLabel;
private DevExpress.XtraEditors.GroupControl EvaluationGroupControl;
private DevExpress.XtraEditors.CheckEdit NotEvaluatedCheckEdit;
private DevExpress.XtraEditors.CheckEdit RejectedCheckEdit;
private DevExpress.XtraEditors.LabelControl NotesLabel;
private DevExpress.XtraEditors.MemoEdit NotesEdit;
private DevExpress.XtraEditors.LabelControl ModelLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraEditors.CheckEdit AcceptedCheckEdit;
private DevExpress.XtraEditors.SimpleButton OpenFileButton;
private DevExpress.XtraEditors.LabelControl ModelPipingLabel;
private DevExpress.XtraEditors.TextEdit NumberOfIterationsEdit;
private DevExpress.XtraEditors.LabelControl NumberOfIterationsLabel;
private DevExpress.XtraEditors.TextEdit ScenarioEdit;
private DevExpress.XtraEditors.TextEdit ModelPipingEdit;
private DevExpress.XtraEditors.TextEdit ModelEdit;
}
}