namespace Fusion_Control_Centre_UberMDX { partial class MainMDX { /// /// 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(MainMDX)); this.SystemTrayNotificationIcon = new System.Windows.Forms.NotifyIcon(this.components); this.SystemTrayContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.SYSTRAY_CM_Close = new System.Windows.Forms.ToolStripMenuItem(); this.SYSTRAY_CM_Restore = new System.Windows.Forms.ToolStripMenuItem(); this.SystemTrayContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // SystemTrayNotificationIcon // this.SystemTrayNotificationIcon.BalloonTipText = "Fusion Brain control program"; this.SystemTrayNotificationIcon.BalloonTipTitle = "Fusion Control Centre Uber MDX Edition"; this.SystemTrayNotificationIcon.ContextMenuStrip = this.SystemTrayContextMenuStrip; this.SystemTrayNotificationIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("SystemTrayNotificationIcon.Icon"))); this.SystemTrayNotificationIcon.Text = "Fusion Control Centre Uber MDX Edition"; this.SystemTrayNotificationIcon.Visible = true; this.SystemTrayNotificationIcon.DoubleClick += new System.EventHandler(this.SystemTrayNotificationIcon_DoubleClick); // // SystemTrayContextMenuStrip // this.SystemTrayContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SYSTRAY_CM_Close, this.SYSTRAY_CM_Restore}); this.SystemTrayContextMenuStrip.Name = "SystemTrayContextMenuStrip"; this.SystemTrayContextMenuStrip.Size = new System.Drawing.Size(161, 48); this.SystemTrayContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.SystemTrayContextMenuStrip_ItemClicked); // // SYSTRAY_CM_Close // this.SYSTRAY_CM_Close.Name = "SYSTRAY_CM_Close"; this.SYSTRAY_CM_Close.Size = new System.Drawing.Size(160, 22); this.SYSTRAY_CM_Close.Text = "Close Uber MDX"; this.SYSTRAY_CM_Close.ToolTipText = "Closes the Application"; // // SYSTRAY_CM_Restore // this.SYSTRAY_CM_Restore.Name = "SYSTRAY_CM_Restore"; this.SYSTRAY_CM_Restore.Size = new System.Drawing.Size(160, 22); this.SYSTRAY_CM_Restore.Text = "Restore"; // // MainMDX // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 564); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(100, 100); this.Name = "MainMDX"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Fusion Control Centre Uber MDX Edition"; this.SystemTrayContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NotifyIcon SystemTrayNotificationIcon; private System.Windows.Forms.ContextMenuStrip SystemTrayContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem SYSTRAY_CM_Close; private System.Windows.Forms.ToolStripMenuItem SYSTRAY_CM_Restore; } }