Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/12 17:44:26 (12 years ago)
Author:
abeham
Message:

#1754: Added copy & paste support for StringConvertibleArrayView similar to StringConvertibleMatrixView

File:
1 edited

Legend:

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

    r7259 r7318  
    7171      this.lengthTextBox.Size = new System.Drawing.Size(372, 20);
    7272      this.lengthTextBox.TabIndex = 1;
    73       this.lengthTextBox.Validated += new System.EventHandler(this.lengthTextBox_Validated);
    7473      this.lengthTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lengthTextBox_KeyDown);
    7574      this.lengthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lengthTextBox_Validating);
     75      this.lengthTextBox.Validated += new System.EventHandler(this.lengthTextBox_Validated);
    7676      //
    7777      // dataGridView
     
    8989      this.dataGridView.Size = new System.Drawing.Size(424, 378);
    9090      this.dataGridView.TabIndex = 2;
     91      this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
    9192      this.dataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dataGridView_CellParsing);
    9293      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
    93       this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
     94      this.dataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_KeyDown);
    9495      //
    9596      // errorProvider
Note: See TracChangeset for help on using the changeset viewer.