aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Graphics/arrow-long-left.png
blob: 5845204d2c528646d73c0ea08590808fc4d027e9 (plain) pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
using MahApps.Metro.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace Tango.Scripting.IDE.UI
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : MetroWindow
    {
        public MainWindow()
        {
            InitializeComponent();
            DataContext = new MainWindowVM();
        }
    }
}
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 01 f4 00 00 00 a7 08 06 00 00 00 e7 bb ae .PNG........IHDR................
0020 67 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 g....sRGB.........gAMA......a...
0040 00 09 70 48 59 73 00 00 0e c3 00 00 0e c3 01 c7 6f a8 64 00 00 00 07 74 49 4d 45 07 d9 0c 10 15 ..pHYs..........o.d....tIME.....
0060 01 26 bd f7 88 fe 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 70 61 69 6e 74 2e 6e 65 74 .&........tEXtSoftware.paint.net
0080 20 34 2e 30 2e 31 37 33 6e 9f 63 00 00 08 ca 49 44 41 54 78 5e ed dd 79 a8 a5 75 1d c7 71 cb a5 .4.0.173n.c....IDATx^..y..u..q..
00a0 cd 7d 6f a1 32 4d 4b cb 14 53 a4 88 28 a2 cd 76 31 b1 3d 8b 08 22 88 68 43 a4 45 a4 3d 0d 11 11 .}o.2MK..S..(..v1.=..".hC.E.=...
00c0 22 fc 43 a2 45 6c b7 6c b0 ac ac 88 08 2a 33 d3 72 c9 a5 0d ca 7d cb d4 fa fc 9a b9 a9 e3 f7 ce ".C.El.l.....*3.r....}..........
00e0 dc 7b cf 73 ce 79 9e e7 bc 5e f0 c6 85 99 7b e6 bf 8f cf f3 bd ce 6c 41 af 3d 2c 3d 67 fd df 02 .{.s.y...^....{.......lA.=,=g...
0100 00 43 f4 d8 f4 cb 74 d2 ff fe 09 00 18 9c 67 a7 bf a7 ff a4 93 db bf 00 00 86 e5 9d e9 ce d4 c6 .C....t.......g.................
d class='right'>0660 24 55 b5 ef 5b 9b b9 76 57 3f 2e b9 ab af bc 93 12 00 f4 d2 11 c9 5d 7d 65 9d 9c 00 a0 b7 f6 4d $U..[..vW?............]}e......M 0680 17 a7 6a c4 74 6f 06 1d 80 de db 21 7d 35 55 43 a6 f5 79 e5 0e c0 20 b4 bb fa f1 c9 5d bd ce 13 ..j.to.....!}5UC..y.........]... 06a0 3a 00 83 f2 92 74 63 aa 46 6d 91 33 e8 00 0c ce 7e e9 f7 a9 1a b6 45 cd 2b 77 00 06 a9 dd d5 bf :....tc.Fm.3....~.....E.+w...... 06c0 9e aa 71 5b c4 3c a1 03 30 58 ed ae fe a1 d4 7e 07 9c 6a e4 16 29 83 0e c0 e0 bd 2c dd 94 aa a1 ..q[.<..0X.....~..j..).....,.... 06e0 5b 94 bc 72 07 60 14 9e 9c 2e 49 d5 d8 2d 42 9e d0 01 18 8d 1d d3 37 53 35 78 63 cf a0 03 30 2a [..r.`....I..-B.......7S5xc...0* 0700 ed ae fe 91 b4 68 77 75 83 0e c0 28 bd 22 dd 9c aa f1 1b 63 06 1d 80 d1 da 3f 5d 9a aa 01 1c 5b .....hwu...(.".....c.....?]....[ 0720 06 1d 80 51 db 29 7d 3b 55 23 38 a6 7c 97 3b 00 a3 d7 ee ea 27 a4 31 df d5 3d a1 03 b0 30 5e 95 ...Q.)};U#8.|.;.....'.1..=...0^. 0740 c6 7a 57 37 e8 00 2c 94 03 d2 1f 53 35 8a 43 ce 2b 77 00 16 4e bb ab 9f 93 aa 61 1c 6a 9e d0 01 .zW7..,....S5.C.+w..N.....a.j... 0760 58 48 5b a5 13 d3 58 ee ea 06 1d 80 85 76 64 ba 25 55 23 39 a4 0c 3a 00 0b ef 29 e9 b2 54 0d e5 XH[...X......vd.%U#9..:...)..T.. 0780 50 32 e8 00 10 3b a7 ef a6 6a 2c 87 90 41 07 80 0d da 5d fd 63 69 88 77 75 83 0e 00 1b 39 2a 0d P2...;...j,..A....].ci.wu....9*. 07a0 ed ae ee 7f 5b 03 80 c2 81 e9 f2 54 8d 67 1f f3 84 0e 00 cb d8 25 9d 9b aa 01 ed 5b 06 1d 00 36 ....[......T.g.......%.....[...6 07c0 a1 dd d5 3f 9e fa 7e 57 f7 ca 1d 00 56 e0 e8 74 6b aa c6 b4 0f 79 42 07 80 15 7a 5a ba 22 55 83 ...?..~W....V..tk....yB...zZ."U. 07e0 3a ef 0c 3a 00 ac 42 bb ab af 4b d5 a8 ce 33 af dc 01 60 95 da 5d fd 93 a9 1a d6 79 e5 09 1d 00 :..:..B...K...3...`..].....y.... 0800 d6 e8 98 74 5b aa 06 76 d6 19 74 00 98 c0 41 e9 ca 54 8d ec 2c f3 ca 1d 00 26 b4 6b 3a 2f 55 43 ...t[..v..t...A..T..,....&.k:/UC 0820 3b ab 3c a1 03 40 07 b6 4e 9f 4e d5 d8 ce 22 83 0e 00 1d 7a 4d 9a c7 5d dd a0 03 40 c7 0e 4e 7f ;.<..@..N.N..."....zM..]...@..N. 0840 4a d5 f0 4e 2b 83 0e 00 53 b0 5b fa 7e aa c6 77 1a 19 74 00 98 92 76 57 6f df 7d 5e 0d 70 d7 f9 J..N+...S.[.~..w..t...vWo.}^.p.. 0860 2e 77 00 98 b2 d7 a5 db 53 35 c4 5d e5 09 1d 00 66 e0 90 74 55 aa c6 b8 8b 0c 3a 00 cc c8 ee e9 .w......S5.]....f..tU.....:..... 0880 fc 54 0d f2 a4 79 e5 0e 00 33 d4 ee ea 9f 4d d5 28 4f 92 27 74 00 98 83 37 a4 2e ef ea 06 1d 00 .T...y...3....M.(O.'t...7....... 08a0 e6 e4 e9 e9 ea 54 0d f4 6a f3 ca 1d 00 e6 a8 dd d5 7f 98 aa 91 5e 4d 9e d0 01 60 ce da 5d fd 94 .....T..j............^M...`..].. 08c0 54 0d f5 4a 33 e8 00 d0 13 6f 4a 6b bd ab 1b 74 00 e8 91 43 d3 35 a9 1a ed 4d 65 d0 01 a0 67 f6 T..J3....oJk...t...C.5...Me...g. 08e0 48 3f 4e d5 70 2f 97 41 07 80 1e da 26 9d 9a aa f1 ae 32 e8 00 d0 63 c7 a6 3b 52 35 e2 f7 cd a0 H?N.p/.A....&.....2...c..;R5.... 0900 03 40 cf 1d 96 ae 4d d5 90 2f 65 d0 01 60 00 f6 4c 17 a4 6a cc 5b 06 1d 00 06 a2 dd d5 4f 4b d5 .@....M../e..`..L..j.[.......OK. 0920 a0 fb 9d e2 00 60 60 de 92 36 be ab 7b 42 07 80 01 3a 3c fd 39 19 74 00 18 b8 47 a6 9f a4 36 e8 .....``..6..{B...:<.9.t...G...6. 0940 5e b9 03 c0 80 b5 bb fa e9 c9 a0 03 c0 08 3c 6e c3 5f 01 60 19 5b 6c f1 5f 30 4b 22 e1 2b 3f de ^.............<n._.`.[l._0K".+?. 0960 77 00 00 00 00 49 45 4e 44 ae 42 60 82 w....IEND.B`.