Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/11 12:00:36 (13 years ago)
Author:
mkommend
Message:

#1479: Integrated trunk changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs

    r6675 r6784  
    4444    /// </summary>
    4545    private void InitializeComponent() {
    46       this.problemView1 = new HeuristicLab.Optimization.Views.ProblemView();
    4746      this.SamplesComboBox = new System.Windows.Forms.ComboBox();
    4847      this.SuspendLayout();
     
    5655      this.matrixView.Location = new System.Drawing.Point(3, 31);
    5756      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;
    6857      //
    6958      // SamplesComboBox
     
    8473      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    8574      this.Controls.Add(this.SamplesComboBox);
    86       this.Controls.Add(this.problemView1);
    8775      this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView";
    8876      this.Controls.SetChildIndex(this.matrixView, 0);
    89       this.Controls.SetChildIndex(this.problemView1, 0);
    9077      this.Controls.SetChildIndex(this.SamplesComboBox, 0);
    9178      this.ResumeLayout(false);
     
    9582    #endregion
    9683
    97     private Optimization.Views.ProblemView problemView1;
    9884    private System.Windows.Forms.ComboBox SamplesComboBox;
    9985
Note: See TracChangeset for help on using the changeset viewer.