diff --git a/GUI/MainForm.Designer.cs b/GUI/MainForm.Designer.cs
index 683a84a..a38e39e 100644
--- a/GUI/MainForm.Designer.cs
+++ b/GUI/MainForm.Designer.cs
@@ -25,7 +25,7 @@ namespace RosTEGUI
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("ReactOS", 0);
+ System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("ReactOS", 0);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.ImageListView = new System.Windows.Forms.ListView();
this.columnName = new System.Windows.Forms.ColumnHeader();
@@ -45,18 +45,22 @@ namespace RosTEGUI
this.toolbarImageDel = new System.Windows.Forms.ToolStripButton();
this.toolbarSep2 = new System.Windows.Forms.ToolStripSeparator();
this.toolbarHelpContents = new System.Windows.Forms.ToolStripButton();
- this.toolbarSep3 = new System.Windows.Forms.ToolStripSeparator();
+ this.toolbarSep4 = new System.Windows.Forms.ToolStripSeparator();
this.toolbarExit = new System.Windows.Forms.ToolStripButton();
this.mainToolbar = new System.Windows.Forms.ToolStrip();
- this.MainMenu = new System.Windows.Forms.MenuStrip();
+ this.toolbarSnapShot = new System.Windows.Forms.ToolStripButton();
+ this.toolbarScreenShot = new System.Windows.Forms.ToolStripButton();
+ this.toolbarSep3 = new System.Windows.Forms.ToolStripSeparator();
+ this.mainMenu = new System.Windows.Forms.MenuStrip();
this.mainmenuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mainmenuFileExit = new System.Windows.Forms.ToolStripMenuItem();
+ this.mainmenuOptions = new System.Windows.Forms.ToolStripMenuItem();
this.mainmenuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mainmenuHelpContent = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.MainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
this.mainToolbar.SuspendLayout();
- this.MainMenu.SuspendLayout();
+ this.mainMenu.SuspendLayout();
this.SuspendLayout();
//
// ImageListView
@@ -71,7 +75,7 @@ namespace RosTEGUI
this.columnDebug});
this.ImageListView.FullRowSelect = true;
this.ImageListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem2});
+ listViewItem1});
this.ImageListView.Location = new System.Drawing.Point(12, 52);
this.ImageListView.Name = "ImageListView";
this.ImageListView.Size = new System.Drawing.Size(516, 237);
@@ -130,6 +134,7 @@ namespace RosTEGUI
this.toolbarLaunch.Name = "toolbarLaunch";
this.toolbarLaunch.Size = new System.Drawing.Size(61, 22);
this.toolbarLaunch.Text = "Launch";
+ this.toolbarLaunch.ToolTipText = "Starts the virtual machine";
//
// toolbarStop
//
@@ -138,6 +143,7 @@ namespace RosTEGUI
this.toolbarStop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarStop.Name = "toolbarStop";
this.toolbarStop.Size = new System.Drawing.Size(23, 22);
+ this.toolbarStop.ToolTipText = "Stops the virtual machine";
//
// toolbarSep1
//
@@ -151,6 +157,7 @@ namespace RosTEGUI
this.toolbarImageAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarImageAdd.Name = "toolbarImageAdd";
this.toolbarImageAdd.Size = new System.Drawing.Size(23, 22);
+ this.toolbarImageAdd.ToolTipText = "Adds a new image";
//
// toolbarImageDel
//
@@ -159,6 +166,7 @@ namespace RosTEGUI
this.toolbarImageDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarImageDel.Name = "toolbarImageDel";
this.toolbarImageDel.Size = new System.Drawing.Size(23, 22);
+ this.toolbarImageDel.ToolTipText = "Deletes an existing image";
//
// toolbarSep2
//
@@ -172,11 +180,12 @@ namespace RosTEGUI
this.toolbarHelpContents.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarHelpContents.Name = "toolbarHelpContents";
this.toolbarHelpContents.Size = new System.Drawing.Size(23, 22);
+ this.toolbarHelpContents.ToolTipText = "Opens help file";
//
- // toolbarSep3
+ // toolbarSep4
//
- this.toolbarSep3.Name = "toolbarSep3";
- this.toolbarSep3.Size = new System.Drawing.Size(6, 25);
+ this.toolbarSep4.Name = "toolbarSep4";
+ this.toolbarSep4.Size = new System.Drawing.Size(6, 25);
//
// toolbarExit
//
@@ -185,6 +194,7 @@ namespace RosTEGUI
this.toolbarExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarExit.Name = "toolbarExit";
this.toolbarExit.Size = new System.Drawing.Size(23, 22);
+ this.toolbarExit.ToolTipText = "Exits application";
//
// mainToolbar
//
@@ -195,23 +205,52 @@ namespace RosTEGUI
this.toolbarImageAdd,
this.toolbarImageDel,
this.toolbarSep2,
- this.toolbarHelpContents,
+ this.toolbarSnapShot,
+ this.toolbarScreenShot,
this.toolbarSep3,
+ this.toolbarHelpContents,
+ this.toolbarSep4,
this.toolbarExit});
this.mainToolbar.Location = new System.Drawing.Point(0, 24);
this.mainToolbar.Name = "mainToolbar";
this.mainToolbar.Size = new System.Drawing.Size(540, 25);
this.mainToolbar.TabIndex = 10;
//
- // MainMenu
+ // toolbarSnapShot
//
- this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.toolbarSnapShot.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.toolbarSnapShot.Image = ((System.Drawing.Image)(resources.GetObject("toolbarSnapShot.Image")));
+ this.toolbarSnapShot.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.toolbarSnapShot.Name = "toolbarSnapShot";
+ this.toolbarSnapShot.Size = new System.Drawing.Size(23, 22);
+ this.toolbarSnapShot.Text = "toolStripButton1";
+ this.toolbarSnapShot.ToolTipText = "Create a snap shot of the current status";
+ //
+ // toolbarScreenShot
+ //
+ this.toolbarScreenShot.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.toolbarScreenShot.Image = ((System.Drawing.Image)(resources.GetObject("toolbarScreenShot.Image")));
+ this.toolbarScreenShot.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.toolbarScreenShot.Name = "toolbarScreenShot";
+ this.toolbarScreenShot.Size = new System.Drawing.Size(23, 22);
+ this.toolbarScreenShot.Text = "toolStripButton2";
+ this.toolbarScreenShot.ToolTipText = "Grab a screenshot of the display";
+ //
+ // toolbarSep3
+ //
+ this.toolbarSep3.Name = "toolbarSep3";
+ this.toolbarSep3.Size = new System.Drawing.Size(6, 25);
+ //
+ // mainMenu
+ //
+ this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mainmenuFile,
+ this.mainmenuOptions,
this.mainmenuHelp});
- this.MainMenu.Location = new System.Drawing.Point(0, 0);
- this.MainMenu.Name = "MainMenu";
- this.MainMenu.Size = new System.Drawing.Size(540, 24);
- this.MainMenu.TabIndex = 11;
+ this.mainMenu.Location = new System.Drawing.Point(0, 0);
+ this.mainMenu.Name = "mainMenu";
+ this.mainMenu.Size = new System.Drawing.Size(540, 24);
+ this.mainMenu.TabIndex = 11;
//
// mainmenuFile
//
@@ -224,10 +263,16 @@ namespace RosTEGUI
// mainmenuFileExit
//
this.mainmenuFileExit.Name = "mainmenuFileExit";
- this.mainmenuFileExit.Size = new System.Drawing.Size(152, 22);
+ this.mainmenuFileExit.Size = new System.Drawing.Size(103, 22);
this.mainmenuFileExit.Text = "Exit";
this.mainmenuFileExit.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
+ // mainmenuOptions
+ //
+ this.mainmenuOptions.Name = "mainmenuOptions";
+ this.mainmenuOptions.Size = new System.Drawing.Size(56, 20);
+ this.mainmenuOptions.Text = "Options";
+ //
// mainmenuHelp
//
this.mainmenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -254,7 +299,7 @@ namespace RosTEGUI
this.MainMenuHelpAbout.Name = "MainMenuHelpAbout";
this.MainMenuHelpAbout.Size = new System.Drawing.Size(152, 22);
this.MainMenuHelpAbout.Text = "About";
- this.MainMenuHelpAbout.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
+ this.MainMenuHelpAbout.Click += new System.EventHandler(this.MainMenuHelpAbout_Click);
//
// MainForm
//
@@ -263,21 +308,22 @@ namespace RosTEGUI
this.ClientSize = new System.Drawing.Size(540, 301);
this.Controls.Add(this.ImageListView);
this.Controls.Add(this.mainToolbar);
- this.Controls.Add(this.MainMenu);
+ this.Controls.Add(this.mainMenu);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.ImeMode = System.Windows.Forms.ImeMode.On;
- this.MainMenuStrip = this.MainMenu;
+ this.MainMenuStrip = this.mainMenu;
this.MaximizeBox = false;
this.Name = "MainForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ReactOS Test Environment";
+ this.Load += new System.EventHandler(this.MainForm_Load);
this.mainToolbar.ResumeLayout(false);
this.mainToolbar.PerformLayout();
- this.MainMenu.ResumeLayout(false);
- this.MainMenu.PerformLayout();
+ this.mainMenu.ResumeLayout(false);
+ this.mainMenu.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@@ -303,16 +349,20 @@ namespace RosTEGUI
private System.Windows.Forms.ToolStripButton toolbarImageDel;
private System.Windows.Forms.ToolStripSeparator toolbarSep2;
private System.Windows.Forms.ToolStripButton toolbarHelpContents;
- private System.Windows.Forms.ToolStripSeparator toolbarSep3;
+ private System.Windows.Forms.ToolStripSeparator toolbarSep4;
private System.Windows.Forms.ToolStripButton toolbarExit;
private System.Windows.Forms.ToolStrip mainToolbar;
- private System.Windows.Forms.MenuStrip MainMenu;
+ private System.Windows.Forms.MenuStrip mainMenu;
private System.Windows.Forms.ToolStripMenuItem mainmenuFile;
private System.Windows.Forms.ToolStripMenuItem mainmenuFileExit;
private System.Windows.Forms.ToolStripMenuItem mainmenuHelp;
private System.Windows.Forms.ToolStripMenuItem mainmenuHelpContent;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem MainMenuHelpAbout;
+ private System.Windows.Forms.ToolStripButton toolbarSnapShot;
+ private System.Windows.Forms.ToolStripButton toolbarScreenShot;
+ private System.Windows.Forms.ToolStripSeparator toolbarSep3;
+ private System.Windows.Forms.ToolStripMenuItem mainmenuOptions;
}
}
diff --git a/GUI/MainForm.cs b/GUI/MainForm.cs
index 0060fea..ad74bb5 100644
--- a/GUI/MainForm.cs
+++ b/GUI/MainForm.cs
@@ -18,16 +18,20 @@ namespace RosTEGUI
InitializeComponent();
}
- private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
+ private void exitToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ Close();
+ }
+
+ private void MainForm_Load(object sender, EventArgs e)
+ {
+ }
+
+ private void MainMenuHelpAbout_Click(object sender, EventArgs e)
{
AboutForm Dlg = new AboutForm();
Dlg.StartPosition = FormStartPosition.CenterParent;
Dlg.Show();
}
-
- private void exitToolStripMenuItem_Click(object sender, EventArgs e)
- {
- Close();
- }
}
}
diff --git a/GUI/MainForm.resx b/GUI/MainForm.resx
index 31e8e65..e81990d 100644
--- a/GUI/MainForm.resx
+++ b/GUI/MainForm.resx
@@ -190,12 +190,12 @@
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAP5JREFUOE9jYKAV
- 8PDwYE9LS2Otr69nIscOxtDw4P/+gb5/gfQ/EDs+Pp6DJIPCInz/3L5z6/+u3Tv/h0WE/Pbx8eEiyQCQ
- 7Xfu3v6/e8+u/wFBfr9CQ0N5CBoA8q+9vT0LUDEbyOkwAyKiwn5GR0fz4TUA5E8o/geyPTg08O/de3fA
- LoiMDv+DJA9Wh2EYSPDO3VtAfPs/SCOIBuEDB/ej4IOHDuA2ABRoR44e/n/4yCG8GKcL0J155uzp/yAc
- GOwPik6YF7G7AN1PIA1Xrl4G4/BIvz8kpwOQAddvXANjsg24fOXSfxAmywBgVP4Kjwz9DcIgNihvEExI
- A6IAAEeU4GteB9UDAAAAAElFTkSuQmCC
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAP9JREFUOE9jYKAV
+ 8PDwYE9LS2Otr69nIscOxtDw4P8+fl5/gfQ/EDs+Pp6DJIPCIrz+3L5z6/+u3Tv/h0WE/Pbx8eEiyQCQ
+ 7Xfu3v6/e8+u/77+Pr9CQ0N5CBoA8q+9vT0LUDEbyOkwAyKiwn5GR0fz4TUA5E8o/geyPSDI7+/de3fA
+ LoiMDv+DJA9Wh2EYSPDO3VtAfPs/SCOIBuEDB/ej4IOHDuA2ABRoR44e/n/4yCG8GKcL0J155uzp/yDs
+ F+ADik6YF7G7AN1PIA1Xrl4G4/BI7z8kpwOQAddvXANjsg24fOXSfxAmywAfP59f4ZGhv0EYxAblDYIJ
+ aUAUAACfo+AcMbeNIAAAAABJRU5ErkJggg==
@@ -209,20 +209,20 @@
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAuJJREFUOE99U11I
- U2EYXllBF3VjW91JklGUmCnCxBIVR9Ml/RCYN4JKpghezFwQdCRdZi5N259DaZBTmlAX/hJWElNmiDdm
- QYFkM+cPuvM3z87ZOXvbe8zIBR14ON/5zvs83/s+7/vtUcQ8lmtFOULquWLp4KFLEYV4DH/vVexbieOY
- sf2fv7yo6R/wxHLkb4IgDjguqr39p09JnybeSyzLgCAIwPM8kGQAZt6MSX0nkySMwdhdIm63O86RkuJ/
- Z7gjCn4/cNNeoCgSAoENGRQVgOCkB7bm5mCs8paIscj5I+K4kDkxVFMdFhYWgKqoADI7Gyj/T1mEpkmg
- VpaBzMsDylAP3OwsvC4tDSNHFrBeL0rtSTwucvPzQJWWApWbCxvFxTB8WRd++KgphBi+UhQOlJcDXVgI
- lF4P7NQk9CQkiParuvOKNmODxet+GWGHh4DMyoLNkhJwqZQRmzbfSnQQhxGO6Np1VBUJVFfLmTCjI+B5
- NSCZHtyzKdrbTd83NtajRm0CveKHEZ1OsOdlP4112qrJefK2QCuy66ty7Eq0LOQqGo0NoWCQlc3CN6aM
- p8YK4B7+47it38aSgFxZAFuGreK44H8FmluMIZ4PybFosCyAaaytrUbdpoFjaBi8XcnbtfmtsRnYNblt
- o3p9iI9mQNMULC8vbZeARnhdvRLb3Q10VRWQ4+PQm5go2bUay46JtgKN2ZV0QmK+fQXa2ASM+Rl8sFkl
- bIACW9GnVEZYgwFItRpYggBqchIG7xqETnNLCDFKEELwxyIEnU4gMzKALisDV3x8BEdAztSpzvB409Mh
- WFcHZGYmMPX1gKmKYjgKEcICD0xnh0xmovMwlZwMyPlTJo7l87Nn1r1pacDU1gLTZZfrxCncBgWMxSyf
- jGSM3TXKO5fJqVbP9KlUkY92q7i05JPdRvh8Ppi2msU+5ZEIxvxzmf523HzzRlZ74/0uk6l18bGpmUfg
- Gvfwqsd25xc2LTFmPv5ltQAAAABJRU5ErkJggg==
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAuJJREFUOE99U21I
+ U2EUXllBP+qPbfVPkoyixEwRJpaouDKX9EFg/hmoZErgj5kLgq75FeTS1H05hIbzAzSC1FLCssDJjBBC
+ LCiQbOamMne/5t29u3ennWtKLujCw33ve8/zvOc857y7FDGP+VpRjpB6pljaf+BiRCEewd+7FXt8cRwz
+ vvfLV+edgaGpWI78TRDEPvt5tXvg5Anp8+SkxLIMCIIAPM8DSQZg5s241H88ScIYjN0hMjg4GGdPSfG+
+ M9wVBa8XuBk3UBQJgYBfBkUFIOiago25ORivuCViLHK2ReznMt+/rKwICwsLQJWXA5mdDZT3lyxC0yRQ
+ vmUg8/KAMtQCNzsLz3W6MHJkAcv1olR74lGRm58HSqcDKjcX/MXFMHxZG25oehhCDF8pCgfKyoAuLARK
+ rwd22gX2hATRdlV7VtHaVGd2DfRH2FejQGZlwXpJCfSolBFrQb6FaCcOIuzRdc9hVSRQVSVnwoy9hg8v
+ hiRj/X2roq3N+MPvX4satQ60zwsjWq1gy8t+Guu0RZPz5O0FjciurcixvmhZyFXU1ROhYJCVzcI3poyn
+ xgrgHv7juI0/xpKAXFkAW4at4rjgfwUam+tDPB+SY9FgWQDTWF1dibpNA8fQMHK7grcV5LfEZmDT5LaO
+ 6fUhPpoBTVOwvLy0WQIa4errldjubqArK4GcmIDexETJVqAxb5lovaQx9SUdk5jv34BuagTG1AmTVouE
+ DVBgK5xKZYQ1GIBUq4ElCKBcLhi+ZxA6TM0hxChBCMGfixB0OIDMyAC6tBR64uMjOAJypg51xpQ7PR2C
+ NTVAZmYCU1sLmKoohqMQISzwwHS0y2QmOg/TycmAnO0ycSyfnT615k5LA6a6Gpgum1wnTuEmKGDMJvlk
+ JGPsjlHeukwOtfqTU6WKfDR3iktLHtlthMfjgZnOdtGpPBTBmH8u09+Om27eyGpreNBlNLYsPjY+4hG4
+ xj286rHd+Q2z5jCy9K4XCQAAAABJRU5ErkJggg==
@@ -240,8 +240,40 @@
358, 23
-
- 602, 20
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAhRJREFUOE+lU0tr
+ E1EYvVFxpXtXQn6AImKjoIhokP4F22K6UHTvUhcutGhBqyDaiEKgLkrpAxUSLUjSphjbNGmoycwkM5lH
+ MonGjQuplFo5zrmQ0Bm768CBO/c758z3mpAIPPkhcXo/xLAIiQvbEGGGD4SEJSAyf0Mi0fdGLAc1vffi
+ oHixfu0g2g/C+JU4ia3pcxI8844xcnY1KA6IlH3niCc4i83nYfy+dwgbt/dJ8Mw7xsgh12dCVwb+TEY8
+ 8mGoY5eRSowg+X4G72YnMTd+F6XRqIyRI026mbBmpkZ3EnLjN1BYy2Njog/u/aMSqlZBOvMJi8+uSw65
+ 1FAr6MT6mKLyOIqVfA7HT0WwPXde4mf8GDo/vsFpmPjwMYnSw0uSS43MojgkVDaJdX6eGYPlGHBbTs+E
+ Bt87LbTaDShaGfMTI5JLDbViZVBsstNsVjadhO3U4bgW3LaDgdiwhOuJm64N09GRXUhJLjXU+gyWFlOo
+ 2zWZhdM0ceVqTOJE5IxnFINp61j9kvYb7Cwh//YpanXVM6lKMo2shiG/TGPD1KDMx/0l7Gyi8STqTWAZ
+ Vb0C3SMbVtUTERpqpopqvYJOvN/fxOAYC69uYimXwdr6KrRaWZpphgf9K5qzt/4fIzcquEjKo4vITo2i
+ VFiAUs6hnnmNzsv+3Repu5J7WuWeyV5+pq4Je8KSOB3OmeCZd3J1A88/Nus6r/DgkxoAAAAASUVORK5C
+ YII=
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAkJJREFUOE+1U21P
+ klEY1n5ArwsZ2eYH4sV4qCk9tJWZBFqb4Cv4ssTQJEViiPIQKDEY70g5a+tT5QR8zcqtb/2NPuVPgD/A
+ B3Z1zpHcnuWX1jrbtefZfZ/ruu/rPuc0NPyH1ZjOxqPpbAIipOPrpNaler3G0+qeJcHzBJ2UWKlUUC6X
+ GarVKhPjdHonyUtOI5/hdPw7TRv/Q6vj2eZarXYCkEVjNKfV6UdFAto2/vtxgofb48LB1z1EomH4A4tY
+ 9C/At+SF1+eBx+vGZuljXeR4P+U20J/Db5/x5XCfIZNLIf86h9J2EcVSAQWKYgErL0NYDgexUXiP4tYG
+ A+Uygb2DbTimJzE6bsO8ew65fBr3OjsgkTZBKpOh64GBWEhibt4J68gQkuk4sqspscCTKTv6By1YW3+F
+ DkI+d+EiLjdJIb3SjCZZM4w9JqQyCQxZBxBPxkinSbHApGOCdUGVJYRIyT+PjoiVHbTIFZArlGyQttFh
+ vAgJfwpQsss9yxK0bVp5i5BV3A2oNFooNRxr/X5XJxuqyMLupxKohZExK3KrGRiMBiJwFS3XFFBzN7H2
+ 5i16LWaEIyHob/OYeTYt7mBnvwRqgQoElwU2MFNPN+RKFavc22dGIhXD3Y47aL2uxlPnFLNxcgpbu5uY
+ dTkZhm2DeGwfg19YIMOKMkzYx8HrdVC3qlie7hMJUPVYPILQSgBLgg/zz+cwPeNA34AFln4zHj7qhtFk
+ YPFAUCD3JItsvn6MXDsv/L6Jf/1tv/Xhnx/zLz/3rRNK6BfzAAAAAElFTkSuQmCC
+
+
+
+ 242, 22
diff --git a/GUI/Resources/snapshot.png b/GUI/Resources/snapshot.png
index aad3796..28de8fe 100644
Binary files a/GUI/Resources/snapshot.png and b/GUI/Resources/snapshot.png differ