using Deltares.Geotechnics.Forms; namespace Deltares.DSoilModel.Forms { partial class SoilBondStressCurveControl { /// /// 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.BondStressCurveGroup = new DevExpress.XtraEditors.GroupControl(); this.BondStressTableValue = new DevExpress.XtraEditors.ComboBoxEdit(); this.BondStressTableLabel = new DevExpress.XtraEditors.LabelControl(); this.BondStressTableControl = new Deltares.Geotechnics.Forms.BondStressCurveControl(); ((System.ComponentModel.ISupportInitialize)(this.BondStressCurveGroup)).BeginInit(); this.BondStressCurveGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BondStressTableValue.Properties)).BeginInit(); this.SuspendLayout(); // // BondStressCurveGroup // this.BondStressCurveGroup.Controls.Add(this.BondStressTableValue); this.BondStressCurveGroup.Controls.Add(this.BondStressTableLabel); this.BondStressCurveGroup.Dock = System.Windows.Forms.DockStyle.Top; this.BondStressCurveGroup.Location = new System.Drawing.Point(0, 0); this.BondStressCurveGroup.Name = "BondStressCurveGroup"; this.BondStressCurveGroup.Size = new System.Drawing.Size(293, 68); this.BondStressCurveGroup.TabIndex = 60; this.BondStressCurveGroup.Text = "BondStress table"; // // BondStressTableValue // this.BondStressTableValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BondStressTableValue.Location = new System.Drawing.Point(127, 31); this.BondStressTableValue.Name = "BondStressTableValue"; this.BondStressTableValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.BondStressTableValue.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.BondStressTableValue.Size = new System.Drawing.Size(161, 20); this.BondStressTableValue.TabIndex = 56; // // BondStressTableLabel // this.BondStressTableLabel.Location = new System.Drawing.Point(5, 34); this.BondStressTableLabel.Name = "BondStressTableLabel"; this.BondStressTableLabel.Size = new System.Drawing.Size(57, 13); this.BondStressTableLabel.TabIndex = 55; this.BondStressTableLabel.Text = "BondStress table"; // // BondStressTableControl // this.BondStressTableControl.Dock = System.Windows.Forms.DockStyle.Fill; this.BondStressTableControl.Location = new System.Drawing.Point(0, 68); this.BondStressTableControl.Name = "BondStressTableControl"; this.BondStressTableControl.SelectedObject = null; this.BondStressTableControl.Size = new System.Drawing.Size(293, 389); this.BondStressTableControl.TabIndex = 61; // // SoilBondStressCurveControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.BondStressTableControl); this.Controls.Add(this.BondStressCurveGroup); this.Name = "SoilBondStressCurveControl"; this.Size = new System.Drawing.Size(293, 457); ((System.ComponentModel.ISupportInitialize)(this.BondStressCurveGroup)).EndInit(); this.BondStressCurveGroup.ResumeLayout(false); this.BondStressCurveGroup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BondStressTableValue.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl BondStressCurveGroup; private DevExpress.XtraEditors.ComboBoxEdit BondStressTableValue; private DevExpress.XtraEditors.LabelControl BondStressTableLabel; private BondStressCurveControl BondStressTableControl; } }