// 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 SoilSegmentSplitLocationControl { /// /// 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 serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl(); this.XcoordinateEdit = new DevExpress.XtraEditors.SpinEdit(); this.XcoordinateLabel = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit(); this.IdentificationGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.XcoordinateEdit.Properties)).BeginInit(); this.SuspendLayout(); // // IdentificationGroupControl // this.IdentificationGroupControl.Controls.Add(this.XcoordinateEdit); this.IdentificationGroupControl.Controls.Add(this.XcoordinateLabel); 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(353, 52); this.IdentificationGroupControl.TabIndex = 135; this.IdentificationGroupControl.Text = "Identification"; // // 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(183, 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), serializableAppearanceObject2, "", 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"; // // SoilSegmentSplitLocationControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.IdentificationGroupControl); this.Name = "SoilSegmentSplitLocationControl"; this.Size = new System.Drawing.Size(353, 314); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit(); this.IdentificationGroupControl.ResumeLayout(false); this.IdentificationGroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.XcoordinateEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl IdentificationGroupControl; private DevExpress.XtraEditors.SpinEdit XcoordinateEdit; private DevExpress.XtraEditors.LabelControl XcoordinateLabel; } }