Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/30/11 18:02:41 (13 years ago)
Author:
ascheibe
Message:

#1725

  • added a dialog which displays information for anonymous hive users
  • HiveServiceLocator now checks if the username is anonymous and throws an exception if that's the case
Location:
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj

    r6977 r7249  
    9595  </ItemGroup>
    9696  <ItemGroup>
     97    <Compile Include="HiveInformationDialog.cs">
     98      <SubType>Form</SubType>
     99    </Compile>
     100    <Compile Include="HiveInformationDialog.Designer.cs">
     101      <DependentUpon>HiveInformationDialog.cs</DependentUpon>
     102    </Compile>
    97103    <Compile Include="HiveTasks\OptimizerHiveTaskView.cs">
    98104      <SubType>UserControl</SubType>
     
    183189  </ItemGroup>
    184190  <ItemGroup>
     191    <EmbeddedResource Include="HiveInformationDialog.resx">
     192      <DependentUpon>HiveInformationDialog.cs</DependentUpon>
     193    </EmbeddedResource>
    185194    <EmbeddedResource Include="HiveTasks\OptimizerHiveTaskView.resx">
    186195      <DependentUpon>OptimizerHiveTaskView.cs</DependentUpon>
     
    294303      <Private>False</Private>
    295304    </ProjectReference>
     305  </ItemGroup>
     306  <ItemGroup>
     307    <None Include="Images\109_AllAnnotations_Info_48x48_72.png" />
    296308  </ItemGroup>
    297309  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveImageLibrary.Designer.cs

    r6976 r7249  
    6161        }
    6262       
     63        public static System.Drawing.Bitmap Information {
     64            get {
     65                object obj = ResourceManager.GetObject("Information", resourceCulture);
     66                return ((System.Drawing.Bitmap)(obj));
     67            }
     68        }
     69       
    6370        public static System.Drawing.Icon Slave {
    6471            get {
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveImageLibrary.resx

    r6976 r7249  
    119119  </resheader>
    120120  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
     121  <data name="Information" type="System.Resources.ResXFileRef, System.Windows.Forms">
     122    <value>Images\109_AllAnnotations_Info_48x48_72.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     123  </data>
    121124  <data name="Slave" type="System.Resources.ResXFileRef, System.Windows.Forms">
    122125    <value>Images\Monitor.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Note: See TracChangeset for help on using the changeset viewer.