corrade-vassal – Diff between revs 2 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 20
Line 6... Line 6...
6 // Changes to this file may cause incorrect behavior and will be lost if 6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated. 7 // the code is regenerated.
8 // </auto-generated> 8 // </auto-generated>
9 //------------------------------------------------------------------------------ 9 //------------------------------------------------------------------------------
Line 10... Line 10...
10   10  
11 namespace Vassal.Properties 11 namespace Vassal.Properties {
12 { 12 using System;
13   13
14   14
15 /// <summary> 15 /// <summary>
16 /// A strongly-typed resource class, for looking up localized strings, etc. 16 /// A strongly-typed resource class, for looking up localized strings, etc.
17 /// </summary> 17 /// </summary>
18 // This class was auto-generated by the StronglyTypedResourceBuilder 18 // This class was auto-generated by the StronglyTypedResourceBuilder
19 // class via a tool like ResGen or Visual Studio. 19 // class via a tool like ResGen or Visual Studio.
20 // To add or remove a member, edit your .ResX file then rerun ResGen 20 // To add or remove a member, edit your .ResX file then rerun ResGen
21 // with the /str option, or rebuild your VS project. 21 // with the /str option, or rebuild your VS project.
22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 internal class Resources -  
26 { 25 internal class Resources {
27   26
28 private static global::System.Resources.ResourceManager resourceMan; 27 private static global::System.Resources.ResourceManager resourceMan;
29   28
30 private static global::System.Globalization.CultureInfo resourceCulture; 29 private static global::System.Globalization.CultureInfo resourceCulture;
31   30
32 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
33 internal Resources() -  
34 { 32 internal Resources() {
35 } 33 }
36   34
37 /// <summary> 35 /// <summary>
38 /// Returns the cached ResourceManager instance used by this class. 36 /// Returns the cached ResourceManager instance used by this class.
39 /// </summary> 37 /// </summary>
40 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
41 internal static global::System.Resources.ResourceManager ResourceManager -  
42 { 39 internal static global::System.Resources.ResourceManager ResourceManager {
43 get -  
44 { 40 get {
45 if ((resourceMan == null)) -  
46 { 41 if (object.ReferenceEquals(resourceMan, null)) {
47 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Vassal.Properties.Resources", typeof(Resources).Assembly); 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Vassal.Properties.Resources", typeof(Resources).Assembly);
48 resourceMan = temp; 43 resourceMan = temp;
49 } 44 }
50 return resourceMan; 45 return resourceMan;
51 } 46 }
52 } 47 }
53   48
54 /// <summary> 49 /// <summary>
55 /// Overrides the current thread's CurrentUICulture property for all 50 /// Overrides the current thread's CurrentUICulture property for all
56 /// resource lookups using this strongly typed resource class. 51 /// resource lookups using this strongly typed resource class.
57 /// </summary> 52 /// </summary>
58 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
59 internal static global::System.Globalization.CultureInfo Culture -  
60 { 54 internal static global::System.Globalization.CultureInfo Culture {
61 get -  
62 { 55 get {
63 return resourceCulture; 56 return resourceCulture;
64 } 57 }
65 set -  
66 { 58 set {
67 resourceCulture = value; 59 resourceCulture = value;
68 } 60 }
69 } 61 }
70 } 62 }