- Timestamp:
- 07/04/19 15:33:31 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16501-16506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs
r15584 r17069 85 85 // operatorsTabPage 86 86 // 87 this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window; 87 88 this.operatorsTabPage.Controls.Add(this.operatorListView); 88 89 this.operatorsTabPage.Location = new System.Drawing.Point(4, 22); … … 92 93 this.operatorsTabPage.TabIndex = 0; 93 94 this.operatorsTabPage.Text = "Operators"; 94 this.operatorsTabPage.UseVisualStyleBackColor = true;95 95 // 96 96 // operatorListView … … 109 109 // parametersTabPage 110 110 // 111 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 111 112 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 112 113 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 116 117 this.parametersTabPage.TabIndex = 1; 117 118 this.parametersTabPage.Text = "Parameters"; 118 this.parametersTabPage.UseVisualStyleBackColor = true;119 119 // 120 120 // parameterCollectionView
Note: See TracChangeset
for help on using the changeset viewer.