- Timestamp:
- 03/05/13 14:40:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs
r9276 r9277 286 286 this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 287 287 this.colorXAxisButton.Enabled = false; 288 this.colorXAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorXAxisButton.Image")));288 this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical; 289 289 this.colorXAxisButton.Location = new System.Drawing.Point(719, 469); 290 290 this.colorXAxisButton.Name = "colorXAxisButton"; … … 298 298 // 299 299 this.colorYAxisButton.Enabled = false; 300 this.colorYAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorYAxisButton.Image")));300 this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor; 301 301 this.colorYAxisButton.Location = new System.Drawing.Point(251, 3); 302 302 this.colorYAxisButton.Name = "colorYAxisButton";
Note: See TracChangeset
for help on using the changeset viewer.