Changeset 2065 for trunk/sources/HeuristicLab.Hive.Server/3.2/Properties
- Timestamp:
- 06/19/09 12:06:02 (16 years ago)
- 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 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.30 534 // Runtime Version:2.0.50727.3082 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 9 9 //------------------------------------------------------------------------------ 10 10 11 namespace HeuristicLab.Hive.Server.Properties 12 { 13 14 11 namespace HeuristicLab.Hive.Server.Properties { 12 using System; 13 14 15 15 /// <summary> 16 16 /// A strongly-typed resource class, for looking up localized strings, etc. … … 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 internal class Resources 26 { 27 25 internal class Resources { 26 28 27 private static global::System.Resources.ResourceManager resourceMan; 29 28 30 29 private static global::System.Globalization.CultureInfo resourceCulture; 31 30 32 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 internal Resources() 34 { 32 internal Resources() { 35 33 } 36 34 37 35 /// <summary> 38 36 /// Returns the cached ResourceManager instance used by this class. 39 37 /// </summary> 40 38 [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)) { 47 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Hive.Server.Properties.Resources", typeof(Resources).Assembly); 48 43 resourceMan = temp; … … 51 46 } 52 47 } 53 48 54 49 /// <summary> 55 50 /// Overrides the current thread's CurrentUICulture property for all … … 57 52 /// </summary> 58 53 [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 { 63 56 return resourceCulture; 64 57 } 65 set 66 { 58 set { 67 59 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)); 68 67 } 69 68 } -
trunk/sources/HeuristicLab.Hive.Server/3.2/Properties/Resources.resx
r713 r2065 47 47 mimetype: application/x-microsoft.net.object.binary.base64 48 48 value : The object must be serialized with 49 : System. Serialization.Formatters.Binary.BinaryFormatter49 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter 50 50 : and then encoded with base64 encoding. 51 51 … … 61 61 --> 62 62 <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" /> 63 64 <xsd:element name="root" msdata:IsDataSet="true"> 64 65 <xsd:complexType> … … 69 70 <xsd:element name="value" type="xsd:string" minOccurs="0" /> 70 71 </xsd:sequence> 71 <xsd:attribute name="name" type="xsd:string" />72 <xsd:attribute name="name" use="required" type="xsd:string" /> 72 73 <xsd:attribute name="type" type="xsd:string" /> 73 74 <xsd:attribute name="mimetype" type="xsd:string" /> 75 <xsd:attribute ref="xml:space" /> 74 76 </xsd:complexType> 75 77 </xsd:element> … … 86 88 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> 87 89 </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" /> 89 91 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> 90 92 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> 93 <xsd:attribute ref="xml:space" /> 91 94 </xsd:complexType> 92 95 </xsd:element> … … 115 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 116 119 </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> 117 124 </root>
Note: See TracChangeset
for help on using the changeset viewer.