// 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 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.damTypeGroup = new DevExpress.XtraEditors.RadioGroup();
this.DestinationProjectFilenameButton = new DevExpress.XtraEditors.SimpleButton();
this.DestinationProjectFilenameLabel = new DevExpress.XtraEditors.LabelControl();
this.DestinationProjectFilenameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.DikeRingtypeLabel = new DevExpress.XtraEditors.LabelControl();
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.DikeRingsCheckedListBox = new DevExpress.XtraEditors.CheckedListBoxControl();
this.SelectDikeRingsLabel = new DevExpress.XtraEditors.LabelControl();
this.projectionGroupControl = new DevExpress.XtraEditors.GroupControl();
this.projectionMemoEdit = new DevExpress.XtraEditors.MemoEdit();
this.SensorConfigurationFilenameButton = new DevExpress.XtraEditors.SimpleButton();
this.SensorConfigurationFilenameLabel = new DevExpress.XtraEditors.LabelControl();
this.SensorConfigurationFilenameTextEdit = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.ProjectSpecificationsGroupControl)).BeginInit();
this.ProjectSpecificationsGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.damTypeGroup.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.DikeRingsCheckedListBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.projectionGroupControl)).BeginInit();
this.projectionGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.projectionMemoEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SensorConfigurationFilenameTextEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// ProjectSpecificationsGroupControl
//
this.ProjectSpecificationsGroupControl.AutoSize = true;
this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameButton);
this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameLabel);
this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameTextEdit);
this.ProjectSpecificationsGroupControl.Controls.Add(this.damTypeGroup);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DestinationProjectFilenameButton);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DestinationProjectFilenameLabel);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DestinationProjectFilenameTextEdit);
this.ProjectSpecificationsGroupControl.Controls.Add(this.DikeRingtypeLabel);
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.Name = "ProjectSpecificationsGroupControl";
this.ProjectSpecificationsGroupControl.Size = new System.Drawing.Size(493, 276);
this.ProjectSpecificationsGroupControl.TabIndex = 4;
this.ProjectSpecificationsGroupControl.Text = "Project specification";
//
// damTypeGroup
//
this.damTypeGroup.Location = new System.Drawing.Point(134, 66);
this.damTypeGroup.Margin = new System.Windows.Forms.Padding(18, 3, 3, 3);
this.damTypeGroup.Name = "damTypeGroup";
this.damTypeGroup.Properties.AllowMouseWheel = false;
this.damTypeGroup.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.damTypeGroup.Properties.Appearance.Options.UseBackColor = true;
this.damTypeGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.damTypeGroup.Properties.Columns = 1;
this.damTypeGroup.Size = new System.Drawing.Size(345, 48);
this.damTypeGroup.TabIndex = 15;
this.damTypeGroup.SelectedIndexChanged += new System.EventHandler(this.damTypeGroup_SelectedIndexChanged);
this.damTypeGroup.PropertiesChanged += new System.EventHandler(this.damTypeGroup_PropertiesChanged);
this.damTypeGroup.EditValueChanged += new System.EventHandler(this.damTypeGroup_EditValueChanged);
//
// 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(447, 182);
this.DestinationProjectFilenameButton.Name = "DestinationProjectFilenameButton";
this.DestinationProjectFilenameButton.Size = new System.Drawing.Size(34, 23);
this.DestinationProjectFilenameButton.TabIndex = 14;
this.DestinationProjectFilenameButton.Text = "...";
this.DestinationProjectFilenameButton.Click += new System.EventHandler(this.DestinationProjectFilenameButtonClick);
//
// DestinationProjectFilenameLabel
//
this.DestinationProjectFilenameLabel.Location = new System.Drawing.Point(12, 166);
this.DestinationProjectFilenameLabel.Name = "DestinationProjectFilenameLabel";
this.DestinationProjectFilenameLabel.Size = new System.Drawing.Size(76, 13);
this.DestinationProjectFilenameLabel.TabIndex = 12;
this.DestinationProjectFilenameLabel.Text = "DAM project file";
//
// DestinationProjectFilenameTextEdit
//
this.DestinationProjectFilenameTextEdit.AllowDrop = true;
this.DestinationProjectFilenameTextEdit.Location = new System.Drawing.Point(12, 185);
this.DestinationProjectFilenameTextEdit.Name = "DestinationProjectFilenameTextEdit";
this.DestinationProjectFilenameTextEdit.Size = new System.Drawing.Size(429, 20);
this.DestinationProjectFilenameTextEdit.TabIndex = 13;
//
// DikeRingtypeLabel
//
this.DikeRingtypeLabel.Location = new System.Drawing.Point(12, 66);
this.DikeRingtypeLabel.Name = "DikeRingtypeLabel";
this.DikeRingtypeLabel.Size = new System.Drawing.Size(45, 13);
this.DikeRingtypeLabel.TabIndex = 4;
this.DikeRingtypeLabel.Text = "Dike type";
//
// 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(447, 137);
this.DatasourcesFileNameButton.Name = "DatasourcesFileNameButton";
this.DatasourcesFileNameButton.Size = new System.Drawing.Size(34, 23);
this.DatasourcesFileNameButton.TabIndex = 8;
this.DatasourcesFileNameButton.Text = "...";
this.DatasourcesFileNameButton.Click += new System.EventHandler(this.DatasourcesFileNameButtonClick);
//
// DatasourcesFileNameLabel
//
this.DatasourcesFileNameLabel.Location = new System.Drawing.Point(12, 121);
this.DatasourcesFileNameLabel.Name = "DatasourcesFileNameLabel";
this.DatasourcesFileNameLabel.Size = new System.Drawing.Size(101, 13);
this.DatasourcesFileNameLabel.TabIndex = 6;
this.DatasourcesFileNameLabel.Text = "DAM datasources file";
//
// DatasourcesFileNameEdit
//
this.DatasourcesFileNameEdit.AllowDrop = true;
this.DatasourcesFileNameEdit.Location = new System.Drawing.Point(12, 140);
this.DatasourcesFileNameEdit.Name = "DatasourcesFileNameEdit";
this.DatasourcesFileNameEdit.Size = new System.Drawing.Size(429, 20);
this.DatasourcesFileNameEdit.TabIndex = 7;
this.DatasourcesFileNameEdit.Modified += new System.EventHandler(this.DatasourcesFileNameEditModified);
//
// DamCalculationTypeLabel
//
this.DamCalculationTypeLabel.Location = new System.Drawing.Point(12, 43);
this.DamCalculationTypeLabel.Name = "DamCalculationTypeLabel";
this.DamCalculationTypeLabel.Size = new System.Drawing.Size(77, 13);
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(132, 40);
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(349, 20);
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, 579);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(493, 35);
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(17, 5);
this.ProjectionButton.Name = "ProjectionButton";
this.ProjectionButton.Size = new System.Drawing.Size(85, 22);
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(402, 5);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 22);
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(321, 5);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 22);
this.okButton.TabIndex = 0;
this.okButton.Text = "Ok";
this.okButton.Click += new System.EventHandler(this.OkButtonClick);
//
// DikeRingsCheckedListBox
//
this.DikeRingsCheckedListBox.Location = new System.Drawing.Point(12, 305);
this.DikeRingsCheckedListBox.Name = "DikeRingsCheckedListBox";
this.DikeRingsCheckedListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.DikeRingsCheckedListBox.Size = new System.Drawing.Size(467, 184);
this.DikeRingsCheckedListBox.TabIndex = 6;
//
// SelectDikeRingsLabel
//
this.SelectDikeRingsLabel.Location = new System.Drawing.Point(12, 286);
this.SelectDikeRingsLabel.Name = "SelectDikeRingsLabel";
this.SelectDikeRingsLabel.Size = new System.Drawing.Size(74, 13);
this.SelectDikeRingsLabel.TabIndex = 7;
this.SelectDikeRingsLabel.Text = "Select dikerings";
//
// projectionGroupControl
//
this.projectionGroupControl.Controls.Add(this.projectionMemoEdit);
this.projectionGroupControl.Location = new System.Drawing.Point(12, 496);
this.projectionGroupControl.Name = "projectionGroupControl";
this.projectionGroupControl.Size = new System.Drawing.Size(467, 77);
this.projectionGroupControl.TabIndex = 8;
this.projectionGroupControl.Text = "Projection";
//
// projectionMemoEdit
//
this.projectionMemoEdit.EditValue = "";
this.projectionMemoEdit.Location = new System.Drawing.Point(10, 27);
this.projectionMemoEdit.Name = "projectionMemoEdit";
this.projectionMemoEdit.Size = new System.Drawing.Size(444, 40);
this.projectionMemoEdit.TabIndex = 0;
//
// 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(447, 227);
this.SensorConfigurationFilenameButton.Name = "SensorConfigurationFilenameButton";
this.SensorConfigurationFilenameButton.Size = new System.Drawing.Size(34, 23);
this.SensorConfigurationFilenameButton.TabIndex = 18;
this.SensorConfigurationFilenameButton.Text = "...";
this.SensorConfigurationFilenameButton.Click += new System.EventHandler(this.SensorConfigurationFilenameButton_Click);
//
// SensorConfigurationFilenameLabel
//
this.SensorConfigurationFilenameLabel.Location = new System.Drawing.Point(12, 210);
this.SensorConfigurationFilenameLabel.Name = "SensorConfigurationFilenameLabel";
this.SensorConfigurationFilenameLabel.Size = new System.Drawing.Size(76, 13);
this.SensorConfigurationFilenameLabel.TabIndex = 16;
this.SensorConfigurationFilenameLabel.Text = "DAM project file";
//
// SensorConfigurationFilenameTextEdit
//
this.SensorConfigurationFilenameTextEdit.AllowDrop = true;
this.SensorConfigurationFilenameTextEdit.Location = new System.Drawing.Point(12, 230);
this.SensorConfigurationFilenameTextEdit.Name = "SensorConfigurationFilenameTextEdit";
this.SensorConfigurationFilenameTextEdit.Size = new System.Drawing.Size(429, 20);
this.SensorConfigurationFilenameTextEdit.TabIndex = 17;
//
// DamNewProjectDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(493, 614);
this.Controls.Add(this.projectionGroupControl);
this.Controls.Add(this.SelectDikeRingsLabel);
this.Controls.Add(this.DikeRingsCheckedListBox);
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.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.damTypeGroup.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.DikeRingsCheckedListBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.projectionGroupControl)).EndInit();
this.projectionGroupControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.projectionMemoEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SensorConfigurationFilenameTextEdit.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.LabelControl DikeRingtypeLabel;
private DevExpress.XtraEditors.CheckedListBoxControl DikeRingsCheckedListBox;
private DevExpress.XtraEditors.LabelControl SelectDikeRingsLabel;
private DevExpress.XtraEditors.SimpleButton DestinationProjectFilenameButton;
private DevExpress.XtraEditors.LabelControl DestinationProjectFilenameLabel;
private DevExpress.XtraEditors.TextEdit DestinationProjectFilenameTextEdit;
private DevExpress.XtraEditors.RadioGroup damTypeGroup;
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;
}
}