Changeset 16505
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs
r15583 r16505 85 85 // parametersTabPage 86 86 // 87 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 87 88 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 88 89 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 92 93 this.parametersTabPage.TabIndex = 0; 93 94 this.parametersTabPage.Text = "Parameters"; 94 this.parametersTabPage.UseVisualStyleBackColor = true;95 95 // 96 96 // parameterCollectionView … … 109 109 // operatorGraphTabPage 110 110 // 111 this.operatorGraphTabPage.BackColor = System.Drawing.SystemColors.Window; 111 112 this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost); 112 113 this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22); … … 116 117 this.operatorGraphTabPage.TabIndex = 1; 117 118 this.operatorGraphTabPage.Text = "Operator Graph"; 118 this.operatorGraphTabPage.UseVisualStyleBackColor = true;119 119 // 120 120 // operatorGraphViewHost -
trunk/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs
r16502 r16505 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
Note: See TracChangeset
for help on using the changeset viewer.