// Copyright (C) Stichting Deltares 2025. 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.EventPublisher; using Deltares.Standard.Forms.DExpress; 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 private DevExpress.XtraEditors.PanelControl CalculationDefinitionPanelControl; private DevExpress.XtraEditors.LabelControl FailureMechanismLabel; private DevExpress.XtraEditors.ComboBoxEdit FailureMechanismCombobox; private DevExpress.XtraEditors.ComboBoxEdit CalculationModelComboBox; private DevExpress.XtraEditors.LabelControl CalculationModelLabel; /// /// 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.damProjectCalculationOptionsPropertyControl1 = new Deltares.Dam.Forms.DamProjectCalculationOptionsPropertyControl(); this.CalculationDefinitionPanelControl = new DevExpress.XtraEditors.PanelControl(); this.FailureMechanismLabel = new DevExpress.XtraEditors.LabelControl(); this.FailureMechanismCombobox = new DevExpress.XtraEditors.ComboBoxEdit(); this.CalculationModelComboBox = new DevExpress.XtraEditors.ComboBoxEdit(); this.CalculationModelLabel = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.CalculationSpecificationsGroupControl)).BeginInit(); this.CalculationSpecificationsGroupControl.SuspendLayout(); this.SuspendLayout(); // // CalculationSpecificationsGroupControl // this.CalculationSpecificationsGroupControl.Controls.Add(this.damProjectCalculationOptionsPropertyControl1); this.CalculationSpecificationsGroupControl.Controls.Add(this.CalculationDefinitionPanelControl); 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.Size = new System.Drawing.Size(328, 800); this.CalculationSpecificationsGroupControl.TabIndex = 4; this.CalculationSpecificationsGroupControl.Text = "CalculationSpecificationsGroupControl"; LocalizationSupport.RegisterAndTranslate(typeof(DamProjectCalculationSpecificationPropertyControl), CalculationSpecificationsGroupControl); DataEventPublisher.OnAfterChange += DataEventPublisher_OnAfterChange; // // damProjectCalculationOptionsPropertyControl1 // this.damProjectCalculationOptionsPropertyControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.damProjectCalculationOptionsPropertyControl1.Location = new System.Drawing.Point(2, 128); this.damProjectCalculationOptionsPropertyControl1.Name = "damProjectCalculationOptionsPropertyControl1"; this.damProjectCalculationOptionsPropertyControl1.SelectedObject = null; this.damProjectCalculationOptionsPropertyControl1.Size = new System.Drawing.Size(324, 668); this.damProjectCalculationOptionsPropertyControl1.TabIndex = 14; // // Calculation specification groupbox // ((System.ComponentModel.ISupportInitialize)(this.CalculationModelComboBox.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CalculationDefinitionPanelControl)).BeginInit(); this.CalculationDefinitionPanelControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.FailureMechanismCombobox.Properties)).BeginInit(); // // CalculationModelComboBox // this.CalculationModelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CalculationModelComboBox.Location = new System.Drawing.Point(233, 43); this.CalculationModelComboBox.Margin = new System.Windows.Forms.Padding(4); this.CalculationModelComboBox.Name = "TangentLineUpliftVanComboBox"; this.CalculationModelComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.CalculationModelComboBox.Size = new System.Drawing.Size(85, 22); this.CalculationModelComboBox.TabIndex = 3; // // CalculationModelLabel // this.CalculationModelLabel.Location = new System.Drawing.Point(6, 46); this.CalculationModelLabel.Margin = new System.Windows.Forms.Padding(4); this.CalculationModelLabel.Name = "TangentLineUpliftVanLabel"; this.CalculationModelLabel.Size = new System.Drawing.Size(97, 16); this.CalculationModelLabel.TabIndex = 2; this.CalculationModelLabel.Text = "Calculation model"; // // CalculationDefinitionPanelControl // this.CalculationDefinitionPanelControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.CalculationDefinitionPanelControl.Controls.Add(this.FailureMechanismCombobox); this.CalculationDefinitionPanelControl.Controls.Add(this.FailureMechanismLabel); this.CalculationDefinitionPanelControl.Controls.Add(this.CalculationModelComboBox); this.CalculationDefinitionPanelControl.Controls.Add(this.CalculationModelLabel); this.CalculationDefinitionPanelControl.Dock = System.Windows.Forms.DockStyle.Top; this.CalculationDefinitionPanelControl.Location = new System.Drawing.Point(2, 24); this.CalculationDefinitionPanelControl.Name = "SearchMethodPanelControl"; this.CalculationDefinitionPanelControl.Size = new System.Drawing.Size(324, 69); this.CalculationDefinitionPanelControl.TabIndex = 1; // // FailureMechanismLabel // this.FailureMechanismLabel.Location = new System.Drawing.Point(6, 14); this.FailureMechanismLabel.Margin = new System.Windows.Forms.Padding(4); this.FailureMechanismLabel.Name = "SearchMethodLabel"; this.FailureMechanismLabel.Size = new System.Drawing.Size(86, 16); this.FailureMechanismLabel.TabIndex = 3; this.FailureMechanismLabel.Text = "Failure mechanism"; // // SearchMethodCombobox // this.FailureMechanismCombobox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.FailureMechanismCombobox.Location = new System.Drawing.Point(233, 11); this.FailureMechanismCombobox.Margin = new System.Windows.Forms.Padding(4); this.FailureMechanismCombobox.Name = "SearchMethodCombobox"; this.FailureMechanismCombobox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.FailureMechanismCombobox.Size = new System.Drawing.Size(85, 22); this.FailureMechanismCombobox.TabIndex = 4; // // 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, 800); ((System.ComponentModel.ISupportInitialize)(this.CalculationSpecificationsGroupControl)).EndInit(); this.CalculationSpecificationsGroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.CalculationModelComboBox.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CalculationDefinitionPanelControl)).EndInit(); this.CalculationDefinitionPanelControl.ResumeLayout(false); this.CalculationDefinitionPanelControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.FailureMechanismCombobox.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl CalculationSpecificationsGroupControl; private DamProjectCalculationOptionsPropertyControl damProjectCalculationOptionsPropertyControl1; } }