Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5827


Ignore:
Timestamp:
03/24/11 17:35:21 (13 years ago)
Author:
swagner
Message:

Updated VS image library icons (#1416)

Location:
trunk/sources
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3

    • Property svn:ignore
      •  

        old new  
        33bin
        44obj
         5*.vs10x
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r5768 r5827  
    431431    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" />
    432432    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Clone.png" />
     433    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Information.png" />
     434    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Help.png" />
    433435    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_HiddenField.png" />
    434436    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Actions_Filter.png" />
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs

    r5768 r5827  
    425425        }
    426426       
     427        public static System.Drawing.Bitmap Help {
     428            get {
     429                object obj = ResourceManager.GetObject("Help", resourceCulture);
     430                return ((System.Drawing.Bitmap)(obj));
     431            }
     432        }
     433       
    427434        public static System.Drawing.Bitmap HiddenField {
    428435            get {
     
    442449            get {
    443450                object obj = ResourceManager.GetObject("Image", resourceCulture);
     451                return ((System.Drawing.Bitmap)(obj));
     452            }
     453        }
     454       
     455        public static System.Drawing.Bitmap Information {
     456            get {
     457                object obj = ResourceManager.GetObject("Information", resourceCulture);
    444458                return ((System.Drawing.Bitmap)(obj));
    445459            }
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx

    r5768 r5827  
    275275    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Graph.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    276276  </data>
     277  <data name="Help" type="System.Resources.ResXFileRef, System.Windows.Forms">
     278    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     279  </data>
    277280  <data name="HiddenField" type="System.Resources.ResXFileRef, System.Windows.Forms">
    278281    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_HiddenField.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     
    284287    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Image.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    285288  </data>
     289  <data name="Information" type="System.Resources.ResXFileRef, System.Windows.Forms">
     290    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     291  </data>
    286292  <data name="Install" type="System.Resources.ResXFileRef, System.Windows.Forms">
    287293    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Insall.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4

    • Property svn:ignore
      •  

        old new  
        33HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj.user
        44HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs
         5*.vs10x
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4

    • Property svn:ignore
      •  

        old new  
        33HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj.user
        44HeuristicLabProblemsDataAnalysisSymbolicRegressionViewsPlugin.cs
         5*.vs10x
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4

    • Property svn:ignore
      •  

        old new  
        33*.user
        44HeuristicLabProblemsDataAnalysisSymbolicViewsPlugin.cs
         5*.vs10x
Note: See TracChangeset for help on using the changeset viewer.