Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/13 18:52:52 (11 years ago)
Author:
gkronber
Message:

#2102 moved "shrink data analysis solutions" and "create ensemble" to a "data analysis" sub-menu in the "Edit" menu. And added an export button to the views for data analysis solution that automatically discovers supported exporters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs

    r9456 r9973  
    6060      //
    6161      this.splitContainer.Panel1.Controls.Add(this.btnSimplify);
    62       this.splitContainer.Size = new System.Drawing.Size(480, 275);
    63       this.splitContainer.SplitterDistance = 255;
    64       //
    65       // itemsGroupBox
    66       //
    67       this.itemsGroupBox.Size = new System.Drawing.Size(486, 294);
    68       //
    69       // itemsListView
    70       //
    71       this.itemsListView.Size = new System.Drawing.Size(249, 238);
    72       //
    73       // detailsGroupBox
    74       //
    75       this.detailsGroupBox.Size = new System.Drawing.Size(215, 246);
    7662      //
    7763      // addButton
     
    8369      this.toolTip.SetToolTip(this.removeButton, "Remove");
    8470      //
    85       // viewHost
    86       //
    87       this.viewHost.Size = new System.Drawing.Size(203, 221);
    88       //
    8971      // btnSimplify
    9072      //
    9173      this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    92       this.btnSimplify.Location = new System.Drawing.Point(177, 4);
     74      this.btnSimplify.Location = new System.Drawing.Point(172, 4);
    9375      this.btnSimplify.Name = "btnSimplify";
    9476      this.btnSimplify.Size = new System.Drawing.Size(75, 23);
     
    10082      // SymbolicRegressionSolutionView
    10183      //
    102       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    10384      this.Name = "SymbolicRegressionSolutionView";
    10485      this.Size = new System.Drawing.Size(486, 294);
Note: See TracChangeset for help on using the changeset viewer.