Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/11 09:13:15 (13 years ago)
Author:
abeham
Message:

#1337

  • Renamed VS2008ImageLibrary resource to VSImageLibrary
  • Added Filter icon to the VS2010ImageLibrary folder and the resource manager
Location:
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.Designer.cs

    r3764 r5287  
    143143      // screenshotButton
    144144      //
    145       this.screenshotButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Image;
     145      this.screenshotButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Image;
    146146      this.screenshotButton.Location = new System.Drawing.Point(243, 3);
    147147      this.screenshotButton.Name = "screenshotButton";
     
    154154      // zoomOutButton
    155155      //
    156       this.zoomOutButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ZoomOut;
     156      this.zoomOutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomOut;
    157157      this.zoomOutButton.Location = new System.Drawing.Point(213, 3);
    158158      this.zoomOutButton.Name = "zoomOutButton";
     
    165165      // zoomInButton
    166166      //
    167       this.zoomInButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ZoomIn;
     167      this.zoomInButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomIn;
    168168      this.zoomInButton.Location = new System.Drawing.Point(183, 3);
    169169      this.zoomInButton.Name = "zoomInButton";
     
    176176      // zoomAreaButton
    177177      //
    178       this.zoomToFitButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ActualSize;
     178      this.zoomToFitButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ActualSize;
    179179      this.zoomToFitButton.Location = new System.Drawing.Point(153, 3);
    180180      this.zoomToFitButton.Name = "zoomAreaButton";
     
    187187      // relayoutButton
    188188      //
    189       this.relayoutButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.RefreshDocument;
     189      this.relayoutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.RefreshDocument;
    190190      this.relayoutButton.Location = new System.Drawing.Point(123, 3);
    191191      this.relayoutButton.Name = "relayoutButton";
     
    198198      // connectButton
    199199      //
    200       this.connectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Interface;
     200      this.connectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Interface;
    201201      this.connectButton.Location = new System.Drawing.Point(63, 3);
    202202      this.connectButton.Name = "connectButton";
     
    209209      // panButton
    210210      //
    211       this.panButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Breakpoint;
     211      this.panButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Breakpoint;
    212212      this.panButton.Location = new System.Drawing.Point(33, 3);
    213213      this.panButton.Name = "panButton";
     
    220220      // selectButton
    221221      //
    222       this.selectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pointer;
     222      this.selectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pointer;
    223223      this.selectButton.Location = new System.Drawing.Point(3, 3);
    224224      this.selectButton.Name = "selectButton";
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorShape.cs

    r4068 r5287  
    195195      this.Children.Add(iconMaterial);
    196196
    197       Bitmap expandBitmap = new Bitmap(HeuristicLab.Common.Resources.VS2008ImageLibrary.Expand);
    198       Bitmap collapseBitmap = new Bitmap(HeuristicLab.Common.Resources.VS2008ImageLibrary.Collapse);
     197      Bitmap expandBitmap = new Bitmap(HeuristicLab.Common.Resources.VSImageLibrary.Expand);
     198      Bitmap collapseBitmap = new Bitmap(HeuristicLab.Common.Resources.VSImageLibrary.Collapse);
    199199      this.expandIconMaterial = new ExpandableIconMaterial(expandBitmap, collapseBitmap);
    200200      this.expandIconMaterial.Gliding = false;
Note: See TracChangeset for help on using the changeset viewer.