~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.Designer.cs

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

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:4.0.30319.17626
 
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 PhoneXamlDirect3DApp1.Resources
 
12
{
 
13
    using System;
 
14
 
 
15
 
 
16
    /// <summary>
 
17
    ///   A strongly-typed resource class, for looking up localized strings, etc.
 
18
    /// </summary>
 
19
    // This class was auto-generated by the StronglyTypedResourceBuilder
 
20
    // class via a tool like ResGen or Visual Studio.
 
21
    // To add or remove a member, edit your .ResX file then rerun ResGen
 
22
    // with the /str option, or rebuild your VS project.
 
23
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
 
24
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
25
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 
26
    public class AppResources
 
27
    {
 
28
 
 
29
        private static global::System.Resources.ResourceManager resourceMan;
 
30
 
 
31
        private static global::System.Globalization.CultureInfo resourceCulture;
 
32
 
 
33
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
 
34
        internal AppResources()
 
35
        {
 
36
        }
 
37
 
 
38
        /// <summary>
 
39
        ///   Returns the cached ResourceManager instance used by this class.
 
40
        /// </summary>
 
41
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
 
42
        public static global::System.Resources.ResourceManager ResourceManager
 
43
        {
 
44
            get
 
45
            {
 
46
                if (object.ReferenceEquals(resourceMan, null))
 
47
                {
 
48
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PhoneXamlDirect3DApp1.Resources.AppResources", typeof(AppResources).Assembly);
 
49
                    resourceMan = temp;
 
50
                }
 
51
                return resourceMan;
 
52
            }
 
53
        }
 
54
 
 
55
        /// <summary>
 
56
        ///   Overrides the current thread's CurrentUICulture property for all
 
57
        ///   resource lookups using this strongly typed resource class.
 
58
        /// </summary>
 
59
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
 
60
        public static global::System.Globalization.CultureInfo Culture
 
61
        {
 
62
            get
 
63
            {
 
64
                return resourceCulture;
 
65
            }
 
66
            set
 
67
            {
 
68
                resourceCulture = value;
 
69
            }
 
70
        }
 
71
 
 
72
        /// <summary>
 
73
        ///   Looks up a localized string similar to LeftToRight.
 
74
        /// </summary>
 
75
        public static string ResourceFlowDirection
 
76
        {
 
77
            get
 
78
            {
 
79
                return ResourceManager.GetString("ResourceFlowDirection", resourceCulture);
 
80
            }
 
81
        }
 
82
 
 
83
        /// <summary>
 
84
        ///   Looks up a localized string similar to us-EN.
 
85
        /// </summary>
 
86
        public static string ResourceLanguage
 
87
        {
 
88
            get
 
89
            {
 
90
                return ResourceManager.GetString("ResourceLanguage", resourceCulture);
 
91
            }
 
92
        }
 
93
 
 
94
        /// <summary>
 
95
        ///   Looks up a localized string similar to MY APPLICATION.
 
96
        /// </summary>
 
97
        public static string ApplicationTitle
 
98
        {
 
99
            get
 
100
            {
 
101
                return ResourceManager.GetString("ApplicationTitle", resourceCulture);
 
102
            }
 
103
        }
 
104
    }
 
105
}