Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 6  →  ?path2? @ 7
/trunk/Widow/MainForm.Designer.cs
@@ -20,6 +20,8 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.applyNowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -42,6 +44,8 @@
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.applyNowToolStripMenuItem,
this.toolStripSeparator3,
this.applyToolStripMenuItem,
this.newToolStripMenuItem,
this.toolStripSeparator2,
@@ -50,8 +54,21 @@
this.aboutToolStripMenuItem,
this.exitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148);
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 176);
//
// 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.Text = "Apply Now";
this.applyNowToolStripMenuItem.Click += new System.EventHandler(this.ApplyNowToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
//
// applyToolStripMenuItem
//
this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -66,7 +83,7 @@
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.Size = new System.Drawing.Size(174, 22);
this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
//
@@ -122,7 +139,7 @@
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
//
// Form1
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -130,7 +147,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.ShowInTaskbar = false;
this.Text = "Form1";
this.Text = "MainForm";
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
 
@@ -148,6 +165,8 @@
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem applyNowToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
}
}