Changeset 472
- Timestamp:
- 08/08/08 21:31:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAnalysis/DatasetView.designer.cs
r458 r472 98 98 dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 99 99 this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1; 100 this.dataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;101 100 this.dataGridView.Size = new System.Drawing.Size(554, 485); 102 101 this.dataGridView.TabIndex = 3; … … 111 110 this.originalValuesToolStripMenuItem}); 112 111 this.contextMenuStrip.Name = "contextMenuStrip"; 113 this.contextMenuStrip.Size = new System.Drawing.Size(1 98, 92);112 this.contextMenuStrip.Size = new System.Drawing.Size(187, 92); 114 113 // 115 114 // scaleValuesToolStripMenuItem 116 115 // 117 116 this.scaleValuesToolStripMenuItem.Name = "scaleValuesToolStripMenuItem"; 118 this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(1 97, 22);117 this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(186, 22); 119 118 this.scaleValuesToolStripMenuItem.Text = "Scale values [0..1]"; 120 119 this.scaleValuesToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesToolStripMenuItem_Click); … … 123 122 // 124 123 this.scaleValuesmanuallyToolStripMenuItem.Name = "scaleValuesmanuallyToolStripMenuItem"; 125 this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(1 97, 22);124 this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(186, 22); 126 125 this.scaleValuesmanuallyToolStripMenuItem.Text = "Scale values (manually)"; 127 126 this.scaleValuesmanuallyToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesmanuallyToolStripMenuItem_Click); … … 130 129 // 131 130 this.showScalingToolStripMenuItem.Name = "showScalingToolStripMenuItem"; 132 this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(1 97, 22);131 this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(186, 22); 133 132 this.showScalingToolStripMenuItem.Text = "Show scaling..."; 134 133 this.showScalingToolStripMenuItem.Click += new System.EventHandler(this.showScalingToolStripMenuItem_Click); … … 137 136 // 138 137 this.originalValuesToolStripMenuItem.Name = "originalValuesToolStripMenuItem"; 139 this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(1 97, 22);138 this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(186, 22); 140 139 this.originalValuesToolStripMenuItem.Text = "Unscale values"; 141 140 this.originalValuesToolStripMenuItem.Click += new System.EventHandler(this.originalValuesToolStripMenuItem_Click);
Note: See TracChangeset
for help on using the changeset viewer.