// Copyright (C) Stichting Deltares 2019. 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 WaterBoardPropertyControl
{
///
/// 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.CalculationGroup = new DevExpress.XtraEditors.GroupControl();
this.CalculationProgressBar = new DevExpress.XtraEditors.ProgressBarControl();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.NumberOfDikesTextEdit = new DevExpress.XtraEditors.TextEdit();
this.NumberOfDikesLabel = new DevExpress.XtraEditors.LabelControl();
this.TimeSeriesGroupControl = new DevExpress.XtraEditors.GroupControl();
this.FileSelectButton = new DevExpress.XtraEditors.SimpleButton();
this.WaterLevelTimeSeriesFileNameLabel = new DevExpress.XtraEditors.LabelControl();
this.WaterLevelTimeSeriesFileNameEdit = new DevExpress.XtraEditors.TextEdit();
this.SelectFileDialog = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.CalculationGroup)).BeginInit();
this.CalculationGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CalculationProgressBar.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NumberOfDikesTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TimeSeriesGroupControl)).BeginInit();
this.TimeSeriesGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.WaterLevelTimeSeriesFileNameEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// CalculationGroup
//
this.CalculationGroup.Controls.Add(this.CalculationProgressBar);
this.CalculationGroup.Dock = System.Windows.Forms.DockStyle.Top;
this.CalculationGroup.Location = new System.Drawing.Point(0, 0);
this.CalculationGroup.Name = "CalculationGroup";
this.CalculationGroup.Size = new System.Drawing.Size(191, 80);
this.CalculationGroup.TabIndex = 15;
this.CalculationGroup.Text = "Progress";
//
// CalculationProgressBar
//
this.CalculationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CalculationProgressBar.Location = new System.Drawing.Point(15, 38);
this.CalculationProgressBar.Name = "CalculationProgressBar";
this.CalculationProgressBar.Size = new System.Drawing.Size(159, 24);
this.CalculationProgressBar.TabIndex = 0;
//
// groupControl1
//
this.groupControl1.Controls.Add(this.NumberOfDikesTextEdit);
this.groupControl1.Controls.Add(this.NumberOfDikesLabel);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupControl1.Location = new System.Drawing.Point(0, 80);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(191, 68);
this.groupControl1.TabIndex = 16;
this.groupControl1.Text = "Waterboard";
//
// NumberOfDikesTextEdit
//
this.NumberOfDikesTextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NumberOfDikesTextEdit.Location = new System.Drawing.Point(112, 30);
this.NumberOfDikesTextEdit.Name = "NumberOfDikesTextEdit";
this.NumberOfDikesTextEdit.Size = new System.Drawing.Size(62, 20);
this.NumberOfDikesTextEdit.TabIndex = 7;
//
// NumberOfDikesLabel
//
this.NumberOfDikesLabel.Location = new System.Drawing.Point(12, 33);
this.NumberOfDikesLabel.Name = "NumberOfDikesLabel";
this.NumberOfDikesLabel.Size = new System.Drawing.Size(78, 13);
this.NumberOfDikesLabel.TabIndex = 6;
this.NumberOfDikesLabel.Text = "Number of Dikes";
//
// TimeSeriesGroupControl
//
this.TimeSeriesGroupControl.Controls.Add(this.FileSelectButton);
this.TimeSeriesGroupControl.Controls.Add(this.WaterLevelTimeSeriesFileNameLabel);
this.TimeSeriesGroupControl.Controls.Add(this.WaterLevelTimeSeriesFileNameEdit);
this.TimeSeriesGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.TimeSeriesGroupControl.Location = new System.Drawing.Point(0, 148);
this.TimeSeriesGroupControl.Name = "TimeSeriesGroupControl";
this.TimeSeriesGroupControl.Size = new System.Drawing.Size(191, 85);
this.TimeSeriesGroupControl.TabIndex = 17;
this.TimeSeriesGroupControl.Text = "Time series";
//
// FileSelectButton
//
this.FileSelectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.FileSelectButton.Location = new System.Drawing.Point(166, 50);
this.FileSelectButton.Name = "FileSelectButton";
this.FileSelectButton.Size = new System.Drawing.Size(20, 20);
this.FileSelectButton.TabIndex = 6;
this.FileSelectButton.Text = "...";
//
// WaterLevelTimeSeriesFileNameLabel
//
this.WaterLevelTimeSeriesFileNameLabel.Location = new System.Drawing.Point(12, 31);
this.WaterLevelTimeSeriesFileNameLabel.Name = "WaterLevelTimeSeriesFileNameLabel";
this.WaterLevelTimeSeriesFileNameLabel.Size = new System.Drawing.Size(95, 13);
this.WaterLevelTimeSeriesFileNameLabel.TabIndex = 5;
this.WaterLevelTimeSeriesFileNameLabel.Text = "Waterlevel filename";
//
// WaterLevelTimeSeriesFileNameEdit
//
this.WaterLevelTimeSeriesFileNameEdit.Location = new System.Drawing.Point(12, 50);
this.WaterLevelTimeSeriesFileNameEdit.Name = "WaterLevelTimeSeriesFileNameEdit";
this.WaterLevelTimeSeriesFileNameEdit.Size = new System.Drawing.Size(148, 20);
this.WaterLevelTimeSeriesFileNameEdit.TabIndex = 4;
//
// WaterBoardPropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.TimeSeriesGroupControl);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.CalculationGroup);
this.Name = "WaterBoardPropertyControl";
this.Size = new System.Drawing.Size(191, 370);
((System.ComponentModel.ISupportInitialize)(this.CalculationGroup)).EndInit();
this.CalculationGroup.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.CalculationProgressBar.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NumberOfDikesTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TimeSeriesGroupControl)).EndInit();
this.TimeSeriesGroupControl.ResumeLayout(false);
this.TimeSeriesGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.WaterLevelTimeSeriesFileNameEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl CalculationGroup;
private DevExpress.XtraEditors.ProgressBarControl CalculationProgressBar;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.TextEdit NumberOfDikesTextEdit;
private DevExpress.XtraEditors.LabelControl NumberOfDikesLabel;
private DevExpress.XtraEditors.GroupControl TimeSeriesGroupControl;
private DevExpress.XtraEditors.SimpleButton FileSelectButton;
private DevExpress.XtraEditors.LabelControl WaterLevelTimeSeriesFileNameLabel;
private DevExpress.XtraEditors.TextEdit WaterLevelTimeSeriesFileNameEdit;
private System.Windows.Forms.OpenFileDialog SelectFileDialog;
}
}