// Copyright (C) Stichting Deltares 2024. All rights reserved.
//
// This file is part of the D-Soil Model application.
//
// The D-Soil Model application 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.DSoilModel.Forms
{
partial class SpecificMechanismPointLocationControl
{
///
/// 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()
{
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl();
this.SoilProfileEdit = new DevExpress.XtraEditors.TextEdit();
this.SoilProfileLabel = new DevExpress.XtraEditors.LabelControl();
this.XcoordinateEdit = new DevExpress.XtraEditors.SpinEdit();
this.XcoordinateLabel = new DevExpress.XtraEditors.LabelControl();
this.MechanismEdit = new DevExpress.XtraEditors.ComboBoxEdit();
this.MechanismLabel = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit();
this.IdentificationGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.SoilProfileEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.XcoordinateEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MechanismEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// IdentificationGroupControl
//
this.IdentificationGroupControl.Controls.Add(this.SoilProfileEdit);
this.IdentificationGroupControl.Controls.Add(this.SoilProfileLabel);
this.IdentificationGroupControl.Controls.Add(this.XcoordinateEdit);
this.IdentificationGroupControl.Controls.Add(this.XcoordinateLabel);
this.IdentificationGroupControl.Controls.Add(this.MechanismEdit);
this.IdentificationGroupControl.Controls.Add(this.MechanismLabel);
this.IdentificationGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.IdentificationGroupControl.Location = new System.Drawing.Point(0, 0);
this.IdentificationGroupControl.Margin = new System.Windows.Forms.Padding(4);
this.IdentificationGroupControl.Name = "IdentificationGroupControl";
this.IdentificationGroupControl.ShowCaption = false;
this.IdentificationGroupControl.Size = new System.Drawing.Size(300, 107);
this.IdentificationGroupControl.TabIndex = 134;
this.IdentificationGroupControl.Text = "Identification";
//
// SoilProfileEdit
//
this.SoilProfileEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.SoilProfileEdit.Enabled = false;
this.SoilProfileEdit.Location = new System.Drawing.Point(130, 72);
this.SoilProfileEdit.Margin = new System.Windows.Forms.Padding(4);
this.SoilProfileEdit.Name = "SoilProfileEdit";
this.SoilProfileEdit.Size = new System.Drawing.Size(153, 22);
this.SoilProfileEdit.TabIndex = 139;
//
// SoilProfileLabel
//
this.SoilProfileLabel.Location = new System.Drawing.Point(15, 75);
this.SoilProfileLabel.Margin = new System.Windows.Forms.Padding(4);
this.SoilProfileLabel.Name = "SoilProfileLabel";
this.SoilProfileLabel.Size = new System.Drawing.Size(87, 16);
this.SoilProfileLabel.TabIndex = 138;
this.SoilProfileLabel.Text = "Soil profoile 2D";
//
// XcoordinateEdit
//
this.XcoordinateEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.XcoordinateEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.XcoordinateEdit.Location = new System.Drawing.Point(130, 12);
this.XcoordinateEdit.Margin = new System.Windows.Forms.Padding(4);
this.XcoordinateEdit.Name = "XcoordinateEdit";
this.XcoordinateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, false)});
this.XcoordinateEdit.Size = new System.Drawing.Size(153, 22);
this.XcoordinateEdit.TabIndex = 136;
//
// XcoordinateLabel
//
this.XcoordinateLabel.Location = new System.Drawing.Point(15, 15);
this.XcoordinateLabel.Margin = new System.Windows.Forms.Padding(4);
this.XcoordinateLabel.Name = "XcoordinateLabel";
this.XcoordinateLabel.Size = new System.Drawing.Size(74, 16);
this.XcoordinateLabel.TabIndex = 137;
this.XcoordinateLabel.Text = "X Coordinate";
//
// MechanismEdit
//
this.MechanismEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.MechanismEdit.Location = new System.Drawing.Point(130, 42);
this.MechanismEdit.Margin = new System.Windows.Forms.Padding(4);
this.MechanismEdit.Name = "MechanismEdit";
this.MechanismEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.MechanismEdit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.MechanismEdit.Size = new System.Drawing.Size(153, 22);
this.MechanismEdit.TabIndex = 135;
//
// MechanismLabel
//
this.MechanismLabel.Location = new System.Drawing.Point(15, 45);
this.MechanismLabel.Margin = new System.Windows.Forms.Padding(4);
this.MechanismLabel.Name = "MechanismLabel";
this.MechanismLabel.Size = new System.Drawing.Size(64, 16);
this.MechanismLabel.TabIndex = 134;
this.MechanismLabel.Text = "Mechanism";
//
// SpecificMechanismPointLocationControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.IdentificationGroupControl);
this.Name = "SpecificMechanismPointLocationControl";
this.Size = new System.Drawing.Size(300, 161);
((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit();
this.IdentificationGroupControl.ResumeLayout(false);
this.IdentificationGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.SoilProfileEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.XcoordinateEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.MechanismEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl IdentificationGroupControl;
private DevExpress.XtraEditors.TextEdit SoilProfileEdit;
private DevExpress.XtraEditors.LabelControl SoilProfileLabel;
private DevExpress.XtraEditors.SpinEdit XcoordinateEdit;
private DevExpress.XtraEditors.LabelControl XcoordinateLabel;
private DevExpress.XtraEditors.ComboBoxEdit MechanismEdit;
private DevExpress.XtraEditors.LabelControl MechanismLabel;
}
}