Changeset 9922
- Timestamp:
- 09/02/13 13:44:53 (11 years ago)
- Location:
- branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs
r9917 r9922 49 49 this.SuspendLayout(); 50 50 // 51 // helpLabel52 //53 this.helpLabel.Location = new System.Drawing.Point(596, 8);54 this.helpToolTip.SetToolTip(this.helpLabel, "Double Click to Show Help");55 //56 51 // fittingComboBox 57 52 // … … 87 82 // dataRowComboBox 88 83 // 89 this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 84 this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 90 85 | System.Windows.Forms.AnchorStyles.Right))); 91 86 this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 117 112 // dataTableComboBox 118 113 // 119 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 114 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 120 115 | System.Windows.Forms.AnchorStyles.Right))); 121 116 this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 129 124 // splitContainer1 130 125 // 131 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 126 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 132 127 | System.Windows.Forms.AnchorStyles.Right))); 133 128 this.splitContainer1.Location = new System.Drawing.Point(6, 391); … … 148 143 // stringConvertibleMatrixView 149 144 // 150 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 151 | System.Windows.Forms.AnchorStyles.Left) 145 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 146 | System.Windows.Forms.AnchorStyles.Left) 152 147 | System.Windows.Forms.AnchorStyles.Right))); 153 148 this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 177 172 this.Controls.SetChildIndex(this.stringConvertibleMatrixView, 0); 178 173 this.Controls.SetChildIndex(this.splitContainer1, 0); 179 this.Controls.SetChildIndex(this.helpLabel, 0);180 174 this.splitContainer1.Panel1.ResumeLayout(false); 181 175 this.splitContainer1.Panel2.ResumeLayout(false); -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs
r9917 r9922 238 238 239 239 private void CalculateValues() { 240 MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>().AddOperationProgressToView(this, "Calculating..."); 241 Task.Factory.StartNew(CalculateValuesAsync); 240 if (data != null) { 241 MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>() 242 .AddOperationProgressToView(this, "Calculating..."); 243 Task.Factory.StartNew(CalculateValuesAsync); 244 } 242 245 } 243 246 -
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.designer.cs
r9917 r9922 86 86 this.SuspendLayout(); 87 87 // 88 // helpLabel89 //90 this.helpLabel.Location = new System.Drawing.Point(1069, 4);91 this.helpToolTip.SetToolTip(this.helpLabel, "Double Click to Show Help");92 //93 88 // stringConvertibleMatrixView 94 89 // 95 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 96 | System.Windows.Forms.AnchorStyles.Left) 90 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 91 | System.Windows.Forms.AnchorStyles.Left) 97 92 | System.Windows.Forms.AnchorStyles.Right))); 98 93 this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 143 138 // resultComboBox 144 139 // 145 this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 140 this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 146 141 | System.Windows.Forms.AnchorStyles.Right))); 147 142 this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 167 162 // pValTextBox 168 163 // 169 this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 164 this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 170 165 | System.Windows.Forms.AnchorStyles.Right))); 171 166 this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); … … 178 173 // groupComboBox 179 174 // 180 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 175 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 181 176 | System.Windows.Forms.AnchorStyles.Right))); 182 177 this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 191 186 // splitContainer1 192 187 // 193 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 194 | System.Windows.Forms.AnchorStyles.Left) 188 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 195 190 | System.Windows.Forms.AnchorStyles.Right))); 196 191 this.splitContainer1.Location = new System.Drawing.Point(6, 19); … … 213 208 // splitContainer3 214 209 // 215 this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 216 | System.Windows.Forms.AnchorStyles.Left) 210 this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 211 | System.Windows.Forms.AnchorStyles.Left) 217 212 | System.Windows.Forms.AnchorStyles.Right))); 218 213 this.splitContainer3.Location = new System.Drawing.Point(8, 3); … … 235 230 // pairwiseTestGroupBox 236 231 // 237 this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 232 this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 233 | System.Windows.Forms.AnchorStyles.Left) 239 234 | System.Windows.Forms.AnchorStyles.Right))); 240 235 this.pairwiseTestGroupBox.Controls.Add(this.pairwiseStringConvertibleMatrixView); … … 254 249 // pairwiseStringConvertibleMatrixView 255 250 // 256 this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 257 | System.Windows.Forms.AnchorStyles.Left) 251 this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 252 | System.Windows.Forms.AnchorStyles.Left) 258 253 | System.Windows.Forms.AnchorStyles.Right))); 259 254 this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 292 287 // equalDistsTextBox 293 288 // 294 this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 289 this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 295 290 | System.Windows.Forms.AnchorStyles.Right))); 296 291 this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); … … 313 308 // groupCompComboBox 314 309 // 315 this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 310 this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 316 311 | System.Windows.Forms.AnchorStyles.Right))); 317 312 this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 326 321 // allGroupTestGroupBox 327 322 // 328 this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 323 this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 329 324 | System.Windows.Forms.AnchorStyles.Right))); 330 325 this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel); … … 352 347 // normalityGroupBox 353 348 // 354 this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 349 this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 355 350 | System.Windows.Forms.AnchorStyles.Right))); 356 351 this.normalityGroupBox.Controls.Add(this.label4); … … 377 372 // normalityStringConvertibleMatrixView 378 373 // 379 this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 380 | System.Windows.Forms.AnchorStyles.Left) 374 this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 375 | System.Windows.Forms.AnchorStyles.Left) 381 376 | System.Windows.Forms.AnchorStyles.Right))); 382 377 this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 403 398 // selectDataGroupBox 404 399 // 405 this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 400 this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 406 401 | System.Windows.Forms.AnchorStyles.Right))); 407 402 this.selectDataGroupBox.Controls.Add(this.splitContainer1); … … 420 415 this.Size = new System.Drawing.Size(1089, 546); 421 416 this.Controls.SetChildIndex(this.splitContainer3, 0); 422 this.Controls.SetChildIndex(this.helpLabel, 0);423 417 this.contextMenuStrip1.ResumeLayout(false); 424 418 this.splitContainer1.Panel1.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.