// 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.
using Deltares.Standard;
namespace Deltares.Dam.Forms
{
partial class DamProjectCalculationSpecificationPropertyControl
{
///
/// 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.CalculationSpecificationsGroupControl = new DevExpress.XtraEditors.GroupControl();
this.ProbabilisticGroupControl = new DevExpress.XtraEditors.GroupControl();
this.ProbabilisticTypeComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.ProbabilisticTypeLabel = new DevExpress.XtraEditors.LabelControl();
this.Grid = new Deltares.Standard.Forms.DExpress.GridViewControl();
this.damProjectCalculationOptionsPropertyControl1 = new Deltares.Dam.Forms.DamProjectCalculationOptionsPropertyControl();
this.stabilityKernelTypeSpecificationsControl1 = new Deltares.Dam.Forms.StabilityKernelTypeSpecificationsControl();
((System.ComponentModel.ISupportInitialize)(this.CalculationSpecificationsGroupControl)).BeginInit();
this.CalculationSpecificationsGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ProbabilisticGroupControl)).BeginInit();
this.ProbabilisticGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ProbabilisticTypeComboBox.Properties)).BeginInit();
this.SuspendLayout();
//
// CalculationSpecificationsGroupControl
//
this.CalculationSpecificationsGroupControl.Controls.Add(this.damProjectCalculationOptionsPropertyControl1);
this.CalculationSpecificationsGroupControl.Controls.Add(this.Grid);
this.CalculationSpecificationsGroupControl.Controls.Add(this.stabilityKernelTypeSpecificationsControl1);
this.CalculationSpecificationsGroupControl.Controls.Add(this.ProbabilisticGroupControl);
this.CalculationSpecificationsGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.CalculationSpecificationsGroupControl.Location = new System.Drawing.Point(0, 0);
this.CalculationSpecificationsGroupControl.Margin = new System.Windows.Forms.Padding(4);
this.CalculationSpecificationsGroupControl.Name = "CalculationSpecificationsGroupControl";
this.CalculationSpecificationsGroupControl.Size = new System.Drawing.Size(328, 909);
this.CalculationSpecificationsGroupControl.TabIndex = 4;
this.CalculationSpecificationsGroupControl.Text = "Calculation specifications";
//
// ProbabilisticGroupControl
//
this.ProbabilisticGroupControl.Controls.Add(this.ProbabilisticTypeComboBox);
this.ProbabilisticGroupControl.Controls.Add(this.ProbabilisticTypeLabel);
this.ProbabilisticGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.ProbabilisticGroupControl.Location = new System.Drawing.Point(2, 24);
this.ProbabilisticGroupControl.Margin = new System.Windows.Forms.Padding(4);
this.ProbabilisticGroupControl.Name = "ProbabilisticGroupControl";
this.ProbabilisticGroupControl.ShowCaption = false;
this.ProbabilisticGroupControl.Size = new System.Drawing.Size(324, 38);
this.ProbabilisticGroupControl.TabIndex = 11;
this.ProbabilisticGroupControl.Text = "groupControl1";
//
// ProbabilisticTypeComboBox
//
this.ProbabilisticTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ProbabilisticTypeComboBox.Location = new System.Drawing.Point(184, 6);
this.ProbabilisticTypeComboBox.Margin = new System.Windows.Forms.Padding(4);
this.ProbabilisticTypeComboBox.Name = "ProbabilisticTypeComboBox";
this.ProbabilisticTypeComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.ProbabilisticTypeComboBox.Size = new System.Drawing.Size(133, 22);
this.ProbabilisticTypeComboBox.TabIndex = 9;
//
// ProbabilisticTypeLabel
//
this.ProbabilisticTypeLabel.Location = new System.Drawing.Point(9, 10);
this.ProbabilisticTypeLabel.Margin = new System.Windows.Forms.Padding(4);
this.ProbabilisticTypeLabel.Name = "ProbabilisticTypeLabel";
this.ProbabilisticTypeLabel.Size = new System.Drawing.Size(100, 16);
this.ProbabilisticTypeLabel.TabIndex = 8;
this.ProbabilisticTypeLabel.Text = "Probabilistic Type";
//
// Grid
//
this.Grid.AdjustHeightToFit = false;
this.Grid.AllowAddDeleteOnly = false;
this.Grid.AllowedUserColumnFilters = null;
this.Grid.AllowInserts = true;
this.Grid.Dock = System.Windows.Forms.DockStyle.Fill;
this.Grid.HideUnusedColumns = false;
this.Grid.Location = new System.Drawing.Point(2, 132);
this.Grid.Margin = new System.Windows.Forms.Padding(4);
this.Grid.Name = "Grid";
this.Grid.SendSelectionChanged = true;
this.Grid.ShowToolbar = true;
this.Grid.Size = new System.Drawing.Size(324, 775);
this.Grid.TabIndex = 13;
//
// damProjectCalculationOptionsPropertyControl1
//
this.damProjectCalculationOptionsPropertyControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.damProjectCalculationOptionsPropertyControl1.Location = new System.Drawing.Point(2, 282);
this.damProjectCalculationOptionsPropertyControl1.Name = "damProjectCalculationOptionsPropertyControl1";
this.damProjectCalculationOptionsPropertyControl1.SelectedObject = null;
this.damProjectCalculationOptionsPropertyControl1.Size = new System.Drawing.Size(324, 625);
this.damProjectCalculationOptionsPropertyControl1.TabIndex = 14;
//
// stabilityKernelTypeSpecificationsControl1
//
this.stabilityKernelTypeSpecificationsControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.stabilityKernelTypeSpecificationsControl1.Location = new System.Drawing.Point(2, 62);
this.stabilityKernelTypeSpecificationsControl1.Name = "stabilityKernelTypeSpecificationsControl1";
this.stabilityKernelTypeSpecificationsControl1.SelectedObject = null;
this.stabilityKernelTypeSpecificationsControl1.Size = new System.Drawing.Size(324, 70);
this.stabilityKernelTypeSpecificationsControl1.TabIndex = 12;
//
// DamProjectCalculationSpecificationPropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.CalculationSpecificationsGroupControl);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "DamProjectCalculationSpecificationPropertyControl";
this.Size = new System.Drawing.Size(328, 880);
((System.ComponentModel.ISupportInitialize)(this.CalculationSpecificationsGroupControl)).EndInit();
this.CalculationSpecificationsGroupControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ProbabilisticGroupControl)).EndInit();
this.ProbabilisticGroupControl.ResumeLayout(false);
this.ProbabilisticGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ProbabilisticTypeComboBox.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl CalculationSpecificationsGroupControl;
private DevExpress.XtraEditors.GroupControl ProbabilisticGroupControl;
private DevExpress.XtraEditors.ComboBoxEdit ProbabilisticTypeComboBox;
private DevExpress.XtraEditors.LabelControl ProbabilisticTypeLabel;
private StabilityKernelTypeSpecificationsControl stabilityKernelTypeSpecificationsControl1;
protected Standard.Forms.DExpress.GridViewControl Grid;
private DamProjectCalculationOptionsPropertyControl damProjectCalculationOptionsPropertyControl1;
}
}