Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/26/09 11:35:26 (15 years ago)
Author:
mkommend
Message:
  • implemented GetVariableValues in dataset
  • added row number in rowheaders of dataset view

(ticket #726)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAnalysis/3.2/DatasetView.designer.cs

    r1529 r2311  
    100100      this.dataGridView.Size = new System.Drawing.Size(554, 485);
    101101      this.dataGridView.TabIndex = 3;
     102      this.dataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView_Scroll);
    102103      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
     104      this.dataGridView.Resize += new System.EventHandler(this.dataGridView_Resize);
    103105      //
    104106      // contextMenuStrip
     
    110112            this.originalValuesToolStripMenuItem});
    111113      this.contextMenuStrip.Name = "contextMenuStrip";
    112       this.contextMenuStrip.Size = new System.Drawing.Size(187, 92);
     114      this.contextMenuStrip.Size = new System.Drawing.Size(198, 92);
    113115      //
    114116      // scaleValuesToolStripMenuItem
    115117      //
    116118      this.scaleValuesToolStripMenuItem.Name = "scaleValuesToolStripMenuItem";
    117       this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     119      this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
    118120      this.scaleValuesToolStripMenuItem.Text = "Scale values [0..1]";
    119121      this.scaleValuesToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesToolStripMenuItem_Click);
     
    122124      //
    123125      this.scaleValuesmanuallyToolStripMenuItem.Name = "scaleValuesmanuallyToolStripMenuItem";
    124       this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     126      this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
    125127      this.scaleValuesmanuallyToolStripMenuItem.Text = "Scale values (manually)";
    126128      this.scaleValuesmanuallyToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesmanuallyToolStripMenuItem_Click);
     
    129131      //
    130132      this.showScalingToolStripMenuItem.Name = "showScalingToolStripMenuItem";
    131       this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     133      this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
    132134      this.showScalingToolStripMenuItem.Text = "Show scaling...";
    133135      this.showScalingToolStripMenuItem.Click += new System.EventHandler(this.showScalingToolStripMenuItem_Click);
     
    136138      //
    137139      this.originalValuesToolStripMenuItem.Name = "originalValuesToolStripMenuItem";
    138       this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     140      this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
    139141      this.originalValuesToolStripMenuItem.Text = "Unscale values";
    140142      this.originalValuesToolStripMenuItem.Click += new System.EventHandler(this.originalValuesToolStripMenuItem_Click);
Note: See TracChangeset for help on using the changeset viewer.