Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/09 12:06:02 (15 years ago)
Author:
mbecirov
Message:

#586: Added authorization components.

Location:
trunk/sources/HeuristicLab.Hive.Server/3.2/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server/3.2/Properties/Resources.Designer.cs

    r713 r2065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:2.0.50727.3082
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    99//------------------------------------------------------------------------------
    1010
    11 namespace HeuristicLab.Hive.Server.Properties
    12 {
    13 
    14 
     11namespace HeuristicLab.Hive.Server.Properties {
     12    using System;
     13   
     14   
    1515    /// <summary>
    1616    ///   A strongly-typed resource class, for looking up localized strings, etc.
     
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2424    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    25     internal class Resources
    26     {
    27 
     25    internal class Resources {
     26       
    2827        private static global::System.Resources.ResourceManager resourceMan;
    29 
     28       
    3029        private static global::System.Globalization.CultureInfo resourceCulture;
    31 
     30       
    3231        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
    33         internal Resources()
    34         {
     32        internal Resources() {
    3533        }
    36 
     34       
    3735        /// <summary>
    3836        ///   Returns the cached ResourceManager instance used by this class.
    3937        /// </summary>
    4038        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    41         internal static global::System.Resources.ResourceManager ResourceManager
    42         {
    43             get
    44             {
    45                 if ((resourceMan == null))
    46                 {
     39        internal static global::System.Resources.ResourceManager ResourceManager {
     40            get {
     41                if (object.ReferenceEquals(resourceMan, null)) {
    4742                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Hive.Server.Properties.Resources", typeof(Resources).Assembly);
    4843                    resourceMan = temp;
     
    5146            }
    5247        }
    53 
     48       
    5449        /// <summary>
    5550        ///   Overrides the current thread's CurrentUICulture property for all
     
    5752        /// </summary>
    5853        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    59         internal static global::System.Globalization.CultureInfo Culture
    60         {
    61             get
    62             {
     54        internal static global::System.Globalization.CultureInfo Culture {
     55            get {
    6356                return resourceCulture;
    6457            }
    65             set
    66             {
     58            set {
    6759                resourceCulture = value;
     60            }
     61        }
     62       
     63        internal static System.Drawing.Icon HeuristicLab {
     64            get {
     65                object obj = ResourceManager.GetObject("HeuristicLab", resourceCulture);
     66                return ((System.Drawing.Icon)(obj));
    6867            }
    6968        }
  • trunk/sources/HeuristicLab.Hive.Server/3.2/Properties/Resources.resx

    r713 r2065  
    4747    mimetype: application/x-microsoft.net.object.binary.base64
    4848    value   : The object must be serialized with
    49             : System.Serialization.Formatters.Binary.BinaryFormatter
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
    5050            : and then encoded with base64 encoding.
    5151   
     
    6161    -->
    6262  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6364    <xsd:element name="root" msdata:IsDataSet="true">
    6465      <xsd:complexType>
     
    6970                <xsd:element name="value" type="xsd:string" minOccurs="0" />
    7071              </xsd:sequence>
    71               <xsd:attribute name="name" type="xsd:string" />
     72              <xsd:attribute name="name" use="required" type="xsd:string" />
    7273              <xsd:attribute name="type" type="xsd:string" />
    7374              <xsd:attribute name="mimetype" type="xsd:string" />
     75              <xsd:attribute ref="xml:space" />
    7476            </xsd:complexType>
    7577          </xsd:element>
     
    8688                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    8789              </xsd:sequence>
    88               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    8991              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    9092              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     93              <xsd:attribute ref="xml:space" />
    9194            </xsd:complexType>
    9295          </xsd:element>
     
    115118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    116119  </resheader>
     120  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
     121  <data name="HeuristicLab" type="System.Resources.ResXFileRef, System.Windows.Forms">
     122    <value>..\Resources\HeuristicLab.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     123  </data>
    117124</root>
Note: See TracChangeset for help on using the changeset viewer.