Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 8
/trunk/Widow/MainForm.Designer.cs
@@ -24,6 +24,9 @@
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.everyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -72,7 +75,10 @@
// applyToolStripMenuItem
//
this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.onWindowCreateToolStripMenuItem});
this.onWindowCreateToolStripMenuItem,
this.toolStripSeparator4,
this.everyToolStripMenuItem,
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);
@@ -82,11 +88,33 @@
//
this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
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(174, 22);
this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
//
// everyToolStripMenuItem
//
this.everyToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.ApplyEveryTimeEnabled;
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.Text = "Every";
this.everyToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnEveryToolStripMenuItem_CheckedChanged);
//
// toolStripTextBox1
//
this.toolStripTextBox1.Name = "toolStripTextBox1";
this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23);
this.toolStripTextBox1.Text = global::Widow.Properties.Settings.Default.ApplyEveryTime;
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
@@ -167,6 +195,9 @@
private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem applyNowToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem everyToolStripMenuItem;
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
}
}