~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditorSWF/TextEditorSWF/Properties/Resources.Designer.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//------------------------------------------------------------------------------
 
2
// <auto-generated>
 
3
//     This code was generated by a tool.
 
4
//     Runtime Version:2.0.50727.4927
 
5
//
 
6
//     Changes to this file may cause incorrect behavior and will be lost if
 
7
//     the code is regenerated.
 
8
// </auto-generated>
 
9
//------------------------------------------------------------------------------
 
10
 
 
11
namespace TextEditorSWF.Properties
 
12
{
 
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
 
 
28
                private static global::System.Resources.ResourceManager resourceMan;
 
29
 
 
30
                private static global::System.Globalization.CultureInfo resourceCulture;
 
31
 
 
32
                [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute ("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
 
33
                internal Resources ()
 
34
                {
 
35
                }
 
36
 
 
37
                /// <summary>
 
38
                ///   Returns the cached ResourceManager instance used by this class.
 
39
                /// </summary>
 
40
                [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
                                        global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager ("TextEditorSWF.Properties.Resources", typeof (Resources).Assembly);
 
47
                                        resourceMan = temp;
 
48
                                }
 
49
                                return resourceMan;
 
50
                        }
 
51
                }
 
52
 
 
53
                /// <summary>
 
54
                ///   Overrides the current thread's CurrentUICulture property for all
 
55
                ///   resource lookups using this strongly typed resource class.
 
56
                /// </summary>
 
57
                [global::System.ComponentModel.EditorBrowsableAttribute (global::System.ComponentModel.EditorBrowsableState.Advanced)]
 
58
                internal static global::System.Globalization.CultureInfo Culture
 
59
                {
 
60
                        get
 
61
                        {
 
62
                                return resourceCulture;
 
63
                        }
 
64
                        set
 
65
                        {
 
66
                                resourceCulture = value;
 
67
                        }
 
68
                }
 
69
        }
 
70
}