Index: src/Deltares.DSoilModel.Forms/CPTLookup1DControl.Designer.cs =================================================================== diff -u -r253 -r255 --- src/Deltares.DSoilModel.Forms/CPTLookup1DControl.Designer.cs (.../CPTLookup1DControl.Designer.cs) (revision 253) +++ src/Deltares.DSoilModel.Forms/CPTLookup1DControl.Designer.cs (.../CPTLookup1DControl.Designer.cs) (revision 255) @@ -28,62 +28,32 @@ /// private void InitializeComponent() { - this.OffsetGroupControl = new DevExpress.XtraEditors.GroupControl(); - this.CPTNameTextEdit = new DevExpress.XtraEditors.TextEdit(); - this.CPTNameLabelControl = new DevExpress.XtraEditors.LabelControl(); - ((System.ComponentModel.ISupportInitialize)(this.OffsetGroupControl)).BeginInit(); - this.OffsetGroupControl.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.CPTNameTextEdit.Properties)).BeginInit(); + this.cptControl = new Deltares.DSoilModel.Forms.CPTControl(); this.SuspendLayout(); // - // OffsetGroupControl + // cptControl // - this.OffsetGroupControl.Controls.Add(this.CPTNameTextEdit); - this.OffsetGroupControl.Controls.Add(this.CPTNameLabelControl); - this.OffsetGroupControl.Dock = System.Windows.Forms.DockStyle.Top; - this.OffsetGroupControl.Location = new System.Drawing.Point(0, 0); - this.OffsetGroupControl.Name = "OffsetGroupControl"; - this.OffsetGroupControl.Size = new System.Drawing.Size(260, 68); - this.OffsetGroupControl.TabIndex = 8; - this.OffsetGroupControl.Text = "CPT Lookup"; + this.cptControl.Dock = System.Windows.Forms.DockStyle.Fill; + this.cptControl.Location = new System.Drawing.Point(0, 68); + this.cptControl.Name = "cptControl"; + this.cptControl.SelectedObject = null; + this.cptControl.Size = new System.Drawing.Size(260, 531); + this.cptControl.TabIndex = 9; // - // CPTNameTextEdit - // - this.CPTNameTextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.CPTNameTextEdit.Location = new System.Drawing.Point(145, 32); - this.CPTNameTextEdit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.CPTNameTextEdit.Name = "CPTNameTextEdit"; - this.CPTNameTextEdit.Size = new System.Drawing.Size(100, 20); - this.CPTNameTextEdit.TabIndex = 12; - // - // CPTNameLabelControl - // - this.CPTNameLabelControl.Location = new System.Drawing.Point(11, 34); - this.CPTNameLabelControl.Name = "CPTNameLabelControl"; - this.CPTNameLabelControl.Size = new System.Drawing.Size(19, 13); - this.CPTNameLabelControl.TabIndex = 10; - this.CPTNameLabelControl.Text = "CPT"; - // // CPTLookup1DControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.OffsetGroupControl); + this.Controls.Add(this.cptControl); this.Name = "CPTLookup1DControl"; this.Size = new System.Drawing.Size(260, 599); - ((System.ComponentModel.ISupportInitialize)(this.OffsetGroupControl)).EndInit(); - this.OffsetGroupControl.ResumeLayout(false); - this.OffsetGroupControl.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.CPTNameTextEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion - private DevExpress.XtraEditors.GroupControl OffsetGroupControl; - private DevExpress.XtraEditors.TextEdit CPTNameTextEdit; - private DevExpress.XtraEditors.LabelControl CPTNameLabelControl; + private CPTControl cptControl; } }