Changeset 5336
- Timestamp:
- 01/19/11 18:15:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs
r5330 r5336 274 274 this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 275 275 this.colorXAxisButton.Enabled = false; 276 this.colorXAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorXAxisButton.Image")));276 this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor; 277 277 this.colorXAxisButton.Location = new System.Drawing.Point(719, 469); 278 278 this.colorXAxisButton.Name = "colorXAxisButton"; … … 286 286 // 287 287 this.colorYAxisButton.Enabled = false; 288 this.colorYAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorYAxisButton.Image")));288 this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor; 289 289 this.colorYAxisButton.Location = new System.Drawing.Point(251, 3); 290 290 this.colorYAxisButton.Name = "colorYAxisButton";
Note: See TracChangeset
for help on using the changeset viewer.