Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6534


Ignore:
Timestamp:
07/07/11 14:00:26 (13 years ago)
Author:
mkommend
Message:

#1555: Changed icons for batch runs and experiments.

Location:
trunk/sources
Files:
8 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r5827 r6534  
    431431    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" />
    432432    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Clone.png" />
     433    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Paused.png" />
     434    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Prepared.png" />
     435    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Started.png" />
     436    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Stopped.png" />
     437    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Paused.png" />
     438    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Prepared.png" />
     439    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Started.png" />
     440    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Stopped.png" />
    433441    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Information.png" />
    434442    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Help.png" />
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs

    r5827 r6534  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.1
     4//     Runtime Version:4.0.30319.235
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    9696        }
    9797       
     98        public static System.Drawing.Bitmap BatchRunPaused {
     99            get {
     100                object obj = ResourceManager.GetObject("BatchRunPaused", resourceCulture);
     101                return ((System.Drawing.Bitmap)(obj));
     102            }
     103        }
     104       
     105        public static System.Drawing.Bitmap BatchRunPrepared {
     106            get {
     107                object obj = ResourceManager.GetObject("BatchRunPrepared", resourceCulture);
     108                return ((System.Drawing.Bitmap)(obj));
     109            }
     110        }
     111       
     112        public static System.Drawing.Bitmap BatchRunStarted {
     113            get {
     114                object obj = ResourceManager.GetObject("BatchRunStarted", resourceCulture);
     115                return ((System.Drawing.Bitmap)(obj));
     116            }
     117        }
     118       
     119        public static System.Drawing.Bitmap BatchRunStopped {
     120            get {
     121                object obj = ResourceManager.GetObject("BatchRunStopped", resourceCulture);
     122                return ((System.Drawing.Bitmap)(obj));
     123            }
     124        }
     125       
    98126        public static System.Drawing.Bitmap Breakpoint {
    99127            get {
     
    351379            get {
    352380                object obj = ResourceManager.GetObject("Expand", resourceCulture);
     381                return ((System.Drawing.Bitmap)(obj));
     382            }
     383        }
     384       
     385        public static System.Drawing.Bitmap ExperimentPaused {
     386            get {
     387                object obj = ResourceManager.GetObject("ExperimentPaused", resourceCulture);
     388                return ((System.Drawing.Bitmap)(obj));
     389            }
     390        }
     391       
     392        public static System.Drawing.Bitmap ExperimentPrepared {
     393            get {
     394                object obj = ResourceManager.GetObject("ExperimentPrepared", resourceCulture);
     395                return ((System.Drawing.Bitmap)(obj));
     396            }
     397        }
     398       
     399        public static System.Drawing.Bitmap ExperimentStarted {
     400            get {
     401                object obj = ResourceManager.GetObject("ExperimentStarted", resourceCulture);
     402                return ((System.Drawing.Bitmap)(obj));
     403            }
     404        }
     405       
     406        public static System.Drawing.Bitmap ExperimentStopped {
     407            get {
     408                object obj = ResourceManager.GetObject("ExperimentStopped", resourceCulture);
    353409                return ((System.Drawing.Bitmap)(obj));
    354410            }
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx

    r5827 r6534  
    230230    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Exception.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    231231  </data>
     232  <data name="BatchRunPrepared" type="System.Resources.ResXFileRef, System.Windows.Forms">
     233    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Prepared.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     234  </data>
     235  <data name="BatchRunStarted" type="System.Resources.ResXFileRef, System.Windows.Forms">
     236    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Started.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     237  </data>
     238  <data name="BatchRunPaused" type="System.Resources.ResXFileRef, System.Windows.Forms">
     239    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Paused.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     240  </data>
     241  <data name="BatchRunStopped" type="System.Resources.ResXFileRef, System.Windows.Forms">
     242    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Stopped.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     243  </data>
     244  <data name="ExperimentPrepared" type="System.Resources.ResXFileRef, System.Windows.Forms">
     245    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Prepared.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     246  </data>
     247  <data name="ExperimentStarted" type="System.Resources.ResXFileRef, System.Windows.Forms">
     248    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Started.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     249  </data>
     250  <data name="ExperimentPaused" type="System.Resources.ResXFileRef, System.Windows.Forms">
     251    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Paused.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     252  </data>
     253  <data name="ExperimentStopped" type="System.Resources.ResXFileRef, System.Windows.Forms">
     254    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Stopped.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     255  </data>
    232256  <data name="ExecutablePaused" type="System.Resources.ResXFileRef, System.Windows.Forms">
    233257    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Paused.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  • trunk/sources/HeuristicLab.Optimization/3.3/BatchRun.cs

    r6471 r6534  
    4141    public override Image ItemImage {
    4242      get {
    43         if (ExecutionState == ExecutionState.Prepared) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutablePrepared;
    44         else if (ExecutionState == ExecutionState.Started) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutableStarted;
    45         else if (ExecutionState == ExecutionState.Paused) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutablePaused;
    46         else if (ExecutionState == ExecutionState.Stopped) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutableStopped;
     43        if (ExecutionState == ExecutionState.Prepared) return HeuristicLab.Common.Resources.VSImageLibrary.BatchRunPrepared;
     44        else if (ExecutionState == ExecutionState.Started) return HeuristicLab.Common.Resources.VSImageLibrary.BatchRunStarted;
     45        else if (ExecutionState == ExecutionState.Paused) return HeuristicLab.Common.Resources.VSImageLibrary.BatchRunPaused;
     46        else if (ExecutionState == ExecutionState.Stopped) return HeuristicLab.Common.Resources.VSImageLibrary.BatchRunStopped;
    4747        else return HeuristicLab.Common.Resources.VSImageLibrary.Event;
    4848      }
  • trunk/sources/HeuristicLab.Optimization/3.3/Experiment.cs

    r5445 r6534  
    4141    public override Image ItemImage {
    4242      get {
    43         if (ExecutionState == ExecutionState.Prepared) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutablePrepared;
    44         else if (ExecutionState == ExecutionState.Started) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutableStarted;
    45         else if (ExecutionState == ExecutionState.Paused) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutablePaused;
    46         else if (ExecutionState == ExecutionState.Stopped) return HeuristicLab.Common.Resources.VSImageLibrary.ExecutableStopped;
     43        if (ExecutionState == ExecutionState.Prepared) return HeuristicLab.Common.Resources.VSImageLibrary.ExperimentPrepared;
     44        else if (ExecutionState == ExecutionState.Started) return HeuristicLab.Common.Resources.VSImageLibrary.ExperimentStarted;
     45        else if (ExecutionState == ExecutionState.Paused) return HeuristicLab.Common.Resources.VSImageLibrary.ExperimentPaused;
     46        else if (ExecutionState == ExecutionState.Stopped) return HeuristicLab.Common.Resources.VSImageLibrary.ExperimentStopped;
    4747        else return HeuristicLab.Common.Resources.VSImageLibrary.Event;
    4848      }
Note: See TracChangeset for help on using the changeset viewer.