namespace Deltares.DSoilModel.Forms
{
partial class SoilSegmentSplitLocationControl
{
///
/// 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()
{
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl();
this.XcoordinateEdit = new DevExpress.XtraEditors.SpinEdit();
this.XcoordinateLabel = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit();
this.IdentificationGroupControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.XcoordinateEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// IdentificationGroupControl
//
this.IdentificationGroupControl.Controls.Add(this.XcoordinateEdit);
this.IdentificationGroupControl.Controls.Add(this.XcoordinateLabel);
this.IdentificationGroupControl.Dock = System.Windows.Forms.DockStyle.Top;
this.IdentificationGroupControl.Location = new System.Drawing.Point(0, 0);
this.IdentificationGroupControl.Margin = new System.Windows.Forms.Padding(4);
this.IdentificationGroupControl.Name = "IdentificationGroupControl";
this.IdentificationGroupControl.ShowCaption = false;
this.IdentificationGroupControl.Size = new System.Drawing.Size(353, 52);
this.IdentificationGroupControl.TabIndex = 135;
this.IdentificationGroupControl.Text = "Identification";
//
// XcoordinateEdit
//
this.XcoordinateEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.XcoordinateEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.XcoordinateEdit.Location = new System.Drawing.Point(183, 12);
this.XcoordinateEdit.Margin = new System.Windows.Forms.Padding(4);
this.XcoordinateEdit.Name = "XcoordinateEdit";
this.XcoordinateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, false)});
this.XcoordinateEdit.Size = new System.Drawing.Size(153, 22);
this.XcoordinateEdit.TabIndex = 136;
//
// XcoordinateLabel
//
this.XcoordinateLabel.Location = new System.Drawing.Point(15, 15);
this.XcoordinateLabel.Margin = new System.Windows.Forms.Padding(4);
this.XcoordinateLabel.Name = "XcoordinateLabel";
this.XcoordinateLabel.Size = new System.Drawing.Size(74, 16);
this.XcoordinateLabel.TabIndex = 137;
this.XcoordinateLabel.Text = "X Coordinate";
//
// SoilSegmentSplitLocationControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.IdentificationGroupControl);
this.Name = "SoilSegmentSplitLocationControl";
this.Size = new System.Drawing.Size(353, 314);
((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit();
this.IdentificationGroupControl.ResumeLayout(false);
this.IdentificationGroupControl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.XcoordinateEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl IdentificationGroupControl;
private DevExpress.XtraEditors.SpinEdit XcoordinateEdit;
private DevExpress.XtraEditors.LabelControl XcoordinateLabel;
}
}