// Copyright (C) Stichting Deltares 2025. 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 LocationPropertyControl { /// /// 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.LoadGroupControl = new DevExpress.XtraEditors.GroupControl(); this.TrafficLoadEdit = new DevExpress.XtraEditors.SpinEdit(); this.TrafficLoadLabel = new DevExpress.XtraEditors.LabelControl(); this.TrafficLoadDistributionAngleEdit = new DevExpress.XtraEditors.SpinEdit(); this.TrafficLoadDistributionAngleLabel = new DevExpress.XtraEditors.LabelControl(); this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl(); this.YEdit = new DevExpress.XtraEditors.SpinEdit(); this.YLabel = new DevExpress.XtraEditors.LabelControl(); this.XEdit = new DevExpress.XtraEditors.SpinEdit(); this.XLabel = new DevExpress.XtraEditors.LabelControl(); this.NameValue = new DevExpress.XtraEditors.TextEdit(); this.NameLabel = new DevExpress.XtraEditors.LabelControl(); this.DesignGroupControl = new DevExpress.XtraEditors.GroupControl(); this.ShoulderEmbankmentMaterialEdit = new DevExpress.XtraEditors.TextEdit(); this.ShoulderEmbankmentMaterialLabel = new DevExpress.XtraEditors.LabelControl(); this.DikeEmbankmentMaterialEdit = new DevExpress.XtraEditors.TextEdit(); this.DikeEmbankmentMaterialLabel = new DevExpress.XtraEditors.LabelControl(); this.StabilitySlopeAdaptionDeltaXEdit = new DevExpress.XtraEditors.SpinEdit(); this.StabilitySlopeAdaptionDeltaXLabel = new DevExpress.XtraEditors.LabelControl(); this.StabilityShoulderGrowDeltaXEdit = new DevExpress.XtraEditors.SpinEdit(); this.StabilityShoulderGrowDeltaXLabel = new DevExpress.XtraEditors.LabelControl(); this.StabilityShoulderGrowSlopeEdit = new DevExpress.XtraEditors.SpinEdit(); this.StabilityShoulderGrowSlopeLabel = new DevExpress.XtraEditors.LabelControl(); this.CalculationGroupControl = new DevExpress.XtraEditors.GroupControl(); this.MinimumCircleDepthEdit = new DevExpress.XtraEditors.SpinEdit(); this.MininumCircleDepthLabel = new DevExpress.XtraEditors.LabelControl(); this.PLLineCreationMethodComboBox = new DevExpress.XtraEditors.ComboBoxEdit(); this.PLLineCreationMethodLabel = new DevExpress.XtraEditors.LabelControl(); this.ZoneEdit = new DevExpress.XtraEditors.ComboBoxEdit(); this.ZoneLabel = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.LoadGroupControl)).BeginInit(); this.LoadGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TrafficLoadEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TrafficLoadDistributionAngleEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit(); this.IdentificationGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.YEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.NameValue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DesignGroupControl)).BeginInit(); this.DesignGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ShoulderEmbankmentMaterialEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DikeEmbankmentMaterialEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StabilitySlopeAdaptionDeltaXEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StabilityShoulderGrowDeltaXEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StabilityShoulderGrowSlopeEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CalculationGroupControl)).BeginInit(); this.CalculationGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MinimumCircleDepthEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PLLineCreationMethodComboBox.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ZoneEdit.Properties)).BeginInit(); this.SuspendLayout(); // // LoadGroupControl // this.LoadGroupControl.Controls.Add(this.TrafficLoadEdit); this.LoadGroupControl.Controls.Add(this.TrafficLoadLabel); this.LoadGroupControl.Controls.Add(this.TrafficLoadDistributionAngleEdit); this.LoadGroupControl.Controls.Add(this.TrafficLoadDistributionAngleLabel); this.LoadGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.LoadGroupControl.Location = new System.Drawing.Point(0, 155); this.LoadGroupControl.Name = "LoadGroupControl"; this.LoadGroupControl.Size = new System.Drawing.Size(287, 93); this.LoadGroupControl.TabIndex = 13; this.LoadGroupControl.Text = "Load"; // // TrafficLoadEdit // this.TrafficLoadEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TrafficLoadEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.TrafficLoadEdit.EnterMoveNextControl = true; this.TrafficLoadEdit.Location = new System.Drawing.Point(194, 35); this.TrafficLoadEdit.Name = "TrafficLoadEdit"; this.TrafficLoadEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TrafficLoadEdit.Properties.EditFormat.FormatString = "F3"; this.TrafficLoadEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TrafficLoadEdit.Properties.HideSelection = false; this.TrafficLoadEdit.Properties.ValidateOnEnterKey = true; this.TrafficLoadEdit.Size = new System.Drawing.Size(79, 20); this.TrafficLoadEdit.TabIndex = 9; // // TrafficLoadLabel // this.TrafficLoadLabel.Location = new System.Drawing.Point(12, 38); this.TrafficLoadLabel.Name = "TrafficLoadLabel"; this.TrafficLoadLabel.Size = new System.Drawing.Size(54, 13); this.TrafficLoadLabel.TabIndex = 8; this.TrafficLoadLabel.Text = "Traffic load"; // // TrafficLoadDistributionAngleEdit // this.TrafficLoadDistributionAngleEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TrafficLoadDistributionAngleEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.TrafficLoadDistributionAngleEdit.EnterMoveNextControl = true; this.TrafficLoadDistributionAngleEdit.Location = new System.Drawing.Point(194, 61); this.TrafficLoadDistributionAngleEdit.Name = "TrafficLoadDistributionAngleEdit"; this.TrafficLoadDistributionAngleEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TrafficLoadDistributionAngleEdit.Properties.EditFormat.FormatString = "F3"; this.TrafficLoadDistributionAngleEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TrafficLoadDistributionAngleEdit.Properties.HideSelection = false; this.TrafficLoadDistributionAngleEdit.Properties.ValidateOnEnterKey = true; this.TrafficLoadDistributionAngleEdit.Size = new System.Drawing.Size(79, 20); this.TrafficLoadDistributionAngleEdit.TabIndex = 9; // // TrafficLoadDistributionAngleLabel // this.TrafficLoadDistributionAngleLabel.Location = new System.Drawing.Point(12, 64); this.TrafficLoadDistributionAngleLabel.Name = "TrafficLoadDistributionAngleLabel"; this.TrafficLoadDistributionAngleLabel.Size = new System.Drawing.Size(113, 13); this.TrafficLoadDistributionAngleLabel.TabIndex = 8; this.TrafficLoadDistributionAngleLabel.Text = "Traffic load distribution angle"; // // IdentificationGroupControl // this.IdentificationGroupControl.Controls.Add(this.YEdit); this.IdentificationGroupControl.Controls.Add(this.YLabel); this.IdentificationGroupControl.Controls.Add(this.XEdit); this.IdentificationGroupControl.Controls.Add(this.XLabel); this.IdentificationGroupControl.Controls.Add(this.NameValue); this.IdentificationGroupControl.Controls.Add(this.NameLabel); this.IdentificationGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.IdentificationGroupControl.Location = new System.Drawing.Point(0, 0); this.IdentificationGroupControl.Name = "IdentificationGroupControl"; this.IdentificationGroupControl.Size = new System.Drawing.Size(287, 129); this.IdentificationGroupControl.TabIndex = 47; this.IdentificationGroupControl.Text = "Identification"; // // YEdit // this.YEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.YEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.YEdit.EnterMoveNextControl = true; this.YEdit.Location = new System.Drawing.Point(129, 91); this.YEdit.Name = "YEdit"; this.YEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.YEdit.Properties.EditFormat.FormatString = "F3"; this.YEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.YEdit.Properties.HideSelection = false; this.YEdit.Properties.ValidateOnEnterKey = true; this.YEdit.Size = new System.Drawing.Size(144, 20); this.YEdit.TabIndex = 54; // // YLabel // this.YLabel.Location = new System.Drawing.Point(12, 94); this.YLabel.Name = "YLabel"; this.YLabel.Size = new System.Drawing.Size(6, 13); this.YLabel.TabIndex = 53; this.YLabel.Text = "Y"; // // XEdit // this.XEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.XEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.XEdit.EnterMoveNextControl = true; this.XEdit.Location = new System.Drawing.Point(129, 65); this.XEdit.Name = "XEdit"; this.XEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.XEdit.Properties.EditFormat.FormatString = "F3"; this.XEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.XEdit.Properties.HideSelection = false; this.XEdit.Properties.ValidateOnEnterKey = true; this.XEdit.Size = new System.Drawing.Size(144, 20); this.XEdit.TabIndex = 52; // // XLabel // this.XLabel.Location = new System.Drawing.Point(12, 68); this.XLabel.Name = "XLabel"; this.XLabel.Size = new System.Drawing.Size(6, 13); this.XLabel.TabIndex = 51; this.XLabel.Text = "X"; // // NameValue // this.NameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.NameValue.Location = new System.Drawing.Point(129, 39); this.NameValue.Name = "NameValue"; this.NameValue.Size = new System.Drawing.Size(144, 20); this.NameValue.TabIndex = 50; // // NameLabel // this.NameLabel.Location = new System.Drawing.Point(12, 42); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(27, 13); this.NameLabel.TabIndex = 34; this.NameLabel.Text = "Name"; // // DesignGroupControl // this.DesignGroupControl.Controls.Add(this.ShoulderEmbankmentMaterialEdit); this.DesignGroupControl.Controls.Add(this.ShoulderEmbankmentMaterialLabel); this.DesignGroupControl.Controls.Add(this.DikeEmbankmentMaterialEdit); this.DesignGroupControl.Controls.Add(this.DikeEmbankmentMaterialLabel); this.DesignGroupControl.Controls.Add(this.StabilitySlopeAdaptionDeltaXEdit); this.DesignGroupControl.Controls.Add(this.StabilitySlopeAdaptionDeltaXLabel); this.DesignGroupControl.Controls.Add(this.StabilityShoulderGrowDeltaXEdit); this.DesignGroupControl.Controls.Add(this.StabilityShoulderGrowDeltaXLabel); this.DesignGroupControl.Controls.Add(this.StabilityShoulderGrowSlopeEdit); this.DesignGroupControl.Controls.Add(this.StabilityShoulderGrowSlopeLabel); this.DesignGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.DesignGroupControl.Location = new System.Drawing.Point(0, 590); this.DesignGroupControl.Name = "DesignGroupControl"; this.DesignGroupControl.Size = new System.Drawing.Size(287, 124); this.DesignGroupControl.TabIndex = 51; this.DesignGroupControl.Text = "Design"; // // ShoulderEmbankmentMaterialEdit // this.ShoulderEmbankmentMaterialEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ShoulderEmbankmentMaterialEdit.Location = new System.Drawing.Point(154, 61); this.ShoulderEmbankmentMaterialEdit.Name = "ShoulderEmbankmentMaterialEdit"; this.ShoulderEmbankmentMaterialEdit.Size = new System.Drawing.Size(119, 20); this.ShoulderEmbankmentMaterialEdit.TabIndex = 58; // // ShoulderEmbankmentMaterialLabel // this.ShoulderEmbankmentMaterialLabel.Location = new System.Drawing.Point(12, 64); this.ShoulderEmbankmentMaterialLabel.Name = "ShoulderEmbankmentMaterialLabel"; this.ShoulderEmbankmentMaterialLabel.Size = new System.Drawing.Size(113, 13); this.ShoulderEmbankmentMaterialLabel.TabIndex = 57; this.ShoulderEmbankmentMaterialLabel.Text = "Shoulder emb. material"; // // DikeEmbankmentMaterialEdit // this.DikeEmbankmentMaterialEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DikeEmbankmentMaterialEdit.Location = new System.Drawing.Point(154, 35); this.DikeEmbankmentMaterialEdit.Name = "DikeEmbankmentMaterialEdit"; this.DikeEmbankmentMaterialEdit.Size = new System.Drawing.Size(119, 20); this.DikeEmbankmentMaterialEdit.TabIndex = 56; // // DikeEmbankmentMaterialLabel // this.DikeEmbankmentMaterialLabel.Location = new System.Drawing.Point(12, 38); this.DikeEmbankmentMaterialLabel.Name = "DikeEmbankmentMaterialLabel"; this.DikeEmbankmentMaterialLabel.Size = new System.Drawing.Size(88, 13); this.DikeEmbankmentMaterialLabel.TabIndex = 55; this.DikeEmbankmentMaterialLabel.Text = "Dike emb. material"; // // StabilitySlopeAdaptionDeltaXEdit // this.StabilitySlopeAdaptionDeltaXEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StabilitySlopeAdaptionDeltaXEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.StabilitySlopeAdaptionDeltaXEdit.EnterMoveNextControl = true; this.StabilitySlopeAdaptionDeltaXEdit.Location = new System.Drawing.Point(154, 139); this.StabilitySlopeAdaptionDeltaXEdit.Name = "StabilitySlopeAdaptionDeltaXEdit"; this.StabilitySlopeAdaptionDeltaXEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.StabilitySlopeAdaptionDeltaXEdit.Properties.EditFormat.FormatString = "F3"; this.StabilitySlopeAdaptionDeltaXEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.StabilitySlopeAdaptionDeltaXEdit.Properties.HideSelection = false; this.StabilitySlopeAdaptionDeltaXEdit.Properties.ValidateOnEnterKey = true; this.StabilitySlopeAdaptionDeltaXEdit.Size = new System.Drawing.Size(119, 20); this.StabilitySlopeAdaptionDeltaXEdit.TabIndex = 13; // // StabilitySlopeAdaptionDeltaXLabel // this.StabilitySlopeAdaptionDeltaXLabel.Location = new System.Drawing.Point(12, 142); this.StabilitySlopeAdaptionDeltaXLabel.Name = "StabilitySlopeAdaptionDeltaXLabel"; this.StabilitySlopeAdaptionDeltaXLabel.Size = new System.Drawing.Size(107, 13); this.StabilitySlopeAdaptionDeltaXLabel.TabIndex = 12; this.StabilitySlopeAdaptionDeltaXLabel.Text = "Slope adaption delta X"; // // StabilityShoulderGrowDeltaXEdit // this.StabilityShoulderGrowDeltaXEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StabilityShoulderGrowDeltaXEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.StabilityShoulderGrowDeltaXEdit.EnterMoveNextControl = true; this.StabilityShoulderGrowDeltaXEdit.Location = new System.Drawing.Point(154, 113); this.StabilityShoulderGrowDeltaXEdit.Name = "StabilityShoulderGrowDeltaXEdit"; this.StabilityShoulderGrowDeltaXEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.StabilityShoulderGrowDeltaXEdit.Properties.EditFormat.FormatString = "F3"; this.StabilityShoulderGrowDeltaXEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.StabilityShoulderGrowDeltaXEdit.Properties.HideSelection = false; this.StabilityShoulderGrowDeltaXEdit.Properties.ValidateOnEnterKey = true; this.StabilityShoulderGrowDeltaXEdit.Size = new System.Drawing.Size(119, 20); this.StabilityShoulderGrowDeltaXEdit.TabIndex = 11; // // StabilityShoulderGrowDeltaXLabel // this.StabilityShoulderGrowDeltaXLabel.Location = new System.Drawing.Point(12, 116); this.StabilityShoulderGrowDeltaXLabel.Name = "StabilityShoulderGrowDeltaXLabel"; this.StabilityShoulderGrowDeltaXLabel.Size = new System.Drawing.Size(115, 13); this.StabilityShoulderGrowDeltaXLabel.TabIndex = 10; this.StabilityShoulderGrowDeltaXLabel.Text = "Shoulder growth delta X"; // // StabilityShoulderGrowSlopeEdit // this.StabilityShoulderGrowSlopeEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StabilityShoulderGrowSlopeEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.StabilityShoulderGrowSlopeEdit.EnterMoveNextControl = true; this.StabilityShoulderGrowSlopeEdit.Location = new System.Drawing.Point(154, 87); this.StabilityShoulderGrowSlopeEdit.Name = "StabilityShoulderGrowSlopeEdit"; this.StabilityShoulderGrowSlopeEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.StabilityShoulderGrowSlopeEdit.Properties.EditFormat.FormatString = "F3"; this.StabilityShoulderGrowSlopeEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.StabilityShoulderGrowSlopeEdit.Properties.HideSelection = false; this.StabilityShoulderGrowSlopeEdit.Properties.ValidateOnEnterKey = true; this.StabilityShoulderGrowSlopeEdit.Size = new System.Drawing.Size(119, 20); this.StabilityShoulderGrowSlopeEdit.TabIndex = 9; // // StabilityShoulderGrowSlopeLabel // this.StabilityShoulderGrowSlopeLabel.Location = new System.Drawing.Point(12, 90); this.StabilityShoulderGrowSlopeLabel.Name = "StabilityShoulderGrowSlopeLabel"; this.StabilityShoulderGrowSlopeLabel.Size = new System.Drawing.Size(107, 13); this.StabilityShoulderGrowSlopeLabel.TabIndex = 8; this.StabilityShoulderGrowSlopeLabel.Text = "Shoulder growth slope"; // // CalculationGroupControl // this.CalculationGroupControl.Controls.Add(this.MinimumCircleDepthEdit); this.CalculationGroupControl.Controls.Add(this.MininumCircleDepthLabel); this.CalculationGroupControl.Controls.Add(this.PLLineCreationMethodComboBox); this.CalculationGroupControl.Controls.Add(this.PLLineCreationMethodLabel); this.CalculationGroupControl.Controls.Add(this.ZoneEdit); this.CalculationGroupControl.Controls.Add(this.ZoneLabel); this.CalculationGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.CalculationGroupControl.Location = new System.Drawing.Point(0, 480); this.CalculationGroupControl.Name = "CalculationGroupControl"; this.CalculationGroupControl.Size = new System.Drawing.Size(287, 110); this.CalculationGroupControl.TabIndex = 52; this.CalculationGroupControl.Text = "Calculation"; // // MinimumCircleDepthEdit // this.MinimumCircleDepthEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.MinimumCircleDepthEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.MinimumCircleDepthEdit.Location = new System.Drawing.Point(154, 81); this.MinimumCircleDepthEdit.Name = "MinimumCircleDepthEdit"; this.MinimumCircleDepthEdit.Size = new System.Drawing.Size(119, 20); this.MinimumCircleDepthEdit.TabIndex = 58; // // MininumCircleDepthLabel // this.MininumCircleDepthLabel.Location = new System.Drawing.Point(13, 84); this.MininumCircleDepthLabel.Name = "MininumCircleDepthLabel"; this.MininumCircleDepthLabel.Size = new System.Drawing.Size(98, 13); this.MininumCircleDepthLabel.TabIndex = 57; this.MininumCircleDepthLabel.Text = "Minimum circle depth"; // // PLLineCreationMethodComboBox // this.PLLineCreationMethodComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PLLineCreationMethodComboBox.Location = new System.Drawing.Point(154, 29); this.PLLineCreationMethodComboBox.Name = "PLLineCreationMethodComboBox"; this.PLLineCreationMethodComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.PLLineCreationMethodComboBox.Size = new System.Drawing.Size(120, 20); this.PLLineCreationMethodComboBox.TabIndex = 27; // // PLLineCreationMethodLabel // this.PLLineCreationMethodLabel.Location = new System.Drawing.Point(15, 35); this.PLLineCreationMethodLabel.Name = "PLLineCreationMethodLabel"; this.PLLineCreationMethodLabel.Size = new System.Drawing.Size(112, 13); this.PLLineCreationMethodLabel.TabIndex = 26; this.PLLineCreationMethodLabel.Text = "PL-line creation method"; // // ZoneEdit // this.ZoneEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ZoneEdit.Location = new System.Drawing.Point(154, 55); this.ZoneEdit.Name = "ZoneEdit"; this.ZoneEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ZoneEdit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.ZoneEdit.Size = new System.Drawing.Size(120, 20); this.ZoneEdit.TabIndex = 10; // // ZoneLabel // this.ZoneLabel.Location = new System.Drawing.Point(15, 58); this.ZoneLabel.Name = "ZoneLabel"; this.ZoneLabel.Size = new System.Drawing.Size(24, 13); this.ZoneLabel.TabIndex = 9; this.ZoneLabel.Text = "Zone"; // // LocationPropertyControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.DesignGroupControl); this.Controls.Add(this.CalculationGroupControl); this.Controls.Add(this.LoadGroupControl); this.Controls.Add(this.IdentificationGroupControl); this.Name = "LocationPropertyControl"; this.Size = new System.Drawing.Size(287, 697); ((System.ComponentModel.ISupportInitialize)(this.LoadGroupControl)).EndInit(); this.LoadGroupControl.ResumeLayout(false); this.LoadGroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TrafficLoadEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TrafficLoadDistributionAngleEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit(); this.IdentificationGroupControl.ResumeLayout(false); this.IdentificationGroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.YEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NameValue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DesignGroupControl)).EndInit(); this.DesignGroupControl.ResumeLayout(false); this.DesignGroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ShoulderEmbankmentMaterialEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DikeEmbankmentMaterialEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StabilitySlopeAdaptionDeltaXEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StabilityShoulderGrowDeltaXEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StabilityShoulderGrowSlopeEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CalculationGroupControl)).EndInit(); this.CalculationGroupControl.ResumeLayout(false); this.CalculationGroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.MinimumCircleDepthEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PLLineCreationMethodComboBox.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ZoneEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl LoadGroupControl; private DevExpress.XtraEditors.GroupControl IdentificationGroupControl; private DevExpress.XtraEditors.TextEdit NameValue; private DevExpress.XtraEditors.LabelControl NameLabel; private DevExpress.XtraEditors.SpinEdit YEdit; private DevExpress.XtraEditors.LabelControl YLabel; private DevExpress.XtraEditors.SpinEdit XEdit; private DevExpress.XtraEditors.LabelControl XLabel; private DevExpress.XtraEditors.GroupControl DesignGroupControl; private DevExpress.XtraEditors.SpinEdit StabilityShoulderGrowSlopeEdit; private DevExpress.XtraEditors.LabelControl StabilityShoulderGrowSlopeLabel; private DevExpress.XtraEditors.SpinEdit StabilitySlopeAdaptionDeltaXEdit; private DevExpress.XtraEditors.LabelControl StabilitySlopeAdaptionDeltaXLabel; private DevExpress.XtraEditors.SpinEdit StabilityShoulderGrowDeltaXEdit; private DevExpress.XtraEditors.LabelControl StabilityShoulderGrowDeltaXLabel; private DevExpress.XtraEditors.TextEdit ShoulderEmbankmentMaterialEdit; private DevExpress.XtraEditors.LabelControl ShoulderEmbankmentMaterialLabel; private DevExpress.XtraEditors.TextEdit DikeEmbankmentMaterialEdit; private DevExpress.XtraEditors.LabelControl DikeEmbankmentMaterialLabel; private DevExpress.XtraEditors.SpinEdit TrafficLoadEdit; private DevExpress.XtraEditors.LabelControl TrafficLoadLabel; private DevExpress.XtraEditors.SpinEdit TrafficLoadDistributionAngleEdit; private DevExpress.XtraEditors.LabelControl TrafficLoadDistributionAngleLabel; private DevExpress.XtraEditors.GroupControl CalculationGroupControl; private DevExpress.XtraEditors.LabelControl ZoneLabel; private DevExpress.XtraEditors.ComboBoxEdit ZoneEdit; private DevExpress.XtraEditors.LabelControl MininumCircleDepthLabel; private DevExpress.XtraEditors.ComboBoxEdit PLLineCreationMethodComboBox; private DevExpress.XtraEditors.LabelControl PLLineCreationMethodLabel; private DevExpress.XtraEditors.SpinEdit MinimumCircleDepthEdit; } }