- Timestamp:
- 01/04/12 16:45:02 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 2 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure
- Property svn:mergeinfo changed
/trunk/sources merged: 7195-7201,7209,7214,7216-7230,7233-7239,7241,7243-7252,7254,7256-7261,7265-7266
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3
- Property svn:ignore
-
old new 1 1 obj 2 2 Plugin.cs 3 *.vs10x
-
- Property svn:ignore
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskListView.cs
r6976 r7270 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.cs
r7215 r7270 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.cs
r7215 r7270 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs
r7215 r7270 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptimizerHiveTaskView));27 26 this.restartButton = new System.Windows.Forms.Button(); 28 27 this.pauseButton = new System.Windows.Forms.Button(); … … 62 61 // 63 62 this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 64 this.restartButton.Image = ((System.Drawing.Image)(resources.GetObject("restartButton.Image")));63 this.restartButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart; 65 64 this.restartButton.Location = new System.Drawing.Point(3, 348); 66 65 this.restartButton.Name = "restartButton"; … … 74 73 this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 75 74 this.pauseButton.Enabled = false; 76 this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));75 this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause; 77 76 this.pauseButton.Location = new System.Drawing.Point(33, 348); 78 77 this.pauseButton.Name = "pauseButton"; … … 85 84 // 86 85 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 87 this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));86 this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop; 88 87 this.stopButton.Location = new System.Drawing.Point(63, 348); 89 88 this.stopButton.Name = "stopButton";
Note: See TracChangeset
for help on using the changeset viewer.