Changeset 15727 for trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
- Timestamp:
- 02/07/18 12:47:26 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
r15673 r15727 55 55 this.dataPartitionComboBox = new System.Windows.Forms.ComboBox(); 56 56 this.variableImactsArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView(); 57 this.backgroundWorker = new System.ComponentModel.BackgroundWorker(); 57 58 this.SuspendLayout(); 58 59 // … … 169 170 this.variableImactsArrayView.Size = new System.Drawing.Size(706, 278); 170 171 this.variableImactsArrayView.TabIndex = 2; 172 // 173 // backgroundWorker 174 // 175 this.backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorker_DoWork); 176 this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorker_RunWorkerCompleted); 171 177 // 172 178 // RegressionSolutionVariableImpactsView … … 203 209 private System.Windows.Forms.ComboBox sortByComboBox; 204 210 private System.Windows.Forms.CheckBox ascendingCheckBox; 211 private System.ComponentModel.BackgroundWorker backgroundWorker; 205 212 } 206 213 }
Note: See TracChangeset
for help on using the changeset viewer.