Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/11 11:12:25 (13 years ago)
Author:
mkommend
Message:

#1592: Implemented new estimated class values view for ClassificationEnsembleSolutions.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs

    r6661 r6672  
    2020#endregion
    2121namespace HeuristicLab.Problems.DataAnalysis.Views {
    22   partial class DiscriminantFunctionClassificationSolutionEstimatedClassValuesView {
     22  partial class ClassificationEnsembleSolutionEstimatedClassValuesView {
    2323    /// <summary>
    2424    /// Required designer variable.
     
    4444    /// </summary>
    4545    private void InitializeComponent() {
     46      this.problemView1 = new HeuristicLab.Optimization.Views.ProblemView();
     47      this.SamplesComboBox = new System.Windows.Forms.ComboBox();
    4648      this.SuspendLayout();
    4749      //
    48       // EstimatedValuesView
     50      // matrixView
    4951      //
    50       this.AllowDrop = true;
     52      this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     53            | System.Windows.Forms.AnchorStyles.Left)
     54            | System.Windows.Forms.AnchorStyles.Right)));
     55      this.matrixView.Dock = System.Windows.Forms.DockStyle.None;
     56      this.matrixView.Location = new System.Drawing.Point(3, 31);
     57      this.matrixView.Size = new System.Drawing.Size(304, 251);
     58      //
     59      // problemView1
     60      //
     61      this.problemView1.Caption = "Problem View";
     62      this.problemView1.Content = null;
     63      this.problemView1.Location = new System.Drawing.Point(1147, 687);
     64      this.problemView1.Name = "problemView1";
     65      this.problemView1.ReadOnly = false;
     66      this.problemView1.Size = new System.Drawing.Size(490, 353);
     67      this.problemView1.TabIndex = 1;
     68      //
     69      // SamplesComboBox
     70      //
     71      this.SamplesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     72            | System.Windows.Forms.AnchorStyles.Right)));
     73      this.SamplesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     74      this.SamplesComboBox.FormattingEnabled = true;
     75      this.SamplesComboBox.Location = new System.Drawing.Point(4, 4);
     76      this.SamplesComboBox.Name = "SamplesComboBox";
     77      this.SamplesComboBox.Size = new System.Drawing.Size(303, 21);
     78      this.SamplesComboBox.TabIndex = 2;
     79      this.SamplesComboBox.SelectedIndexChanged += new System.EventHandler(this.SamplesComboBox_SelectedIndexChanged);
     80      //
     81      // ClassificationEnsembleSolutionEstimatedClassValuesView
     82      //
    5183      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    5284      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    53       this.Name = "EstimatedValuesView";
    54       this.Size = new System.Drawing.Size(310, 285);
     85      this.Controls.Add(this.SamplesComboBox);
     86      this.Controls.Add(this.problemView1);
     87      this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView";
     88      this.Controls.SetChildIndex(this.matrixView, 0);
     89      this.Controls.SetChildIndex(this.problemView1, 0);
     90      this.Controls.SetChildIndex(this.SamplesComboBox, 0);
    5591      this.ResumeLayout(false);
    5692
     
    5995    #endregion
    6096
     97    private Optimization.Views.ProblemView problemView1;
     98    private System.Windows.Forms.ComboBox SamplesComboBox;
     99
    61100  }
    62101}
Note: See TracChangeset for help on using the changeset viewer.