namespace Deltares.Dam.Forms
{
partial class SchematizationFactorPropertyControl
{
///
/// 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.schematizationFactorMinEdit = new DevExpress.XtraEditors.SpinEdit();
this.schematizationFactorMinLabel = new DevExpress.XtraEditors.LabelControl();
this.schematizationFactorMaxEdit = new DevExpress.XtraEditors.SpinEdit();
this.schematizationFactorMaxLabel = new DevExpress.XtraEditors.LabelControl();
this.schematizationFactorDeltaEdit = new DevExpress.XtraEditors.SpinEdit();
this.schematizationFactorDeltaLabel = new DevExpress.XtraEditors.LabelControl();
this.requiredProbabilityEdit = new DevExpress.XtraEditors.SpinEdit();
this.requiredProbabilityLabel = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.schematizationFactorMinEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.schematizationFactorMaxEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.schematizationFactorDeltaEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.requiredProbabilityEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// schematizationFactorMinEdit
//
this.schematizationFactorMinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.schematizationFactorMinEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.schematizationFactorMinEdit.EnterMoveNextControl = true;
this.schematizationFactorMinEdit.Location = new System.Drawing.Point(172, 15);
this.schematizationFactorMinEdit.Name = "schematizationFactorMinEdit";
this.schematizationFactorMinEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.schematizationFactorMinEdit.Properties.EditFormat.FormatString = "F3";
this.schematizationFactorMinEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.schematizationFactorMinEdit.Properties.HideSelection = false;
this.schematizationFactorMinEdit.Properties.ValidateOnEnterKey = true;
this.schematizationFactorMinEdit.Size = new System.Drawing.Size(46, 20);
this.schematizationFactorMinEdit.TabIndex = 54;
//
// schematizationFactorMinLabel
//
this.schematizationFactorMinLabel.Location = new System.Drawing.Point(11, 18);
this.schematizationFactorMinLabel.Name = "schematizationFactorMinLabel";
this.schematizationFactorMinLabel.Size = new System.Drawing.Size(83, 13);
this.schematizationFactorMinLabel.TabIndex = 53;
this.schematizationFactorMinLabel.Text = "Factor min. value";
//
// schematizationFactorMaxEdit
//
this.schematizationFactorMaxEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.schematizationFactorMaxEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.schematizationFactorMaxEdit.EnterMoveNextControl = true;
this.schematizationFactorMaxEdit.Location = new System.Drawing.Point(172, 41);
this.schematizationFactorMaxEdit.Name = "schematizationFactorMaxEdit";
this.schematizationFactorMaxEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.schematizationFactorMaxEdit.Properties.EditFormat.FormatString = "F3";
this.schematizationFactorMaxEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.schematizationFactorMaxEdit.Properties.HideSelection = false;
this.schematizationFactorMaxEdit.Properties.ValidateOnEnterKey = true;
this.schematizationFactorMaxEdit.Size = new System.Drawing.Size(46, 20);
this.schematizationFactorMaxEdit.TabIndex = 56;
//
// schematizationFactorMaxLabel
//
this.schematizationFactorMaxLabel.Location = new System.Drawing.Point(11, 44);
this.schematizationFactorMaxLabel.Name = "schematizationFactorMaxLabel";
this.schematizationFactorMaxLabel.Size = new System.Drawing.Size(87, 13);
this.schematizationFactorMaxLabel.TabIndex = 55;
this.schematizationFactorMaxLabel.Text = "Factor max. value";
//
// schematizationFactorDeltaEdit
//
this.schematizationFactorDeltaEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.schematizationFactorDeltaEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.schematizationFactorDeltaEdit.EnterMoveNextControl = true;
this.schematizationFactorDeltaEdit.Location = new System.Drawing.Point(172, 67);
this.schematizationFactorDeltaEdit.Name = "schematizationFactorDeltaEdit";
this.schematizationFactorDeltaEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.schematizationFactorDeltaEdit.Properties.EditFormat.FormatString = "F3";
this.schematizationFactorDeltaEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.schematizationFactorDeltaEdit.Properties.HideSelection = false;
this.schematizationFactorDeltaEdit.Properties.ValidateOnEnterKey = true;
this.schematizationFactorDeltaEdit.Size = new System.Drawing.Size(46, 20);
this.schematizationFactorDeltaEdit.TabIndex = 58;
//
// schematizationFactorDeltaLabel
//
this.schematizationFactorDeltaLabel.Location = new System.Drawing.Point(11, 70);
this.schematizationFactorDeltaLabel.Name = "schematizationFactorDeltaLabel";
this.schematizationFactorDeltaLabel.Size = new System.Drawing.Size(58, 13);
this.schematizationFactorDeltaLabel.TabIndex = 57;
this.schematizationFactorDeltaLabel.Text = "Factor delta";
//
// requiredProbabilityEdit
//
this.requiredProbabilityEdit.AllowDrop = true;
this.requiredProbabilityEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.requiredProbabilityEdit.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.requiredProbabilityEdit.EnterMoveNextControl = true;
this.requiredProbabilityEdit.Location = new System.Drawing.Point(172, 93);
this.requiredProbabilityEdit.Name = "requiredProbabilityEdit";
this.requiredProbabilityEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.requiredProbabilityEdit.Properties.EditFormat.FormatString = "F3";
this.requiredProbabilityEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.requiredProbabilityEdit.Properties.HideSelection = false;
this.requiredProbabilityEdit.Properties.ValidateOnEnterKey = true;
this.requiredProbabilityEdit.Size = new System.Drawing.Size(46, 20);
this.requiredProbabilityEdit.TabIndex = 60;
//
// requiredProbabilityLabel
//
this.requiredProbabilityLabel.Location = new System.Drawing.Point(11, 96);
this.requiredProbabilityLabel.Name = "requiredProbabilityLabel";
this.requiredProbabilityLabel.Size = new System.Drawing.Size(96, 13);
this.requiredProbabilityLabel.TabIndex = 59;
this.requiredProbabilityLabel.Text = "Required probability";
//
// SchematizationFactorPropertyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.requiredProbabilityEdit);
this.Controls.Add(this.requiredProbabilityLabel);
this.Controls.Add(this.schematizationFactorDeltaEdit);
this.Controls.Add(this.schematizationFactorDeltaLabel);
this.Controls.Add(this.schematizationFactorMaxEdit);
this.Controls.Add(this.schematizationFactorMaxLabel);
this.Controls.Add(this.schematizationFactorMinEdit);
this.Controls.Add(this.schematizationFactorMinLabel);
this.Name = "SchematizationFactorPropertyControl";
this.Size = new System.Drawing.Size(231, 129);
((System.ComponentModel.ISupportInitialize)(this.schematizationFactorMinEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.schematizationFactorMaxEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.schematizationFactorDeltaEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.requiredProbabilityEdit.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SpinEdit schematizationFactorMinEdit;
private DevExpress.XtraEditors.LabelControl schematizationFactorMinLabel;
private DevExpress.XtraEditors.SpinEdit schematizationFactorMaxEdit;
private DevExpress.XtraEditors.LabelControl schematizationFactorMaxLabel;
private DevExpress.XtraEditors.SpinEdit schematizationFactorDeltaEdit;
private DevExpress.XtraEditors.LabelControl schematizationFactorDeltaLabel;
private DevExpress.XtraEditors.SpinEdit requiredProbabilityEdit;
private DevExpress.XtraEditors.LabelControl requiredProbabilityLabel;
}
}