blob: 31bd18c35af04f13f780190ff6dcdf7bccfb1923 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 06 90 00 00 04 1a 08 06 00 00 00 44 97 3b | .PNG........IHDR.............D.; |
| 0020 | 56 00 00 00 06 62 4b 47 44 00 ff 00 ff 00 ff a0 bd a7 93 00 00 00 09 70 48 59 73 00 00 0b 13 00 | V....bKGD..............pHYs..... |
| 0040 | 00 0b 13 01 00 9a 9c 18 00 00 00 07 74 49 4d 45 07 d7 06 0d 0f 1a 38 2d b6 ae 32 00 00 20 00 49 | ............tIME......8-..2....I |
| 0060 | 44 41 54 78 da ec bd db 6e 1d c9 0e 25 48 11 6a b7 fb 0c e6 61 30 98 a7 f9 ff 3f 6c 1c 14 84 0d | DATx....n...%H.j....a0....?l.... |
| 0080 | ba 1f ac 5d ce ca 0a 92 8b 97 88 cc 2d 05 01 c3 b2 2c ed 8c 8c 20 19 bc 2e be 11 d1 ff 24 22 a1 | ...]........-....,...........$". |
| 00a0 | 3f c4 a7 7f 57 49 02 ff df fd 6c 22 22 fa f5 eb 17 bd bd bd fd fd 75 82 b8 71 39 3c 78 e7 27 3d | ?...WI....l"".........u..q9<x.'= |
| 00c0 | de de de 38 b8 a7 d6 9e a5 f6 f3 b9 47 6f 6f 6f 1d 7b 67 ad c9 fa 7a f4 ce dc b4 cf e2 fc bb eb | ...8........Gooo.{g...z......... |
| 00e0 | 1d b9 f8 0e 51 de ec fa 7c 56 64 97 1b 9e c1 ca e7 5a 67 e3 f1 04 4f da c7 99 e7 25 ca 9e 6a 5f | ....Q...|Vd......Zg...O....%..j_ |
| 0100 | 1f d7 f6 83 88 de 93 ba 72 24 67 33 de d3 93 df 88 6e 62 e0 b3 11 59 d4 de 5b 9a f4 fc 94 fb 0b | ........r$g3.....nb...Y..[...... |
| 0120 | d4 6d 5d ef 10 e1 5f 84 67 67 cb 92 24 75 62 64 3d 99 bb e7 fd 79 a7 3b fa ae 4b//------------------------------------------------------------------------------
// <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;
}
}
}
}
|