Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 5
/trunk/Widow/Form1.Designer.cs
@@ -21,6 +21,7 @@
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -28,7 +29,6 @@
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
@@ -61,6 +61,15 @@
this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.applyToolStripMenuItem.Text = "Apply...";
//
// onWindowCreateToolStripMenuItem
//
this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
@@ -88,7 +97,7 @@
this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot;
this.launchOnBootToolStripMenuItem.CheckOnClick = true;
this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
//
@@ -103,6 +112,7 @@
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
@@ -112,15 +122,6 @@
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
//
// onWindowCreateToolStripMenuItem
//
this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);