// 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 AssessmentCalculationSpecificationPropertyControl
{
///
/// 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.ModelOptionsGroupControl = new DevExpress.XtraEditors.GroupControl();
this.PipipingModelComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.PipingModelLabel = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.damProjectCalculationOptionsPropertyControl1 = new Deltares.Dam.Forms.DamProjectCalculationOptionsPropertyControl();
((System.ComponentModel.ISupportInitialize)(this.ModelOptionsGroupControl)).BeginInit();
this.ModelOptionsGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PipipingModelComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// ModelOptionsGroupControl
//
this.ModelOptionsGroupControl.Controls.Add(this.PipipingModelComboBox);
this.ModelOptionsGroupControl.Controls.Add(this.PipingModelLabel);
this.ModelOptionsGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.ModelOptionsGroupControl.Location = new System.Drawing.Point(0, 0);
this.ModelOptionsGroupControl.Name = "ModelOptionsGroupControl";
this.ModelOptionsGroupControl.Size = new System.Drawing.Size(316, 78);
this.ModelOptionsGroupControl.TabIndex = 30;
this.ModelOptionsGroupControl.Text = "Model Options";
//
// PipipingModelComboBox
//
this.PipipingModelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PipipingModelComboBox.Location = new System.Drawing.Point(147, 39);
this.PipipingModelComboBox.Margin = new System.Windows.Forms.Padding(4);
this.PipipingModelComboBox.Name = "PipipingModelComboBox";
this.PipipingModelComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.PipipingModelComboBox.Size = new System.Drawing.Size(153, 22);
this.PipipingModelComboBox.TabIndex = 31;
//
// PipingModelLabel
//
this.PipingModelLabel.Location = new System.Drawing.Point(17, 42);
this.PipingModelLabel.Margin = new System.Windows.Forms.Padding(4);
this.PipingModelLabel.Name = "PipingModelLabel";
this.PipingModelLabel.Size = new System.Drawing.Size(73, 16);
this.PipingModelLabel.TabIndex = 30;
this.PipingModelLabel.Text = "Piping model";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.damProjectCalculationOptionsPropertyControl1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 78);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(316, 628);
this.panelControl1.TabIndex = 31;
//
// damProjectCalculationOptionsPropertyControl1
//
this.damProjectCalculationOptionsPropertyControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.damProjectCalculationOptionsPropertyControl1.Location = new System.Drawing.Point(2, 2);
this.damProjectCalculationOptionsPropertyControl1.Name = "damProjectCalculationOptionsPropertyControl1";
this.damProjectCalculationOptionsPropertyControl1.SelectedObject = null;
this.damProjectCalculationOptionsPropertyControl1.Size = new System.Drawing.Size(312, 624);
this.damProjectCalculationOptionsPropertyControl1.TabIndex = 0;
//
// AssessmentCalculationSpecificationPropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.ModelOptionsGroupControl);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "AssessmentCalculationSpecificationPropertyControl";
this.Size = new System.Drawing.Size(316, 706);
((System.ComponentModel.ISupportInitialize)(this.ModelOptionsGroupControl)).EndInit();
this.ModelOptionsGroupControl.ResumeLayout(false);
this.ModelOptionsGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PipipingModelComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl ModelOptionsGroupControl;
private DevExpress.XtraEditors.ComboBoxEdit PipipingModelComboBox;
private DevExpress.XtraEditors.LabelControl PipingModelLabel;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DamProjectCalculationOptionsPropertyControl damProjectCalculationOptionsPropertyControl1;
}
}