Changeset 11601
- Timestamp:
- 11/28/14 16:13:59 (10 years ago)
- Location:
- branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/HeuristicLab.Analysis.Statistics-3.3.csproj
r9998 r11601 120 120 <ItemGroup> 121 121 <Compile Include="BonferroniHolm.cs" /> 122 <Compile Include="DensityDataTableView.cs"> 123 <SubType>UserControl</SubType> 124 </Compile> 122 125 <Compile Include="EnumerableStatisticsExtension.cs" /> 123 126 <Compile Include="ExpFitting.cs" /> 124 127 <Compile Include="IFitting.cs" /> 128 <Compile Include="NormalDistribution.cs" /> 125 129 <Compile Include="LinearLeastSquaresFitting.cs" /> 126 130 <Compile Include="LogFitting.cs" /> -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs
r11375 r11601 333 333 } 334 334 335 this.Invoke(new Action(() => { normalityStringConvertibleMatrixView.Content = pValsMatrix; })); 335 this.Invoke(new Action(() => { 336 normalityStringConvertibleMatrixView.Content = pValsMatrix; 337 normalityStringConvertibleMatrixView.DataGridView.AutoResizeColumns(DataGridViewAutoSizeColumnsMode.AllCells); 338 })); 336 339 } 337 340 … … 459 462 } 460 463 461 this.Invoke(new Action(() => { pairwiseStringConvertibleMatrixView.Content = pValsMatrix; })); 464 this.Invoke(new Action(() => { 465 pairwiseStringConvertibleMatrixView.Content = pValsMatrix; 466 pairwiseStringConvertibleMatrixView.DataGridView.AutoResizeColumns(DataGridViewAutoSizeColumnsMode.AllCells); 467 })); 462 468 } 463 469 -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.designer.cs
r11375 r11601 74 74 this.tabPage1 = new System.Windows.Forms.TabPage(); 75 75 this.tabPage2 = new System.Windows.Forms.TabPage(); 76 this.dataTableView = new HeuristicLab.Analysis.Views.DataTableView();76 this.dataTableView = new DensityDataTableView(); 77 77 this.contextMenuStrip1.SuspendLayout(); 78 78 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); … … 95 95 // stringConvertibleMatrixView 96 96 // 97 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 98 | System.Windows.Forms.AnchorStyles.Left) 97 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 98 | System.Windows.Forms.AnchorStyles.Left) 99 99 | System.Windows.Forms.AnchorStyles.Right))); 100 100 this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 145 145 // resultComboBox 146 146 // 147 this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 147 this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 148 148 | System.Windows.Forms.AnchorStyles.Right))); 149 149 this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 169 169 // pValTextBox 170 170 // 171 this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 171 this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 172 172 | System.Windows.Forms.AnchorStyles.Right))); 173 173 this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); … … 180 180 // groupComboBox 181 181 // 182 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 182 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 183 183 | System.Windows.Forms.AnchorStyles.Right))); 184 184 this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 193 193 // splitContainer1 194 194 // 195 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 196 | System.Windows.Forms.AnchorStyles.Left) 195 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 196 | System.Windows.Forms.AnchorStyles.Left) 197 197 | System.Windows.Forms.AnchorStyles.Right))); 198 198 this.splitContainer1.Location = new System.Drawing.Point(6, 19); … … 215 215 // splitContainer3 216 216 // 217 this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 218 | System.Windows.Forms.AnchorStyles.Left) 217 this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 218 | System.Windows.Forms.AnchorStyles.Left) 219 219 | System.Windows.Forms.AnchorStyles.Right))); 220 220 this.splitContainer3.Location = new System.Drawing.Point(6, 6); … … 237 237 // pairwiseTestGroupBox 238 238 // 239 this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 240 | System.Windows.Forms.AnchorStyles.Left) 239 this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 240 | System.Windows.Forms.AnchorStyles.Left) 241 241 | System.Windows.Forms.AnchorStyles.Right))); 242 242 this.pairwiseTestGroupBox.Controls.Add(this.pairwiseStringConvertibleMatrixView); … … 256 256 // pairwiseStringConvertibleMatrixView 257 257 // 258 this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 259 | System.Windows.Forms.AnchorStyles.Left) 258 this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 259 | System.Windows.Forms.AnchorStyles.Left) 260 260 | System.Windows.Forms.AnchorStyles.Right))); 261 261 this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 294 294 // equalDistsTextBox 295 295 // 296 this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 296 this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 297 297 | System.Windows.Forms.AnchorStyles.Right))); 298 298 this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); … … 315 315 // groupCompComboBox 316 316 // 317 this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 317 this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 318 318 | System.Windows.Forms.AnchorStyles.Right))); 319 319 this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 328 328 // allGroupTestGroupBox 329 329 // 330 this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 330 this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 331 331 | System.Windows.Forms.AnchorStyles.Right))); 332 332 this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel); … … 354 354 // normalityGroupBox 355 355 // 356 this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 356 this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 357 357 | System.Windows.Forms.AnchorStyles.Right))); 358 358 this.normalityGroupBox.Controls.Add(this.label4); … … 379 379 // normalityStringConvertibleMatrixView 380 380 // 381 this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 382 | System.Windows.Forms.AnchorStyles.Left) 381 this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 382 | System.Windows.Forms.AnchorStyles.Left) 383 383 | System.Windows.Forms.AnchorStyles.Right))); 384 384 this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 405 405 // selectDataGroupBox 406 406 // 407 this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 407 this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 408 408 | System.Windows.Forms.AnchorStyles.Right))); 409 409 this.selectDataGroupBox.Controls.Add(this.splitContainer1); … … 418 418 // tabControl 419 419 // 420 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 421 | System.Windows.Forms.AnchorStyles.Left) 420 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 421 | System.Windows.Forms.AnchorStyles.Left) 422 422 | System.Windows.Forms.AnchorStyles.Right))); 423 423 this.tabControl.Controls.Add(this.tabPage1); … … 453 453 // dataTableView 454 454 // 455 this.dataTableView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 456 | System.Windows.Forms.AnchorStyles.Left) 455 this.dataTableView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 456 | System.Windows.Forms.AnchorStyles.Left) 457 457 | System.Windows.Forms.AnchorStyles.Right))); 458 458 this.dataTableView.Caption = "DataTable View"; … … 523 523 private System.Windows.Forms.TabPage tabPage1; 524 524 private System.Windows.Forms.TabPage tabPage2; 525 private Views.DataTableView dataTableView;525 private DensityDataTableView dataTableView; 526 526 } 527 527 }
Note: See TracChangeset
for help on using the changeset viewer.