namespace IReaper.Notify{
partial class NotifyIconContextMenu
{
/// <summary>
///
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///
/// </summary>
/// <param name="disposing"> true false</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotifyIconContextMenu));
this.toolStripMenuItemOpen = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItemStartAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemStopAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
this.SuspendLayout();
//
// toolStripMenuItemOpen
//
this.toolStripMenuItemOpen.AccessibleDescription = null;
this.toolStripMenuItemOpen.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemOpen, "toolStripMenuItemOpen");
this.toolStripMenuItemOpen.BackgroundImage = null;
this.toolStripMenuItemOpen.Image = global::IReaper.Properties.Resources.logo;
this.toolStripMenuItemOpen.Name = "toolStripMenuItemOpen";
this.toolStripMenuItemOpen.ShortcutKeyDisplayString = null;
this.toolStripMenuItemOpen.Click += new System.EventHandler(this.OpenApplication);
//
// toolStripSeparator1
//
this.toolStripSeparator1.AccessibleDescription = null;
this.toolStripSeparator1.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// toolStripMenuItemStartAll
//
this.toolStripMenuItemStartAll.AccessibleDescription = null;
this.toolStripMenuItemStartAll.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemStartAll, "toolStripMenuItemStartAll");
this.toolStripMenuItemStartAll.BackgroundImage = null;
this.toolStripMenuItemStartAll.Image = global::IReaper.Properties.Resources.Run;
this.toolStripMenuItemStartAll.Name = "toolStripMenuItemStartAll";
this.toolStripMenuItemStartAll.ShortcutKeyDisplayString = null;
this.toolStripMenuItemStartAll.Click += new System.EventHandler(this.StartAllDownloads);
//
// toolStripMenuItemStopAll
//
this.toolStripMenuItemStopAll.AccessibleDescription = null;
this.toolStripMenuItemStopAll.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemStopAll, "toolStripMenuItemStopAll");
this.toolStripMenuItemStopAll.BackgroundImage = null;
this.toolStripMenuItemStopAll.Image = global::IReaper.Properties.Resources.Stop;
this.toolStripMenuItemStopAll.Name = "toolStripMenuItemStopAll";
this.toolStripMenuItemStopAll.ShortcutKeyDisplayString = null;
this.toolStripMenuItemStopAll.Click += new System.EventHandler(this.StopAllDownloads);
//
// toolStripSeparator2
//
this.toolStripSeparator2.AccessibleDescription = null;
this.toolStripSeparator2.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.toolStripSeparator2.Name = "toolStripSeparator2";
//
// toolStripMenuItemExit
//
this.toolStripMenuItemExit.AccessibleDescription = null;
this.toolStripMenuItemExit.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemExit, "toolStripMenuItemExit");
this.toolStripMenuItemExit.BackgroundImage = null;
this.toolStripMenuItemExit.Name = "toolStripMenuItemExit";
this.toolStripMenuItemExit.ShortcutKeyDisplayString = null;
this.toolStripMenuItemExit.Click += new System.EventHandler(this.ExitApplication);
//
// NotifyIconContextMenu
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.BackgroundImage = null;
this.Font = null;
this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemOpen,
this.toolStripSeparator1,
this.toolStripMenuItemStartAll,
this.toolStripMenuItemStopAll,
this.toolStripSeparator2,
this.toolStripMenuItemExit});
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemOpen;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemStartAll;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemStopAll;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemExit;
}
}
|