Changeset 8518
- Timestamp:
- 08/22/12 16:33:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/ValueConfigurationViews/ValueView.Designer.cs
r8517 r8518 68 68 // 69 69 this.clearValueButton.Enabled = false; 70 this.clearValueButton.Image = ((System.Drawing.Image)(resources.GetObject("clearValueButton.Image")));70 this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; 71 71 this.clearValueButton.Location = new System.Drawing.Point(36, 19); 72 72 this.clearValueButton.Name = "clearValueButton"; … … 78 78 // setValueButton 79 79 // 80 this.setValueButton.Image = ((System.Drawing.Image)(resources.GetObject("setValueButton.Image")));80 this.setValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit; 81 81 this.setValueButton.Location = new System.Drawing.Point(6, 19); 82 82 this.setValueButton.Name = "setValueButton";
Note: See TracChangeset
for help on using the changeset viewer.