Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 13:28:31 (10 years ago)
Author:
rstoll
Message:
  • StatisticsView column specific information added
File:
1 edited

Legend:

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

    r10367 r10534  
    130130      // dataGridView
    131131      //
     132      this.dataGridView.AllowUserToAddRows = false;
     133      this.dataGridView.AllowUserToDeleteRows = false;
     134      this.dataGridView.AllowUserToOrderColumns = true;
     135      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     136            | System.Windows.Forms.AnchorStyles.Left)
     137            | System.Windows.Forms.AnchorStyles.Right)));
    132138      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
    133139      this.dataGridView.Location = new System.Drawing.Point(5, 117);
    134140      this.dataGridView.Name = "dataGridView";
    135       this.dataGridView.Size = new System.Drawing.Size(531, 278);
     141      this.dataGridView.ReadOnly = true;
     142      this.dataGridView.RowHeadersWidth = 80;
     143      this.dataGridView.Size = new System.Drawing.Size(530, 278);
    136144      this.dataGridView.TabIndex = 4;
     145      this.dataGridView.VirtualMode = true;
    137146      this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
    138147      //
Note: See TracChangeset for help on using the changeset viewer.