Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/17 10:57:53 (7 years ago)
Author:
pfleck
Message:

#2709: merged branch to trunk

Location:
trunk/sources/HeuristicLab.DataPreprocessing.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views

  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.Designer.cs

    r14268 r15110  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.optionsBox = new System.Windows.Forms.GroupBox();
    48       this.displayDetailsCheckBox = new System.Windows.Forms.CheckBox();
    49       this.label1 = new System.Windows.Forms.Label();
    50       this.classifierComboBox = new System.Windows.Forms.ComboBox();
     49      this.groupingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     50      this.variableLabel = new System.Windows.Forms.Label();
     51      this.orderLabel = new System.Windows.Forms.Label();
     52      this.aggregationLabel = new System.Windows.Forms.Label();
     53      this.orderComboBox = new System.Windows.Forms.ComboBox();
     54      this.groupingComboBox = new System.Windows.Forms.ComboBox();
     55      this.aggregationComboBox = new System.Windows.Forms.ComboBox();
     56      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5157      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5258      this.splitContainer.Panel1.SuspendLayout();
    5359      this.splitContainer.SuspendLayout();
    5460      this.optionsBox.SuspendLayout();
     61      this.groupingTableLayoutPanel.SuspendLayout();
    5562      this.SuspendLayout();
    5663      //
     64      // sizeGroupBox
     65      //
     66      this.sizeGroupBox.Location = new System.Drawing.Point(0, 258);
     67      //
    5768      // splitContainer
    5869      //
     
    6475      // optionsBox
    6576      //
    66       this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    67             | System.Windows.Forms.AnchorStyles.Right)));
    68       this.optionsBox.Controls.Add(this.displayDetailsCheckBox);
    69       this.optionsBox.Controls.Add(this.label1);
    70       this.optionsBox.Controls.Add(this.classifierComboBox);
    71       this.optionsBox.Location = new System.Drawing.Point(4, 262);
     77      this.optionsBox.Controls.Add(this.groupingTableLayoutPanel);
     78      this.optionsBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     79      this.optionsBox.Location = new System.Drawing.Point(0, 302);
    7280      this.optionsBox.Name = "optionsBox";
    73       this.optionsBox.Size = new System.Drawing.Size(84, 138);
     81      this.optionsBox.Size = new System.Drawing.Size(180, 101);
    7482      this.optionsBox.TabIndex = 7;
    7583      this.optionsBox.TabStop = false;
    76       this.optionsBox.Text = "Options";
    77       //
    78       // displayDetailsCheckBox
    79       //
    80       this.displayDetailsCheckBox.AutoSize = true;
    81       this.displayDetailsCheckBox.Location = new System.Drawing.Point(5, 58);
    82       this.displayDetailsCheckBox.Margin = new System.Windows.Forms.Padding(2);
    83       this.displayDetailsCheckBox.Name = "displayDetailsCheckBox";
    84       this.displayDetailsCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
    85       this.displayDetailsCheckBox.Size = new System.Drawing.Size(119, 17);
    86       this.displayDetailsCheckBox.TabIndex = 3;
    87       this.displayDetailsCheckBox.Text = "Display value count";
    88       this.displayDetailsCheckBox.UseVisualStyleBackColor = true;
    89       this.displayDetailsCheckBox.CheckedChanged += new System.EventHandler(this.displayDetailsCheckBox_CheckedChanged);
    90       //
    91       // label1
    92       //
    93       this.label1.AutoSize = true;
    94       this.label1.Location = new System.Drawing.Point(3, 15);
    95       this.label1.Name = "label1";
    96       this.label1.Size = new System.Drawing.Size(81, 13);
    97       this.label1.TabIndex = 2;
    98       this.label1.Text = "Target variable:";
    99       //
    100       // classifierComboBox
    101       //
    102       this.classifierComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    103             | System.Windows.Forms.AnchorStyles.Right)));
    104       this.classifierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    105       this.classifierComboBox.FormattingEnabled = true;
    106       this.classifierComboBox.Location = new System.Drawing.Point(5, 32);
    107       this.classifierComboBox.Name = "classifierComboBox";
    108       this.classifierComboBox.Size = new System.Drawing.Size(73, 21);
    109       this.classifierComboBox.TabIndex = 1;
    110       this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
     84      this.optionsBox.Text = "Grouping Options";
     85      //
     86      // groupingTableLayoutPanel
     87      //
     88      this.groupingTableLayoutPanel.ColumnCount = 2;
     89      this.groupingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     90      this.groupingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     91      this.groupingTableLayoutPanel.Controls.Add(this.variableLabel, 0, 0);
     92      this.groupingTableLayoutPanel.Controls.Add(this.orderLabel, 0, 2);
     93      this.groupingTableLayoutPanel.Controls.Add(this.aggregationLabel, 0, 1);
     94      this.groupingTableLayoutPanel.Controls.Add(this.orderComboBox, 1, 2);
     95      this.groupingTableLayoutPanel.Controls.Add(this.groupingComboBox, 1, 0);
     96      this.groupingTableLayoutPanel.Controls.Add(this.aggregationComboBox, 1, 1);
     97      this.groupingTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     98      this.groupingTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
     99      this.groupingTableLayoutPanel.Name = "groupingTableLayoutPanel";
     100      this.groupingTableLayoutPanel.RowCount = 3;
     101      this.groupingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     102      this.groupingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     103      this.groupingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     104      this.groupingTableLayoutPanel.Size = new System.Drawing.Size(174, 82);
     105      this.groupingTableLayoutPanel.TabIndex = 3;
     106      //
     107      // variableLabel
     108      //
     109      this.variableLabel.AutoSize = true;
     110      this.variableLabel.Dock = System.Windows.Forms.DockStyle.Fill;
     111      this.variableLabel.Location = new System.Drawing.Point(3, 0);
     112      this.variableLabel.Name = "variableLabel";
     113      this.variableLabel.Size = new System.Drawing.Size(48, 27);
     114      this.variableLabel.TabIndex = 2;
     115      this.variableLabel.Text = "Variable:";
     116      this.variableLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     117      //
     118      // orderLabel
     119      //
     120      this.orderLabel.AutoSize = true;
     121      this.orderLabel.Dock = System.Windows.Forms.DockStyle.Fill;
     122      this.orderLabel.Location = new System.Drawing.Point(3, 54);
     123      this.orderLabel.Name = "orderLabel";
     124      this.orderLabel.Size = new System.Drawing.Size(48, 28);
     125      this.orderLabel.TabIndex = 2;
     126      this.orderLabel.Text = "Order:";
     127      this.orderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     128      this.toolTip.SetToolTip(this.orderLabel, "Order of Legend Entries");
     129      //
     130      // aggregationLabel
     131      //
     132      this.aggregationLabel.AutoSize = true;
     133      this.aggregationLabel.Dock = System.Windows.Forms.DockStyle.Fill;
     134      this.aggregationLabel.Location = new System.Drawing.Point(3, 27);
     135      this.aggregationLabel.Name = "aggregationLabel";
     136      this.aggregationLabel.Size = new System.Drawing.Size(48, 27);
     137      this.aggregationLabel.TabIndex = 2;
     138      this.aggregationLabel.Text = "Aggr.:";
     139      this.aggregationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     140      this.toolTip.SetToolTip(this.aggregationLabel, "Aggregation");
     141      //
     142      // orderComboBox
     143      //
     144      this.orderComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
     145      this.orderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     146      this.orderComboBox.FormattingEnabled = true;
     147      this.orderComboBox.Location = new System.Drawing.Point(57, 57);
     148      this.orderComboBox.Name = "orderComboBox";
     149      this.orderComboBox.Size = new System.Drawing.Size(114, 21);
     150      this.orderComboBox.TabIndex = 1;
     151      this.orderComboBox.SelectedIndexChanged += new System.EventHandler(this.orderComboBox_SelectedIndexChanged);
     152      //
     153      // groupingComboBox
     154      //
     155      this.groupingComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
     156      this.groupingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     157      this.groupingComboBox.FormattingEnabled = true;
     158      this.groupingComboBox.Location = new System.Drawing.Point(57, 3);
     159      this.groupingComboBox.Name = "groupingComboBox";
     160      this.groupingComboBox.Size = new System.Drawing.Size(114, 21);
     161      this.groupingComboBox.TabIndex = 1;
     162      this.groupingComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
     163      //
     164      // aggregationComboBox
     165      //
     166      this.aggregationComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
     167      this.aggregationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     168      this.aggregationComboBox.FormattingEnabled = true;
     169      this.aggregationComboBox.Location = new System.Drawing.Point(57, 30);
     170      this.aggregationComboBox.Name = "aggregationComboBox";
     171      this.aggregationComboBox.Size = new System.Drawing.Size(114, 21);
     172      this.aggregationComboBox.TabIndex = 1;
     173      this.aggregationComboBox.SelectedIndexChanged += new System.EventHandler(this.aggregationComboBox_SelectedIndexChanged);
    111174      //
    112175      // HistogramView
     
    120183      this.splitContainer.ResumeLayout(false);
    121184      this.optionsBox.ResumeLayout(false);
    122       this.optionsBox.PerformLayout();
     185      this.groupingTableLayoutPanel.ResumeLayout(false);
     186      this.groupingTableLayoutPanel.PerformLayout();
    123187      this.ResumeLayout(false);
    124188
     
    128192
    129193    private System.Windows.Forms.GroupBox optionsBox;
    130     private System.Windows.Forms.ComboBox classifierComboBox;
    131     private System.Windows.Forms.Label label1;
    132     private System.Windows.Forms.CheckBox displayDetailsCheckBox;
    133 
     194    private System.Windows.Forms.ComboBox groupingComboBox;
     195    private System.Windows.Forms.Label variableLabel;
     196    private System.Windows.Forms.Label aggregationLabel;
     197    private System.Windows.Forms.ComboBox aggregationComboBox;
     198    private System.Windows.Forms.TableLayoutPanel groupingTableLayoutPanel;
     199    private System.Windows.Forms.Label orderLabel;
     200    private System.Windows.Forms.ComboBox orderComboBox;
     201    private System.Windows.Forms.ToolTip toolTip;
    134202  }
    135203}
Note: See TracChangeset for help on using the changeset viewer.