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/ParsedConstraintView.designer.cs

    r16772 r16774  
    3030      this.parseBtn = new System.Windows.Forms.Button();
    3131      this.label1 = new System.Windows.Forms.Label();
    32       this.groupBox2 = new System.Windows.Forms.GroupBox();
    3332      //this.constraintsOutput = new System.Windows.Forms.Label();
    3433      this.constraintsOutput = new HeuristicLab.Core.Views.ItemListView<IntervalConstraint>();
     
    3938      this.splitContainer1.SuspendLayout();
    4039      this.groupBox1.SuspendLayout();
    41       this.groupBox2.SuspendLayout();
    4240      this.SuspendLayout();
    4341      //
     
    5452      // splitContainer1.Panel2
    5553      //
    56       this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     54      this.splitContainer1.Panel2.Controls.Add(this.constraintsOutput);
    5755      this.splitContainer1.Size = new System.Drawing.Size(888, 629);
    5856      this.splitContainer1.SplitterDistance = 296;
     
    105103      this.label1.Text = resources.GetString("label1.Text");
    106104      //
    107       // groupBox2
    108       //
    109       this.groupBox2.Controls.Add(this.constraintsOutput);
    110       this.groupBox2.Controls.Add(this.errorOutput);
    111       this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
    112       this.groupBox2.Location = new System.Drawing.Point(0, 0);
    113       this.groupBox2.Name = "groupBox2";
    114       this.groupBox2.Size = new System.Drawing.Size(588, 629);
    115       this.groupBox2.TabIndex = 0;
    116       this.groupBox2.TabStop = false;
    117       this.groupBox2.Text = "Parsed Constraints";
    118       //
    119105      // constraintsOutput
    120106      //
     
    149135      this.groupBox1.ResumeLayout(false);
    150136      this.groupBox1.PerformLayout();
    151       this.groupBox2.ResumeLayout(false);
    152137      this.ResumeLayout(false);
    153138
     
    161146    private System.Windows.Forms.Label label1;
    162147    private System.Windows.Forms.TextBox constraintsInput;
    163     private System.Windows.Forms.GroupBox groupBox2;
    164148    private System.Windows.Forms.Label errorOutput;
    165149
Note: See TracChangeset for help on using the changeset viewer.