Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/17 16:44:15 (7 years ago)
Author:
mkommend
Message:

#2663: Merged r14368, r14270, and r14371 to stable.

Location:
stable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.DataPreprocessing.Views

  • stable/HeuristicLab.DataPreprocessing.Views/3.4

    • Property svn:ignore
      •  

        old new  
        11ComparisonFilterView.resx
        22FilterView.resx
         3*.user
  • stable/HeuristicLab.DataPreprocessing.Views/3.4/LineChartView.Designer.cs

    r14186 r14796  
    4747      this.optionsBox = new System.Windows.Forms.GroupBox();
    4848      this.allInOneCheckBox = new System.Windows.Forms.CheckBox();
     49      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     50      this.splitContainer.Panel1.SuspendLayout();
     51      this.splitContainer.SuspendLayout();
    4952      this.optionsBox.SuspendLayout();
    5053      this.SuspendLayout();
    5154      //
     55      // splitContainer
     56      //
     57      //
     58      // splitContainer.Panel1
     59      //
     60      this.splitContainer.Panel1.Controls.Add(this.optionsBox);
     61      //
    5262      // optionsBox
    5363      //
    54       this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     64      this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     65            | System.Windows.Forms.AnchorStyles.Right)));
    5566      this.optionsBox.Controls.Add(this.allInOneCheckBox);
    5667      this.optionsBox.Location = new System.Drawing.Point(4, 262);
    5768      this.optionsBox.Name = "optionsBox";
    58       this.optionsBox.Size = new System.Drawing.Size(151, 134);
     69      this.optionsBox.Size = new System.Drawing.Size(84, 138);
    5970      this.optionsBox.TabIndex = 7;
    6071      this.optionsBox.TabStop = false;
     
    7889      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7990      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    80       this.Controls.Add(this.optionsBox);
    8191      this.Name = "LineChartView";
    82       this.Controls.SetChildIndex(this.optionsBox, 0);
     92      this.splitContainer.Panel1.ResumeLayout(false);
     93      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     94      this.splitContainer.ResumeLayout(false);
    8395      this.optionsBox.ResumeLayout(false);
    8496      this.optionsBox.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.