namespace IReaper.FileData{
partial class FileDataGridContextMenu
{
/// <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(FileDataGridContextMenu));
this.toolStripMenuItemStart = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemStop = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemRemove = new System.Windows.Forms.ToolStripMenuItem();
this.SuspendLayout();
//
// toolStripMenuItemStart
//
this.toolStripMenuItemStart.AccessibleDescription = null;
this.toolStripMenuItemStart.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemStart, "toolStripMenuItemStart");
this.toolStripMenuItemStart.BackgroundImage = null;
this.toolStripMenuItemStart.Image = global::IReaper.Properties.Resources.Run;
this.toolStripMenuItemStart.Name = "toolStripMenuItemStart";
this.toolStripMenuItemStart.ShortcutKeyDisplayString = null;
this.toolStripMenuItemStart.Click += new System.EventHandler(this.Start);
//
// toolStripMenuItemStop
//
this.toolStripMenuItemStop.AccessibleDescription = null;
this.toolStripMenuItemStop.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemStop, "toolStripMenuItemStop");
this.toolStripMenuItemStop.BackgroundImage = null;
this.toolStripMenuItemStop.Image = global::IReaper.Properties.Resources.Stop;
this.toolStripMenuItemStop.Name = "toolStripMenuItemStop";
this.toolStripMenuItemStop.ShortcutKeyDisplayString = null;
this.toolStripMenuItemStop.Click += new System.EventHandler(this.Stop);
//
// toolStripMenuItemRemove
//
this.toolStripMenuItemRemove.AccessibleDescription = null;
this.toolStripMenuItemRemove.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItemRemove, "toolStripMenuItemRemove");
this.toolStripMenuItemRemove.BackgroundImage = null;
this.toolStripMenuItemRemove.Image = global::IReaper.Properties.Resources.Clear;
this.toolStripMenuItemRemove.Name = "toolStripMenuItemRemove";
this.toolStripMenuItemRemove.ShortcutKeyDisplayString = null;
this.toolStripMenuItemRemove.Click += new System.EventHandler(this.Remove);
//
// FileDataGridContextMenu
//
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.toolStripMenuItemStart,
this.toolStripMenuItemStop,
this.toolStripMenuItemRemove});
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemStart;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemStop;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemove;
}
}
|