Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/09/10 15:34:47 (14 years ago)
Author:
mkommend
Message:

adapted the ColumnsVisibilityDialog and corrected copy and past support in the StringConvertibleMatrixView (ticket #1134)

File:
1 edited

Legend:

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

    r3936 r4178  
    7676      this.rowsTextBox.Size = new System.Drawing.Size(355, 20);
    7777      this.rowsTextBox.TabIndex = 1;
    78       this.rowsTextBox.Validated += new System.EventHandler(this.rowsTextBox_Validated);
    7978      this.rowsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rowsTextBox_KeyDown);
    8079      this.rowsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.rowsTextBox_Validating);
     80      this.rowsTextBox.Validated += new System.EventHandler(this.rowsTextBox_Validated);
    8181      //
    8282      // dataGridView
     
    8888                  | System.Windows.Forms.AnchorStyles.Left)
    8989                  | System.Windows.Forms.AnchorStyles.Right)));
     90      this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
    9091      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
    9192      this.dataGridView.Location = new System.Drawing.Point(0, 52);
     
    9596      this.dataGridView.TabIndex = 4;
    9697      this.dataGridView.VirtualMode = true;
    97       this.dataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView_Scroll);
    98       this.dataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_ColumnHeaderMouseClick);
    99       this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
     98      this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
    10099      this.dataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dataGridView_CellParsing);
    101100      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
    102       this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
     101      this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
     102      this.dataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_ColumnHeaderMouseClick);
     103      this.dataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView_Scroll);
    103104      this.dataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_KeyDown);
    104105      this.dataGridView.Resize += new System.EventHandler(this.dataGridView_Resize);
     
    117118      this.columnsTextBox.Size = new System.Drawing.Size(355, 20);
    118119      this.columnsTextBox.TabIndex = 3;
    119       this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
    120120      this.columnsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.columnsTextBox_KeyDown);
    121121      this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
     122      this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
    122123      //
    123124      // columnsLabel
     
    162163
    163164    }
    164 
    165165    #endregion
    166166
Note: See TracChangeset for help on using the changeset viewer.