Changeset 16529 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.TestFunctions.Views/3.3
- Timestamp:
- 01/10/19 15:40:44 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration
- Property svn:mergeinfo changed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.TestFunctions.Views/3.3/ParetoFrontScatterPlotView.Designer.cs
r16453 r16529 62 62 this.scatterPlotView.Name = "scatterPlotView"; 63 63 this.scatterPlotView.ReadOnly = false; 64 this.scatterPlotView.Show Name = false;64 this.scatterPlotView.ShowChartOnly = true; 65 65 this.scatterPlotView.Size = new System.Drawing.Size(615, 342); 66 66 this.scatterPlotView.TabIndex = 3; -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.Designer.cs
r16453 r16529 153 153 // textualTabPage 154 154 // 155 this.textualTabPage.BackColor = System.Drawing.SystemColors.Window; 155 156 this.textualTabPage.Controls.Add(this.splitContainer1); 156 157 this.textualTabPage.Location = new System.Drawing.Point(4, 22); … … 160 161 this.textualTabPage.TabIndex = 0; 161 162 this.textualTabPage.Text = "Textual"; 162 this.textualTabPage.UseVisualStyleBackColor = true;163 163 // 164 164 // graphicalTabPage 165 165 // 166 this.graphicalTabPage.BackColor = System.Drawing.SystemColors.Window; 166 167 this.graphicalTabPage.Controls.Add(this.pictureBox); 167 168 this.graphicalTabPage.Controls.Add(this.label1); … … 172 173 this.graphicalTabPage.TabIndex = 1; 173 174 this.graphicalTabPage.Text = "Graphical"; 174 this.graphicalTabPage.UseVisualStyleBackColor = true;175 175 // 176 176 // pictureBox
Note: See TracChangeset
for help on using the changeset viewer.