- Timestamp:
- 01/05/19 16:12:31 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs
r15583 r16504 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.