namespace Deltares.DSoilModel.Forms { partial class SegmentControl { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl(); this.ZonesCheckEdit = new DevExpress.XtraEditors.CheckEdit(); this.StartConversionButton = new DevExpress.XtraEditors.SimpleButton(); this.FillMaterialLabel = new DevExpress.XtraEditors.LabelControl(); this.FillMaterialComboBox = new DevExpress.XtraEditors.ComboBoxEdit(); this.SurfaceLineLabel = new DevExpress.XtraEditors.LabelControl(); this.SurfaceLineComboBox = new DevExpress.XtraEditors.ComboBoxEdit(); this.NameEdit = new DevExpress.XtraEditors.TextEdit(); this.NameLabel = new DevExpress.XtraEditors.LabelControl(); this.ProfilesGroupControl = new DevExpress.XtraEditors.GroupControl(); this.GeometriesGridControl = new Deltares.Standard.Forms.DExpress.GridViewControl(); this.CPTsGroupControl = new DevExpress.XtraEditors.GroupControl(); this.CptsGridViewControl = new Deltares.Standard.Forms.DExpress.GridViewControl(); this.BoringsGroupControl = new DevExpress.XtraEditors.GroupControl(); this.BoringsGridViewControl = new Deltares.Standard.Forms.DExpress.GridViewControl(); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit(); this.IdentificationGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ZonesCheckEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FillMaterialComboBox.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SurfaceLineComboBox.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NameEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProfilesGroupControl)).BeginInit(); this.ProfilesGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.CPTsGroupControl)).BeginInit(); this.CPTsGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BoringsGroupControl)).BeginInit(); this.BoringsGroupControl.SuspendLayout(); this.SuspendLayout(); // // IdentificationGroupControl // this.IdentificationGroupControl.Controls.Add(this.ZonesCheckEdit); this.IdentificationGroupControl.Controls.Add(this.StartConversionButton); this.IdentificationGroupControl.Controls.Add(this.FillMaterialLabel); this.IdentificationGroupControl.Controls.Add(this.FillMaterialComboBox); this.IdentificationGroupControl.Controls.Add(this.SurfaceLineLabel); this.IdentificationGroupControl.Controls.Add(this.SurfaceLineComboBox); this.IdentificationGroupControl.Controls.Add(this.NameEdit); 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(284, 136); this.IdentificationGroupControl.TabIndex = 8; this.IdentificationGroupControl.Text = "Identification"; // // ZonesCheckEdit // this.ZonesCheckEdit.Location = new System.Drawing.Point(14, 106); this.ZonesCheckEdit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ZonesCheckEdit.Name = "ZonesCheckEdit"; this.ZonesCheckEdit.Properties.Caption = "Use zones"; this.ZonesCheckEdit.Size = new System.Drawing.Size(97, 19); this.ZonesCheckEdit.TabIndex = 67; // // StartConversionButton // this.StartConversionButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StartConversionButton.Location = new System.Drawing.Point(157, 103); this.StartConversionButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.StartConversionButton.Name = "StartConversionButton"; this.StartConversionButton.Size = new System.Drawing.Size(112, 19); this.StartConversionButton.TabIndex = 66; this.StartConversionButton.Text = "Start Conversion of 1D to 2D"; // // FillMaterialLabel // this.FillMaterialLabel.Location = new System.Drawing.Point(16, 81); this.FillMaterialLabel.Name = "FillMaterialLabel"; this.FillMaterialLabel.Size = new System.Drawing.Size(53, 13); this.FillMaterialLabel.TabIndex = 65; this.FillMaterialLabel.Text = "Fill material"; // // FillMaterialComboBox // this.FillMaterialComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.FillMaterialComboBox.Location = new System.Drawing.Point(157, 79); this.FillMaterialComboBox.Name = "FillMaterialComboBox"; this.FillMaterialComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.FillMaterialComboBox.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.FillMaterialComboBox.Size = new System.Drawing.Size(112, 20); this.FillMaterialComboBox.TabIndex = 64; // // SurfaceLineLabel // this.SurfaceLineLabel.Location = new System.Drawing.Point(16, 57); this.SurfaceLineLabel.Name = "SurfaceLineLabel"; this.SurfaceLineLabel.Size = new System.Drawing.Size(56, 13); this.SurfaceLineLabel.TabIndex = 63; this.SurfaceLineLabel.Text = "Surface line"; // // SurfaceLineComboBox // this.SurfaceLineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.SurfaceLineComboBox.Location = new System.Drawing.Point(157, 54); this.SurfaceLineComboBox.Name = "SurfaceLineComboBox"; this.SurfaceLineComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.SurfaceLineComboBox.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.SurfaceLineComboBox.Size = new System.Drawing.Size(112, 20); this.SurfaceLineComboBox.TabIndex = 62; // // NameEdit // this.NameEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.NameEdit.Location = new System.Drawing.Point(157, 30); this.NameEdit.Name = "NameEdit"; this.NameEdit.Size = new System.Drawing.Size(112, 20); this.NameEdit.TabIndex = 13; // // NameLabel // this.NameLabel.Location = new System.Drawing.Point(16, 33); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(27, 13); this.NameLabel.TabIndex = 6; this.NameLabel.Text = "Name"; // // ProfilesGroupControl // this.ProfilesGroupControl.Controls.Add(this.GeometriesGridControl); this.ProfilesGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.ProfilesGroupControl.Location = new System.Drawing.Point(0, 136); this.ProfilesGroupControl.Name = "ProfilesGroupControl"; this.ProfilesGroupControl.Size = new System.Drawing.Size(284, 203); this.ProfilesGroupControl.TabIndex = 10; this.ProfilesGroupControl.Text = "Geometries"; // // GeometriesGridControl // this.GeometriesGridControl.AdjustHeightToFit = false; this.GeometriesGridControl.AllowAddDeleteOnly = false; this.GeometriesGridControl.AllowedUserColumnFilters = null; this.GeometriesGridControl.AllowInserts = true; this.GeometriesGridControl.AllowUserColumnFilterEdit = true; this.GeometriesGridControl.CurrentContext = null; this.GeometriesGridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.GeometriesGridControl.EnableMasterViewMode = true; this.GeometriesGridControl.HideUnusedColumns = false; this.GeometriesGridControl.Location = new System.Drawing.Point(2, 21); this.GeometriesGridControl.Name = "GeometriesGridControl"; this.GeometriesGridControl.SendSelectionChanged = true; this.GeometriesGridControl.ShowToolbar = true; this.GeometriesGridControl.Size = new System.Drawing.Size(280, 180); this.GeometriesGridControl.TabIndex = 0; // // CPTsGroupControl // this.CPTsGroupControl.Controls.Add(this.CptsGridViewControl); this.CPTsGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.CPTsGroupControl.Location = new System.Drawing.Point(0, 339); this.CPTsGroupControl.Name = "CPTsGroupControl"; this.CPTsGroupControl.Size = new System.Drawing.Size(284, 147); this.CPTsGroupControl.TabIndex = 12; this.CPTsGroupControl.Text = "CPTs"; // // CptsGridViewControl // this.CptsGridViewControl.AdjustHeightToFit = false; this.CptsGridViewControl.AllowAddDeleteOnly = false; this.CptsGridViewControl.AllowedUserColumnFilters = null; this.CptsGridViewControl.AllowInserts = true; this.CptsGridViewControl.AllowUserColumnFilterEdit = true; this.CptsGridViewControl.CurrentContext = null; this.CptsGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill; this.CptsGridViewControl.EnableMasterViewMode = true; this.CptsGridViewControl.HideUnusedColumns = false; this.CptsGridViewControl.Location = new System.Drawing.Point(2, 21); this.CptsGridViewControl.Name = "CptsGridViewControl"; this.CptsGridViewControl.SendSelectionChanged = false; this.CptsGridViewControl.ShowToolbar = true; this.CptsGridViewControl.Size = new System.Drawing.Size(280, 124); this.CptsGridViewControl.TabIndex = 0; // // BoringsGroupControl // this.BoringsGroupControl.Controls.Add(this.BoringsGridViewControl); this.BoringsGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.BoringsGroupControl.Location = new System.Drawing.Point(0, 486); this.BoringsGroupControl.Name = "BoringsGroupControl"; this.BoringsGroupControl.Size = new System.Drawing.Size(284, 153); this.BoringsGroupControl.TabIndex = 13; this.BoringsGroupControl.Text = "Borings"; // // BoringsGridViewControl // this.BoringsGridViewControl.AdjustHeightToFit = false; this.BoringsGridViewControl.AllowAddDeleteOnly = false; this.BoringsGridViewControl.AllowedUserColumnFilters = null; this.BoringsGridViewControl.AllowInserts = true; this.BoringsGridViewControl.AllowUserColumnFilterEdit = true; this.BoringsGridViewControl.CurrentContext = null; this.BoringsGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill; this.BoringsGridViewControl.EnableMasterViewMode = true; this.BoringsGridViewControl.HideUnusedColumns = false; this.BoringsGridViewControl.Location = new System.Drawing.Point(2, 21); this.BoringsGridViewControl.Name = "BoringsGridViewControl"; this.BoringsGridViewControl.SendSelectionChanged = false; this.BoringsGridViewControl.ShowToolbar = true; this.BoringsGridViewControl.Size = new System.Drawing.Size(280, 130); this.BoringsGridViewControl.TabIndex = 0; // // SegmentControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.BoringsGroupControl); this.Controls.Add(this.CPTsGroupControl); this.Controls.Add(this.ProfilesGroupControl); this.Controls.Add(this.IdentificationGroupControl); this.Name = "SegmentControl"; this.Size = new System.Drawing.Size(284, 854); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit(); this.IdentificationGroupControl.ResumeLayout(false); this.IdentificationGroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ZonesCheckEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FillMaterialComboBox.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SurfaceLineComboBox.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NameEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProfilesGroupControl)).EndInit(); this.ProfilesGroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.CPTsGroupControl)).EndInit(); this.CPTsGroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.BoringsGroupControl)).EndInit(); this.BoringsGroupControl.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl IdentificationGroupControl; private DevExpress.XtraEditors.LabelControl NameLabel; private DevExpress.XtraEditors.TextEdit NameEdit; private DevExpress.XtraEditors.GroupControl ProfilesGroupControl; private Deltares.Standard.Forms.DExpress.GridViewControl GeometriesGridControl; private DevExpress.XtraEditors.GroupControl CPTsGroupControl; private Standard.Forms.DExpress.GridViewControl CptsGridViewControl; private DevExpress.XtraEditors.GroupControl BoringsGroupControl; private Standard.Forms.DExpress.GridViewControl BoringsGridViewControl; private DevExpress.XtraEditors.SimpleButton StartConversionButton; private DevExpress.XtraEditors.LabelControl FillMaterialLabel; private DevExpress.XtraEditors.ComboBoxEdit FillMaterialComboBox; private DevExpress.XtraEditors.LabelControl SurfaceLineLabel; private DevExpress.XtraEditors.ComboBoxEdit SurfaceLineComboBox; private DevExpress.XtraEditors.CheckEdit ZonesCheckEdit; } }