namespace IReaper.Statues{
partial class iReaperStatusStrip
{
/// <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()
{
this.toolStripPrimaryInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripPlaceHolder = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripTaskName = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelVersionLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.SuspendLayout();
//
// toolStripPrimaryInfo
//
this.toolStripPrimaryInfo.Name = "toolStripPrimaryInfo";
this.toolStripPrimaryInfo.Size = new System.Drawing.Size(0, 17);
this.toolStripPrimaryInfo.Visible = false;
//
// toolStripPlaceHolder
//
this.toolStripPlaceHolder.Name = "toolStripPlaceHolder";
this.toolStripPlaceHolder.Size = new System.Drawing.Size(83, 17);
this.toolStripPlaceHolder.Spring = true;
//
// toolStripTaskName
//
this.toolStripTaskName.Name = "toolStripTaskName";
this.toolStripTaskName.Size = new System.Drawing.Size(0, 17);
this.toolStripTaskName.Visible = false;
//
// toolStripStatusLabelVersionLabel
//
this.toolStripStatusLabelVersionLabel.Name = "toolStripStatusLabelVersionLabel";
this.toolStripStatusLabelVersionLabel.Size = new System.Drawing.Size(0, 17);
this.toolStripStatusLabelVersionLabel.Click += new System.EventHandler(this.OpeniReaperWebsite);
//
// toolStripProgressBar
//
this.toolStripProgressBar.Name = "toolStripProgressBar";
this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
this.toolStripProgressBar.Visible = false;
//
// iReaperStatusStrip
//
this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripTaskName,
this.toolStripPlaceHolder,
this.toolStripProgressBar,
this.toolStripPrimaryInfo,
this.toolStripStatusLabelVersionLabel});
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.ToolStripStatusLabel toolStripPrimaryInfo;
private System.Windows.Forms.ToolStripStatusLabel toolStripPlaceHolder;
protected System.Windows.Forms.ToolStripStatusLabel toolStripTaskName;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelVersionLabel;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
}
}
|