Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/23/13 08:08:55 (11 years ago)
Author:
gkronber
Message:

#2102 merged r9973:9975 and r9994 from trunk to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views/3.4/SymbolicTimeSeriesPrognosisSolutionView.Designer.cs

    r9456 r9999  
    5454      this.SuspendLayout();
    5555      //
     56      // exportButton
     57      //
     58      this.exportButton.Visible = false;
     59      //
    5660      // splitContainer
    5761      //
     
    6064      //
    6165      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);
    7666      //
    7767      // addButton
     
    8373      this.toolTip.SetToolTip(this.removeButton, "Remove");
    8474      //
    85       // viewHost
    86       //
    87       this.viewHost.Size = new System.Drawing.Size(203, 221);
    88       //
    8975      // btnSimplify
    9076      //
    9177      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);
     78      this.btnSimplify.Location = new System.Drawing.Point(172, 4);
    9379      this.btnSimplify.Name = "btnSimplify";
    9480      this.btnSimplify.Size = new System.Drawing.Size(75, 23);
     
    10086      // SymbolicTimeSeriesPrognosisSolutionView
    10187      //
    102       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    10388      this.Name = "SymbolicTimeSeriesPrognosisSolutionView";
    104       this.Size = new System.Drawing.Size(486, 294);
    10589      this.splitContainer.Panel1.ResumeLayout(false);
    10690      this.splitContainer.Panel2.ResumeLayout(false);
     
    11094      this.detailsGroupBox.ResumeLayout(false);
    11195      this.ResumeLayout(false);
     96
    11297    }
    11398
Note: See TracChangeset for help on using the changeset viewer.