Widow – Rev 20

Subversion Repositories:
Rev:

namespace Widow
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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.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();
            this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // notifyIcon1
            // 
            this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
            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
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.applyNowToolStripMenuItem,
            this.toolStripSeparator3,
            this.applyToolStripMenuItem,
            this.newToolStripMenuItem,
            this.toolStripSeparator2,
            this.settingsToolStripMenuItem,
            this.toolStripSeparator1,
            this.aboutToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            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(134, 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(131, 6);
            // 
            // applyToolStripMenuItem
            // 
            this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            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(134, 22);
            this.applyToolStripMenuItem.Text = "Apply...";
            // 
            // onWindowCreateToolStripMenuItem
            // 
            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.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(171, 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(174, 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")));
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.newToolStripMenuItem.Text = "Edit Rules...";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(131, 6);
            // 
            // settingsToolStripMenuItem
            // 
            this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.launchOnBootToolStripMenuItem});
            this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
            this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
            this.settingsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.settingsToolStripMenuItem.Text = "Settings";
            // 
            // launchOnBootToolStripMenuItem
            // 
            this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot;
            this.launchOnBootToolStripMenuItem.CheckOnClick = true;
            this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
            this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
            this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            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(134, 22);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image")));
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.ShowInTaskbar = false;
            this.Text = "MainForm";
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.NotifyIcon notifyIcon1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem applyToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        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;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem everyToolStripMenuItem;
        private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
    }
}