Changeset 17069 for stable/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs
- Timestamp:
- 07/04/19 15:33:31 (5 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16501-16506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.QuadraticAssignment.Views
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Problems.QuadraticAssignment.Views merged: 16506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs
r15584 r17069 80 80 // tabControl 81 81 // 82 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 83 | System.Windows.Forms.AnchorStyles.Left) 82 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 83 | System.Windows.Forms.AnchorStyles.Left) 84 84 | System.Windows.Forms.AnchorStyles.Right))); 85 85 this.tabControl.Controls.Add(this.problemTabPage); … … 93 93 // problemTabPage 94 94 // 95 this.problemTabPage.BackColor = System.Drawing.SystemColors.Window; 95 96 this.problemTabPage.Controls.Add(this.parameterCollectionView); 96 97 this.problemTabPage.Location = new System.Drawing.Point(4, 22); … … 100 101 this.problemTabPage.TabIndex = 0; 101 102 this.problemTabPage.Text = "Problem"; 102 this.problemTabPage.UseVisualStyleBackColor = true;103 103 // 104 104 // visualizationTabPage 105 105 // 106 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 106 107 this.visualizationTabPage.Controls.Add(this.qapView); 107 108 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 111 112 this.visualizationTabPage.TabIndex = 1; 112 113 this.visualizationTabPage.Text = "Visualization"; 113 this.visualizationTabPage.UseVisualStyleBackColor = true;114 114 // 115 115 // qapView
Note: See TracChangeset
for help on using the changeset viewer.