- Timestamp:
- 01/10/19 15:40:44 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration
- Property svn:mergeinfo changed
-
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
-
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs
r16453 r16529 114 114 // 115 115 this.problemTabPage.AllowDrop = true; 116 this.problemTabPage.BackColor = System.Drawing.SystemColors.Window; 116 117 this.problemTabPage.Controls.Add(this.problemViewHost); 117 118 this.problemTabPage.Controls.Add(this.openProblemButton); … … 123 124 this.problemTabPage.TabIndex = 0; 124 125 this.problemTabPage.Text = "Problem"; 125 this.problemTabPage.UseVisualStyleBackColor = true;126 126 this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop); 127 127 this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver); … … 168 168 // parametersTabPage 169 169 // 170 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 170 171 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 171 172 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 175 176 this.parametersTabPage.TabIndex = 1; 176 177 this.parametersTabPage.Text = "Algorithm"; 177 this.parametersTabPage.UseVisualStyleBackColor = true;178 178 // 179 179 // parameterCollectionView … … 193 193 // resultsTabPage 194 194 // 195 this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window; 195 196 this.resultsTabPage.Controls.Add(this.resultsView); 196 197 this.resultsTabPage.Location = new System.Drawing.Point(4, 22); … … 200 201 this.resultsTabPage.TabIndex = 2; 201 202 this.resultsTabPage.Text = "Results"; 202 this.resultsTabPage.UseVisualStyleBackColor = true;203 203 // 204 204 // resultsView … … 217 217 // runsTabPage 218 218 // 219 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 219 220 this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox); 220 221 this.runsTabPage.Controls.Add(this.runsView); … … 225 226 this.runsTabPage.TabIndex = 3; 226 227 this.runsTabPage.Text = "Runs"; 227 this.runsTabPage.UseVisualStyleBackColor = true;228 228 // 229 229 // storeAlgorithmInEachRunCheckBox -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs
r16453 r16529 108 108 // 109 109 this.optimizerTabPage.AllowDrop = true; 110 this.optimizerTabPage.BackColor = System.Drawing.SystemColors.Window; 110 111 this.optimizerTabPage.Controls.Add(this.optimizerViewHost); 111 112 this.optimizerTabPage.Controls.Add(this.openOptimizerButton); … … 117 118 this.optimizerTabPage.TabIndex = 1; 118 119 this.optimizerTabPage.Text = "Optimizer"; 119 this.optimizerTabPage.UseVisualStyleBackColor = true;120 120 this.optimizerTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragDrop); 121 121 this.optimizerTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver); … … 162 162 // runsTabPage 163 163 // 164 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 164 165 this.runsTabPage.Controls.Add(this.runsView); 165 166 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 169 170 this.runsTabPage.TabIndex = 2; 170 171 this.runsTabPage.Text = "Runs"; 171 this.runsTabPage.UseVisualStyleBackColor = true;172 172 // 173 173 // runsView -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs
r16453 r16529 188 188 // engineTabPage 189 189 // 190 this.engineTabPage.BackColor = System.Drawing.SystemColors.Window; 190 191 this.engineTabPage.Controls.Add(this.engineViewHost); 191 192 this.engineTabPage.Controls.Add(this.engineComboBox); … … 197 198 this.engineTabPage.TabIndex = 5; 198 199 this.engineTabPage.Text = "Engine"; 199 this.engineTabPage.UseVisualStyleBackColor = true;200 200 // 201 201 // engineViewHost … … 217 217 // operatorGraphTabPage 218 218 // 219 this.operatorGraphTabPage.BackColor = System.Drawing.SystemColors.Window; 219 220 this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost); 220 221 this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22); … … 223 224 this.operatorGraphTabPage.TabIndex = 4; 224 225 this.operatorGraphTabPage.Text = "Operator Graph"; 225 this.operatorGraphTabPage.UseVisualStyleBackColor = true;226 226 // 227 227 // operatorGraphViewHost -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/ExperimentListView.Designer.cs
r16453 r16529 111 111 // optimizersTabPage 112 112 // 113 this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window; 113 114 this.optimizersTabPage.Controls.Add(this.optimizerListView); 114 115 this.optimizersTabPage.Location = new System.Drawing.Point(4, 22); … … 118 119 this.optimizersTabPage.TabIndex = 1; 119 120 this.optimizersTabPage.Text = "Optimizers"; 120 this.optimizersTabPage.UseVisualStyleBackColor = true;121 121 // 122 122 // optimizerListView … … 135 135 // runsTabPage 136 136 // 137 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 137 138 this.runsTabPage.Controls.Add(this.runsViewHost); 138 139 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 142 143 this.runsTabPage.TabIndex = 2; 143 144 this.runsTabPage.Text = "Runs"; 144 this.runsTabPage.UseVisualStyleBackColor = true;145 145 // 146 146 // runsViewHost -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs
r16453 r16529 101 101 // 102 102 this.tabControl.AllowDrop = true; 103 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 104 | System.Windows.Forms.AnchorStyles.Left) 103 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 104 | System.Windows.Forms.AnchorStyles.Left) 105 105 | System.Windows.Forms.AnchorStyles.Right))); 106 106 this.tabControl.Controls.Add(this.optimizersTabPage); … … 114 114 // optimizersTabPage 115 115 // 116 this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window; 116 117 this.optimizersTabPage.Controls.Add(this.experimentTreeView); 117 118 this.optimizersTabPage.Location = new System.Drawing.Point(4, 22); … … 121 122 this.optimizersTabPage.TabIndex = 1; 122 123 this.optimizersTabPage.Text = "Optimizers"; 123 this.optimizersTabPage.UseVisualStyleBackColor = true;124 124 // 125 125 // experimentTreeView … … 136 136 // runsTabPage 137 137 // 138 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 138 139 this.runsTabPage.Controls.Add(this.runsViewHost); 139 140 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 143 144 this.runsTabPage.TabIndex = 2; 144 145 this.runsTabPage.Text = "Runs"; 145 this.runsTabPage.UseVisualStyleBackColor = true;146 146 // 147 147 // runsViewHost 148 148 // 149 this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 150 | System.Windows.Forms.AnchorStyles.Left) 149 this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 150 | System.Windows.Forms.AnchorStyles.Left) 151 151 | System.Windows.Forms.AnchorStyles.Right))); 152 152 this.runsViewHost.Caption = "View"; -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs
r16453 r16529 66 66 // parametersTabPage 67 67 // 68 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 68 69 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 69 70 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 73 74 this.parametersTabPage.TabIndex = 0; 74 75 this.parametersTabPage.Text = "Parameters"; 75 this.parametersTabPage.UseVisualStyleBackColor = true;76 76 // 77 77 // characteristicsTabPage 78 78 // 79 this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window; 79 80 this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22); 80 81 this.characteristicsTabPage.Name = "characteristicsTabPage"; … … 83 84 this.characteristicsTabPage.TabIndex = 1; 84 85 this.characteristicsTabPage.Text = "Characteristics"; 85 this.characteristicsTabPage.UseVisualStyleBackColor = true;86 86 // 87 87 // parameterCollectionView -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/MultiEncodingView.Designer.cs
r16453 r16529 210 210 // encodingsTabPage 211 211 // 212 this.encodingsTabPage.BackColor = System.Drawing.SystemColors.Window; 212 213 this.encodingsTabPage.Controls.Add(this.encodingsGroupBox); 213 214 this.encodingsTabPage.Location = new System.Drawing.Point(4, 22); … … 217 218 this.encodingsTabPage.TabIndex = 0; 218 219 this.encodingsTabPage.Text = "Encodings"; 219 this.encodingsTabPage.UseVisualStyleBackColor = true;220 220 // 221 221 // parametersTabPage 222 222 // 223 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 223 224 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 224 225 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 228 229 this.parametersTabPage.TabIndex = 1; 229 230 this.parametersTabPage.Text = "Parameters"; 230 this.parametersTabPage.UseVisualStyleBackColor = true;231 231 // 232 232 // MultiEncodingView -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs
r16453 r16529 87 87 // dataTableComboBox 88 88 // 89 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 89 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 90 90 | System.Windows.Forms.AnchorStyles.Right))); 91 91 this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 117 117 // groupComboBox 118 118 // 119 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 119 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 120 120 | System.Windows.Forms.AnchorStyles.Right))); 121 121 this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 141 141 // targetsTextBox 142 142 // 143 this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 143 this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 144 144 | System.Windows.Forms.AnchorStyles.Right))); 145 145 this.targetsTextBox.Location = new System.Drawing.Point(59, 8); … … 198 198 // budgetsTextBox 199 199 // 200 this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 200 this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 201 201 | System.Windows.Forms.AnchorStyles.Right))); 202 202 this.budgetsTextBox.Location = new System.Drawing.Point(59, 8); … … 233 233 // tabControl 234 234 // 235 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 236 | System.Windows.Forms.AnchorStyles.Left) 235 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 236 | System.Windows.Forms.AnchorStyles.Left) 237 237 | System.Windows.Forms.AnchorStyles.Right))); 238 238 this.tabControl.Controls.Add(this.byTargetTabPage); … … 247 247 // byTargetTabPage 248 248 // 249 this.byTargetTabPage.BackColor = System.Drawing.SystemColors.Window; 249 250 this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox); 250 251 this.byTargetTabPage.Controls.Add(this.targetChart); … … 264 265 this.byTargetTabPage.TabIndex = 0; 265 266 this.byTargetTabPage.Text = "Performance by Target"; 266 this.byTargetTabPage.UseVisualStyleBackColor = true;267 267 // 268 268 // relativeOrAbsoluteComboBox … … 282 282 // targetChart 283 283 // 284 this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 285 | System.Windows.Forms.AnchorStyles.Left) 284 this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 285 | System.Windows.Forms.AnchorStyles.Left) 286 286 | System.Windows.Forms.AnchorStyles.Right))); 287 287 chartArea2.AxisX.IsStartedFromZero = false; … … 352 352 // byCostTabPage 353 353 // 354 this.byCostTabPage.BackColor = System.Drawing.SystemColors.Window; 354 355 this.byCostTabPage.Controls.Add(this.byCostViewHost); 355 356 this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox); … … 364 365 this.byCostTabPage.TabIndex = 1; 365 366 this.byCostTabPage.Text = "Performance by Cost"; 366 this.byCostTabPage.UseVisualStyleBackColor = true;367 367 // 368 368 // byCostViewHost 369 369 // 370 this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 371 | System.Windows.Forms.AnchorStyles.Left) 370 this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 371 | System.Windows.Forms.AnchorStyles.Left) 372 372 | System.Windows.Forms.AnchorStyles.Right))); 373 373 this.byCostViewHost.Caption = "View"; … … 407 407 // byTableTabPage 408 408 // 409 this.byTableTabPage.BackColor = System.Drawing.SystemColors.Window; 409 410 this.byTableTabPage.Controls.Add(this.ertTableView); 410 411 this.byTableTabPage.Location = new System.Drawing.Point(4, 22); … … 414 415 this.byTableTabPage.TabIndex = 2; 415 416 this.byTableTabPage.Text = "Expected Runtime Tables"; 416 this.byTableTabPage.UseVisualStyleBackColor = true;417 417 // 418 418 // ertTableView … … 431 431 // problemComboBox 432 432 // 433 this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 433 this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 434 434 | System.Windows.Forms.AnchorStyles.Right))); 435 435 this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs
r16453 r16529 248 248 // runPage 249 249 // 250 this.runPage.BackColor = System.Drawing.SystemColors.Window; 250 251 this.runPage.Controls.Add(this.itemsGroupBox); 251 252 this.runPage.Location = new System.Drawing.Point(4, 22); … … 255 256 this.runPage.TabIndex = 0; 256 257 this.runPage.Text = "Runs"; 257 this.runPage.UseVisualStyleBackColor = true;258 258 // 259 259 // constraintPage 260 260 // 261 this.constraintPage.BackColor = System.Drawing.SystemColors.Window; 261 262 this.constraintPage.Controls.Add(this.runCollectionConstraintCollectionView); 262 263 this.constraintPage.Location = new System.Drawing.Point(4, 22); … … 266 267 this.constraintPage.TabIndex = 1; 267 268 this.constraintPage.Text = "Filtering"; 268 this.constraintPage.UseVisualStyleBackColor = true;269 269 // 270 270 // runCollectionConstraintCollectionView … … 281 281 // modifiersPage 282 282 // 283 this.modifiersPage.BackColor = System.Drawing.SystemColors.Window; 283 284 this.modifiersPage.Controls.Add(this.runCollectionModifiersListView); 284 285 this.modifiersPage.Location = new System.Drawing.Point(4, 22); … … 288 289 this.modifiersPage.TabIndex = 2; 289 290 this.modifiersPage.Text = "Modification"; 290 this.modifiersPage.UseVisualStyleBackColor = true;291 291 // 292 292 // runCollectionModifiersListView 293 293 // 294 this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 295 | System.Windows.Forms.AnchorStyles.Left) 294 this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 295 | System.Windows.Forms.AnchorStyles.Left) 296 296 | System.Windows.Forms.AnchorStyles.Right))); 297 297 this.runCollectionModifiersListView.Caption = "Modifier View"; -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs
r16453 r16529 113 113 // timeLimitTextBox 114 114 // 115 this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 116 116 | System.Windows.Forms.AnchorStyles.Right))); 117 117 this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26); … … 132 132 // snapshotsTextBox 133 133 // 134 this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 134 this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 135 135 | System.Windows.Forms.AnchorStyles.Right))); 136 136 this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52); … … 155 155 // 156 156 this.tabControl.AllowDrop = true; 157 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 158 | System.Windows.Forms.AnchorStyles.Left) 157 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 158 | System.Windows.Forms.AnchorStyles.Left) 159 159 | System.Windows.Forms.AnchorStyles.Right))); 160 160 this.tabControl.Controls.Add(this.algorithmTabPage); … … 170 170 // 171 171 this.algorithmTabPage.AllowDrop = true; 172 this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window; 172 173 this.algorithmTabPage.Controls.Add(this.algorithmViewHost); 173 174 this.algorithmTabPage.Controls.Add(this.openAlgorithmButton); … … 179 180 this.algorithmTabPage.TabIndex = 1; 180 181 this.algorithmTabPage.Text = "Algorithm"; 181 this.algorithmTabPage.UseVisualStyleBackColor = true;182 182 this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); 183 183 this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); … … 186 186 // algorithmViewHost 187 187 // 188 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 188 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 190 190 | System.Windows.Forms.AnchorStyles.Right))); 191 191 this.algorithmViewHost.Caption = "View"; … … 224 224 // snapshotsTabPage 225 225 // 226 this.snapshotsTabPage.BackColor = System.Drawing.SystemColors.Window; 226 227 this.snapshotsTabPage.Controls.Add(this.snapshotsView); 227 228 this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22); … … 231 232 this.snapshotsTabPage.TabIndex = 2; 232 233 this.snapshotsTabPage.Text = "Snapshots"; 233 this.snapshotsTabPage.UseVisualStyleBackColor = true;234 234 // 235 235 // snapshotsView 236 236 // 237 this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 237 this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 239 239 | System.Windows.Forms.AnchorStyles.Right))); 240 240 this.snapshotsView.Caption = "RunCollection View"; … … 248 248 // runsTabPage 249 249 // 250 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 250 251 this.runsTabPage.Controls.Add(this.runsView); 251 252 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 254 255 this.runsTabPage.TabIndex = 3; 255 256 this.runsTabPage.Text = "Runs"; 256 this.runsTabPage.UseVisualStyleBackColor = true;257 257 // 258 258 // runsView 259 259 // 260 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 261 | System.Windows.Forms.AnchorStyles.Left) 260 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 261 | System.Windows.Forms.AnchorStyles.Left) 262 262 | System.Windows.Forms.AnchorStyles.Right))); 263 263 this.runsView.Caption = "RunCollection View"; -
branches/2520_PersistenceReintegration/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs
r16453 r16529 108 108 // globalScopeTabPage 109 109 // 110 this.globalScopeTabPage.BackColor = System.Drawing.SystemColors.Window; 110 111 this.globalScopeTabPage.Controls.Add(this.globalScopeView); 111 112 this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22); … … 114 115 this.globalScopeTabPage.TabIndex = 6; 115 116 this.globalScopeTabPage.Text = "Global Scope"; 116 this.globalScopeTabPage.UseVisualStyleBackColor = true;117 117 // 118 118 // globalScopeView
Note: See TracChangeset
for help on using the changeset viewer.