- Timestamp:
- 01/05/19 14:42:55 (6 years ago)
- Location:
- trunk/HeuristicLab.Optimization.Views/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs
r15583 r16502 114 114 // 115 115 this.problemTabPage.AllowDrop = true; 116 this.problemTabPage.BackColor = System.Drawing.SystemColors.Window; 116 117 this.problemTabPage.Controls.Add(this.problemViewHost); 117 118 this.problemTabPage.Controls.Add(this.openProblemButton); … … 123 124 this.problemTabPage.TabIndex = 0; 124 125 this.problemTabPage.Text = "Problem"; 125 this.problemTabPage.UseVisualStyleBackColor = true;126 126 this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop); 127 127 this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver); … … 168 168 // parametersTabPage 169 169 // 170 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 170 171 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 171 172 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 175 176 this.parametersTabPage.TabIndex = 1; 176 177 this.parametersTabPage.Text = "Algorithm"; 177 this.parametersTabPage.UseVisualStyleBackColor = true;178 178 // 179 179 // parameterCollectionView … … 193 193 // resultsTabPage 194 194 // 195 this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window; 195 196 this.resultsTabPage.Controls.Add(this.resultsView); 196 197 this.resultsTabPage.Location = new System.Drawing.Point(4, 22); … … 200 201 this.resultsTabPage.TabIndex = 2; 201 202 this.resultsTabPage.Text = "Results"; 202 this.resultsTabPage.UseVisualStyleBackColor = true;203 203 // 204 204 // resultsView … … 217 217 // runsTabPage 218 218 // 219 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 219 220 this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox); 220 221 this.runsTabPage.Controls.Add(this.runsView); … … 225 226 this.runsTabPage.TabIndex = 3; 226 227 this.runsTabPage.Text = "Runs"; 227 this.runsTabPage.UseVisualStyleBackColor = true;228 228 // 229 229 // storeAlgorithmInEachRunCheckBox -
trunk/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs
r15583 r16502 188 188 // engineTabPage 189 189 // 190 this.engineTabPage.BackColor = System.Drawing.SystemColors.Window; 190 191 this.engineTabPage.Controls.Add(this.engineViewHost); 191 192 this.engineTabPage.Controls.Add(this.engineComboBox); … … 197 198 this.engineTabPage.TabIndex = 5; 198 199 this.engineTabPage.Text = "Engine"; 199 this.engineTabPage.UseVisualStyleBackColor = true;200 200 // 201 201 // engineViewHost -
trunk/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r15566 r16502 456 456 </ItemGroup> 457 457 <ItemGroup> 458 <EmbeddedResource Include="AlgorithmView.resx"> 459 <DependentUpon>AlgorithmView.cs</DependentUpon> 460 </EmbeddedResource> 458 461 <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx"> 459 462 <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon> 463 </EmbeddedResource> 464 <EmbeddedResource Include="EngineAlgorithmView.resx"> 465 <DependentUpon>EngineAlgorithmView.cs</DependentUpon> 460 466 </EmbeddedResource> 461 467 </ItemGroup> -
trunk/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs
r15583 r16502 108 108 // globalScopeTabPage 109 109 // 110 this.globalScopeTabPage.BackColor = System.Drawing.SystemColors.Window; 110 111 this.globalScopeTabPage.Controls.Add(this.globalScopeView); 111 112 this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22); … … 114 115 this.globalScopeTabPage.TabIndex = 6; 115 116 this.globalScopeTabPage.Text = "Global Scope"; 116 this.globalScopeTabPage.UseVisualStyleBackColor = true;117 117 // 118 118 // globalScopeView
Note: See TracChangeset
for help on using the changeset viewer.