a couple of simple aesthetic changes

svn path=/trunk/tools/RosTE/; revision=183
This commit is contained in:
Ged Murphy 2007-05-15 21:37:55 +00:00
parent 6d1e94a0c6
commit 8659e1b622
4 changed files with 137 additions and 51 deletions

View File

@ -25,7 +25,7 @@ namespace RosTEGUI
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); 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)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.ImageListView = new System.Windows.Forms.ListView(); this.ImageListView = new System.Windows.Forms.ListView();
this.columnName = new System.Windows.Forms.ColumnHeader(); this.columnName = new System.Windows.Forms.ColumnHeader();
@ -45,18 +45,22 @@ namespace RosTEGUI
this.toolbarImageDel = new System.Windows.Forms.ToolStripButton(); this.toolbarImageDel = new System.Windows.Forms.ToolStripButton();
this.toolbarSep2 = new System.Windows.Forms.ToolStripSeparator(); this.toolbarSep2 = new System.Windows.Forms.ToolStripSeparator();
this.toolbarHelpContents = new System.Windows.Forms.ToolStripButton(); 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.toolbarExit = new System.Windows.Forms.ToolStripButton();
this.mainToolbar = new System.Windows.Forms.ToolStrip(); 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.mainmenuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mainmenuFileExit = 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.mainmenuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mainmenuHelpContent = new System.Windows.Forms.ToolStripMenuItem(); this.mainmenuHelpContent = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.MainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); this.MainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
this.mainToolbar.SuspendLayout(); this.mainToolbar.SuspendLayout();
this.MainMenu.SuspendLayout(); this.mainMenu.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// ImageListView // ImageListView
@ -71,7 +75,7 @@ namespace RosTEGUI
this.columnDebug}); this.columnDebug});
this.ImageListView.FullRowSelect = true; this.ImageListView.FullRowSelect = true;
this.ImageListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] { this.ImageListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem2}); listViewItem1});
this.ImageListView.Location = new System.Drawing.Point(12, 52); this.ImageListView.Location = new System.Drawing.Point(12, 52);
this.ImageListView.Name = "ImageListView"; this.ImageListView.Name = "ImageListView";
this.ImageListView.Size = new System.Drawing.Size(516, 237); this.ImageListView.Size = new System.Drawing.Size(516, 237);
@ -130,6 +134,7 @@ namespace RosTEGUI
this.toolbarLaunch.Name = "toolbarLaunch"; this.toolbarLaunch.Name = "toolbarLaunch";
this.toolbarLaunch.Size = new System.Drawing.Size(61, 22); this.toolbarLaunch.Size = new System.Drawing.Size(61, 22);
this.toolbarLaunch.Text = "Launch"; this.toolbarLaunch.Text = "Launch";
this.toolbarLaunch.ToolTipText = "Starts the virtual machine";
// //
// toolbarStop // toolbarStop
// //
@ -138,6 +143,7 @@ namespace RosTEGUI
this.toolbarStop.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolbarStop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarStop.Name = "toolbarStop"; this.toolbarStop.Name = "toolbarStop";
this.toolbarStop.Size = new System.Drawing.Size(23, 22); this.toolbarStop.Size = new System.Drawing.Size(23, 22);
this.toolbarStop.ToolTipText = "Stops the virtual machine";
// //
// toolbarSep1 // toolbarSep1
// //
@ -151,6 +157,7 @@ namespace RosTEGUI
this.toolbarImageAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolbarImageAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarImageAdd.Name = "toolbarImageAdd"; this.toolbarImageAdd.Name = "toolbarImageAdd";
this.toolbarImageAdd.Size = new System.Drawing.Size(23, 22); this.toolbarImageAdd.Size = new System.Drawing.Size(23, 22);
this.toolbarImageAdd.ToolTipText = "Adds a new image";
// //
// toolbarImageDel // toolbarImageDel
// //
@ -159,6 +166,7 @@ namespace RosTEGUI
this.toolbarImageDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolbarImageDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarImageDel.Name = "toolbarImageDel"; this.toolbarImageDel.Name = "toolbarImageDel";
this.toolbarImageDel.Size = new System.Drawing.Size(23, 22); this.toolbarImageDel.Size = new System.Drawing.Size(23, 22);
this.toolbarImageDel.ToolTipText = "Deletes an existing image";
// //
// toolbarSep2 // toolbarSep2
// //
@ -172,11 +180,12 @@ namespace RosTEGUI
this.toolbarHelpContents.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolbarHelpContents.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarHelpContents.Name = "toolbarHelpContents"; this.toolbarHelpContents.Name = "toolbarHelpContents";
this.toolbarHelpContents.Size = new System.Drawing.Size(23, 22); this.toolbarHelpContents.Size = new System.Drawing.Size(23, 22);
this.toolbarHelpContents.ToolTipText = "Opens help file";
// //
// toolbarSep3 // toolbarSep4
// //
this.toolbarSep3.Name = "toolbarSep3"; this.toolbarSep4.Name = "toolbarSep4";
this.toolbarSep3.Size = new System.Drawing.Size(6, 25); this.toolbarSep4.Size = new System.Drawing.Size(6, 25);
// //
// toolbarExit // toolbarExit
// //
@ -185,6 +194,7 @@ namespace RosTEGUI
this.toolbarExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolbarExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbarExit.Name = "toolbarExit"; this.toolbarExit.Name = "toolbarExit";
this.toolbarExit.Size = new System.Drawing.Size(23, 22); this.toolbarExit.Size = new System.Drawing.Size(23, 22);
this.toolbarExit.ToolTipText = "Exits application";
// //
// mainToolbar // mainToolbar
// //
@ -195,23 +205,52 @@ namespace RosTEGUI
this.toolbarImageAdd, this.toolbarImageAdd,
this.toolbarImageDel, this.toolbarImageDel,
this.toolbarSep2, this.toolbarSep2,
this.toolbarHelpContents, this.toolbarSnapShot,
this.toolbarScreenShot,
this.toolbarSep3, this.toolbarSep3,
this.toolbarHelpContents,
this.toolbarSep4,
this.toolbarExit}); this.toolbarExit});
this.mainToolbar.Location = new System.Drawing.Point(0, 24); this.mainToolbar.Location = new System.Drawing.Point(0, 24);
this.mainToolbar.Name = "mainToolbar"; this.mainToolbar.Name = "mainToolbar";
this.mainToolbar.Size = new System.Drawing.Size(540, 25); this.mainToolbar.Size = new System.Drawing.Size(540, 25);
this.mainToolbar.TabIndex = 10; 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.mainmenuFile,
this.mainmenuOptions,
this.mainmenuHelp}); this.mainmenuHelp});
this.MainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.Location = new System.Drawing.Point(0, 0);
this.MainMenu.Name = "MainMenu"; this.mainMenu.Name = "mainMenu";
this.MainMenu.Size = new System.Drawing.Size(540, 24); this.mainMenu.Size = new System.Drawing.Size(540, 24);
this.MainMenu.TabIndex = 11; this.mainMenu.TabIndex = 11;
// //
// mainmenuFile // mainmenuFile
// //
@ -224,10 +263,16 @@ namespace RosTEGUI
// mainmenuFileExit // mainmenuFileExit
// //
this.mainmenuFileExit.Name = "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.Text = "Exit";
this.mainmenuFileExit.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); 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 // mainmenuHelp
// //
this.mainmenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mainmenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -254,7 +299,7 @@ namespace RosTEGUI
this.MainMenuHelpAbout.Name = "MainMenuHelpAbout"; this.MainMenuHelpAbout.Name = "MainMenuHelpAbout";
this.MainMenuHelpAbout.Size = new System.Drawing.Size(152, 22); this.MainMenuHelpAbout.Size = new System.Drawing.Size(152, 22);
this.MainMenuHelpAbout.Text = "About"; this.MainMenuHelpAbout.Text = "About";
this.MainMenuHelpAbout.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); this.MainMenuHelpAbout.Click += new System.EventHandler(this.MainMenuHelpAbout_Click);
// //
// MainForm // MainForm
// //
@ -263,21 +308,22 @@ namespace RosTEGUI
this.ClientSize = new System.Drawing.Size(540, 301); this.ClientSize = new System.Drawing.Size(540, 301);
this.Controls.Add(this.ImageListView); this.Controls.Add(this.ImageListView);
this.Controls.Add(this.mainToolbar); this.Controls.Add(this.mainToolbar);
this.Controls.Add(this.MainMenu); this.Controls.Add(this.mainMenu);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.ImeMode = System.Windows.Forms.ImeMode.On; this.ImeMode = System.Windows.Forms.ImeMode.On;
this.MainMenuStrip = this.MainMenu; this.MainMenuStrip = this.mainMenu;
this.MaximizeBox = false; this.MaximizeBox = false;
this.Name = "MainForm"; this.Name = "MainForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ReactOS Test Environment"; this.Text = "ReactOS Test Environment";
this.Load += new System.EventHandler(this.MainForm_Load);
this.mainToolbar.ResumeLayout(false); this.mainToolbar.ResumeLayout(false);
this.mainToolbar.PerformLayout(); this.mainToolbar.PerformLayout();
this.MainMenu.ResumeLayout(false); this.mainMenu.ResumeLayout(false);
this.MainMenu.PerformLayout(); this.mainMenu.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -303,16 +349,20 @@ namespace RosTEGUI
private System.Windows.Forms.ToolStripButton toolbarImageDel; private System.Windows.Forms.ToolStripButton toolbarImageDel;
private System.Windows.Forms.ToolStripSeparator toolbarSep2; private System.Windows.Forms.ToolStripSeparator toolbarSep2;
private System.Windows.Forms.ToolStripButton toolbarHelpContents; 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.ToolStripButton toolbarExit;
private System.Windows.Forms.ToolStrip mainToolbar; 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 mainmenuFile;
private System.Windows.Forms.ToolStripMenuItem mainmenuFileExit; private System.Windows.Forms.ToolStripMenuItem mainmenuFileExit;
private System.Windows.Forms.ToolStripMenuItem mainmenuHelp; private System.Windows.Forms.ToolStripMenuItem mainmenuHelp;
private System.Windows.Forms.ToolStripMenuItem mainmenuHelpContent; private System.Windows.Forms.ToolStripMenuItem mainmenuHelpContent;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem MainMenuHelpAbout; 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;
} }
} }

View File

@ -18,16 +18,20 @@ namespace RosTEGUI
InitializeComponent(); 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(); AboutForm Dlg = new AboutForm();
Dlg.StartPosition = FormStartPosition.CenterParent; Dlg.StartPosition = FormStartPosition.CenterParent;
Dlg.Show(); Dlg.Show();
} }
private void exitToolStripMenuItem_Click(object sender, EventArgs e)
{
Close();
}
} }
} }

View File

@ -190,12 +190,12 @@
<data name="toolbarImageAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolbarImageAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAP5JREFUOE9jYKAV YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAP9JREFUOE9jYKAV
8PDwYE9LS2Otr69nIscOxtDw4P/+gb5/gfQ/EDs+Pp6DJIPCInz/3L5z6/+u3Tv/h0WE/Pbx8eEiyQCQ 8PDwYE9LS2Otr69nIscOxtDw4P8+fl5/gfQ/EDs+Pp6DJIPCIrz+3L5z6/+u3Tv/h0WE/Pbx8eEiyQCQ
7Xfu3v6/e8+u/wFBfr9CQ0N5CBoA8q+9vT0LUDEbyOkwAyKiwn5GR0fz4TUA5E8o/geyPTg08O/de3fA 7Xfu3v6/e8+u/77+Pr9CQ0N5CBoA8q+9vT0LUDEbyOkwAyKiwn5GR0fz4TUA5E8o/geyPSDI7+/de3fA
LoiMDv+DJA9Wh2EYSPDO3VtAfPs/SCOIBuEDB/ej4IOHDuA2ABRoR44e/n/4yCG8GKcL0J155uzp/yAc LoiMDv+DJA9Wh2EYSPDO3VtAfPs/SCOIBuEDB/ej4IOHDuA2ABRoR44e/n/4yCG8GKcL0J155uzp/yDs
GOwPik6YF7G7AN1PIA1Xrl4G4/BIvz8kpwOQAddvXANjsg24fOXSfxAmywBgVP4Kjwz9DcIgNihvEExI F+ADik6YF7G7AN1PIA1Xrl4G4/BI7z8kpwOQAddvXANjsg24fOXSfxAmywAfP59f4ZGhv0EYxAblDYIJ
A6IAAEeU4GteB9UDAAAAAElFTkSuQmCC aUAUAACfo+AcMbeNIAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="toolbarImageDel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolbarImageDel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -209,20 +209,20 @@
<data name="toolbarHelpContents.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolbarHelpContents.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
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
Gvfwqsd25xc2LTFmPv5ltQAAAABJRU5ErkJggg== xj286rHd+Q2z5jCy9K4XCQAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="toolbarExit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolbarExit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -240,8 +240,40 @@
<metadata name="mainToolbar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="mainToolbar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>358, 23</value> <value>358, 23</value>
</metadata> </metadata>
<metadata name="MainMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <data name="toolbarSnapShot.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>602, 20</value> <value>
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=
</value>
</data>
<data name="toolbarScreenShot.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<metadata name="mainMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>242, 22</value>
</metadata> </metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 776 B