Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/14 16:43:01 (10 years ago)
Author:
gkronber
Message:

#2159: reverse merge of r11107

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Views

  • stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TextualSymbolicDataAnalysisModelView.designer.cs

    r11107 r11118  
    4848      this.SuspendLayout();
    4949      //
    50       // symbolicExpressionTreeView
     50      // expressionTreeView
    5151      //
    5252      this.symbolicExpressionTreeView.AllowDrop = true;
     
    5555      this.symbolicExpressionTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
    5656      this.symbolicExpressionTreeView.Location = new System.Drawing.Point(0, 0);
    57       this.symbolicExpressionTreeView.Name = "symbolicExpressionTreeView";
     57      this.symbolicExpressionTreeView.Name = "expressionTreeView";
    5858      this.symbolicExpressionTreeView.ReadOnly = false;
    5959      this.symbolicExpressionTreeView.Size = new System.Drawing.Size(352, 413);
    6060      this.symbolicExpressionTreeView.TabIndex = 0;
    6161      //
    62       // TextualSymbolicDataAnalysisModelView
     62      // SymbolicExpressionModelView
    6363      //
    6464      this.AllowDrop = true;
     65      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6566      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    6667      this.Controls.Add(this.symbolicExpressionTreeView);
    67       this.Name = "TextualSymbolicDataAnalysisModelView";
     68      this.Name = "SymbolicExpressionModelView";
    6869      this.Size = new System.Drawing.Size(352, 413);
    6970      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.