// Copyright (C) Stichting Deltares 2021. 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 DikePropertyControl
{
///
/// 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.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.NameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.NameLabel = new DevExpress.XtraEditors.LabelControl();
this.DescriptionTextEdit = new DevExpress.XtraEditors.TextEdit();
this.DescriptionLabel = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Controls.Add(this.DescriptionTextEdit);
this.groupControl1.Controls.Add(this.DescriptionLabel);
this.groupControl1.Controls.Add(this.NameTextEdit);
this.groupControl1.Controls.Add(this.NameLabel);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Margin = new System.Windows.Forms.Padding(4);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(219, 107);
this.groupControl1.TabIndex = 17;
this.groupControl1.Text = "Dike";
//
// NameTextEdit
//
this.NameTextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NameTextEdit.Location = new System.Drawing.Point(101, 37);
this.NameTextEdit.Margin = new System.Windows.Forms.Padding(4);
this.NameTextEdit.Name = "NameTextEdit";
this.NameTextEdit.Size = new System.Drawing.Size(101, 22);
this.NameTextEdit.TabIndex = 7;
//
// NameLabel
//
this.NameLabel.Location = new System.Drawing.Point(16, 41);
this.NameLabel.Margin = new System.Windows.Forms.Padding(4);
this.NameLabel.Name = "NameLabel";
this.NameLabel.Size = new System.Drawing.Size(33, 16);
this.NameLabel.TabIndex = 6;
this.NameLabel.Text = "Name";
//
// DescriptionTextEdit
//
this.DescriptionTextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DescriptionTextEdit.Location = new System.Drawing.Point(101, 67);
this.DescriptionTextEdit.Margin = new System.Windows.Forms.Padding(4);
this.DescriptionTextEdit.Name = "DescriptionTextEdit";
this.DescriptionTextEdit.Size = new System.Drawing.Size(101, 22);
this.DescriptionTextEdit.TabIndex = 9;
//
// DescriptionLabel
//
this.DescriptionLabel.Location = new System.Drawing.Point(16, 71);
this.DescriptionLabel.Margin = new System.Windows.Forms.Padding(4);
this.DescriptionLabel.Name = "DescriptionLabel";
this.DescriptionLabel.Size = new System.Drawing.Size(63, 16);
this.DescriptionLabel.TabIndex = 8;
this.DescriptionLabel.Text = "Description";
//
// DikePropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupControl1);
this.Name = "DikePropertyControl";
this.Size = new System.Drawing.Size(219, 131);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.TextEdit NameTextEdit;
private DevExpress.XtraEditors.LabelControl NameLabel;
private DevExpress.XtraEditors.TextEdit DescriptionTextEdit;
private DevExpress.XtraEditors.LabelControl DescriptionLabel;
}
}