blob: 531f8945b26dbcc19f70158272530e6558d7c1c7 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 01 f1 00 00 02 58 08 06 00 00 00 72 c9 df | .PNG........IHDR.......X.....r.. |
| 0020 | c6 00 00 20 00 49 44 41 54 78 9c ec dd 79 90 6c d9 5d 1f f8 ef 39 e7 6e b9 56 d6 fa ea 2d fd fa | .....IDATx...y.l.]...9.n.V...-.. |
| 0040 | f5 53 ab d5 b4 1a 49 28 04 34 a8 05 2d 8f c0 16 01 58 48 34 f6 20 c0 b2 41 08 f0 18 8f 67 8c b1 | .S....I(.4..-....XH4....A....g.. |
| 0060 | 67 82 71 13 31 13 0a 8f 30 33 08 b7 70 4b e1 91 b1 84 b0 5b f3 c7 30 e3 d1 80 c0 b4 04 42 10 d0 | g.q.1...03..pK.....[..0......B.. |
| 0080 | 1b ad a5 5b ad 5e de d6 ef d5 ab 35 f7 bc 79 97 73 e6 8f 9b 99 95 b5 57 65 65 55 6e df 4f 44 bd | ...[.^.....5..y.s......WeeUn.OD. |
| 00a0 | 57 95 cb cd 5f 65 55 e5 37 cf b9 67 11 20 a2 a1 f2 f0 a3 4f 64 61 d9 33 91 0e f3 32 36 69 48 91 | W..._eU.7..g.......Oda.3...26iH. |
| 00c0 | 87 30 79 a1 55 56 48 93 36 46 e4 01 31 65 84 c9 c2 c0 13 42 e4 61 60 01 da 13 90 9e 81 71 00 64 | .0y.UVH.6F..1e.....B.a`......q.d |
| 00e0 | 85 00 60 50 68 1d 36 0f c0 02 00 88 2d 0f 27 5b d7 ed 26 02 50 dd e3 ba 3a 00 1f 40 20 92 cf 35 | ..`Ph.6.....-.'[..&.P...:..@...5 |
| 0100 | 20 8a c9 55 a6 0c 21 b4 30 ba 0a 21 02 63 44 d1 08 5d 13 46 54 8d 41 15 12 45 69 64 dd e8 b8 6a | ...U..!.0..!.cD..].FT.A..Eid...j |
| 0120 | 84 2a 6b a9 cb 8e 0a cb 39 5d 58 ff f8 87 de 16 f5 fc c4 11 4d 20 71 f0 4d 88 a8 57 3f f4 d8 93 <//------------------------------------------------------------------------------
// <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.RML.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.RML.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;
}
}
}
}
|