/*
* Copyright (c) 2009 Craig Sutherland
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
namespace FastForward.Monitor
{
partial class CurrentStatusForm
{
///
/// 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.Windows.Forms.StatusStrip statusStrip1;
System.Windows.Forms.ToolStrip toolStrip1;
System.Windows.Forms.ToolStripButton refreshButton;
System.Windows.Forms.ImageList imageList1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurrentStatusForm));
System.Windows.Forms.Panel panel1;
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.statusTree = new System.Windows.Forms.TreeView();
this.itemPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.refreshTimer = new System.Windows.Forms.Timer(this.components);
this.refreshWorder = new System.ComponentModel.BackgroundWorker();
this.itemProgress = new System.Windows.Forms.Panel();
statusStrip1 = new System.Windows.Forms.StatusStrip();
toolStrip1 = new System.Windows.Forms.ToolStrip();
refreshButton = new System.Windows.Forms.ToolStripButton();
imageList1 = new System.Windows.Forms.ImageList(this.components);
panel1 = new System.Windows.Forms.Panel();
statusStrip1.SuspendLayout();
toolStrip1.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
panel1.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel});
statusStrip1.Location = new System.Drawing.Point(0, 382);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(647, 22);
statusStrip1.TabIndex = 0;
statusStrip1.Text = "statusStrip1";
//
// statusLabel
//
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(632, 17);
this.statusLabel.Spring = true;
this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStrip1
//
toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
refreshButton});
toolStrip1.Location = new System.Drawing.Point(0, 0);
toolStrip1.Name = "toolStrip1";
toolStrip1.Size = new System.Drawing.Size(647, 25);
toolStrip1.Stretch = true;
toolStrip1.TabIndex = 0;
//
// refreshButton
//
refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
refreshButton.Image = global::FastForward.Monitor.Properties.Resources.reload;
refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
refreshButton.Name = "refreshButton";
refreshButton.Size = new System.Drawing.Size(23, 22);
refreshButton.Text = "Refresh";
refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// imageList1
//
imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
imageList1.TransparentColor = System.Drawing.Color.Transparent;
imageList1.Images.SetKeyName(0, "Pending");
imageList1.Images.SetKeyName(1, "CompletedFailed");
imageList1.Images.SetKeyName(2, "Unknown");
imageList1.Images.SetKeyName(3, "Running");
imageList1.Images.SetKeyName(4, "CompletedSuccess");
imageList1.Images.SetKeyName(5, "Cancelled");
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(647, 357);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(647, 382);
this.toolStripContainer1.TabIndex = 1;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.statusTree);
this.splitContainer1.Panel1.Controls.Add(panel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.itemPropertyGrid);
this.splitContainer1.Size = new System.Drawing.Size(647, 357);
this.splitContainer1.SplitterDistance = 215;
this.splitContainer1.TabIndex = 0;
//
// statusTree
//
this.statusTree.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusTree.ImageIndex = 0;
this.statusTree.ImageList = imageList1;
this.statusTree.Location = new System.Drawing.Point(42, 0);
this.statusTree.Name = "statusTree";
this.statusTree.SelectedImageIndex = 0;
this.statusTree.Size = new System.Drawing.Size(173, 357);
this.statusTree.TabIndex = 0;
this.statusTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.statusTree_AfterSelect);
//
// itemPropertyGrid
//
this.itemPropertyGrid.CommandsVisibleIfAvailable = false;
this.itemPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.itemPropertyGrid.Location = new System.Drawing.Point(0, 0);
this.itemPropertyGrid.Name = "itemPropertyGrid";
this.itemPropertyGrid.Size = new System.Drawing.Size(428, 357);
this.itemPropertyGrid.TabIndex = 0;
this.itemPropertyGrid.ToolbarVisible = false;
//
// refreshTimer
//
this.refreshTimer.Enabled = true;
this.refreshTimer.Interval = 5000;
this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
//
// refreshWorder
//
this.refreshWorder.DoWork += new System.ComponentModel.DoWorkEventHandler(this.refreshWorder_DoWork);
this.refreshWorder.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.refreshWorder_RunWorkerCompleted);
//
// panel1
//
panel1.Controls.Add(this.itemProgress);
panel1.Dock = System.Windows.Forms.DockStyle.Left;
panel1.Location = new System.Drawing.Point(0, 0);
panel1.Name = "panel1";
panel1.Size = new System.Drawing.Size(42, 357);
panel1.TabIndex = 3;
//
// itemProgress
//
this.itemProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.itemProgress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.itemProgress.Location = new System.Drawing.Point(0, 0);
this.itemProgress.Name = "itemProgress";
this.itemProgress.Size = new System.Drawing.Size(39, 357);
this.itemProgress.TabIndex = 0;
this.itemProgress.Paint += new System.Windows.Forms.PaintEventHandler(this.itemProgress_Paint);
//
// CurrentStatusForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(647, 404);
this.Controls.Add(this.toolStripContainer1);
this.Controls.Add(statusStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CurrentStatusForm";
this.Text = "CurrentStatusForm";
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
toolStrip1.ResumeLayout(false);
toolStrip1.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripStatusLabel statusLabel;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView statusTree;
private System.Windows.Forms.PropertyGrid itemPropertyGrid;
private System.ComponentModel.BackgroundWorker refreshWorder;
private System.Windows.Forms.Timer refreshTimer;
private System.Windows.Forms.Panel itemProgress;
}
}