Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/14 10:59:47 (9 years ago)
Author:
ascheibe
Message:

#2031 implemented review comments for correlations view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/CorrelationView.designer.cs

    r11375 r11644  
    4747      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.EnhancedStringConvertibleMatrixView();
    4848      this.label1 = new System.Windows.Forms.Label();
    49       this.resultComboBox = new System.Windows.Forms.ComboBox();
     49      this.methodComboBox = new System.Windows.Forms.ComboBox();
    5050      this.SuspendLayout();
    5151      //
    5252      // stringConvertibleMatrixView
    5353      //
    54       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    55             | System.Windows.Forms.AnchorStyles.Left)
     54      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     55            | System.Windows.Forms.AnchorStyles.Left) 
    5656            | System.Windows.Forms.AnchorStyles.Right)));
    5757      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
    5858      this.stringConvertibleMatrixView.Content = null;
    5959      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 30);
     60      this.stringConvertibleMatrixView.Maximum = 0D;
     61      this.stringConvertibleMatrixView.Minimum = 0D;
    6062      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
    6163      this.stringConvertibleMatrixView.ReadOnly = true;
     
    7072      this.label1.Location = new System.Drawing.Point(5, 6);
    7173      this.label1.Name = "label1";
    72       this.label1.Size = new System.Drawing.Size(37, 13);
     74      this.label1.Size = new System.Drawing.Size(46, 13);
    7375      this.label1.TabIndex = 6;
    74       this.label1.Text = "Value:";
     76      this.label1.Text = "Method:";
    7577      //
    76       // resultComboBox
     78      // methodComboBox
    7779      //
    78       this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     80      this.methodComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7981            | System.Windows.Forms.AnchorStyles.Right)));
    80       this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    81       this.resultComboBox.FormattingEnabled = true;
    82       this.resultComboBox.Location = new System.Drawing.Point(71, 3);
    83       this.resultComboBox.Name = "resultComboBox";
    84       this.resultComboBox.Size = new System.Drawing.Size(424, 21);
    85       this.resultComboBox.TabIndex = 5;
    86       this.resultComboBox.SelectedIndexChanged += new System.EventHandler(this.resultComboBox_SelectedIndexChanged);
     82      this.methodComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     83      this.methodComboBox.FormattingEnabled = true;
     84      this.methodComboBox.Location = new System.Drawing.Point(71, 3);
     85      this.methodComboBox.Name = "methodComboBox";
     86      this.methodComboBox.Size = new System.Drawing.Size(424, 21);
     87      this.methodComboBox.TabIndex = 5;
     88      this.methodComboBox.SelectedIndexChanged += new System.EventHandler(this.methodComboBox_SelectedIndexChanged);
    8789      //
    8890      // CorrelationView
    8991      //
    9092      this.Controls.Add(this.label1);
    91       this.Controls.Add(this.resultComboBox);
     93      this.Controls.Add(this.methodComboBox);
    9294      this.Controls.Add(this.stringConvertibleMatrixView);
    9395      this.Name = "CorrelationView";
     
    101103    private HeuristicLab.Data.Views.EnhancedStringConvertibleMatrixView stringConvertibleMatrixView;
    102104    private System.Windows.Forms.Label label1;
    103     private System.Windows.Forms.ComboBox resultComboBox;
     105    private System.Windows.Forms.ComboBox methodComboBox;
    104106  }
    105107}
Note: See TracChangeset for help on using the changeset viewer.