namespace Deltares.DSoilModel.Forms { partial class CPTLookup1DControl { /// /// 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.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.SuspendLayout(); // // OffsetGroupControl // 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"; // // 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.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; } }