Changeset 3344 for trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/Model/OperatorShape.cs
- Timestamp:
- 04/14/10 10:09:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/Model/OperatorShape.cs
r3181 r3344 196 196 this.Children.Add(iconMaterial); 197 197 198 Bitmap expandBitmap = new Bitmap(HeuristicLab.Common.Resources.VS2008ImageLibrary. Redo);199 Bitmap collapseBitmap = new Bitmap(HeuristicLab.Common.Resources.VS2008ImageLibrary. Undo);198 Bitmap expandBitmap = new Bitmap(HeuristicLab.Common.Resources.VS2008ImageLibrary.Expand); 199 Bitmap collapseBitmap = new Bitmap(HeuristicLab.Common.Resources.VS2008ImageLibrary.Collapse); 200 200 this.expandIconMaterial = new ExpandableIconMaterial(expandBitmap, collapseBitmap); 201 201 this.expandIconMaterial.Gliding = false;
Note: See TracChangeset
for help on using the changeset viewer.