Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 14:39:44 (10 years ago)
Author:
rstoll
Message:
  • removed NotImplementedException in property Rows since it is invoked by an event
  • set fields number of columns / rows to read only
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataGridContentView.Designer.cs

    r10239 r10243  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.components = new System.ComponentModel.Container();
     26      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     27      this.SuspendLayout();
     28      //
     29      // rowsTextBox
     30      //
     31      this.errorProvider.SetIconAlignment(this.rowsTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     32      this.errorProvider.SetIconPadding(this.rowsTextBox, 2);
     33      this.rowsTextBox.ReadOnly = true;
     34      //
     35      // columnsTextBox
     36      //
     37      this.columnsTextBox.ReadOnly = true;
     38      //
     39      // DataGridContentView
     40      //
     41      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    2742      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    28       this.Text = "DataGridContentView";
     43      this.Name = "DataGridContentView";
     44      this.Controls.SetChildIndex(this.statisticsTextBox, 0);
     45      this.Controls.SetChildIndex(this.rowsLabel, 0);
     46      this.Controls.SetChildIndex(this.columnsLabel, 0);
     47      this.Controls.SetChildIndex(this.rowsTextBox, 0);
     48      this.Controls.SetChildIndex(this.columnsTextBox, 0);
     49      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     50      this.ResumeLayout(false);
     51      this.PerformLayout();
     52
    2953    }
    3054
Note: See TracChangeset for help on using the changeset viewer.