blob: 856cf1ec76b6a3cf6aa76c88ea35280d91b211cb (
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 03 00 00 00 44 a4 8a | .PNG........IHDR.............D.. |
| 0020 | c6 00 00 00 03 73 42 49 54 08 08 08 db e1 4f e0 00 00 00 09 70 48 59 73 00 00 00 dd 00 00 00 dd | .....sBIT.....O.....pHYs........ |
| 0040 | 01 70 53 a2 07 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 61 | .pS......tEXtSoftware.www.inksca |
| 0060 | 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 01 9b 50 4c 54 45 ff ff ff b6 db 49 bf df 60 b3 cc 4d aa bf | pe.org..<.....PLTE.....I..`..M.. |
| 0080 | 40 aa d5 55 bf d5 55 c2 d6 52 ae c5 46 c1 d2 55 ac c2 43 ad c0 43 aa bd 42 af c4 46 c0 d2 54 ac | @..U..U..R..F..U..C..C..B..F..T. |
| 00a0 | bf 44 c1 d3 53 c1 d3 54 c1 d3 54 aa be 43 ab be 42 c1 d3 55 ab be 44 c1 d2 54 a9 bd 42 c1 d3 54 | .D..S..T..T..C..B..U..D..T..B..T |
| 00c0 | c1 d3 54 a4 b7 3d c0 d2 53 c1 d3 54 c1 d3 54 a3 b7 3d c1 d3 54 a2 b6 3c a0 b4 3b a0 b3 39 a0 b4 | ..T..=..S..T..T..=..T..<..;..9.. |
| 00e0 | 3a 28 3a 4d 2a 3c 4f 2b 3d 4f 2e 40 53 30 42 55 31 43 4e 35 47 52 35 47 5a 36 47 5a 37 48 5b 3a | :(:M*<O+=O.@S0BU1CN5GR5GZ6GZ7H[: |
| 0100 | 4c 51 3b 4d 52 3b 4d 57 3b 4d 5f 3c 4d 5f 3d 4f 61 3e 51 5b 3f 51 63 41 52 64 41 54 48 44 56 48 | LQ;MR;MW;M_<M_=Oa>Q[?QcARdATHDVH |
| 0120 | 44 56 61 45 56 68 4c 5e 4a 4d 5f 46 4e 5f 70 4f 62 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.DataCapture.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.DataCapture.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;
}
}
}
}
|