Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 23:49:54 (14 years ago)
Author:
swagner
Message:

Renamed classes of HeuristicLab.Data (#909)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.Designer.cs

    r3047 r3048  
    2121
    2222namespace HeuristicLab.Data.Views {
    23   partial class StringConvertibleMatrixDataView {
     23  partial class StringConvertibleMatrixView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    121121      this.columnsLabel.Text = "&Columns:";
    122122      //
    123       // StringConvertibleMatrixDataView
     123      // StringConvertibleMatrixView
    124124      //
    125125      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    130130      this.Controls.Add(this.columnsLabel);
    131131      this.Controls.Add(this.rowsLabel);
    132       this.Name = "StringConvertibleMatrixDataView";
     132      this.Name = "StringConvertibleMatrixView";
    133133      this.Size = new System.Drawing.Size(424, 404);
    134134      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.