blob: fa268e53a3d21a3759b12f1f18bc79e6bab73f9d (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 34 00 00 00 34 08 06 00 00 00 c5 78 1b | .PNG........IHDR...4...4......x. |
| 0020 | eb 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 41 64 6f 62 65 20 49 6d 61 67 65 52 65 61 | .....tEXtSoftware.Adobe.ImageRea |
| 0040 | 64 79 71 c9 65 3c 00 00 06 fd 49 44 41 54 78 da cc 5a 6d 68 57 55 18 bf fb 6f 6b d3 89 d5 87 9c | dyq.e<....IDATx..ZmhWU...ok..... |
| 0060 | 2f 23 9b 9b 14 bd b0 ca 96 9b 8a d9 0c d4 c0 90 54 aa bd 65 16 66 1a d8 07 53 a3 34 50 a4 92 7d | /#..............T..e.f...S.4P..} |
| 0080 | c8 5e c6 0a 92 e1 36 29 4c 1b 45 24 24 96 ce 35 75 12 2e 0d 0c 37 d7 c4 dc b2 0f 56 b4 ca 9c b3 | .^....6)L.E$$..5u....7.....V.... |
| 00a0 | df 43 bf 6b 87 e3 b9 e7 de fb bf ff 3b f6 c0 e3 d9 ff 9c e7 3c e7 3e e7 3c e7 79 3b a6 39 31 40 | .C.k........;.......<.>.<.y;.91@ |
| 00c0 | de d3 e7 a7 a3 79 0d 58 0a cc 50 86 fe 04 7e 0a 5c 7b f6 83 31 67 e2 58 3b 2d 06 61 ca d0 ec 01 | .....y.X..P...~.\{..1g.X;-.a.... |
| 00e0 | 66 5a c8 ce 01 a7 40 a8 be 54 af 9f 88 61 93 b6 fa 08 23 30 1e f8 4a 1c 27 94 48 f1 e9 e4 a2 b9 | fZ....@..T...a....#0..J.'.H..... |
| 0100 | 33 20 f9 43 c3 5e 20 c0 08 43 df 8d c4 f9 5a ff 68 6c c0 68 9f 0d ca 04 66 c5 72 87 c0 78 12 9a | 3..C.^...C....Z.hl.h....f.r..x.. |
| 0120 | 74 60 17 74 7f 50 1//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Tango.PPC.Events.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Tango.PPC.Events.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}
|