Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/10 10:58:01 (14 years ago)
Author:
mkommend
Message:

corrected DataAnalysis.Views.ResultsView to use an internal DoubleMatrix (ticket #1020)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/ResultsView.Designer.cs

    r3916 r3979  
    4444    /// </summary>
    4545    private void InitializeComponent() {
    46       components = new System.ComponentModel.Container();
     46      this.matrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
     47      this.SuspendLayout();
     48      //
     49      // matrixView
     50      //
     51      this.matrixView.Caption = "StringConvertibleMatrix View";
     52      this.matrixView.Content = null;
     53      this.matrixView.Dock = System.Windows.Forms.DockStyle.Fill;
     54      this.matrixView.Location = new System.Drawing.Point(0, 0);
     55      this.matrixView.Name = "matrixView";
     56      this.matrixView.ReadOnly = true;
     57      this.matrixView.Size = new System.Drawing.Size(494, 317);
     58      this.matrixView.TabIndex = 0;
     59      //
     60      // ResultsView
     61      //
     62      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4763      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     64      this.Controls.Add(this.matrixView);
     65      this.Name = "ResultsView";
     66      this.Size = new System.Drawing.Size(494, 317);
     67      this.ResumeLayout(false);
     68
    4869    }
    4970
    5071    #endregion
     72
     73    private HeuristicLab.Data.Views.StringConvertibleMatrixView matrixView;
    5174  }
    5275}
Note: See TracChangeset for help on using the changeset viewer.