Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/22/12 16:33:15 (12 years ago)
Author:
jkarder
Message:

#1853: fixed resource references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/ValueConfigurationViews/ValueView.Designer.cs

    r8517 r8518  
    6868      //
    6969      this.clearValueButton.Enabled = false;
    70       this.clearValueButton.Image = ((System.Drawing.Image)(resources.GetObject("clearValueButton.Image")));
     70      this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
    7171      this.clearValueButton.Location = new System.Drawing.Point(36, 19);
    7272      this.clearValueButton.Name = "clearValueButton";
     
    7878      // setValueButton
    7979      //
    80       this.setValueButton.Image = ((System.Drawing.Image)(resources.GetObject("setValueButton.Image")));
     80      this.setValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
    8181      this.setValueButton.Location = new System.Drawing.Point(6, 19);
    8282      this.setValueButton.Name = "setValueButton";
Note: See TracChangeset for help on using the changeset viewer.