blob: 15f9c73bb001c2c6b99e94a6c9768a4dce8b8562 (
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 20 00 00 00 20 08 06 00 00 00 73 7a 7a | .PNG........IHDR.............szz |
| 0020 | f4 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 | .....sRGB.........gAMA......a... |
| 0040 | 00 09 70 48 59 73 00 00 00 e7 00 00 00 e7 01 f0 1b 58 b5 00 00 00 19 74 45 58 74 53 6f 66 74 77 | ..pHYs...........X.....tEXtSoftw |
| 0060 | 61 72 65 00 70 61 69 6e 74 2e 6e 65 74 20 34 2e 30 2e 31 37 33 6e 9f 63 00 00 05 ca 49 44 41 54 | are.paint.net.4.0.173n.c....IDAT |
| 0080 | 58 47 a5 97 7b 4c 53 77 14 c7 6b 88 60 29 52 74 f1 b1 0a 4e 0b a2 6d 9d bc 32 dd a2 2e ce 98 f0 | XG..{LSw..k.`)Rt...N..m..2...... |
| 00a0 | 8f d9 74 c6 98 2d d9 9c 63 ba b8 21 f8 e2 b5 87 31 4e 1d 6c 53 a0 a3 dd 9c 20 05 36 17 1d ad a2 | ..t..-..c..!....1N.lS......6.... |
| 00c0 | 20 d3 09 3a 15 95 82 e8 da e2 6b 22 11 01 0b 2d 14 2c af 15 ed d9 ef 5c b9 dd bd b7 3f 18 cb 9a | ...:......k"...-.,.....\....?... |
| 00e0 | 7c 1a 7a 6e 7e e7 f3 ed ef 9e fb 6b 10 01 c0 ff 40 34 06 0e c4 8c a5 5f 1b 1d d4 e2 b0 1c 5d ed | |.zn~......k....@4....._......]. |
| 0100 | e3 2c 8e 5a d5 63 88 fe aa 47 1f 5d e9 28 50 f5 36 7d 31 0d 5a bf 7e a1 db 9a 39 f3 7a 9b 5a 9e | .,.Z.c...G.].(P.6}1.Z.~...9.z.Z. |
| 0120 | d3 a1 0e 0b a4 ae 1d 06 6a 91 86 d3 10 ad e8 d1 47 55 13 80 a1 38 0a 5a 32 a6 4//------------------------------------------------------------------------------
// <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.MachineStudio.Sites.Properties {
/// <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", "4.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 ((resourceMan == null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Tango.MachineStudio.Sites.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;
}
}
}
}
|