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/HistogramView.Designer.cs

    r14186 r14796  
    4949      this.label1 = new System.Windows.Forms.Label();
    5050      this.classifierComboBox = new System.Windows.Forms.ComboBox();
     51      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     52      this.splitContainer.Panel1.SuspendLayout();
     53      this.splitContainer.SuspendLayout();
    5154      this.optionsBox.SuspendLayout();
    5255      this.SuspendLayout();
    5356      //
     57      // splitContainer
     58      //
     59      //
     60      // splitContainer.Panel1
     61      //
     62      this.splitContainer.Panel1.Controls.Add(this.optionsBox);
     63      //
    5464      // optionsBox
    5565      //
    56       this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     66      this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     67            | System.Windows.Forms.AnchorStyles.Right)));
    5768      this.optionsBox.Controls.Add(this.displayDetailsCheckBox);
    5869      this.optionsBox.Controls.Add(this.label1);
    5970      this.optionsBox.Controls.Add(this.classifierComboBox);
    60       this.optionsBox.Location = new System.Drawing.Point(5, 324);
    61       this.optionsBox.Margin = new System.Windows.Forms.Padding(4);
     71      this.optionsBox.Location = new System.Drawing.Point(4, 262);
    6272      this.optionsBox.Name = "optionsBox";
    63       this.optionsBox.Padding = new System.Windows.Forms.Padding(4);
    64       this.optionsBox.Size = new System.Drawing.Size(203, 165);
     73      this.optionsBox.Size = new System.Drawing.Size(84, 138);
    6574      this.optionsBox.TabIndex = 7;
    6675      this.optionsBox.TabStop = false;
     
    7079      //
    7180      this.displayDetailsCheckBox.AutoSize = true;
    72       this.displayDetailsCheckBox.Location = new System.Drawing.Point(7, 71);
     81      this.displayDetailsCheckBox.Location = new System.Drawing.Point(5, 58);
     82      this.displayDetailsCheckBox.Margin = new System.Windows.Forms.Padding(2);
    7383      this.displayDetailsCheckBox.Name = "displayDetailsCheckBox";
    7484      this.displayDetailsCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
    75       this.displayDetailsCheckBox.Size = new System.Drawing.Size(153, 21);
     85      this.displayDetailsCheckBox.Size = new System.Drawing.Size(119, 17);
    7686      this.displayDetailsCheckBox.TabIndex = 3;
    7787      this.displayDetailsCheckBox.Text = "Display value count";
     
    8292      //
    8393      this.label1.AutoSize = true;
    84       this.label1.Location = new System.Drawing.Point(4, 19);
    85       this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     94      this.label1.Location = new System.Drawing.Point(3, 15);
    8695      this.label1.Name = "label1";
    87       this.label1.Size = new System.Drawing.Size(108, 17);
     96      this.label1.Size = new System.Drawing.Size(81, 13);
    8897      this.label1.TabIndex = 2;
    8998      this.label1.Text = "Target variable:";
     
    91100      // classifierComboBox
    92101      //
     102      this.classifierComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     103            | System.Windows.Forms.AnchorStyles.Right)));
    93104      this.classifierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    94105      this.classifierComboBox.FormattingEnabled = true;
    95       this.classifierComboBox.Location = new System.Drawing.Point(7, 40);
    96       this.classifierComboBox.Margin = new System.Windows.Forms.Padding(4);
     106      this.classifierComboBox.Location = new System.Drawing.Point(5, 32);
    97107      this.classifierComboBox.Name = "classifierComboBox";
    98       this.classifierComboBox.Size = new System.Drawing.Size(160, 24);
     108      this.classifierComboBox.Size = new System.Drawing.Size(73, 21);
    99109      this.classifierComboBox.TabIndex = 1;
    100110      this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
     
    102112      // HistogramView
    103113      //
    104       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     114      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    105115      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    106       this.Controls.Add(this.optionsBox);
    107       this.Margin = new System.Windows.Forms.Padding(5);
     116      this.Margin = new System.Windows.Forms.Padding(4);
    108117      this.Name = "HistogramView";
    109       this.Controls.SetChildIndex(this.optionsBox, 0);
     118      this.splitContainer.Panel1.ResumeLayout(false);
     119      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     120      this.splitContainer.ResumeLayout(false);
    110121      this.optionsBox.ResumeLayout(false);
    111122      this.optionsBox.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.