namespace Deltares.DSoilModel.Forms
{
partial class CPTLookup2DControl
{
///
/// 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.XLabel = new DevExpress.XtraEditors.LabelControl();
this.ZEdit = new DevExpress.XtraEditors.SpinEdit();
this.XEdit = new DevExpress.XtraEditors.SpinEdit();
this.ZLabel = new DevExpress.XtraEditors.LabelControl();
this.CPTNameLabelControl = new DevExpress.XtraEditors.LabelControl();
this.ProfileNameLabelControl = new DevExpress.XtraEditors.LabelControl();
this.CPTNameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.ProfileNameTextEdit = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.OffsetGroupControl)).BeginInit();
this.OffsetGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ZEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CPTNameTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ProfileNameTextEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// OffsetGroupControl
//
this.OffsetGroupControl.Controls.Add(this.ProfileNameTextEdit);
this.OffsetGroupControl.Controls.Add(this.CPTNameTextEdit);
this.OffsetGroupControl.Controls.Add(this.ProfileNameLabelControl);
this.OffsetGroupControl.Controls.Add(this.CPTNameLabelControl);
this.OffsetGroupControl.Controls.Add(this.XLabel);
this.OffsetGroupControl.Controls.Add(this.ZEdit);
this.OffsetGroupControl.Controls.Add(this.XEdit);
this.OffsetGroupControl.Controls.Add(this.ZLabel);
this.OffsetGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.OffsetGroupControl.Location = new System.Drawing.Point(0, 0);
this.OffsetGroupControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.OffsetGroupControl.Name = "OffsetGroupControl";
this.OffsetGroupControl.Size = new System.Drawing.Size(347, 174);
this.OffsetGroupControl.TabIndex = 8;
this.OffsetGroupControl.Text = "CPT Lookup";
//
// XLabel
//
this.XLabel.Location = new System.Drawing.Point(21, 41);
this.XLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.XLabel.Name = "XLabel";
this.XLabel.Size = new System.Drawing.Size(50, 16);
this.XLabel.TabIndex = 6;
this.XLabel.Text = "X Offset ";
//
// ZEdit
//
this.ZEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ZEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.ZEdit.EnterMoveNextControl = true;
this.ZEdit.Location = new System.Drawing.Point(200, 69);
this.ZEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ZEdit.Name = "ZEdit";
this.ZEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.ZEdit.Properties.EditFormat.FormatString = "F3";
this.ZEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.ZEdit.Properties.HideSelection = false;
this.ZEdit.Size = new System.Drawing.Size(133, 22);
this.ZEdit.TabIndex = 9;
//
// XEdit
//
this.XEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(200, 37);
this.XEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
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.Size = new System.Drawing.Size(133, 22);
this.XEdit.TabIndex = 7;
//
// ZLabel
//
this.ZLabel.Location = new System.Drawing.Point(21, 73);
this.ZLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ZLabel.Name = "ZLabel";
this.ZLabel.Size = new System.Drawing.Size(43, 16);
this.ZLabel.TabIndex = 8;
this.ZLabel.Text = "Z offset";
//
// CPTNameLabelControl
//
this.CPTNameLabelControl.Location = new System.Drawing.Point(21, 110);
this.CPTNameLabelControl.Margin = new System.Windows.Forms.Padding(4);
this.CPTNameLabelControl.Name = "CPTNameLabelControl";
this.CPTNameLabelControl.Size = new System.Drawing.Size(23, 16);
this.CPTNameLabelControl.TabIndex = 10;
this.CPTNameLabelControl.Text = "CPT";
//
// ProfileNameLabelControl
//
this.ProfileNameLabelControl.Location = new System.Drawing.Point(21, 143);
this.ProfileNameLabelControl.Margin = new System.Windows.Forms.Padding(4);
this.ProfileNameLabelControl.Name = "ProfileNameLabelControl";
this.ProfileNameLabelControl.Size = new System.Drawing.Size(36, 16);
this.ProfileNameLabelControl.TabIndex = 11;
this.ProfileNameLabelControl.Text = "Profile";
//
// 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(200, 107);
this.CPTNameTextEdit.Name = "CPTNameTextEdit";
this.CPTNameTextEdit.Size = new System.Drawing.Size(133, 22);
this.CPTNameTextEdit.TabIndex = 12;
//
// ProfileNameTextEdit
//
this.ProfileNameTextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ProfileNameTextEdit.Location = new System.Drawing.Point(200, 140);
this.ProfileNameTextEdit.Name = "ProfileNameTextEdit";
this.ProfileNameTextEdit.Size = new System.Drawing.Size(133, 22);
this.ProfileNameTextEdit.TabIndex = 13;
//
// CPTLookupControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.OffsetGroupControl);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "CPTLookupControl";
this.Size = new System.Drawing.Size(347, 737);
((System.ComponentModel.ISupportInitialize)(this.OffsetGroupControl)).EndInit();
this.OffsetGroupControl.ResumeLayout(false);
this.OffsetGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ZEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CPTNameTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ProfileNameTextEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl OffsetGroupControl;
private DevExpress.XtraEditors.LabelControl XLabel;
private DevExpress.XtraEditors.SpinEdit ZEdit;
private DevExpress.XtraEditors.SpinEdit XEdit;
private DevExpress.XtraEditors.LabelControl ZLabel;
private DevExpress.XtraEditors.TextEdit ProfileNameTextEdit;
private DevExpress.XtraEditors.TextEdit CPTNameTextEdit;
private DevExpress.XtraEditors.LabelControl ProfileNameLabelControl;
private DevExpress.XtraEditors.LabelControl CPTNameLabelControl;
}
}