Changeset 906 for trunk/sources/HeuristicLab.Hive.Client.Console/Properties
- Timestamp:
- 12/04/08 16:54:48 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Resources.Designer.cs ¶
r717 r906 10 10 11 11 namespace HeuristicLab.Hive.Client.Console.Properties { 12 13 14 /// <summary> 15 /// A strongly-typed resource class, for looking up localized strings, etc. 16 /// </summary> 17 // This class was auto-generated by the StronglyTypedResourceBuilder 18 // class via a tool like ResGen or Visual Studio. 19 // To add or remove a member, edit your .ResX file then rerun ResGen 20 // with the /str option, or rebuild your VS project. 21 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 22 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 23 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 24 internal class Resources { 25 26 private static global::System.Resources.ResourceManager resourceMan; 27 28 private static global::System.Globalization.CultureInfo resourceCulture; 29 30 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 31 internal Resources() { 12 using System; 13 14 15 /// <summary> 16 /// A strongly-typed resource class, for looking up localized strings, etc. 17 /// </summary> 18 // This class was auto-generated by the StronglyTypedResourceBuilder 19 // class via a tool like ResGen or Visual Studio. 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 internal class Resources { 26 27 private static global::System.Resources.ResourceManager resourceMan; 28 29 private static global::System.Globalization.CultureInfo resourceCulture; 30 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 internal Resources() { 33 } 34 35 /// <summary> 36 /// Returns the cached ResourceManager instance used by this class. 37 /// </summary> 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 internal static global::System.Resources.ResourceManager ResourceManager { 40 get { 41 if (object.ReferenceEquals(resourceMan, null)) { 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Hive.Client.Console.Properties.Resources", typeof(Resources).Assembly); 43 resourceMan = temp; 44 } 45 return resourceMan; 46 } 47 } 48 49 /// <summary> 50 /// Overrides the current thread's CurrentUICulture property for all 51 /// resource lookups using this strongly typed resource class. 52 /// </summary> 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 internal static global::System.Globalization.CultureInfo Culture { 55 get { 56 return resourceCulture; 57 } 58 set { 59 resourceCulture = value; 60 } 61 } 62 63 internal static System.Drawing.Bitmap Error { 64 get { 65 object obj = ResourceManager.GetObject("Error", resourceCulture); 66 return ((System.Drawing.Bitmap)(obj)); 67 } 68 } 69 70 internal static System.Drawing.Bitmap Info { 71 get { 72 object obj = ResourceManager.GetObject("Info", resourceCulture); 73 return ((System.Drawing.Bitmap)(obj)); 74 } 75 } 32 76 } 33 34 /// <summary>35 /// Returns the cached ResourceManager instance used by this class.36 /// </summary>37 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]38 internal static global::System.Resources.ResourceManager ResourceManager {39 get {40 if ((resourceMan == null)) {41 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Hive.Client.Console.Properties.Resources", typeof(Resources).Assembly);42 resourceMan = temp;43 }44 return resourceMan;45 }46 }47 48 /// <summary>49 /// Overrides the current thread's CurrentUICulture property for all50 /// resource lookups using this strongly typed resource class.51 /// </summary>52 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]53 internal static global::System.Globalization.CultureInfo Culture {54 get {55 return resourceCulture;56 }57 set {58 resourceCulture = value;59 }60 }61 }62 77 } -
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Resources.resx ¶
r717 r906 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="Error" type="System.Resources.ResXFileRef, System.Windows.Forms"> 122 <value>..\Resources\Error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 123 </data> 124 <data name="Info" type="System.Resources.ResXFileRef, System.Windows.Forms"> 125 <value>..\Resources\Info.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 126 </data> 117 127 </root>
Note: See TracChangeset
for help on using the changeset viewer.