プロジェクト

全般

プロフィール

統計
| リビジョン:

h-you / branches / src / UpDateCopy / Properties / Resources.Designer.cs @ 71

履歴 | 表示 | アノテート | ダウンロード (3.22 KB)

1 70 bit
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     このコードはツールによって生成されました。
4
//     ランタイム バージョン:4.0.30319.42000
5
//
6
//     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
7
//     コードが再生成されるときに損失したりします
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10
11
namespace UpDateCopy.Properties
12
{
13
14
15
    /// <summary>
16
    ///   ローカライズされた文字列などを検索するための、厳密に型指定されたリソース クラスです。
17
    /// </summary>
18
    // このクラスは StronglyTypedResourceBuilder クラスが ResGen
19
    // または Visual Studio のようなツールを使用して自動生成されました。
20
    // メンバーを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
21
    // ResGen を実行し直すか、または VS プロジェクトをリビルドします。
22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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
        ///   このクラスに使用される、キャッシュされた ResourceManager のインスタンスを返します。
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
                {
47
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UpDateCopy.Properties.Resources", typeof(Resources).Assembly);
48
                    resourceMan = temp;
49
                }
50
                return resourceMan;
51
            }
52
        }
53
54
        /// <summary>
55
        ///   厳密に型指定されたこのリソース クラスを使用して、すべての検索リソースに対し、
56
        ///   現在のスレッドの CurrentUICulture プロパティをオーバーライドします。
57
        /// </summary>
58
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
59
        internal static global::System.Globalization.CultureInfo Culture
60
        {
61
            get
62
            {
63
                return resourceCulture;
64
            }
65
            set
66
            {
67
                resourceCulture = value;
68
            }
69
        }
70
    }
71
}