namespace Deltares.DSoilModel.Forms
{
partial class CPTControl
{
///
/// 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.LocationGroupControl = 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.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl();
this.PreExcavationEdit = new DevExpress.XtraEditors.TextEdit();
this.GroundLevelEdit = new DevExpress.XtraEditors.TextEdit();
this.GroundLevelLabel = new DevExpress.XtraEditors.LabelControl();
this.PreExcavationLabel = new DevExpress.XtraEditors.LabelControl();
this.DescriptionEdit = new DevExpress.XtraEditors.TextEdit();
this.NameEdit = new DevExpress.XtraEditors.TextEdit();
this.NameLabel = new DevExpress.XtraEditors.LabelControl();
this.DescriptionLabel = new DevExpress.XtraEditors.LabelControl();
this.CptValuesGroupControl = new DevExpress.XtraEditors.GroupControl();
this.CptValuesGridControl = new Deltares.Standard.Forms.DExpress.GridViewControl();
((System.ComponentModel.ISupportInitialize)(this.LocationGroupControl)).BeginInit();
this.LocationGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ZEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit();
this.IdentificationGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PreExcavationEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GroundLevelEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DescriptionEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NameEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CptValuesGroupControl)).BeginInit();
this.CptValuesGroupControl.SuspendLayout();
this.SuspendLayout();
//
// LocationGroupControl
//
this.LocationGroupControl.Controls.Add(this.XLabel);
this.LocationGroupControl.Controls.Add(this.ZEdit);
this.LocationGroupControl.Controls.Add(this.XEdit);
this.LocationGroupControl.Controls.Add(this.ZLabel);
this.LocationGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.LocationGroupControl.Location = new System.Drawing.Point(0, 137);
this.LocationGroupControl.Name = "LocationGroupControl";
this.LocationGroupControl.Size = new System.Drawing.Size(260, 94);
this.LocationGroupControl.TabIndex = 7;
this.LocationGroupControl.Text = "Location";
//
// XLabel
//
this.XLabel.Location = new System.Drawing.Point(16, 33);
this.XLabel.Name = "XLabel";
this.XLabel.Size = new System.Drawing.Size(63, 13);
this.XLabel.TabIndex = 6;
this.XLabel.Text = "labelControl1";
//
// 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(145, 56);
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(100, 20);
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(145, 30);
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(100, 20);
this.XEdit.TabIndex = 7;
//
// ZLabel
//
this.ZLabel.Location = new System.Drawing.Point(16, 59);
this.ZLabel.Name = "ZLabel";
this.ZLabel.Size = new System.Drawing.Size(63, 13);
this.ZLabel.TabIndex = 8;
this.ZLabel.Text = "labelControl2";
//
// IdentificationGroupControl
//
this.IdentificationGroupControl.Controls.Add(this.PreExcavationEdit);
this.IdentificationGroupControl.Controls.Add(this.GroundLevelEdit);
this.IdentificationGroupControl.Controls.Add(this.GroundLevelLabel);
this.IdentificationGroupControl.Controls.Add(this.PreExcavationLabel);
this.IdentificationGroupControl.Controls.Add(this.DescriptionEdit);
this.IdentificationGroupControl.Controls.Add(this.NameEdit);
this.IdentificationGroupControl.Controls.Add(this.NameLabel);
this.IdentificationGroupControl.Controls.Add(this.DescriptionLabel);
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(260, 137);
this.IdentificationGroupControl.TabIndex = 8;
this.IdentificationGroupControl.Text = "Identification";
//
// PreExcavationEdit
//
this.PreExcavationEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.PreExcavationEdit.Enabled = false;
this.PreExcavationEdit.Location = new System.Drawing.Point(105, 107);
this.PreExcavationEdit.Name = "PreExcavationEdit";
this.PreExcavationEdit.Size = new System.Drawing.Size(140, 20);
this.PreExcavationEdit.TabIndex = 18;
//
// GroundLevelEdit
//
this.GroundLevelEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.GroundLevelEdit.Enabled = false;
this.GroundLevelEdit.Location = new System.Drawing.Point(105, 81);
this.GroundLevelEdit.Name = "GroundLevelEdit";
this.GroundLevelEdit.Size = new System.Drawing.Size(140, 20);
this.GroundLevelEdit.TabIndex = 17;
//
// GroundLevelLabel
//
this.GroundLevelLabel.Location = new System.Drawing.Point(16, 84);
this.GroundLevelLabel.Name = "GroundLevelLabel";
this.GroundLevelLabel.Size = new System.Drawing.Size(63, 13);
this.GroundLevelLabel.TabIndex = 15;
this.GroundLevelLabel.Text = "labelControl1";
//
// PreExcavationLabel
//
this.PreExcavationLabel.Location = new System.Drawing.Point(16, 110);
this.PreExcavationLabel.Name = "PreExcavationLabel";
this.PreExcavationLabel.Size = new System.Drawing.Size(63, 13);
this.PreExcavationLabel.TabIndex = 16;
this.PreExcavationLabel.Text = "labelControl2";
//
// DescriptionEdit
//
this.DescriptionEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.DescriptionEdit.Location = new System.Drawing.Point(105, 56);
this.DescriptionEdit.Name = "DescriptionEdit";
this.DescriptionEdit.Size = new System.Drawing.Size(140, 20);
this.DescriptionEdit.TabIndex = 14;
//
// NameEdit
//
this.NameEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NameEdit.Location = new System.Drawing.Point(105, 26);
this.NameEdit.Name = "NameEdit";
this.NameEdit.Size = new System.Drawing.Size(140, 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(63, 13);
this.NameLabel.TabIndex = 6;
this.NameLabel.Text = "labelControl1";
//
// DescriptionLabel
//
this.DescriptionLabel.Location = new System.Drawing.Point(16, 59);
this.DescriptionLabel.Name = "DescriptionLabel";
this.DescriptionLabel.Size = new System.Drawing.Size(63, 13);
this.DescriptionLabel.TabIndex = 8;
this.DescriptionLabel.Text = "labelControl2";
//
// CptValuesGroupControl
//
this.CptValuesGroupControl.Controls.Add(this.CptValuesGridControl);
this.CptValuesGroupControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.CptValuesGroupControl.Location = new System.Drawing.Point(0, 231);
this.CptValuesGroupControl.Name = "CptValuesGroupControl";
this.CptValuesGroupControl.Size = new System.Drawing.Size(260, 368);
this.CptValuesGroupControl.TabIndex = 11;
this.CptValuesGroupControl.Text = "CPT Values";
//
// CptValuesGridControl
//
this.CptValuesGridControl.AdjustHeightToFit = false;
this.CptValuesGridControl.AllowAddDeleteOnly = false;
this.CptValuesGridControl.AllowInserts = true;
this.CptValuesGridControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.CptValuesGridControl.HideUnusedColumns = true;
this.CptValuesGridControl.Location = new System.Drawing.Point(2, 21);
this.CptValuesGridControl.Name = "CptValuesGridControl";
this.CptValuesGridControl.SendSelectionChanged = false;
this.CptValuesGridControl.ShowToolbar = true;
this.CptValuesGridControl.Size = new System.Drawing.Size(256, 345);
this.CptValuesGridControl.TabIndex = 0;
//
// CPTControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.CptValuesGroupControl);
this.Controls.Add(this.LocationGroupControl);
this.Controls.Add(this.IdentificationGroupControl);
this.Name = "CPTControl";
this.Size = new System.Drawing.Size(260, 599);
((System.ComponentModel.ISupportInitialize)(this.LocationGroupControl)).EndInit();
this.LocationGroupControl.ResumeLayout(false);
this.LocationGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ZEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit();
this.IdentificationGroupControl.ResumeLayout(false);
this.IdentificationGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PreExcavationEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GroundLevelEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DescriptionEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NameEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CptValuesGroupControl)).EndInit();
this.CptValuesGroupControl.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl LocationGroupControl;
private DevExpress.XtraEditors.LabelControl XLabel;
private DevExpress.XtraEditors.SpinEdit ZEdit;
private DevExpress.XtraEditors.SpinEdit XEdit;
private DevExpress.XtraEditors.LabelControl ZLabel;
private DevExpress.XtraEditors.GroupControl IdentificationGroupControl;
private DevExpress.XtraEditors.LabelControl NameLabel;
private DevExpress.XtraEditors.LabelControl DescriptionLabel;
private DevExpress.XtraEditors.TextEdit NameEdit;
private DevExpress.XtraEditors.TextEdit DescriptionEdit;
private DevExpress.XtraEditors.GroupControl CptValuesGroupControl;
private Standard.Forms.DExpress.GridViewControl CptValuesGridControl;
private DevExpress.XtraEditors.TextEdit PreExcavationEdit;
private DevExpress.XtraEditors.TextEdit GroundLevelEdit;
private DevExpress.XtraEditors.LabelControl GroundLevelLabel;
private DevExpress.XtraEditors.LabelControl PreExcavationLabel;
}
}