Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs
- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 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";
Note: See TracChangeset
for help on using the changeset viewer.