diff options
Diffstat (limited to 'TimeHACK.Main/OS/Win95')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 167 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 99 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.resx | 68 |
3 files changed, 146 insertions, 188 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 8c991c7..bb813fb 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -104,25 +104,12 @@ namespace TimeHACK.OS.Win95 this.desktopImages = new System.Windows.Forms.ImageList(this.components); this.desktopicons = new System.Windows.Forms.ListView(); this.rightclickbackproperties = new System.Windows.Forms.ContextMenuStrip(this.components); - this.PropertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ByNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ByTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.BySizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AutoArrangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ByDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.LineUpIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PasteShortcutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.NewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.FolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShortcutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.WaveSoundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TextDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.WordPadDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.BitmapImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MicrosoftDataLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.desktopupdate = new System.Windows.Forms.Timer(this.components); + this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1.SuspendLayout(); this.taskbar.SuspendLayout(); this.clockPanel.SuspendLayout(); @@ -975,164 +962,61 @@ namespace TimeHACK.OS.Win95 // rightclickbackproperties // this.rightclickbackproperties.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.PropertiesToolStripMenuItem, - this.LineUpIconsToolStripMenuItem, - this.PasteToolStripMenuItem, - this.PasteShortcutToolStripMenuItem, this.NewToolStripMenuItem1, + this.deleteToolStripMenuItem, this.PropertiesToolStripMenuItem1}); this.rightclickbackproperties.Name = "ContextMenuStrip1"; this.rightclickbackproperties.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.rightclickbackproperties.Size = new System.Drawing.Size(151, 136); - // - // PropertiesToolStripMenuItem - // - this.PropertiesToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.PropertiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.ByNameToolStripMenuItem, - this.ByTypeToolStripMenuItem, - this.BySizeToolStripMenuItem, - this.AutoArrangeToolStripMenuItem, - this.ByDateToolStripMenuItem}); - this.PropertiesToolStripMenuItem.Name = "PropertiesToolStripMenuItem"; - this.PropertiesToolStripMenuItem.Size = new System.Drawing.Size(150, 22); - this.PropertiesToolStripMenuItem.Text = "Arrange Icons"; - // - // ByNameToolStripMenuItem - // - this.ByNameToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.ByNameToolStripMenuItem.Name = "ByNameToolStripMenuItem"; - this.ByNameToolStripMenuItem.Size = new System.Drawing.Size(145, 22); - this.ByNameToolStripMenuItem.Text = "by Name"; - // - // ByTypeToolStripMenuItem - // - this.ByTypeToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.ByTypeToolStripMenuItem.Name = "ByTypeToolStripMenuItem"; - this.ByTypeToolStripMenuItem.Size = new System.Drawing.Size(145, 22); - this.ByTypeToolStripMenuItem.Text = "by Type"; - // - // BySizeToolStripMenuItem - // - this.BySizeToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.BySizeToolStripMenuItem.Name = "BySizeToolStripMenuItem"; - this.BySizeToolStripMenuItem.Size = new System.Drawing.Size(145, 22); - this.BySizeToolStripMenuItem.Text = "by Size"; - // - // AutoArrangeToolStripMenuItem - // - this.AutoArrangeToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.AutoArrangeToolStripMenuItem.Name = "AutoArrangeToolStripMenuItem"; - this.AutoArrangeToolStripMenuItem.Size = new System.Drawing.Size(145, 22); - this.AutoArrangeToolStripMenuItem.Text = "Auto Arrange"; - // - // ByDateToolStripMenuItem - // - this.ByDateToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.ByDateToolStripMenuItem.Name = "ByDateToolStripMenuItem"; - this.ByDateToolStripMenuItem.Size = new System.Drawing.Size(145, 22); - this.ByDateToolStripMenuItem.Text = "by Date"; - // - // LineUpIconsToolStripMenuItem - // - this.LineUpIconsToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.LineUpIconsToolStripMenuItem.Name = "LineUpIconsToolStripMenuItem"; - this.LineUpIconsToolStripMenuItem.Size = new System.Drawing.Size(150, 22); - this.LineUpIconsToolStripMenuItem.Text = "Line Up Icons"; - // - // PasteToolStripMenuItem - // - this.PasteToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"; - this.PasteToolStripMenuItem.Size = new System.Drawing.Size(150, 22); - this.PasteToolStripMenuItem.Text = "Paste"; - // - // PasteShortcutToolStripMenuItem - // - this.PasteShortcutToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.PasteShortcutToolStripMenuItem.Name = "PasteShortcutToolStripMenuItem"; - this.PasteShortcutToolStripMenuItem.Size = new System.Drawing.Size(150, 22); - this.PasteShortcutToolStripMenuItem.Text = "Paste Shortcut"; + this.rightclickbackproperties.Size = new System.Drawing.Size(128, 70); // // NewToolStripMenuItem1 // this.NewToolStripMenuItem1.BackColor = System.Drawing.Color.Silver; this.NewToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FolderToolStripMenuItem, - this.ShortcutToolStripMenuItem, - this.WaveSoundToolStripMenuItem, - this.TextDocumentToolStripMenuItem, - this.WordPadDocumentToolStripMenuItem, - this.BitmapImageToolStripMenuItem, - this.MicrosoftDataLinkToolStripMenuItem}); + this.TextDocumentToolStripMenuItem}); this.NewToolStripMenuItem1.Name = "NewToolStripMenuItem1"; - this.NewToolStripMenuItem1.Size = new System.Drawing.Size(150, 22); + this.NewToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.NewToolStripMenuItem1.Text = "New"; // // FolderToolStripMenuItem // this.FolderToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.FolderToolStripMenuItem.Name = "FolderToolStripMenuItem"; - this.FolderToolStripMenuItem.Size = new System.Drawing.Size(182, 22); + this.FolderToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.FolderToolStripMenuItem.Text = "Folder"; this.FolderToolStripMenuItem.Click += new System.EventHandler(this.FolderToolStripMenuItem_Click); // - // ShortcutToolStripMenuItem - // - this.ShortcutToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.ShortcutToolStripMenuItem.Name = "ShortcutToolStripMenuItem"; - this.ShortcutToolStripMenuItem.Size = new System.Drawing.Size(182, 22); - this.ShortcutToolStripMenuItem.Text = "Shortcut"; - // - // WaveSoundToolStripMenuItem - // - this.WaveSoundToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.WaveSoundToolStripMenuItem.Name = "WaveSoundToolStripMenuItem"; - this.WaveSoundToolStripMenuItem.Size = new System.Drawing.Size(182, 22); - this.WaveSoundToolStripMenuItem.Text = "Wave Sound"; - // // TextDocumentToolStripMenuItem // this.TextDocumentToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.TextDocumentToolStripMenuItem.Name = "TextDocumentToolStripMenuItem"; - this.TextDocumentToolStripMenuItem.Size = new System.Drawing.Size(182, 22); + this.TextDocumentToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.TextDocumentToolStripMenuItem.Text = "Text Document"; - // - // WordPadDocumentToolStripMenuItem - // - this.WordPadDocumentToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.WordPadDocumentToolStripMenuItem.Name = "WordPadDocumentToolStripMenuItem"; - this.WordPadDocumentToolStripMenuItem.Size = new System.Drawing.Size(182, 22); - this.WordPadDocumentToolStripMenuItem.Text = "WordPad Document"; - // - // BitmapImageToolStripMenuItem - // - this.BitmapImageToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.BitmapImageToolStripMenuItem.Name = "BitmapImageToolStripMenuItem"; - this.BitmapImageToolStripMenuItem.Size = new System.Drawing.Size(182, 22); - this.BitmapImageToolStripMenuItem.Text = "Bitmap Image"; - // - // MicrosoftDataLinkToolStripMenuItem - // - this.MicrosoftDataLinkToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.MicrosoftDataLinkToolStripMenuItem.Name = "MicrosoftDataLinkToolStripMenuItem"; - this.MicrosoftDataLinkToolStripMenuItem.Size = new System.Drawing.Size(182, 22); - this.MicrosoftDataLinkToolStripMenuItem.Text = "Microsoft Data Link"; + this.TextDocumentToolStripMenuItem.Click += new System.EventHandler(this.TextDocumentToolStripMenuItem_Click); // // PropertiesToolStripMenuItem1 // this.PropertiesToolStripMenuItem1.BackColor = System.Drawing.Color.Silver; this.PropertiesToolStripMenuItem1.Name = "PropertiesToolStripMenuItem1"; - this.PropertiesToolStripMenuItem1.Size = new System.Drawing.Size(150, 22); + this.PropertiesToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.PropertiesToolStripMenuItem1.Text = "Properties"; this.PropertiesToolStripMenuItem1.Click += new System.EventHandler(this.PropertiesToolStripMenuItem1_Click); // // desktopupdate // this.desktopupdate.Enabled = true; - this.desktopupdate.Interval = 5000; + this.desktopupdate.Interval = 10000; this.desktopupdate.Tick += new System.EventHandler(this.desktopupdate_Tick); // + // deleteToolStripMenuItem + // + this.deleteToolStripMenuItem.BackColor = System.Drawing.Color.Silver; + this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; + this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.deleteToolStripMenuItem.Text = "Delete"; + this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); + // // Windows95 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1234,23 +1118,9 @@ namespace TimeHACK.OS.Win95 private System.Windows.Forms.ImageList desktopImages; internal System.Windows.Forms.ListView desktopicons; internal System.Windows.Forms.ContextMenuStrip rightclickbackproperties; - internal System.Windows.Forms.ToolStripMenuItem PropertiesToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ByNameToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ByTypeToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem BySizeToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem AutoArrangeToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ByDateToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem LineUpIconsToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem PasteToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem PasteShortcutToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem NewToolStripMenuItem1; internal System.Windows.Forms.ToolStripMenuItem FolderToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ShortcutToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem WaveSoundToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem TextDocumentToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem WordPadDocumentToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem BitmapImageToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem MicrosoftDataLinkToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem PropertiesToolStripMenuItem1; internal System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95)); private System.Windows.Forms.ToolStripMenuItem downloaderTestToolStripMenuItem; @@ -1260,5 +1130,6 @@ namespace TimeHACK.OS.Win95 internal System.Windows.Forms.ToolStripMenuItem FTPClientToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem iE4TestToolStripMenuItem; private System.Windows.Forms.Timer desktopupdate; + private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; } }
\ No newline at end of file diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index d2f7507..3649982 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -172,12 +172,6 @@ namespace TimeHACK.OS.Win95 #endregion //Region - // When add new folder is clicked - private void FolderToolStripMenuItem_Click(object sender, EventArgs e) - { - desktopicons.Items.Add("New Folder"); - } - // Give Year Code - NYI private void taskbartime_Click(object sender, EventArgs e) { @@ -195,6 +189,17 @@ namespace TimeHACK.OS.Win95 { if (e.Button == MouseButtons.Right) { + // Check if an item is selected and if so show the Delete option + + if (desktopicons.FocusedItem != null) + { + deleteToolStripMenuItem.Visible = true; + } else { + deleteToolStripMenuItem.Visible = false; + } + + desktopupdate_Tick(null, null); // Update the Desktop Icons + rightclickbackproperties.Show(); rightclickbackproperties.BringToFront(); rightclickbackproperties.Location = MousePosition; @@ -285,6 +290,25 @@ namespace TimeHACK.OS.Win95 app.BringToFront(); startmenu.Hide(); } + else if (objListViewItem.Text == "Network Neighborhood") + { + // Alex's TODO here + + } + else if (objListViewItem.Text == "Recycle Bin") + { + // Another thing you may need to digital poke Alex about doing. + + } + else if (objListViewItem.Text == "Set Up The Microsoft Network") { + wm.StartInfobox95("Microsoft Network", "The Microsoft Network is already set up!", Properties.Resources.Win95Info); + } else if (objListViewItem.Text == "Outlook Express") { + wm.StartInfobox95("Win32 Application", "That is not a valid Win32 Application.", Properties.Resources.Win95Error); + } + else if (objListViewItem.Text == "Inbox") + { + wm.StartInfobox95("Win32 Application", "That is not a valid Win32 Application.", Properties.Resources.Win95Error); + } else { // It is an actual file on the disk @@ -484,6 +508,69 @@ namespace TimeHACK.OS.Win95 new System.Windows.Forms.ListViewItem("Set Up The Microsoft Network", 4), new System.Windows.Forms.ListViewItem("Outlook Express", 6) }, ref desktopicons, Path.Combine(ProfileWindowsDirectory, "Desktop")); } + + // When add new folder is clicked + private void FolderToolStripMenuItem_Click(object sender, EventArgs e) + { + if (Directory.Exists(Path.Combine(ProfileWindowsDirectory, "Desktop", "New Folder"))) + { + wm.StartInfobox95("Windows Explorer", "A folder called New Folder already exists - please rename it.", Properties.Resources.Win95Error); + } + else + { + SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Desktop", "New Folder"), false, "New folder", true); + desktopupdate_Tick(null, null); // Update the desktop Icons + } + } + + private void TextDocumentToolStripMenuItem_Click(object sender, EventArgs e) + { + if (File.Exists(Path.Combine(ProfileWindowsDirectory, "Desktop", "New Text Document.txt"))) + { + wm.StartInfobox95("Windows Explorer", "A folder called New Text Document already exists - please rename it.", Properties.Resources.Win95Error); + } + else + { + File.Create(Path.Combine(ProfileWindowsDirectory, "Desktop", "New Text Document.txt")); + desktopupdate_Tick(null, null); // Update the desktop Icons + } + } + + private void deleteToolStripMenuItem_Click(object sender, EventArgs e) + { + Point objDrawingPoint = desktopicons.PointToClient(Cursor.Position); + ListViewItem objListViewItem; + + if (objDrawingPoint != null) + { + objListViewItem = desktopicons.GetItemAt(objDrawingPoint.X, objDrawingPoint.Y); + if (objListViewItem != null) + { + if (objListViewItem.Tag != null) + { + if (Directory.Exists(objListViewItem.Tag.ToString())) + { + Directory.Delete(objListViewItem.Tag.ToString(), true); + desktopupdate_Tick(null, null); // Update the desktop Icons + } + else + { + if (File.Exists(objListViewItem.Tag.ToString())) + { + File.Delete(objListViewItem.Tag.ToString()); + desktopupdate_Tick(null, null); // Update the desktop Icons + } + else + { + wm.StartInfobox95("Windows Explorer", "This object cannot be deleted.", Properties.Resources.Win95Error); + } + } + } else { + wm.StartInfobox95("Windows Explorer", "This object cannot be deleted.", Properties.Resources.Win95Error); + } + } + } + } } public class MyRenderer : ToolStripProfessionalRenderer { diff --git a/TimeHACK.Main/OS/Win95/Win95.resx b/TimeHACK.Main/OS/Win95/Win95.resx index 68c45bc..0b0b527 100644 --- a/TimeHACK.Main/OS/Win95/Win95.resx +++ b/TimeHACK.Main/OS/Win95/Win95.resx @@ -377,53 +377,53 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAc - jgAAAk1TRnQBSQFMAgEBDQEAAdABAQHQAQEBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA + jgAAAk1TRnQBSQFMAgEBDQEAAdgBAQHYAQEBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA AwABgAMAAQEBAAEgBwABAf8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AC0AAwMBBAMGAQgDBgEIAwYBCAMG AQgDBgEIAwYBCAMGAQgDBgEIAwYBCAMGAQgDBgEIAwYBCAMGAQgDBgEIAwYBCAMGAQgDBQEHAwEBAv8A - tQADMQFgAycBvwMnAb8DJwG/AycBvwMnAb8DJwG/AycBvwMnAb8DJwG/AycBvwMnAb8DJwG/AycBvwMn - Ab8DJwG/AycBvwMvAacDIAEw/wC1AAM0AYADDgH/AVYBWAFWAf8BcwF1AXMB/wFzAXUBcwH/AXMBdQFz - Af8BcwF1AXMB/wFzAXUBcwH/AXMBdQFzAf8BcwF1AXMB/wFzAXUBcwH/AXMBdQFzAf8BcwF1AXMB/wFz - AXUBcwH/AXMBdQFzAf8BcwF1AXMB/wE5AToBOQH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6 + tQADOAFgAzwBvwM8Ab8DPAG/AzwBvwM8Ab8DPAG/AzwBvwM8Ab8DPAG/AzwBvwM8Ab8DPAG/AzwBvwM8 + Ab8DPAG/AzwBvwNDAacDIQEw/wC1AANCAYADDQH/AVUBVwFVAf8BcgF0AXIB/wFyAXQBcgH/AXIBdAFy + Af8BcgF0AXIB/wFyAXQBcgH/AXIBdAFyAf8BcgF0AXIB/wFyAXQBcgH/AXIBdAFyAf8BcgF0AXIB/wFy + AXQBcgH/AXIBdAFyAf8BcgF0AXIB/wE4ATkBOAH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6 Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 - AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMn - AUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 + AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMq + AUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4 + Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEe - AR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7 - AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 + Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEd + AR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 + Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6 + AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 - AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6 + AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6 Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 - AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMn - AUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 + AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMq + AUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4 + Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEe - AR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7 - AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 + Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEd + AR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 + Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6 + AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 - AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6 + AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6 Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 - AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF7AX0BewH/AxYB3wMn - AUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 + AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wF6AXwBegH/AyYB3wMq + AUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/Ae8B8wHvAf8B4QHkAeEB/wHhAeQB4QH/AeEB5AHh - Af8B4QHkAeEB/wFvAXEBbwH/AxYB3wMnAUD/ALUAAzQBgAEeAR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4 + Af8B4QHkAeEB/wFuAXABbgH/AyYB3wMqAUD/ALUAA0IBgAEdAR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AawBsAGs - Af8DLgH/Ay4B/wMuAf8DLgH/ARYBFwEWAf8DFgHfAycBQP8AtQADNAGAAR4BHwEeAf8BugG9AboB/wH4 + Af8DLQH/Ay0B/wMtAf8DLQH/ARUBFgEVAf8DJgHfAyoBQP8AtQADQgGAAR0BHgEdAf8BugG9AboB/wH4 AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8BtQG4AbUB/wNDAf8BawFsAWsB/wFiAWMBYgH/AQ8BEAEPAf8DKAG8AzIBaQMVAR7/ALUAAzQBgAEe - AR8BHgH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 - Af8B+AH8AfgB/wH4AfwB+AH/AcsBzgHLAf8DgAH/AaQBpwGkAf8BjwGRAY8B7wM1AccDMQFg/wC9AAM0 - AYABHgEfAR4B/wG6Ab0BugH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 - AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wHLAc4BywH/A4AB/wM0Af8DKgHBAxsBJwMDAQT/AL0AAzQBgAMJ - Af8BOQE6ATkB/wFNAU4BTQH/AU0BTgFNAf8BTQFOAU0B/wFNAU4BTQH/AU0BTgFNAf8BTQFOAU0B/wFN - AU4BTQH/AU0BTgFNAf8BPgE/AT4B/wMnAf8DOwGSAyUBPAMHAQr/AMEAAywBTAMyAZcDMgGXAzIBlwMy - AZcDMgGXAzIBlwMyAZcDMgGXAzIBlwMyAZcDMgGXAzIBlwMkATn/AP8A/wD/AP8A/wD/AP8A/wD/AP8A + Af8BtQG4AbUB/wNCAf8BagFrAWoB/wFhAWIBYQH/AQ4BDwEOAf8DPQG8AzsBaQMWAR7/ALUAA0IBgAEd + AR4BHQH/AboBvQG6Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4 + Af8B+AH8AfgB/wH4AfwB+AH/AcsBzgHLAf8DgAH/AaQBpwGkAf8BiQGMAYkB7wNDAccDOAFg/wC9AANC + AYABHQEeAR0B/wG6Ab0BugH/AfgB/AH4Af8B+AH8AfgB/wH4AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wH4 + AfwB+AH/AfgB/AH4Af8B+AH8AfgB/wHLAc4BywH/A4AB/wMzAf8DPgHBAxwBJwMDAQT/AL0AA0IBgAMI + Af8BOAE5ATgB/wFMAU0BTAH/AUwBTQFMAf8BTAFNAUwB/wFMAU0BTAH/AUwBTQFMAf8BTAFNAUwB/wFM + AU0BTAH/AUwBTQFMAf8BPQE+AT0B/wMmAf8DRgGSAygBPAMHAQr/AMEAAzABTANEAZcDRAGXA0QBlwNE + AZcDRAGXA0QBlwNEAZcDRAGXA0QBlwNEAZcDRAGXA0QBlwMmATn/AP8A/wD/AP8A/wD/AP8A/wD/AP8A zgAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/x8AAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/ AwAB/wMAAf8jAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/HwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/ AwAB/wMAAf8DAAH/AwAB/yMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8fAAH/AwAB/wMAAf8DAAH/ @@ -987,7 +987,7 @@ </value> </data> <metadata name="rightclickbackproperties.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>398, 17</value> + <value>401, 8</value> </metadata> <metadata name="desktopupdate.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>580, 17</value> |
