Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/10/19 16:46:46 (5 years ago)
Author:
chaider
Message:

#2971 Changed Parser and IntevalConstraint View

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalConstraintView.Designer.cs

    r16772 r16774  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.components = new System.ComponentModel.Container();
    2627      this.expressionLabel = new System.Windows.Forms.Label();
    2728      this.definitionLabel = new System.Windows.Forms.Label();
     
    3940      this.variableInput = new System.Windows.Forms.TextBox();
    4041      this.numberderivationInput = new System.Windows.Forms.TextBox();
     42      this.upperCombo = new System.Windows.Forms.ComboBox();
     43      this.lowerCombo = new System.Windows.Forms.ComboBox();
     44      this.derivationInput = new System.Windows.Forms.TextBox();
    4145      this.groupBox1 = new System.Windows.Forms.GroupBox();
    42       this.lowerCombo = new System.Windows.Forms.ComboBox();
    43       this.upperCombo = new System.Windows.Forms.ComboBox();
    44       this.derivationInput = new System.Windows.Forms.TextBox();
     46      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    4547      this.groupBox1.SuspendLayout();
     48      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4649      this.SuspendLayout();
    4750      //
     
    129132      // definitionInput
    130133      //
     134      this.definitionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     135            | System.Windows.Forms.AnchorStyles.Right)));
    131136      this.definitionInput.Location = new System.Drawing.Point(111, 42);
    132137      this.definitionInput.Name = "definitionInput";
     
    136141      // expressionInput
    137142      //
     143      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     144            | System.Windows.Forms.AnchorStyles.Right)));
    138145      this.expressionInput.Location = new System.Drawing.Point(111, 17);
    139146      this.expressionInput.Name = "expressionInput";
    140147      this.expressionInput.Size = new System.Drawing.Size(473, 20);
    141148      this.expressionInput.TabIndex = 10;
     149      this.expressionInput.TextChanged += new System.EventHandler(this.expressionInput_TextChanged);
    142150      //
    143151      // upperboundInput
    144152      //
     153      this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     154            | System.Windows.Forms.AnchorStyles.Right)));
    145155      this.upperboundInput.Location = new System.Drawing.Point(111, 93);
    146156      this.upperboundInput.Name = "upperboundInput";
     
    150160      // lowerboundInput
    151161      //
     162      this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     163            | System.Windows.Forms.AnchorStyles.Right)));
    152164      this.lowerboundInput.Location = new System.Drawing.Point(111, 68);
    153165      this.lowerboundInput.Name = "lowerboundInput";
    154166      this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
    155167      this.lowerboundInput.TabIndex = 12;
     168      this.lowerboundInput.TextChanged += new System.EventHandler(this.lowerboundInput_TextChanged);
    156169      //
    157170      // variableInput
    158171      //
     172      this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     173            | System.Windows.Forms.AnchorStyles.Right)));
    159174      this.variableInput.Location = new System.Drawing.Point(111, 195);
    160175      this.variableInput.Name = "variableInput";
    161176      this.variableInput.Size = new System.Drawing.Size(473, 20);
    162177      this.variableInput.TabIndex = 15;
     178      this.variableInput.TextChanged += new System.EventHandler(this.variableInput_TextChanged);
    163179      //
    164180      // numberderivationInput
    165181      //
     182      this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     183            | System.Windows.Forms.AnchorStyles.Right)));
    166184      this.numberderivationInput.Location = new System.Drawing.Point(111, 221);
    167185      this.numberderivationInput.Name = "numberderivationInput";
    168186      this.numberderivationInput.Size = new System.Drawing.Size(473, 20);
    169187      this.numberderivationInput.TabIndex = 17;
     188      this.numberderivationInput.TextChanged += new System.EventHandler(this.numberderivationInput_TextChanged);
     189      //
     190      // upperCombo
     191      //
     192      this.upperCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     193            | System.Windows.Forms.AnchorStyles.Right)));
     194      this.upperCombo.FormattingEnabled = true;
     195      this.upperCombo.Items.AddRange(new object[] {
     196            "True",
     197            "False"});
     198      this.upperCombo.Location = new System.Drawing.Point(111, 146);
     199      this.upperCombo.Name = "upperCombo";
     200      this.upperCombo.Size = new System.Drawing.Size(473, 21);
     201      this.upperCombo.TabIndex = 19;
     202      //
     203      // lowerCombo
     204      //
     205      this.lowerCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     206            | System.Windows.Forms.AnchorStyles.Right)));
     207      this.lowerCombo.FormattingEnabled = true;
     208      this.lowerCombo.Items.AddRange(new object[] {
     209            "True",
     210            "False"});
     211      this.lowerCombo.Location = new System.Drawing.Point(111, 119);
     212      this.lowerCombo.Name = "lowerCombo";
     213      this.lowerCombo.Size = new System.Drawing.Size(473, 21);
     214      this.lowerCombo.TabIndex = 20;
     215      //
     216      // derivationInput
     217      //
     218      this.derivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     219            | System.Windows.Forms.AnchorStyles.Right)));
     220      this.derivationInput.Location = new System.Drawing.Point(111, 170);
     221      this.derivationInput.Name = "derivationInput";
     222      this.derivationInput.Size = new System.Drawing.Size(473, 20);
     223      this.derivationInput.TabIndex = 21;
    170224      //
    171225      // groupBox1
     
    197251      this.groupBox1.Text = "Interval Constraints Detail";
    198252      //
    199       // lowerCombo
    200       //
    201       this.lowerCombo.FormattingEnabled = true;
    202       this.lowerCombo.Items.AddRange(new object[] {
    203             "True",
    204             "False"});
    205       this.lowerCombo.Location = new System.Drawing.Point(111, 119);
    206       this.lowerCombo.Name = "lowerCombo";
    207       this.lowerCombo.Size = new System.Drawing.Size(473, 21);
    208       this.lowerCombo.TabIndex = 20;
    209       //
    210       // upperCombo
    211       //
    212       this.upperCombo.FormattingEnabled = true;
    213       this.upperCombo.Items.AddRange(new object[] {
    214             "True",
    215             "False"});
    216       this.upperCombo.Location = new System.Drawing.Point(111, 146);
    217       this.upperCombo.Name = "upperCombo";
    218       this.upperCombo.Size = new System.Drawing.Size(473, 21);
    219       this.upperCombo.TabIndex = 19;
    220       //
    221       // derivationInput
    222       //
    223       this.derivationInput.Location = new System.Drawing.Point(111, 170);
    224       this.derivationInput.Name = "derivationInput";
    225       this.derivationInput.Size = new System.Drawing.Size(473, 20);
    226       this.derivationInput.TabIndex = 21;
     253      // errorProvider
     254      //
     255      this.errorProvider.ContainerControl = this;
    227256      //
    228257      // IntervalConstraintView
     
    234263      this.groupBox1.ResumeLayout(false);
    235264      this.groupBox1.PerformLayout();
     265      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    236266      this.ResumeLayout(false);
    237267
     
    255285    private System.Windows.Forms.TextBox variableInput;
    256286    private System.Windows.Forms.TextBox numberderivationInput;
     287    private System.Windows.Forms.ComboBox upperCombo;
     288    private System.Windows.Forms.ComboBox lowerCombo;
     289    private System.Windows.Forms.TextBox derivationInput;
    257290    private System.Windows.Forms.GroupBox groupBox1;
    258     private System.Windows.Forms.ComboBox lowerCombo;
    259     private System.Windows.Forms.ComboBox upperCombo;
    260     private System.Windows.Forms.TextBox derivationInput;
     291    private System.Windows.Forms.ErrorProvider errorProvider;
    261292  }
    262293}
Note: See TracChangeset for help on using the changeset viewer.