Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 8  →  ?path2? @ 11
/trunk/Widow/MainForm.Designer.cs
@@ -43,6 +43,8 @@
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "Widow";
this.notifyIcon1.Visible = true;
this.notifyIcon1.Click += new System.EventHandler(this.NotifyIcon1_Click);
this.notifyIcon1.DoubleClick += new System.EventHandler(this.NotifyIcon1_DoubleClick);
//
// contextMenuStrip1
//
@@ -57,13 +59,13 @@
this.aboutToolStripMenuItem,
this.exitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 176);
this.contextMenuStrip1.Size = new System.Drawing.Size(135, 154);
//
// applyNowToolStripMenuItem
//
this.applyNowToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyNowToolStripMenuItem.Image")));
this.applyNowToolStripMenuItem.Name = "applyNowToolStripMenuItem";
this.applyNowToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.applyNowToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.applyNowToolStripMenuItem.Text = "Apply Now";
this.applyNowToolStripMenuItem.Click += new System.EventHandler(this.ApplyNowToolStripMenuItem_Click);
//
@@ -70,7 +72,7 @@
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator3.Size = new System.Drawing.Size(131, 6);
//
// applyToolStripMenuItem
//
@@ -81,7 +83,7 @@
this.toolStripTextBox1});
this.applyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyToolStripMenuItem.Image")));
this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.applyToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.applyToolStripMenuItem.Text = "Apply...";
//
// onWindowCreateToolStripMenuItem
@@ -90,7 +92,7 @@
this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
this.onWindowCreateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("onWindowCreateToolStripMenuItem.Image")));
this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
//
@@ -97,7 +99,7 @@
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator4.Size = new System.Drawing.Size(171, 6);
//
// everyToolStripMenuItem
//
@@ -105,7 +107,7 @@
this.everyToolStripMenuItem.CheckOnClick = true;
this.everyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("everyToolStripMenuItem.Image")));
this.everyToolStripMenuItem.Name = "everyToolStripMenuItem";
this.everyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.everyToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
this.everyToolStripMenuItem.Text = "Every";
this.everyToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnEveryToolStripMenuItem_CheckedChanged);
//
@@ -119,7 +121,7 @@
//
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.newToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.newToolStripMenuItem.Text = "Edit Rules...";
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click);
//
@@ -126,7 +128,7 @@
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator2.Size = new System.Drawing.Size(131, 6);
//
// settingsToolStripMenuItem
//
@@ -134,7 +136,7 @@
this.launchOnBootToolStripMenuItem});
this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.settingsToolStripMenuItem.Text = "Settings";
//
// launchOnBootToolStripMenuItem
@@ -149,13 +151,13 @@
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
//
@@ -163,7 +165,7 @@
//
this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image")));
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
//