namespace misu { partial class MisuMainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MisuMainForm)); this.misuNotificationIcon = new System.Windows.Forms.NotifyIcon(this.components); this.misuContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.bindKeyToolStripMenuItem = 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.mouseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.keyboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.misuContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // misuNotificationIcon // this.misuNotificationIcon.ContextMenuStrip = this.misuContextMenuStrip; this.misuNotificationIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("misuNotificationIcon.Icon"))); this.misuNotificationIcon.Text = "misu"; this.misuNotificationIcon.Visible = true; // // misuContextMenuStrip // this.misuContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindKeyToolStripMenuItem, this.toolStripSeparator2, this.settingsToolStripMenuItem, this.toolStripSeparator1, this.aboutToolStripMenuItem, this.quitToolStripMenuItem}); this.misuContextMenuStrip.Name = "contextMenuStrip1"; this.misuContextMenuStrip.Size = new System.Drawing.Size(166, 104); this.misuContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip_Opening); // // bindKeyToolStripMenuItem // this.bindKeyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("bindKeyToolStripMenuItem.Image"))); this.bindKeyToolStripMenuItem.Name = "bindKeyToolStripMenuItem"; this.bindKeyToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.bindKeyToolStripMenuItem.Text = "Create Shortcut..."; this.bindKeyToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuBindKeyClick); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(162, 6); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.launchOnBootToolStripMenuItem, this.toolStripSeparator3, this.mouseToolStripMenuItem, this.keyboardToolStripMenuItem}); this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.settingsToolStripMenuItem.Text = "Settings"; // // launchOnBootToolStripMenuItem // this.launchOnBootToolStripMenuItem.Checked = global::misu.Properties.Settings.Default.LaunchOnBoot; this.launchOnBootToolStripMenuItem.CheckOnClick = true; this.launchOnBootToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("launchOnBootToolStripMenuItem.Image"))); this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem"; this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.launchOnBootToolStripMenuItem.Text = "Launch on Boot"; this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnContextMenuLaunchOnBootChanged); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6); // // mouseToolStripMenuItem // this.mouseToolStripMenuItem.Checked = global::misu.Properties.Settings.Default.Mouse; this.mouseToolStripMenuItem.CheckOnClick = true; this.mouseToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("mouseToolStripMenuItem.Image"))); this.mouseToolStripMenuItem.Name = "mouseToolStripMenuItem"; this.mouseToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.mouseToolStripMenuItem.Text = "Mouse"; this.mouseToolStripMenuItem.CheckedChanged += new System.EventHandler(this.MouseToolStripMenuItem_CheckedChanged); // // keyboardToolStripMenuItem // this.keyboardToolStripMenuItem.Checked = global::misu.Properties.Settings.Default.Keyboard; this.keyboardToolStripMenuItem.CheckOnClick = true; this.keyboardToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.keyboardToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("keyboardToolStripMenuItem.Image"))); this.keyboardToolStripMenuItem.Name = "keyboardToolStripMenuItem"; this.keyboardToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.keyboardToolStripMenuItem.Text = "Keyboard"; this.keyboardToolStripMenuItem.CheckedChanged += new System.EventHandler(this.KeyboardToolStripMenuItem_CheckedChanged); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.aboutToolStripMenuItem.Text = "About..."; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuAboutClick); // // quitToolStripMenuItem // this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image"))); this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; this.quitToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.quitToolStripMenuItem.Text = "Quit"; this.quitToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuQuitClick); // // MisuMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Name = "MisuMainForm"; this.ShowInTaskbar = false; this.Text = "misu"; this.misuContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NotifyIcon misuNotificationIcon; private System.Windows.Forms.ContextMenuStrip misuContextMenuStrip; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem bindKeyToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem mouseToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem keyboardToolStripMenuItem; } }