// Copyright (C) Stichting Deltares 2018. 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 ScenarioCalculationPropertyControl
{
///
/// 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.ModelPipingComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.ModelPipingLabel = new DevExpress.XtraEditors.LabelControl();
this.ModelComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.ModelLabel = new DevExpress.XtraEditors.LabelControl();
this.ScenarioComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.ScenarioLabel = new DevExpress.XtraEditors.LabelControl();
this.UpliftComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.UpliftLabel = new DevExpress.XtraEditors.LabelControl();
this.HydraulicShortcutComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.HydraulicShortcutLabel = new DevExpress.XtraEditors.LabelControl();
this.LoadSituationComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.LoadSituationLabel = new DevExpress.XtraEditors.LabelControl();
this.DikeSensitivityComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.DikeSensitivityLabel = 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.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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.AcceptedCheckEdit = new DevExpress.XtraEditors.CheckEdit();
this.RejectedCheckEdit = new DevExpress.XtraEditors.CheckEdit();
this.NotEvaluatedCheckEdit = new DevExpress.XtraEditors.CheckEdit();
this.NotesLabel = new DevExpress.XtraEditors.LabelControl();
this.NotesEdit = new DevExpress.XtraEditors.MemoEdit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ModelPipingComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ModelComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ScenarioComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.UpliftComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.HydraulicShortcutComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LoadSituationComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DikeSensitivityComboBox.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.CalculationComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SafetyFactorEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EvaluationGroupControl)).BeginInit();
this.EvaluationGroupControl.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.AcceptedCheckEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RejectedCheckEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NotEvaluatedCheckEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NotesEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Controls.Add(this.ModelPipingComboBox);
this.groupControl1.Controls.Add(this.ModelPipingLabel);
this.groupControl1.Controls.Add(this.ModelComboBox);
this.groupControl1.Controls.Add(this.ModelLabel);
this.groupControl1.Controls.Add(this.ScenarioComboBox);
this.groupControl1.Controls.Add(this.ScenarioLabel);
this.groupControl1.Controls.Add(this.UpliftComboBox);
this.groupControl1.Controls.Add(this.UpliftLabel);
this.groupControl1.Controls.Add(this.HydraulicShortcutComboBox);
this.groupControl1.Controls.Add(this.HydraulicShortcutLabel);
this.groupControl1.Controls.Add(this.LoadSituationComboBox);
this.groupControl1.Controls.Add(this.LoadSituationLabel);
this.groupControl1.Controls.Add(this.DikeSensitivityComboBox);
this.groupControl1.Controls.Add(this.DikeSensitivityLabel);
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.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(364, 276);
this.groupControl1.TabIndex = 7;
this.groupControl1.Text = "Input";
//
// ModelPipingComboBox
//
this.ModelPipingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ModelPipingComboBox.Location = new System.Drawing.Point(152, 218);
this.ModelPipingComboBox.Name = "ModelPipingComboBox";
this.ModelPipingComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.ModelPipingComboBox.Size = new System.Drawing.Size(198, 20);
this.ModelPipingComboBox.TabIndex = 39;
//
// ModelPipingLabel
//
this.ModelPipingLabel.Location = new System.Drawing.Point(14, 221);
this.ModelPipingLabel.Name = "ModelPipingLabel";
this.ModelPipingLabel.Size = new System.Drawing.Size(59, 13);
this.ModelPipingLabel.TabIndex = 38;
this.ModelPipingLabel.Text = "Model Piping";
//
// ModelComboBox
//
this.ModelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ModelComboBox.Location = new System.Drawing.Point(152, 192);
this.ModelComboBox.Name = "ModelComboBox";
this.ModelComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.ModelComboBox.Size = new System.Drawing.Size(198, 20);
this.ModelComboBox.TabIndex = 37;
//
// ModelLabel
//
this.ModelLabel.Location = new System.Drawing.Point(14, 195);
this.ModelLabel.Name = "ModelLabel";
this.ModelLabel.Size = new System.Drawing.Size(28, 13);
this.ModelLabel.TabIndex = 36;
this.ModelLabel.Text = "Model";
//
// ScenarioComboBox
//
this.ScenarioComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ScenarioComboBox.Location = new System.Drawing.Point(152, 244);
this.ScenarioComboBox.Name = "ScenarioComboBox";
this.ScenarioComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.ScenarioComboBox.Size = new System.Drawing.Size(198, 20);
this.ScenarioComboBox.TabIndex = 35;
//
// ScenarioLabel
//
this.ScenarioLabel.Location = new System.Drawing.Point(14, 247);
this.ScenarioLabel.Name = "ScenarioLabel";
this.ScenarioLabel.Size = new System.Drawing.Size(41, 13);
this.ScenarioLabel.TabIndex = 34;
this.ScenarioLabel.Text = "Scenario";
//
// UpliftComboBox
//
this.UpliftComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UpliftComboBox.Location = new System.Drawing.Point(152, 166);
this.UpliftComboBox.Name = "UpliftComboBox";
this.UpliftComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.UpliftComboBox.Size = new System.Drawing.Size(198, 20);
this.UpliftComboBox.TabIndex = 33;
//
// UpliftLabel
//
this.UpliftLabel.Location = new System.Drawing.Point(14, 169);
this.UpliftLabel.Name = "UpliftLabel";
this.UpliftLabel.Size = new System.Drawing.Size(50, 13);
this.UpliftLabel.TabIndex = 32;
this.UpliftLabel.Text = "Uplift type";
//
// HydraulicShortcutComboBox
//
this.HydraulicShortcutComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.HydraulicShortcutComboBox.Location = new System.Drawing.Point(152, 140);
this.HydraulicShortcutComboBox.Name = "HydraulicShortcutComboBox";
this.HydraulicShortcutComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.HydraulicShortcutComboBox.Size = new System.Drawing.Size(198, 20);
this.HydraulicShortcutComboBox.TabIndex = 31;
//
// HydraulicShortcutLabel
//
this.HydraulicShortcutLabel.Location = new System.Drawing.Point(14, 143);
this.HydraulicShortcutLabel.Name = "HydraulicShortcutLabel";
this.HydraulicShortcutLabel.Size = new System.Drawing.Size(87, 13);
this.HydraulicShortcutLabel.TabIndex = 30;
this.HydraulicShortcutLabel.Text = "Hydraulic shortcut";
//
// LoadSituationComboBox
//
this.LoadSituationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LoadSituationComboBox.Location = new System.Drawing.Point(152, 88);
this.LoadSituationComboBox.Name = "LoadSituationComboBox";
this.LoadSituationComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LoadSituationComboBox.Size = new System.Drawing.Size(198, 20);
this.LoadSituationComboBox.TabIndex = 29;
//
// LoadSituationLabel
//
this.LoadSituationLabel.Location = new System.Drawing.Point(14, 91);
this.LoadSituationLabel.Name = "LoadSituationLabel";
this.LoadSituationLabel.Size = new System.Drawing.Size(67, 13);
this.LoadSituationLabel.TabIndex = 28;
this.LoadSituationLabel.Text = "Load situation";
//
// DikeSensitivityComboBox
//
this.DikeSensitivityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DikeSensitivityComboBox.Location = new System.Drawing.Point(152, 114);
this.DikeSensitivityComboBox.Name = "DikeSensitivityComboBox";
this.DikeSensitivityComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DikeSensitivityComboBox.Size = new System.Drawing.Size(198, 20);
this.DikeSensitivityComboBox.TabIndex = 27;
//
// DikeSensitivityLabel
//
this.DikeSensitivityLabel.Location = new System.Drawing.Point(14, 117);
this.DikeSensitivityLabel.Name = "DikeSensitivityLabel";
this.DikeSensitivityLabel.Size = new System.Drawing.Size(71, 13);
this.DikeSensitivityLabel.TabIndex = 26;
this.DikeSensitivityLabel.Text = "Dike sensitivity";
//
// 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(152, 62);
this.ProfileEdit.Name = "ProfileEdit";
this.ProfileEdit.Size = new System.Drawing.Size(198, 20);
this.ProfileEdit.TabIndex = 9;
//
// ProfileLabel
//
this.ProfileLabel.Location = new System.Drawing.Point(14, 65);
this.ProfileLabel.Name = "ProfileLabel";
this.ProfileLabel.Size = new System.Drawing.Size(49, 13);
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(152, 36);
this.LocationEdit.Name = "LocationEdit";
this.LocationEdit.Size = new System.Drawing.Size(198, 20);
this.LocationEdit.TabIndex = 7;
//
// LocationLabel
//
this.LocationLabel.Location = new System.Drawing.Point(14, 39);
this.LocationLabel.Name = "LocationLabel";
this.LocationLabel.Size = new System.Drawing.Size(40, 13);
this.LocationLabel.TabIndex = 6;
this.LocationLabel.Text = "Location";
//
// groupControl2
//
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, 276);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(364, 92);
this.groupControl2.TabIndex = 8;
this.groupControl2.Text = "Results";
//
// 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(152, 56);
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(198, 20);
this.CalculationComboBox.TabIndex = 37;
//
// CalculationLabel
//
this.CalculationLabel.Location = new System.Drawing.Point(14, 59);
this.CalculationLabel.Name = "CalculationLabel";
this.CalculationLabel.Size = new System.Drawing.Size(52, 13);
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(152, 30);
this.SafetyFactorEdit.Name = "SafetyFactorEdit";
this.SafetyFactorEdit.Size = new System.Drawing.Size(198, 20);
this.SafetyFactorEdit.TabIndex = 11;
//
// SafetyFactorLabel
//
this.SafetyFactorLabel.Location = new System.Drawing.Point(14, 33);
this.SafetyFactorLabel.Name = "SafetyFactorLabel";
this.SafetyFactorLabel.Size = new System.Drawing.Size(64, 13);
this.SafetyFactorLabel.TabIndex = 10;
this.SafetyFactorLabel.Text = "Safety factor";
//
// EvaluationGroupControl
//
this.EvaluationGroupControl.Controls.Add(this.OpenFileButton);
this.EvaluationGroupControl.Controls.Add(this.tableLayoutPanel1);
this.EvaluationGroupControl.Controls.Add(this.NotesLabel);
this.EvaluationGroupControl.Controls.Add(this.NotesEdit);
this.EvaluationGroupControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.EvaluationGroupControl.Location = new System.Drawing.Point(0, 368);
this.EvaluationGroupControl.Name = "EvaluationGroupControl";
this.EvaluationGroupControl.Size = new System.Drawing.Size(364, 217);
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(14, 79);
this.OpenFileButton.Name = "OpenFileButton";
this.OpenFileButton.Size = new System.Drawing.Size(336, 31);
this.OpenFileButton.TabIndex = 43;
this.OpenFileButton.Text = "Open";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.AcceptedCheckEdit, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.RejectedCheckEdit, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.NotEvaluatedCheckEdit, 2, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(14, 33);
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(336, 27);
this.tableLayoutPanel1.TabIndex = 39;
//
// AcceptedCheckEdit
//
this.AcceptedCheckEdit.Location = new System.Drawing.Point(4, 4);
this.AcceptedCheckEdit.Name = "AcceptedCheckEdit";
this.AcceptedCheckEdit.Properties.Caption = "Accepted";
this.AcceptedCheckEdit.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
this.AcceptedCheckEdit.Size = new System.Drawing.Size(104, 19);
this.AcceptedCheckEdit.TabIndex = 1;
//
// RejectedCheckEdit
//
this.RejectedCheckEdit.Location = new System.Drawing.Point(115, 4);
this.RejectedCheckEdit.Name = "RejectedCheckEdit";
this.RejectedCheckEdit.Properties.Caption = "Rejected";
this.RejectedCheckEdit.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
this.RejectedCheckEdit.Size = new System.Drawing.Size(104, 19);
this.RejectedCheckEdit.TabIndex = 1;
//
// NotEvaluatedCheckEdit
//
this.NotEvaluatedCheckEdit.Location = new System.Drawing.Point(226, 4);
this.NotEvaluatedCheckEdit.Name = "NotEvaluatedCheckEdit";
this.NotEvaluatedCheckEdit.Properties.Caption = "Not evaluated";
this.NotEvaluatedCheckEdit.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
this.NotEvaluatedCheckEdit.Size = new System.Drawing.Size(106, 19);
this.NotEvaluatedCheckEdit.TabIndex = 2;
//
// NotesLabel
//
this.NotesLabel.Location = new System.Drawing.Point(14, 127);
this.NotesLabel.Name = "NotesLabel";
this.NotesLabel.Size = new System.Drawing.Size(28, 13);
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(14, 146);
this.NotesEdit.Name = "NotesEdit";
this.NotesEdit.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.NotesEdit.Size = new System.Drawing.Size(336, 53);
this.NotesEdit.TabIndex = 3;
//
// ScenarioCalculationPropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.EvaluationGroupControl);
this.Controls.Add(this.groupControl2);
this.Controls.Add(this.groupControl1);
this.Name = "ScenarioCalculationPropertyControl";
this.Size = new System.Drawing.Size(364, 585);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ModelPipingComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ModelComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ScenarioComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.UpliftComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.HydraulicShortcutComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LoadSituationComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DikeSensitivityComboBox.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.CalculationComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SafetyFactorEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EvaluationGroupControl)).EndInit();
this.EvaluationGroupControl.ResumeLayout(false);
this.EvaluationGroupControl.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.AcceptedCheckEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RejectedCheckEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NotEvaluatedCheckEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NotesEdit.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.ComboBoxEdit UpliftComboBox;
private DevExpress.XtraEditors.LabelControl UpliftLabel;
private DevExpress.XtraEditors.ComboBoxEdit HydraulicShortcutComboBox;
private DevExpress.XtraEditors.LabelControl HydraulicShortcutLabel;
private DevExpress.XtraEditors.ComboBoxEdit LoadSituationComboBox;
private DevExpress.XtraEditors.LabelControl LoadSituationLabel;
private DevExpress.XtraEditors.ComboBoxEdit DikeSensitivityComboBox;
private DevExpress.XtraEditors.LabelControl DikeSensitivityLabel;
private DevExpress.XtraEditors.ComboBoxEdit ScenarioComboBox;
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.ComboBoxEdit ModelComboBox;
private DevExpress.XtraEditors.LabelControl ModelLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraEditors.CheckEdit AcceptedCheckEdit;
private DevExpress.XtraEditors.SimpleButton OpenFileButton;
private DevExpress.XtraEditors.ComboBoxEdit ModelPipingComboBox;
private DevExpress.XtraEditors.LabelControl ModelPipingLabel;
}
}