/* * 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 MainForm { /// /// 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.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem loginMenu; System.Windows.Forms.ToolStripMenuItem logoutMenu; System.Windows.Forms.ToolStripSeparator toolStripMenuItem7; System.Windows.Forms.ToolStripMenuItem settingsMenu; System.Windows.Forms.ToolStripMenuItem exitMenu; System.Windows.Forms.ToolStripMenuItem propertiesMenu; System.Windows.Forms.ToolStripMenuItem forceBuildMenu; System.Windows.Forms.ToolStripMenuItem abortBuildMenu; System.Windows.Forms.ToolStripMenuItem startProjectMenu; System.Windows.Forms.ToolStripMenuItem stopProjectMenu; System.Windows.Forms.ToolStripMenuItem webpageMenu; System.Windows.Forms.ToolStripMenuItem currentStatusMenu; System.Windows.Forms.ToolStripMenuItem packagesMenu; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem aboutMenu; System.Windows.Forms.ToolStripButton forceBuildButton; System.Windows.Forms.ToolStripButton abortBuildButton; System.Windows.Forms.ToolStripButton startProjectButton; System.Windows.Forms.ToolStripButton stopProjectButton; System.Windows.Forms.ToolStripButton refreshButton; System.Windows.Forms.ToolStripButton viewWebPageButton; System.Windows.Forms.ToolStripButton viewCurrentStatusButton; System.Windows.Forms.ToolStripButton viewPackagesButton; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.Label label1; System.Windows.Forms.ToolStripMenuItem propertiesContextMenu; System.Windows.Forms.ColumnHeader columnHeader14; System.Windows.Forms.ColumnHeader columnHeader15; System.Windows.Forms.ColumnHeader columnHeader16; System.Windows.Forms.ColumnHeader columnHeader17; System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem; System.Windows.Forms.ColumnHeader columnHeader11; System.Windows.Forms.ColumnHeader columnHeader12; System.Windows.Forms.ColumnHeader columnHeader10; System.Windows.Forms.ColumnHeader columnHeader9; System.Windows.Forms.ColumnHeader columnHeader13; System.Windows.Forms.ToolStripButton propertiesButton; this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.viewMenu = new System.Windows.Forms.ToolStripMenuItem(); this.refreshMenu = new System.Windows.Forms.ToolStripMenuItem(); this.refreshAllServersMenu = new System.Windows.Forms.ToolStripMenuItem(); this.refreshSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.monitorExplorerDisplay = new System.Windows.Forms.ToolStripMenuItem(); this.groupByServerMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator(); this.projectMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); this.buildHistoryMenu = new System.Windows.Forms.ToolStripMenuItem(); this.monitorContainer = new System.Windows.Forms.SplitContainer(); this.monitorExplorer = new System.Windows.Forms.TreeView(); this.applicationImages = new System.Windows.Forms.ImageList(this.components); this.monitorTabs = new System.Windows.Forms.TabControl(); this.allProjectsPage = new System.Windows.Forms.TabPage(); this.allProjectsView = new FastForward.WinCore.ProjectListView(); this.projectContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.forceBuildContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.abortBuildContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator(); this.startprojectContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.stopProjectContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator(); this.displayWebPageContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.buildHistoryContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.currentStatusContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.packagesContextMenu = new System.Windows.Forms.ToolStripMenuItem(); this.allQueuesPage = new System.Windows.Forms.TabPage(); this.allQueuesList = new System.Windows.Forms.ListView(); this.queueContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.allQueueRequestsPage = new System.Windows.Forms.TabPage(); this.allQueueRequestsList = new System.Windows.Forms.ListView(); this.mainToolbar = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.buildHistoryButton = new System.Windows.Forms.ToolStripButton(); this.explorerContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.errorReport = new System.Windows.Forms.ToolStripStatusLabel(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); loginMenu = new System.Windows.Forms.ToolStripMenuItem(); logoutMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator(); settingsMenu = new System.Windows.Forms.ToolStripMenuItem(); exitMenu = new System.Windows.Forms.ToolStripMenuItem(); propertiesMenu = new System.Windows.Forms.ToolStripMenuItem(); forceBuildMenu = new System.Windows.Forms.ToolStripMenuItem(); abortBuildMenu = new System.Windows.Forms.ToolStripMenuItem(); startProjectMenu = new System.Windows.Forms.ToolStripMenuItem(); stopProjectMenu = new System.Windows.Forms.ToolStripMenuItem(); webpageMenu = new System.Windows.Forms.ToolStripMenuItem(); currentStatusMenu = new System.Windows.Forms.ToolStripMenuItem(); packagesMenu = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutMenu = new System.Windows.Forms.ToolStripMenuItem(); forceBuildButton = new System.Windows.Forms.ToolStripButton(); abortBuildButton = new System.Windows.Forms.ToolStripButton(); startProjectButton = new System.Windows.Forms.ToolStripButton(); stopProjectButton = new System.Windows.Forms.ToolStripButton(); refreshButton = new System.Windows.Forms.ToolStripButton(); viewWebPageButton = new System.Windows.Forms.ToolStripButton(); viewCurrentStatusButton = new System.Windows.Forms.ToolStripButton(); viewPackagesButton = new System.Windows.Forms.ToolStripButton(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); label1 = new System.Windows.Forms.Label(); propertiesContextMenu = new System.Windows.Forms.ToolStripMenuItem(); columnHeader14 = new System.Windows.Forms.ColumnHeader(); columnHeader15 = new System.Windows.Forms.ColumnHeader(); columnHeader16 = new System.Windows.Forms.ColumnHeader(); columnHeader17 = new System.Windows.Forms.ColumnHeader(); propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); columnHeader11 = new System.Windows.Forms.ColumnHeader(); columnHeader12 = new System.Windows.Forms.ColumnHeader(); columnHeader10 = new System.Windows.Forms.ColumnHeader(); columnHeader9 = new System.Windows.Forms.ColumnHeader(); columnHeader13 = new System.Windows.Forms.ColumnHeader(); propertiesButton = new System.Windows.Forms.ToolStripButton(); menuStrip1.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.monitorContainer.Panel1.SuspendLayout(); this.monitorContainer.Panel2.SuspendLayout(); this.monitorContainer.SuspendLayout(); this.monitorTabs.SuspendLayout(); this.allProjectsPage.SuspendLayout(); this.projectContextMenu.SuspendLayout(); this.allQueuesPage.SuspendLayout(); this.queueContextMenu.SuspendLayout(); this.allQueueRequestsPage.SuspendLayout(); this.mainToolbar.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, this.viewMenu, this.projectMenu, helpToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(617, 24); menuStrip1.TabIndex = 0; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { loginMenu, logoutMenu, toolStripMenuItem7, settingsMenu, this.toolStripMenuItem2, exitMenu}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); fileToolStripMenuItem.Text = "&File"; // // loginMenu // loginMenu.Image = global::FastForward.Monitor.Properties.Resources.lock_open; loginMenu.Name = "loginMenu"; loginMenu.Size = new System.Drawing.Size(125, 22); loginMenu.Text = "&Login..."; loginMenu.Click += new System.EventHandler(this.loginMenu_Click); // // logoutMenu // logoutMenu.Image = global::FastForward.Monitor.Properties.Resources.Lock; logoutMenu.Name = "logoutMenu"; logoutMenu.Size = new System.Drawing.Size(125, 22); logoutMenu.Text = "L&ogout"; logoutMenu.Click += new System.EventHandler(this.logoutMenu_Click); // // toolStripMenuItem7 // toolStripMenuItem7.Name = "toolStripMenuItem7"; toolStripMenuItem7.Size = new System.Drawing.Size(122, 6); // // settingsMenu // settingsMenu.Image = global::FastForward.Monitor.Properties.Resources.wrench_orange; settingsMenu.Name = "settingsMenu"; settingsMenu.Size = new System.Drawing.Size(125, 22); settingsMenu.Text = "&Settings..."; settingsMenu.Click += new System.EventHandler(this.settingsMenu_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(122, 6); // // exitMenu // exitMenu.Name = "exitMenu"; exitMenu.Size = new System.Drawing.Size(125, 22); exitMenu.Text = "E&xit"; exitMenu.Click += new System.EventHandler(this.exitMenu_Click); // // viewMenu // this.viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshMenu, this.toolStripMenuItem3, this.monitorExplorerDisplay, this.groupByServerMenu, this.toolStripMenuItem8, propertiesMenu}); this.viewMenu.Name = "viewMenu"; this.viewMenu.Size = new System.Drawing.Size(41, 20); this.viewMenu.Text = "&View"; // // refreshMenu // this.refreshMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshAllServersMenu, this.refreshSeparator}); this.refreshMenu.Image = global::FastForward.Monitor.Properties.Resources.reload; this.refreshMenu.Name = "refreshMenu"; this.refreshMenu.Size = new System.Drawing.Size(153, 22); this.refreshMenu.Text = "&Refresh"; // // refreshAllServersMenu // this.refreshAllServersMenu.Name = "refreshAllServersMenu"; this.refreshAllServersMenu.Size = new System.Drawing.Size(85, 22); this.refreshAllServersMenu.Text = "&All"; this.refreshAllServersMenu.Click += new System.EventHandler(this.refreshAllServersMenu_Click); // // refreshSeparator // this.refreshSeparator.Name = "refreshSeparator"; this.refreshSeparator.Size = new System.Drawing.Size(82, 6); this.refreshSeparator.Visible = false; // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(150, 6); // // monitorExplorerDisplay // this.monitorExplorerDisplay.Checked = true; this.monitorExplorerDisplay.CheckState = System.Windows.Forms.CheckState.Checked; this.monitorExplorerDisplay.Name = "monitorExplorerDisplay"; this.monitorExplorerDisplay.Size = new System.Drawing.Size(153, 22); this.monitorExplorerDisplay.Text = "&Monitor Explorer"; this.monitorExplorerDisplay.Click += new System.EventHandler(this.monitorExplorerDisplay_Click); // // groupByServerMenu // this.groupByServerMenu.Checked = true; this.groupByServerMenu.CheckState = System.Windows.Forms.CheckState.Checked; this.groupByServerMenu.Name = "groupByServerMenu"; this.groupByServerMenu.Size = new System.Drawing.Size(153, 22); this.groupByServerMenu.Text = "&Group by Server"; this.groupByServerMenu.Click += new System.EventHandler(this.groupByServerMenu_Click); // // toolStripMenuItem8 // this.toolStripMenuItem8.Name = "toolStripMenuItem8"; this.toolStripMenuItem8.Size = new System.Drawing.Size(150, 6); // // propertiesMenu // propertiesMenu.Image = global::FastForward.Monitor.Properties.Resources.magnifier; propertiesMenu.Name = "propertiesMenu"; propertiesMenu.Size = new System.Drawing.Size(153, 22); propertiesMenu.Text = "&Properties"; propertiesMenu.Click += new System.EventHandler(this.OnPropertiesClick); // // projectMenu // this.projectMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { forceBuildMenu, abortBuildMenu, this.toolStripMenuItem1, startProjectMenu, stopProjectMenu, this.toolStripMenuItem4, webpageMenu, this.buildHistoryMenu, currentStatusMenu, packagesMenu}); this.projectMenu.Name = "projectMenu"; this.projectMenu.Size = new System.Drawing.Size(53, 20); this.projectMenu.Text = "&Project"; // // forceBuildMenu // forceBuildMenu.Image = global::FastForward.Monitor.Properties.Resources.play_green; forceBuildMenu.Name = "forceBuildMenu"; forceBuildMenu.Size = new System.Drawing.Size(157, 22); forceBuildMenu.Text = "&Force Build"; forceBuildMenu.Click += new System.EventHandler(this.forceBuildMenu_Click); // // abortBuildMenu // abortBuildMenu.Image = global::FastForward.Monitor.Properties.Resources.stop_red; abortBuildMenu.Name = "abortBuildMenu"; abortBuildMenu.Size = new System.Drawing.Size(157, 22); abortBuildMenu.Text = "&Abort Build"; abortBuildMenu.Click += new System.EventHandler(this.abortBuildMenu_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(154, 6); // // startProjectMenu // startProjectMenu.Image = global::FastForward.Monitor.Properties.Resources.cog_start; startProjectMenu.Name = "startProjectMenu"; startProjectMenu.Size = new System.Drawing.Size(157, 22); startProjectMenu.Text = "&Start Project"; startProjectMenu.Click += new System.EventHandler(this.startProjectMenu_Click); // // stopProjectMenu // stopProjectMenu.Image = global::FastForward.Monitor.Properties.Resources.cog_stop; stopProjectMenu.Name = "stopProjectMenu"; stopProjectMenu.Size = new System.Drawing.Size(157, 22); stopProjectMenu.Text = "S&top Project"; stopProjectMenu.Click += new System.EventHandler(this.stopProjectMenu_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(154, 6); // // webpageMenu // webpageMenu.Image = global::FastForward.Monitor.Properties.Resources.page_world; webpageMenu.Name = "webpageMenu"; webpageMenu.Size = new System.Drawing.Size(157, 22); webpageMenu.Text = "&Web Page..."; webpageMenu.Click += new System.EventHandler(this.webpageMenu_Click); // // buildHistoryMenu // this.buildHistoryMenu.Image = global::FastForward.Monitor.Properties.Resources.application_view_list; this.buildHistoryMenu.Name = "buildHistoryMenu"; this.buildHistoryMenu.Size = new System.Drawing.Size(157, 22); this.buildHistoryMenu.Text = "&Build History..."; this.buildHistoryMenu.Click += new System.EventHandler(this.buildHistoryButton_Click); // // currentStatusMenu // currentStatusMenu.Image = global::FastForward.Monitor.Properties.Resources.application_side_tree; currentStatusMenu.Name = "currentStatusMenu"; currentStatusMenu.Size = new System.Drawing.Size(157, 22); currentStatusMenu.Text = "&Current Status..."; currentStatusMenu.Click += new System.EventHandler(this.currentStatusMenu_Click); // // packagesMenu // packagesMenu.Image = global::FastForward.Monitor.Properties.Resources.package; packagesMenu.Name = "packagesMenu"; packagesMenu.Size = new System.Drawing.Size(157, 22); packagesMenu.Text = "&Packages..."; packagesMenu.Click += new System.EventHandler(this.packagesMenu_Click); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutMenu}); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); helpToolStripMenuItem.Text = "&Help"; // // aboutMenu // aboutMenu.Image = global::FastForward.Monitor.Properties.Resources.help; aboutMenu.Name = "aboutMenu"; aboutMenu.Size = new System.Drawing.Size(115, 22); aboutMenu.Text = "&About..."; aboutMenu.Click += new System.EventHandler(this.aboutMenu_Click); // // forceBuildButton // forceBuildButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; forceBuildButton.Image = global::FastForward.Monitor.Properties.Resources.play_green; forceBuildButton.ImageTransparentColor = System.Drawing.Color.Magenta; forceBuildButton.Name = "forceBuildButton"; forceBuildButton.Size = new System.Drawing.Size(23, 22); forceBuildButton.Text = "Force Build for Selected Project(s)"; forceBuildButton.Click += new System.EventHandler(this.forceBuildButton_Click); // // abortBuildButton // abortBuildButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; abortBuildButton.Image = global::FastForward.Monitor.Properties.Resources.stop_red; abortBuildButton.ImageTransparentColor = System.Drawing.Color.Magenta; abortBuildButton.Name = "abortBuildButton"; abortBuildButton.Size = new System.Drawing.Size(23, 22); abortBuildButton.Text = "Abort Build for Selected Project(s)"; abortBuildButton.Click += new System.EventHandler(this.abortBuildButton_Click); // // startProjectButton // startProjectButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; startProjectButton.Image = global::FastForward.Monitor.Properties.Resources.cog_start; startProjectButton.ImageTransparentColor = System.Drawing.Color.Magenta; startProjectButton.Name = "startProjectButton"; startProjectButton.Size = new System.Drawing.Size(23, 22); startProjectButton.Text = "Start Selected Project(s)"; startProjectButton.Click += new System.EventHandler(this.startProjectButton_Click); // // stopProjectButton // stopProjectButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; stopProjectButton.Image = global::FastForward.Monitor.Properties.Resources.cog_stop; stopProjectButton.ImageTransparentColor = System.Drawing.Color.Magenta; stopProjectButton.Name = "stopProjectButton"; stopProjectButton.Size = new System.Drawing.Size(23, 22); stopProjectButton.Text = "Stop Selected Project(s)"; stopProjectButton.Click += new System.EventHandler(this.stopProjectButton_Click); // // 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); // // viewWebPageButton // viewWebPageButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; viewWebPageButton.Image = global::FastForward.Monitor.Properties.Resources.page_world; viewWebPageButton.ImageTransparentColor = System.Drawing.Color.Magenta; viewWebPageButton.Name = "viewWebPageButton"; viewWebPageButton.Size = new System.Drawing.Size(23, 22); viewWebPageButton.Text = "View Web Page"; viewWebPageButton.Click += new System.EventHandler(this.viewWebPageButton_Click); // // viewCurrentStatusButton // viewCurrentStatusButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; viewCurrentStatusButton.Image = global::FastForward.Monitor.Properties.Resources.application_side_tree; viewCurrentStatusButton.ImageTransparentColor = System.Drawing.Color.Magenta; viewCurrentStatusButton.Name = "viewCurrentStatusButton"; viewCurrentStatusButton.Size = new System.Drawing.Size(23, 22); viewCurrentStatusButton.Text = "View Current Status"; viewCurrentStatusButton.Click += new System.EventHandler(this.viewCurrentStatusButton_Click); // // viewPackagesButton // viewPackagesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; viewPackagesButton.Image = global::FastForward.Monitor.Properties.Resources.package; viewPackagesButton.ImageTransparentColor = System.Drawing.Color.Magenta; viewPackagesButton.Name = "viewPackagesButton"; viewPackagesButton.Size = new System.Drawing.Size(23, 22); viewPackagesButton.Text = "View Available Packages"; viewPackagesButton.Click += new System.EventHandler(this.viewPackagesButton_Click); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.monitorContainer); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(617, 289); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 24); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(617, 314); toolStripContainer1.TabIndex = 2; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(this.mainToolbar); // // monitorContainer // this.monitorContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.monitorContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.monitorContainer.Location = new System.Drawing.Point(0, 0); this.monitorContainer.Name = "monitorContainer"; // // monitorContainer.Panel1 // this.monitorContainer.Panel1.Controls.Add(this.monitorExplorer); this.monitorContainer.Panel1.Controls.Add(label1); // // monitorContainer.Panel2 // this.monitorContainer.Panel2.Controls.Add(this.monitorTabs); this.monitorContainer.Size = new System.Drawing.Size(617, 289); this.monitorContainer.SplitterDistance = 205; this.monitorContainer.TabIndex = 1; // // monitorExplorer // this.monitorExplorer.Dock = System.Windows.Forms.DockStyle.Fill; this.monitorExplorer.ImageIndex = 0; this.monitorExplorer.ImageList = this.applicationImages; this.monitorExplorer.Location = new System.Drawing.Point(0, 19); this.monitorExplorer.Name = "monitorExplorer"; this.monitorExplorer.SelectedImageIndex = 0; this.monitorExplorer.Size = new System.Drawing.Size(205, 270); this.monitorExplorer.TabIndex = 1; this.monitorExplorer.Enter += new System.EventHandler(this.OnSelectionChanged); this.monitorExplorer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.monitorExplorer_AfterSelect); this.monitorExplorer.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.monitorExplorer_NodeMouseClick); this.monitorExplorer.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.monitorExplorer_BeforeSelect); // // applicationImages // this.applicationImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("applicationImages.ImageStream"))); this.applicationImages.TransparentColor = System.Drawing.Color.Transparent; this.applicationImages.Images.SetKeyName(0, "Server"); this.applicationImages.Images.SetKeyName(1, "Queue"); this.applicationImages.Images.SetKeyName(2, "Project"); this.applicationImages.Images.SetKeyName(3, "QueueRequest"); this.applicationImages.Images.SetKeyName(4, "Building"); this.applicationImages.Images.SetKeyName(5, "Success"); this.applicationImages.Images.SetKeyName(6, "Failure"); this.applicationImages.Images.SetKeyName(7, "Pending"); this.applicationImages.Images.SetKeyName(8, "Unknown"); this.applicationImages.Images.SetKeyName(9, "Exception"); this.applicationImages.Images.SetKeyName(10, "Stopped"); this.applicationImages.Images.SetKeyName(11, "Queues"); this.applicationImages.Images.SetKeyName(12, "QueueBuilding"); this.applicationImages.Images.SetKeyName(13, "SecureServer"); // // label1 // label1.BackColor = System.Drawing.SystemColors.ActiveCaption; label1.Dock = System.Windows.Forms.DockStyle.Top; label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; label1.Location = new System.Drawing.Point(0, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(205, 19); label1.TabIndex = 0; label1.Text = "Monitor Explorer"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // monitorTabs // this.monitorTabs.Controls.Add(this.allProjectsPage); this.monitorTabs.Controls.Add(this.allQueuesPage); this.monitorTabs.Controls.Add(this.allQueueRequestsPage); this.monitorTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.monitorTabs.ImageList = this.applicationImages; this.monitorTabs.Location = new System.Drawing.Point(0, 0); this.monitorTabs.Name = "monitorTabs"; this.monitorTabs.SelectedIndex = 0; this.monitorTabs.Size = new System.Drawing.Size(408, 289); this.monitorTabs.TabIndex = 0; this.monitorTabs.SelectedIndexChanged += new System.EventHandler(this.monitorTabs_SelectedIndexChanged); // // allProjectsPage // this.allProjectsPage.Controls.Add(this.allProjectsView); this.allProjectsPage.ImageKey = "Project"; this.allProjectsPage.Location = new System.Drawing.Point(4, 23); this.allProjectsPage.Name = "allProjectsPage"; this.allProjectsPage.Padding = new System.Windows.Forms.Padding(3); this.allProjectsPage.Size = new System.Drawing.Size(400, 262); this.allProjectsPage.TabIndex = 0; this.allProjectsPage.Text = "All Projects"; this.allProjectsPage.ToolTipText = "All Servers"; this.allProjectsPage.UseVisualStyleBackColor = true; // // allProjectsView // this.allProjectsView.ContextMenuStrip = this.projectContextMenu; this.allProjectsView.Dock = System.Windows.Forms.DockStyle.Fill; this.allProjectsView.ImageList = this.applicationImages; this.allProjectsView.Location = new System.Drawing.Point(3, 3); this.allProjectsView.Name = "allProjectsView"; this.allProjectsView.ShowGroups = true; this.allProjectsView.Size = new System.Drawing.Size(394, 256); this.allProjectsView.TabIndex = 0; this.allProjectsView.DoubleClick += new System.EventHandler(this.allProjectsView_DoubleClick); this.allProjectsView.Enter += new System.EventHandler(this.OnSelectionChanged); // // projectContextMenu // this.projectContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.forceBuildContextMenu, this.abortBuildContextMenu, this.toolStripMenuItem5, this.startprojectContextMenu, this.stopProjectContextMenu, this.toolStripMenuItem6, propertiesContextMenu, this.displayWebPageContextMenu, this.buildHistoryContextMenu, this.currentStatusContextMenu, this.packagesContextMenu}); this.projectContextMenu.Name = "projectContextMenu"; this.projectContextMenu.Size = new System.Drawing.Size(146, 214); this.projectContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.projectContextMenu_Opening); // // forceBuildContextMenu // this.forceBuildContextMenu.Image = global::FastForward.Monitor.Properties.Resources.play_green; this.forceBuildContextMenu.Name = "forceBuildContextMenu"; this.forceBuildContextMenu.Size = new System.Drawing.Size(145, 22); this.forceBuildContextMenu.Text = "&Force Build"; this.forceBuildContextMenu.Click += new System.EventHandler(this.forceBuildContextMenu_Click); // // abortBuildContextMenu // this.abortBuildContextMenu.Image = global::FastForward.Monitor.Properties.Resources.stop_red; this.abortBuildContextMenu.Name = "abortBuildContextMenu"; this.abortBuildContextMenu.Size = new System.Drawing.Size(145, 22); this.abortBuildContextMenu.Text = "&Abort Build"; this.abortBuildContextMenu.Click += new System.EventHandler(this.abortBuildContextMenu_Click); // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Size = new System.Drawing.Size(142, 6); // // startprojectContextMenu // this.startprojectContextMenu.Image = global::FastForward.Monitor.Properties.Resources.cog_start; this.startprojectContextMenu.Name = "startprojectContextMenu"; this.startprojectContextMenu.Size = new System.Drawing.Size(145, 22); this.startprojectContextMenu.Text = "&Start Project"; this.startprojectContextMenu.Click += new System.EventHandler(this.startprojectContextMenu_Click); // // stopProjectContextMenu // this.stopProjectContextMenu.Image = global::FastForward.Monitor.Properties.Resources.cog_stop; this.stopProjectContextMenu.Name = "stopProjectContextMenu"; this.stopProjectContextMenu.Size = new System.Drawing.Size(145, 22); this.stopProjectContextMenu.Text = "S&top Project"; this.stopProjectContextMenu.Click += new System.EventHandler(this.stopProjectContextMenu_Click); // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Size = new System.Drawing.Size(142, 6); // // propertiesContextMenu // propertiesContextMenu.Image = global::FastForward.Monitor.Properties.Resources.magnifier; propertiesContextMenu.Name = "propertiesContextMenu"; propertiesContextMenu.Size = new System.Drawing.Size(145, 22); propertiesContextMenu.Text = "P&roperties"; propertiesContextMenu.Click += new System.EventHandler(this.OnPropertiesClick); // // displayWebPageContextMenu // this.displayWebPageContextMenu.Image = global::FastForward.Monitor.Properties.Resources.page_world; this.displayWebPageContextMenu.Name = "displayWebPageContextMenu"; this.displayWebPageContextMenu.Size = new System.Drawing.Size(145, 22); this.displayWebPageContextMenu.Text = "&Web Page"; this.displayWebPageContextMenu.Click += new System.EventHandler(this.displayWebPageContextMenu_Click); // // buildHistoryContextMenu // this.buildHistoryContextMenu.Image = global::FastForward.Monitor.Properties.Resources.application_view_list; this.buildHistoryContextMenu.Name = "buildHistoryContextMenu"; this.buildHistoryContextMenu.Size = new System.Drawing.Size(145, 22); this.buildHistoryContextMenu.Text = "&Build History"; this.buildHistoryContextMenu.Click += new System.EventHandler(this.buildHistoryContextMenu_Click); // // currentStatusContextMenu // this.currentStatusContextMenu.Image = global::FastForward.Monitor.Properties.Resources.application_side_tree; this.currentStatusContextMenu.Name = "currentStatusContextMenu"; this.currentStatusContextMenu.Size = new System.Drawing.Size(145, 22); this.currentStatusContextMenu.Text = "&Current Status"; this.currentStatusContextMenu.Click += new System.EventHandler(this.currentStatusContextMenu_Click); // // packagesContextMenu // this.packagesContextMenu.Image = global::FastForward.Monitor.Properties.Resources.package; this.packagesContextMenu.Name = "packagesContextMenu"; this.packagesContextMenu.Size = new System.Drawing.Size(145, 22); this.packagesContextMenu.Text = "&Packages"; this.packagesContextMenu.Click += new System.EventHandler(this.packagesContextMenu_Click); // // allQueuesPage // this.allQueuesPage.Controls.Add(this.allQueuesList); this.allQueuesPage.ImageKey = "Queues"; this.allQueuesPage.Location = new System.Drawing.Point(4, 23); this.allQueuesPage.Name = "allQueuesPage"; this.allQueuesPage.Size = new System.Drawing.Size(400, 262); this.allQueuesPage.TabIndex = 2; this.allQueuesPage.Text = "All Queues"; this.allQueuesPage.UseVisualStyleBackColor = true; // // allQueuesList // this.allQueuesList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader14, columnHeader15, columnHeader16, columnHeader17}); this.allQueuesList.ContextMenuStrip = this.queueContextMenu; this.allQueuesList.Dock = System.Windows.Forms.DockStyle.Fill; this.allQueuesList.FullRowSelect = true; this.allQueuesList.LargeImageList = this.applicationImages; this.allQueuesList.Location = new System.Drawing.Point(0, 0); this.allQueuesList.Name = "allQueuesList"; this.allQueuesList.Size = new System.Drawing.Size(400, 262); this.allQueuesList.SmallImageList = this.applicationImages; this.allQueuesList.TabIndex = 1; this.allQueuesList.UseCompatibleStateImageBehavior = false; this.allQueuesList.View = System.Windows.Forms.View.Details; this.allQueuesList.Enter += new System.EventHandler(this.OnSelectionChanged); this.allQueuesList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.allQueuesList_ColumnClick); // // columnHeader14 // columnHeader14.Text = "Server"; // // columnHeader15 // columnHeader15.Text = "Queue"; // // columnHeader16 // columnHeader16.Text = "Number of Requests"; // // columnHeader17 // columnHeader17.Text = "Current Project"; // // queueContextMenu // this.queueContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { propertiesToolStripMenuItem}); this.queueContextMenu.Name = "queueContextMenu"; this.queueContextMenu.Size = new System.Drawing.Size(124, 26); // // propertiesToolStripMenuItem // propertiesToolStripMenuItem.Image = global::FastForward.Monitor.Properties.Resources.magnifier; propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; propertiesToolStripMenuItem.Size = new System.Drawing.Size(123, 22); propertiesToolStripMenuItem.Text = "P&roperties"; propertiesToolStripMenuItem.Click += new System.EventHandler(this.OnPropertiesClick); // // allQueueRequestsPage // this.allQueueRequestsPage.Controls.Add(this.allQueueRequestsList); this.allQueueRequestsPage.ImageKey = "QueueBuilding"; this.allQueueRequestsPage.Location = new System.Drawing.Point(4, 23); this.allQueueRequestsPage.Name = "allQueueRequestsPage"; this.allQueueRequestsPage.Padding = new System.Windows.Forms.Padding(3); this.allQueueRequestsPage.Size = new System.Drawing.Size(400, 262); this.allQueueRequestsPage.TabIndex = 1; this.allQueueRequestsPage.Text = "All Queue Requests"; this.allQueueRequestsPage.UseVisualStyleBackColor = true; // // allQueueRequestsList // this.allQueueRequestsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader11, columnHeader12, columnHeader10, columnHeader9, columnHeader13}); this.allQueueRequestsList.Dock = System.Windows.Forms.DockStyle.Fill; this.allQueueRequestsList.FullRowSelect = true; this.allQueueRequestsList.LargeImageList = this.applicationImages; this.allQueueRequestsList.Location = new System.Drawing.Point(3, 3); this.allQueueRequestsList.Name = "allQueueRequestsList"; this.allQueueRequestsList.Size = new System.Drawing.Size(394, 256); this.allQueueRequestsList.SmallImageList = this.applicationImages; this.allQueueRequestsList.TabIndex = 0; this.allQueueRequestsList.UseCompatibleStateImageBehavior = false; this.allQueueRequestsList.View = System.Windows.Forms.View.Details; this.allQueueRequestsList.Enter += new System.EventHandler(this.OnSelectionChanged); this.allQueueRequestsList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.allQueueRequestsList_ColumnClick); // // columnHeader11 // columnHeader11.Text = "Server"; // // columnHeader12 // columnHeader12.Text = "Queue"; // // columnHeader10 // columnHeader10.Text = "Project"; // // columnHeader9 // columnHeader9.Text = "Status"; // // columnHeader13 // columnHeader13.Text = "Time Added"; // // mainToolbar // this.mainToolbar.Dock = System.Windows.Forms.DockStyle.None; this.mainToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { forceBuildButton, abortBuildButton, this.toolStripSeparator2, startProjectButton, stopProjectButton, this.toolStripSeparator1, refreshButton, this.toolStripSeparator3, propertiesButton, viewWebPageButton, this.buildHistoryButton, viewCurrentStatusButton, viewPackagesButton}); this.mainToolbar.Location = new System.Drawing.Point(0, 0); this.mainToolbar.Name = "mainToolbar"; this.mainToolbar.Size = new System.Drawing.Size(617, 25); this.mainToolbar.Stretch = true; this.mainToolbar.TabIndex = 2; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // propertiesButton // propertiesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; propertiesButton.Image = global::FastForward.Monitor.Properties.Resources.magnifier; propertiesButton.ImageTransparentColor = System.Drawing.Color.Magenta; propertiesButton.Name = "propertiesButton"; propertiesButton.Size = new System.Drawing.Size(23, 22); propertiesButton.Text = "&Properties"; propertiesButton.Click += new System.EventHandler(this.OnPropertiesClick); // // buildHistoryButton // this.buildHistoryButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buildHistoryButton.Image = global::FastForward.Monitor.Properties.Resources.application_view_list; this.buildHistoryButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.buildHistoryButton.Name = "buildHistoryButton"; this.buildHistoryButton.Size = new System.Drawing.Size(23, 22); this.buildHistoryButton.Text = "Build History"; this.buildHistoryButton.Click += new System.EventHandler(this.buildHistoryButton_Click); // // explorerContextMenu // this.explorerContextMenu.Name = "explorerContextMenu"; this.explorerContextMenu.Size = new System.Drawing.Size(61, 4); this.explorerContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.explorerContextMenu_Opening); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusLabel, this.errorReport}); this.statusStrip1.Location = new System.Drawing.Point(0, 338); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(617, 22); this.statusStrip1.TabIndex = 3; this.statusStrip1.Text = "statusStrip1"; // // statusLabel // this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(550, 17); this.statusLabel.Spring = true; this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // errorReport // this.errorReport.Name = "errorReport"; this.errorReport.Size = new System.Drawing.Size(52, 17); this.errorReport.Text = "No Errors"; this.errorReport.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.errorReport.DoubleClick += new System.EventHandler(this.errorReport_DoubleClick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(617, 360); this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip1); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "FastForward.NET: CruiseControl.NET Remote Monitor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.monitorContainer.Panel1.ResumeLayout(false); this.monitorContainer.Panel2.ResumeLayout(false); this.monitorContainer.ResumeLayout(false); this.monitorTabs.ResumeLayout(false); this.allProjectsPage.ResumeLayout(false); this.projectContextMenu.ResumeLayout(false); this.allQueuesPage.ResumeLayout(false); this.queueContextMenu.ResumeLayout(false); this.allQueueRequestsPage.ResumeLayout(false); this.mainToolbar.ResumeLayout(false); this.mainToolbar.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.TabControl monitorTabs; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; private System.Windows.Forms.SplitContainer monitorContainer; private System.Windows.Forms.TreeView monitorExplorer; private System.Windows.Forms.ToolStripMenuItem refreshAllServersMenu; private System.Windows.Forms.ToolStripSeparator refreshSeparator; private System.Windows.Forms.ToolStripMenuItem monitorExplorerDisplay; private System.Windows.Forms.ListView allQueueRequestsList; private System.Windows.Forms.ToolStripMenuItem refreshMenu; private System.Windows.Forms.ToolStripMenuItem groupByServerMenu; private System.Windows.Forms.TabPage allProjectsPage; private System.Windows.Forms.TabPage allQueueRequestsPage; private System.Windows.Forms.TabPage allQueuesPage; private System.Windows.Forms.ListView allQueuesList; private System.Windows.Forms.ToolStripMenuItem forceBuildContextMenu; private System.Windows.Forms.ToolStripMenuItem abortBuildContextMenu; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5; private System.Windows.Forms.ToolStripMenuItem startprojectContextMenu; private System.Windows.Forms.ToolStripMenuItem stopProjectContextMenu; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6; private System.Windows.Forms.ToolStripMenuItem displayWebPageContextMenu; private System.Windows.Forms.ToolStripMenuItem currentStatusContextMenu; private System.Windows.Forms.ToolStripMenuItem packagesContextMenu; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton buildHistoryButton; private System.Windows.Forms.ToolStripMenuItem buildHistoryContextMenu; private System.Windows.Forms.ImageList applicationImages; private System.Windows.Forms.ContextMenuStrip explorerContextMenu; private FastForward.WinCore.ProjectListView allProjectsView; private System.Windows.Forms.ContextMenuStrip projectContextMenu; private System.Windows.Forms.ToolStripMenuItem viewMenu; private System.Windows.Forms.ToolStripMenuItem projectMenu; private System.Windows.Forms.ToolStrip mainToolbar; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4; private System.Windows.Forms.ToolStripMenuItem buildHistoryMenu; private System.Windows.Forms.ToolStripStatusLabel statusLabel; private System.Windows.Forms.ToolStripStatusLabel errorReport; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8; private System.Windows.Forms.ContextMenuStrip queueContextMenu; } }