Changeset 15607 for trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs
- Timestamp:
- 01/12/18 18:12:58 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs
r15583 r15607 201 201 // chart 202 202 // 203 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 204 | System.Windows.Forms.AnchorStyles.Left) 203 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 204 | System.Windows.Forms.AnchorStyles.Left) 205 205 | System.Windows.Forms.AnchorStyles.Right))); 206 206 chartArea1.Name = "ChartArea1"; … … 455 455 456 456 private System.Windows.Forms.Label xAxisLabel; 457 privateSystem.Windows.Forms.ComboBox xAxisComboBox;457 internal System.Windows.Forms.ComboBox xAxisComboBox; 458 458 private System.Windows.Forms.Label yAxisLabel; 459 privateSystem.Windows.Forms.ComboBox yAxisComboBox;459 internal System.Windows.Forms.ComboBox yAxisComboBox; 460 460 private System.Windows.Forms.TrackBar yTrackBar; 461 461 private System.Windows.Forms.TrackBar xTrackBar;
Note: See TracChangeset
for help on using the changeset viewer.