// 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.
namespace Deltares.Dam.Forms
{
partial class DamNewProjectDialog
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DamNewProjectDialog));
this.ProjectSpecificationsGroupControl = new DevExpress.XtraEditors.GroupControl();
this.SensorConfigurationFilenameButton = new DevExpress.XtraEditors.SimpleButton();
this.SensorConfigurationFilenameLabel = new DevExpress.XtraEditors.LabelControl();
this.SensorConfigurationFilenameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.DestinationProjectFilenameButton = new DevExpress.XtraEditors.SimpleButton();
this.DestinationProjectFilenameLabel = new DevExpress.XtraEditors.LabelControl();
this.DestinationProjectFilenameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.DatasourcesFileNameButton = new DevExpress.XtraEditors.SimpleButton();
this.DatasourcesFileNameLabel = new DevExpress.XtraEditors.LabelControl();
this.DatasourcesFileNameEdit = new DevExpress.XtraEditors.TextEdit();
this.DamCalculationTypeLabel = new DevExpress.XtraEditors.LabelControl();
this.DamCalculationTypeComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
this.SelectFileDialog = new System.Windows.Forms.OpenFileDialog();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.ProjectionButton = new DevExpress.XtraEditors.SimpleButton();
this.cancelButton = new DevExpress.XtraEditors.SimpleButton();
this.okButton = new DevExpress.XtraEditors.SimpleButton();
this.projectionGroupControl = new DevExpress.XtraEditors.GroupControl();
this.projectionMemoEdit = new DevExpress.XtraEditors.MemoEdit();
((System.ComponentModel.ISupportInitialize)(this.ProjectSpecificationsGroupControl)).BeginInit();
this.ProjectSpecificationsGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.SensorConfigurationFilenameTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DestinationProjectFilenameTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DatasourcesFileNameEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DamCalculationTypeComboBox.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.projectionGroupControl)).BeginInit();
this.projectionGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.projectionMemoEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// ProjectSpecificationsGroupControl
//
this.ProjectSpecificationsGroupControl.AutoSize = false;
this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameButton);
this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameLabel);
this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameTextEdit);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DestinationProjectFilenameButton);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DestinationProjectFilenameLabel);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DestinationProjectFilenameTextEdit);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DatasourcesFileNameButton);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DatasourcesFileNameLabel);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DatasourcesFileNameEdit);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DamCalculationTypeLabel);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DamCalculationTypeComboBox);
this.ProjectSpecificationsGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.ProjectSpecificationsGroupControl.Location = new System.Drawing.Point(0, 0);
this.ProjectSpecificationsGroupControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ProjectSpecificationsGroupControl.Name = "ProjectSpecificationsGroupControl";
this.ProjectSpecificationsGroupControl.Size = new System.Drawing.Size(657, 295);
this.ProjectSpecificationsGroupControl.TabIndex = 4;
this.ProjectSpecificationsGroupControl.Text = "Project specification";
//
// SensorConfigurationFilenameButton
//
this.SensorConfigurationFilenameButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SensorConfigurationFilenameButton.Location = new System.Drawing.Point(596, 219);
this.SensorConfigurationFilenameButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.SensorConfigurationFilenameButton.Name = "SensorConfigurationFilenameButton";
this.SensorConfigurationFilenameButton.Size = new System.Drawing.Size(45, 28);
this.SensorConfigurationFilenameButton.TabIndex = 18;
this.SensorConfigurationFilenameButton.Text = "...";
this.SensorConfigurationFilenameButton.Click += new System.EventHandler(this.SensorConfigurationFilenameButton_Click);
//
// SensorConfigurationFilenameLabel
//
this.SensorConfigurationFilenameLabel.Location = new System.Drawing.Point(16, 198);
this.SensorConfigurationFilenameLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.SensorConfigurationFilenameLabel.Name = "SensorConfigurationFilenameLabel";
this.SensorConfigurationFilenameLabel.Size = new System.Drawing.Size(91, 16);
this.SensorConfigurationFilenameLabel.TabIndex = 16;
this.SensorConfigurationFilenameLabel.Text = "DAM project file";
//
// SensorConfigurationFilenameTextEdit
//
this.SensorConfigurationFilenameTextEdit.AllowDrop = true;
this.SensorConfigurationFilenameTextEdit.Location = new System.Drawing.Point(16, 223);
this.SensorConfigurationFilenameTextEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.SensorConfigurationFilenameTextEdit.Name = "SensorConfigurationFilenameTextEdit";
this.SensorConfigurationFilenameTextEdit.Size = new System.Drawing.Size(572, 22);
this.SensorConfigurationFilenameTextEdit.TabIndex = 17;
//
// DestinationProjectFilenameButton
//
this.DestinationProjectFilenameButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DestinationProjectFilenameButton.Location = new System.Drawing.Point(596, 164);
this.DestinationProjectFilenameButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DestinationProjectFilenameButton.Name = "DestinationProjectFilenameButton";
this.DestinationProjectFilenameButton.Size = new System.Drawing.Size(45, 28);
this.DestinationProjectFilenameButton.TabIndex = 14;
this.DestinationProjectFilenameButton.Text = "...";
this.DestinationProjectFilenameButton.Click += new System.EventHandler(this.DestinationProjectFilenameButtonClick);
//
// DestinationProjectFilenameLabel
//
this.DestinationProjectFilenameLabel.Location = new System.Drawing.Point(16, 144);
this.DestinationProjectFilenameLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DestinationProjectFilenameLabel.Name = "DestinationProjectFilenameLabel";
this.DestinationProjectFilenameLabel.Size = new System.Drawing.Size(91, 16);
this.DestinationProjectFilenameLabel.TabIndex = 12;
this.DestinationProjectFilenameLabel.Text = "DAM project file";
//
// DestinationProjectFilenameTextEdit
//
this.DestinationProjectFilenameTextEdit.AllowDrop = true;
this.DestinationProjectFilenameTextEdit.Location = new System.Drawing.Point(16, 168);
this.DestinationProjectFilenameTextEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DestinationProjectFilenameTextEdit.Name = "DestinationProjectFilenameTextEdit";
this.DestinationProjectFilenameTextEdit.Size = new System.Drawing.Size(572, 22);
this.DestinationProjectFilenameTextEdit.TabIndex = 13;
//
// DatasourcesFileNameButton
//
this.DatasourcesFileNameButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DatasourcesFileNameButton.Location = new System.Drawing.Point(596, 109);
this.DatasourcesFileNameButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DatasourcesFileNameButton.Name = "DatasourcesFileNameButton";
this.DatasourcesFileNameButton.Size = new System.Drawing.Size(45, 28);
this.DatasourcesFileNameButton.TabIndex = 8;
this.DatasourcesFileNameButton.Text = "...";
this.DatasourcesFileNameButton.Click += new System.EventHandler(this.DatasourcesFileNameButtonClick);
//
// DatasourcesFileNameLabel
//
this.DatasourcesFileNameLabel.Location = new System.Drawing.Point(16, 89);
this.DatasourcesFileNameLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DatasourcesFileNameLabel.Name = "DatasourcesFileNameLabel";
this.DatasourcesFileNameLabel.Size = new System.Drawing.Size(120, 16);
this.DatasourcesFileNameLabel.TabIndex = 6;
this.DatasourcesFileNameLabel.Text = "DAM datasources file";
//
// DatasourcesFileNameEdit
//
this.DatasourcesFileNameEdit.AllowDrop = true;
this.DatasourcesFileNameEdit.Location = new System.Drawing.Point(16, 112);
this.DatasourcesFileNameEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DatasourcesFileNameEdit.Name = "DatasourcesFileNameEdit";
this.DatasourcesFileNameEdit.Size = new System.Drawing.Size(572, 22);
this.DatasourcesFileNameEdit.TabIndex = 7;
this.DatasourcesFileNameEdit.Modified += new System.EventHandler(this.DatasourcesFileNameEditModified);
//
// DamCalculationTypeLabel
//
this.DamCalculationTypeLabel.Location = new System.Drawing.Point(16, 53);
this.DamCalculationTypeLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DamCalculationTypeLabel.Name = "DamCalculationTypeLabel";
this.DamCalculationTypeLabel.Size = new System.Drawing.Size(90, 16);
this.DamCalculationTypeLabel.TabIndex = 3;
this.DamCalculationTypeLabel.Text = "Calculation type";
//
// DamCalculationTypeComboBox
//
this.DamCalculationTypeComboBox.AllowDrop = true;
this.DamCalculationTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DamCalculationTypeComboBox.Location = new System.Drawing.Point(176, 49);
this.DamCalculationTypeComboBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DamCalculationTypeComboBox.Name = "DamCalculationTypeComboBox";
this.DamCalculationTypeComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DamCalculationTypeComboBox.Size = new System.Drawing.Size(465, 22);
this.DamCalculationTypeComboBox.TabIndex = 2;
//
// panelControl1
//
this.panelControl1.AutoSize = true;
this.panelControl1.Controls.Add(this.ProjectionButton);
this.panelControl1.Controls.Add(this.cancelButton);
this.panelControl1.Controls.Add(this.okButton);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 359);
this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(657, 43);
this.panelControl1.TabIndex = 5;
//
// ProjectionButton
//
this.ProjectionButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ProjectionButton.Location = new System.Drawing.Point(23, 6);
this.ProjectionButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ProjectionButton.Name = "ProjectionButton";
this.ProjectionButton.Size = new System.Drawing.Size(113, 27);
this.ProjectionButton.TabIndex = 6;
this.ProjectionButton.Text = "Projection...";
this.ProjectionButton.Click += new System.EventHandler(this.ProjectionButton_Click);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(536, 6);
this.cancelButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(100, 27);
this.cancelButton.TabIndex = 1;
this.cancelButton.Text = "Cancel";
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(428, 6);
this.okButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(100, 27);
this.okButton.TabIndex = 0;
this.okButton.Text = "Ok";
this.okButton.Click += new System.EventHandler(this.OkButtonClick);
//
// projectionGroupControl
//
this.projectionGroupControl.Controls.Add(this.projectionMemoEdit);
this.projectionGroupControl.Location = new System.Drawing.Point(0, 262);
this.projectionGroupControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.projectionGroupControl.Name = "projectionGroupControl";
this.projectionGroupControl.Size = new System.Drawing.Size(657, 95);
this.projectionGroupControl.TabIndex = 8;
this.projectionGroupControl.Text = "Projection";
//
// projectionMemoEdit
//
this.projectionMemoEdit.EditValue = "";
this.projectionMemoEdit.Location = new System.Drawing.Point(16, 33);
this.projectionMemoEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.projectionMemoEdit.Name = "projectionMemoEdit";
this.projectionMemoEdit.Size = new System.Drawing.Size(625, 49);
this.projectionMemoEdit.TabIndex = 0;
//
// DamNewProjectDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(657, 397);
this.Controls.Add(this.projectionGroupControl);
this.Controls.Add(this.ProjectSpecificationsGroupControl);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DamNewProjectDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "New project";
((System.ComponentModel.ISupportInitialize)(this.ProjectSpecificationsGroupControl)).EndInit();
this.ProjectSpecificationsGroupControl.ResumeLayout(false);
this.ProjectSpecificationsGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.SensorConfigurationFilenameTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DestinationProjectFilenameTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DatasourcesFileNameEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DamCalculationTypeComboBox.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.projectionGroupControl)).EndInit();
this.projectionGroupControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.projectionMemoEdit.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.GroupControl ProjectSpecificationsGroupControl;
private DevExpress.XtraEditors.SimpleButton DatasourcesFileNameButton;
private DevExpress.XtraEditors.LabelControl DatasourcesFileNameLabel;
private DevExpress.XtraEditors.TextEdit DatasourcesFileNameEdit;
private DevExpress.XtraEditors.LabelControl DamCalculationTypeLabel;
private DevExpress.XtraEditors.ComboBoxEdit DamCalculationTypeComboBox;
private System.Windows.Forms.OpenFileDialog SelectFileDialog;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton cancelButton;
private DevExpress.XtraEditors.SimpleButton okButton;
private DevExpress.XtraEditors.SimpleButton DestinationProjectFilenameButton;
private DevExpress.XtraEditors.LabelControl DestinationProjectFilenameLabel;
private DevExpress.XtraEditors.TextEdit DestinationProjectFilenameTextEdit;
private DevExpress.XtraEditors.SimpleButton ProjectionButton;
private DevExpress.XtraEditors.GroupControl projectionGroupControl;
private DevExpress.XtraEditors.MemoEdit projectionMemoEdit;
private DevExpress.XtraEditors.SimpleButton SensorConfigurationFilenameButton;
private DevExpress.XtraEditors.LabelControl SensorConfigurationFilenameLabel;
private DevExpress.XtraEditors.TextEdit SensorConfigurationFilenameTextEdit;
}
}