Click here to Skip to main content
15,895,922 members
Articles / Programming Languages / Forth.NET

DocMounter 2: A tool to build VS.NET documentation (now with Sandcastle)

,
Rate me:
Please Sign up or sign in to vote.
4.94/5 (29 votes)
15 Nov 2010GPL314 min read 139.6K   1.4K   99  
Tool for creating MS Visual Studio documentation files - XML Summaries, HxS/MSHC help solutions and manuals.
using System.Windows.Forms;

namespace TenTec.Utils.Forms
{
	partial class AppMainWindow
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppMainWindow));
			this.fImageListToolBar = new System.Windows.Forms.ImageList(this.components);
			this.fPanelProjectNodeEditor = new System.Windows.Forms.Panel();
			this.fOpenFileDialogProject = new System.Windows.Forms.OpenFileDialog();
			this.fOpenFileDialogAssembly = new System.Windows.Forms.OpenFileDialog();
			this.fSaveFileDialogProj = new System.Windows.Forms.SaveFileDialog();
			this.fPanelFindResults = new System.Windows.Forms.Panel();
			this.fTreeViewSpecial = new System.Windows.Forms.TreeView();
			this.fPaneCaptionFindResults = new TenTec.Utils.Forms.PaneCaption();
			this.fLinkLabelRefreshSpecial = new System.Windows.Forms.LinkLabel();
			this.fLabelSearchCriteria = new System.Windows.Forms.Label();
			this.fPanelProjectNodes = new System.Windows.Forms.Panel();
			this.fTreeView = new TenTec.Utils.MainProjectTree();
			this.fContextMenuStripNode = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.fToolStripMenuItemNodeConceptualTopicAdd = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemNodeConceptualTopicRemove = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemNodeConceptualTopicProperties = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemNodeObsoleteMemberTopicRemove = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuNode = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolTip = new System.Windows.Forms.ToolTip(this.components);
			this.fPanelOutput = new System.Windows.Forms.Panel();
			this.fPaneCaptionOutput = new TenTec.Utils.Forms.PaneCaption();
			this.fRichTextBoxOutput = new System.Windows.Forms.RichTextBox();
			this.fToolStrip = new System.Windows.Forms.ToolStrip();
			this.fToolStripButtonSaveProj = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripButtonProjectProperties = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripButtonInsertTag = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripButtonBuildAndViewHxS = new System.Windows.Forms.ToolStripButton();
			this.fToolStripButtonStop = new System.Windows.Forms.ToolStripButton();
			this.fMenuStrip = new System.Windows.Forms.MenuStrip();
			this.fToolStripMenuFile = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemFileNew = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemFileOpen = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemFileSave = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemFileExit = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuEdit = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemEditInsertTag = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuView = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemViewFindResults = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemViewOutput = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuProject = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemProjectFindNonDescribedNodes = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemProjectFindObsoleteMembers = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemProjectProperties = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuBuild = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemBuildBuildHxS = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemBuildBuildManual = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemBuildXMLSummaries = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemBuildCompleteXML = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemBuildStop = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuRun = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemRunBuildViewHxS = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemRunViewBuiltHxS = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuTools = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemToolsOptions = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuHelp = new System.Windows.Forms.ToolStripMenuItem();
			this.fToolStripMenuItemHelpManual = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
			this.fToolStripMenuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
			this.fPanelMain = new System.Windows.Forms.Panel();
			this.fSplitterProjectNodes = new System.Windows.Forms.Splitter();
			this.fSplitterSpecial = new System.Windows.Forms.Splitter();
			this.fSplitterOutput = new System.Windows.Forms.Splitter();
			this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
			this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
			this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
			this.fPanelFindResults.SuspendLayout();
			this.fPanelProjectNodes.SuspendLayout();
			this.fContextMenuStripNode.SuspendLayout();
			this.fPanelOutput.SuspendLayout();
			this.fToolStrip.SuspendLayout();
			this.fMenuStrip.SuspendLayout();
			this.fPanelMain.SuspendLayout();
			this.SuspendLayout();
			// 
			// fImageListToolBar
			// 
			this.fImageListToolBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("fImageListToolBar.ImageStream")));
			this.fImageListToolBar.TransparentColor = System.Drawing.Color.Transparent;
			this.fImageListToolBar.Images.SetKeyName(0, "");
			this.fImageListToolBar.Images.SetKeyName(1, "");
			this.fImageListToolBar.Images.SetKeyName(2, "");
			this.fImageListToolBar.Images.SetKeyName(3, "");
			this.fImageListToolBar.Images.SetKeyName(4, "");
			this.fImageListToolBar.Images.SetKeyName(5, "");
			this.fImageListToolBar.Images.SetKeyName(6, "");
			this.fImageListToolBar.Images.SetKeyName(7, "");
			this.fImageListToolBar.Images.SetKeyName(8, "");
			this.fImageListToolBar.Images.SetKeyName(9, "");
			this.fImageListToolBar.Images.SetKeyName(10, "");
			// 
			// fPanelProjectNodeEditor
			// 
			this.fPanelProjectNodeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fPanelProjectNodeEditor.Location = new System.Drawing.Point(372, 0);
			this.fPanelProjectNodeEditor.Name = "fPanelProjectNodeEditor";
			this.fPanelProjectNodeEditor.Padding = new System.Windows.Forms.Padding(0, 3, 5, 0);
			this.fPanelProjectNodeEditor.Size = new System.Drawing.Size(544, 388);
			this.fPanelProjectNodeEditor.TabIndex = 3;
			// 
			// fOpenFileDialogProject
			// 
			this.fOpenFileDialogProject.DefaultExt = "dmproj";
			this.fOpenFileDialogProject.Filter = "DocMounter project|*.dmproj";
			this.fOpenFileDialogProject.Title = "Open Project";
			// 
			// fOpenFileDialogAssembly
			// 
			this.fOpenFileDialogAssembly.Filter = "Assembly|*.dll; *.exe";
			this.fOpenFileDialogAssembly.Multiselect = true;
			this.fOpenFileDialogAssembly.Title = "Open Assemblies";
			// 
			// fSaveFileDialogProj
			// 
			this.fSaveFileDialogProj.DefaultExt = "dmproj";
			this.fSaveFileDialogProj.Filter = "DocMounter project|*.dmproj";
			this.fSaveFileDialogProj.Title = "Save Project";
			// 
			// fPanelFindResults
			// 
			this.fPanelFindResults.Controls.Add(this.fTreeViewSpecial);
			this.fPanelFindResults.Controls.Add(this.fPaneCaptionFindResults);
			this.fPanelFindResults.Controls.Add(this.fLinkLabelRefreshSpecial);
			this.fPanelFindResults.Controls.Add(this.fLabelSearchCriteria);
			this.fPanelFindResults.Dock = System.Windows.Forms.DockStyle.Left;
			this.fPanelFindResults.Location = new System.Drawing.Point(0, 0);
			this.fPanelFindResults.Name = "fPanelFindResults";
			this.fPanelFindResults.Padding = new System.Windows.Forms.Padding(6, 3, 0, 1);
			this.fPanelFindResults.Size = new System.Drawing.Size(160, 388);
			this.fPanelFindResults.TabIndex = 1;
			// 
			// fTreeViewSpecial
			// 
			this.fTreeViewSpecial.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.fTreeViewSpecial.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.fTreeViewSpecial.FullRowSelect = true;
			this.fTreeViewSpecial.HideSelection = false;
			this.fTreeViewSpecial.HotTracking = true;
			this.fTreeViewSpecial.Location = new System.Drawing.Point(6, 37);
			this.fTreeViewSpecial.Name = "fTreeViewSpecial";
			this.fTreeViewSpecial.ShowLines = false;
			this.fTreeViewSpecial.ShowPlusMinus = false;
			this.fTreeViewSpecial.Size = new System.Drawing.Size(154, 350);
			this.fTreeViewSpecial.TabIndex = 1;
			// 
			// fPaneCaptionFindMemberResults
			// 
			this.fPaneCaptionFindResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.fPaneCaptionFindResults.BackColor = System.Drawing.SystemColors.Highlight;
			this.fPaneCaptionFindResults.CaptionText = "Find Results";
			this.fPaneCaptionFindResults.Location = new System.Drawing.Point(6, 3);
			this.fPaneCaptionFindResults.Name = "fPaneCaptionFindMemberResults";
			this.fPaneCaptionFindResults.Size = new System.Drawing.Size(154, 15);
			this.fPaneCaptionFindResults.TabIndex = 5;
			this.fPaneCaptionFindResults.CloseButtonClick += new System.EventHandler(this.fPaneCaptionFindResults_CloseButtonClick);
			// 
			// fLinkLabelRefreshSpecial
			// 
			this.fLinkLabelRefreshSpecial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.fLinkLabelRefreshSpecial.AutoSize = true;
			this.fLinkLabelRefreshSpecial.Location = new System.Drawing.Point(116, 21);
			this.fLinkLabelRefreshSpecial.Name = "fLinkLabelRefreshSpecial";
			this.fLinkLabelRefreshSpecial.Size = new System.Drawing.Size(44, 13);
			this.fLinkLabelRefreshSpecial.TabIndex = 4;
			this.fLinkLabelRefreshSpecial.TabStop = true;
			this.fLinkLabelRefreshSpecial.Text = "Refresh";
			// 
			// fLabelSearchCriteria
			// 
			this.fLabelSearchCriteria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.fLabelSearchCriteria.Location = new System.Drawing.Point(6, 21);
			this.fLabelSearchCriteria.Name = "fLabelSearchCriteria";
			this.fLabelSearchCriteria.Size = new System.Drawing.Size(112, 13);
			this.fLabelSearchCriteria.TabIndex = 0;
			this.fLabelSearchCriteria.Text = "<No search done>";
			// 
			// fPanelProjectNodes
			// 
			this.fPanelProjectNodes.Controls.Add(this.fTreeView);
			this.fPanelProjectNodes.Dock = System.Windows.Forms.DockStyle.Left;
			this.fPanelProjectNodes.Location = new System.Drawing.Point(166, 0);
			this.fPanelProjectNodes.Name = "fPanelProjectNodes";
			this.fPanelProjectNodes.Padding = new System.Windows.Forms.Padding(0, 3, 0, 1);
			this.fPanelProjectNodes.Size = new System.Drawing.Size(200, 388);
			this.fPanelProjectNodes.TabIndex = 2;
			// 
			// fTreeView
			// 
			this.fTreeView.ContextMenuStrip = this.fContextMenuStripNode;
			this.fTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fTreeView.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.fTreeView.FullRowSelect = true;
			this.fTreeView.HideSelection = false;
			this.fTreeView.HotTracking = true;
			this.fTreeView.Location = new System.Drawing.Point(0, 3);
			this.fTreeView.Name = "fTreeView";
			this.fTreeView.Size = new System.Drawing.Size(200, 384);
			this.fTreeView.TabIndex = 0;
			this.fTreeView.AddNewMember += new System.EventHandler(this.fTreeView_AddNewProjectNode);
			this.fTreeView.RemoveSelectedMember += new System.EventHandler(this.fTreeView_RemoveSelectedProjectNode);
			this.fTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.fTreeView_AfterSelect);
			// 
			// fContextMenuStripNode
			// 
			this.fContextMenuStripNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemNodeConceptualTopicAdd,
            this.fToolStripMenuItemNodeConceptualTopicRemove,
            this.toolStripSeparator4,
            this.fToolStripMenuItemNodeConceptualTopicProperties,
            this.toolStripSeparator6,
            this.fToolStripMenuItemNodeObsoleteMemberTopicRemove});
			this.fContextMenuStripNode.Name = "fContextMenuStripNode";
			this.fContextMenuStripNode.Size = new System.Drawing.Size(249, 104);
			// 
			// fToolStripMenuItemNodeConceptualTopicAdd
			// 
			this.fToolStripMenuItemNodeConceptualTopicAdd.Name = "fToolStripMenuItemNodeConceptualTopicAdd";
			this.fToolStripMenuItemNodeConceptualTopicAdd.Size = new System.Drawing.Size(248, 22);
			this.fToolStripMenuItemNodeConceptualTopicAdd.Text = "&Add Conceptual Topic...";
			this.fToolStripMenuItemNodeConceptualTopicAdd.Click += new System.EventHandler(this.fToolStripMenuItemNodeConceptualTopicAdd_Click);
			// 
			// fToolStripMenuItemNodeConceptualTopicRemove
			// 
			this.fToolStripMenuItemNodeConceptualTopicRemove.Name = "fToolStripMenuItemNodeConceptualTopicRemove";
			this.fToolStripMenuItemNodeConceptualTopicRemove.Size = new System.Drawing.Size(248, 22);
			this.fToolStripMenuItemNodeConceptualTopicRemove.Text = "&Remove Conceptual Topic";
			this.fToolStripMenuItemNodeConceptualTopicRemove.Click += new System.EventHandler(this.fToolStripMenuItemNodeConceptualTopicRemove_Click);
			// 
			// toolStripSeparator4
			// 
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(245, 6);
			// 
			// fToolStripMenuItemNodeConceptualTopicProperties
			// 
			this.fToolStripMenuItemNodeConceptualTopicProperties.Name = "fToolStripMenuItemNodeConceptualTopicProperties";
			this.fToolStripMenuItemNodeConceptualTopicProperties.Size = new System.Drawing.Size(248, 22);
			this.fToolStripMenuItemNodeConceptualTopicProperties.Text = "Conceptual Topic &Properties...";
			this.fToolStripMenuItemNodeConceptualTopicProperties.Click += new System.EventHandler(this.fToolStripMenuItemNodeConceptualTopicProperties_Click);
			// 
			// toolStripSeparator6
			// 
			this.toolStripSeparator6.Name = "toolStripSeparator6";
			this.toolStripSeparator6.Size = new System.Drawing.Size(245, 6);
			// 
			// fToolStripMenuItemNodeObsoleteMemberTopicRemove
			// 
			this.fToolStripMenuItemNodeObsoleteMemberTopicRemove.Name = "fToolStripMenuItemNodeObsoleteMemberTopicRemove";
			this.fToolStripMenuItemNodeObsoleteMemberTopicRemove.Size = new System.Drawing.Size(248, 22);
			this.fToolStripMenuItemNodeObsoleteMemberTopicRemove.Text = "Remove &Obsolete Member Topic";
			this.fToolStripMenuItemNodeObsoleteMemberTopicRemove.Click += new System.EventHandler(this.fToolStripMenuItemNodeObsoleteMemberTopicRemove_Click);
			// 
			// fToolStripMenuNode
			// 
			this.fToolStripMenuNode.Name = "fToolStripMenuNode";
			this.fToolStripMenuNode.Size = new System.Drawing.Size(48, 20);
			this.fToolStripMenuNode.Text = "&Node";
			// 
			// fPanelOutput
			// 
			this.fPanelOutput.Controls.Add(this.fPaneCaptionOutput);
			this.fPanelOutput.Controls.Add(this.fRichTextBoxOutput);
			this.fPanelOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.fPanelOutput.Location = new System.Drawing.Point(0, 394);
			this.fPanelOutput.Name = "fPanelOutput";
			this.fPanelOutput.Size = new System.Drawing.Size(916, 176);
			this.fPanelOutput.TabIndex = 8;
			this.fPanelOutput.Visible = false;
			// 
			// fPaneCaptionOutput
			// 
			this.fPaneCaptionOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.fPaneCaptionOutput.BackColor = System.Drawing.SystemColors.Highlight;
			this.fPaneCaptionOutput.CaptionText = "Output";
			this.fPaneCaptionOutput.Location = new System.Drawing.Point(6, 1);
			this.fPaneCaptionOutput.Name = "fPaneCaptionOutput";
			this.fPaneCaptionOutput.Size = new System.Drawing.Size(905, 15);
			this.fPaneCaptionOutput.TabIndex = 3;
			this.fPaneCaptionOutput.CloseButtonClick += new System.EventHandler(this.fPaneCaptionOutput_CloseButtonClick);
			// 
			// fRichTextBoxOutput
			// 
			this.fRichTextBoxOutput.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.fRichTextBoxOutput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.fRichTextBoxOutput.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.fRichTextBoxOutput.Location = new System.Drawing.Point(6, 19);
			this.fRichTextBoxOutput.Name = "fRichTextBoxOutput";
			this.fRichTextBoxOutput.ReadOnly = true;
			this.fRichTextBoxOutput.Size = new System.Drawing.Size(905, 154);
			this.fRichTextBoxOutput.TabIndex = 2;
			this.fRichTextBoxOutput.Text = "";
			// 
			// fToolStrip
			// 
			this.fToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripButtonSaveProj,
            this.toolStripSeparator1,
            this.fToolStripButtonProjectProperties,
            this.toolStripSeparator5,
            this.fToolStripButtonInsertTag,
            this.toolStripSeparator2,
            this.fToolStripButtonBuildAndViewHxS,
            this.fToolStripButtonStop});
			this.fToolStrip.Location = new System.Drawing.Point(0, 24);
			this.fToolStrip.Name = "fToolStrip";
			this.fToolStrip.Size = new System.Drawing.Size(916, 25);
			this.fToolStrip.TabIndex = 9;
			this.fToolStrip.Text = "Main";
			// 
			// fToolStripButtonSaveProj
			// 
			this.fToolStripButtonSaveProj.Image = global::TenTec.Utils.Properties.Resources.File_Save;
			this.fToolStripButtonSaveProj.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.fToolStripButtonSaveProj.Name = "fToolStripButtonSaveProj";
			this.fToolStripButtonSaveProj.Size = new System.Drawing.Size(91, 22);
			this.fToolStripButtonSaveProj.Text = "Save Project";
			this.fToolStripButtonSaveProj.ToolTipText = "Save Project";
			this.fToolStripButtonSaveProj.Click += new System.EventHandler(this.fToolStripButtonSaveProj_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// fToolStripButtonProjectProperties
			// 
			this.fToolStripButtonProjectProperties.Image = global::TenTec.Utils.Properties.Resources.Project_Properties;
			this.fToolStripButtonProjectProperties.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.fToolStripButtonProjectProperties.Name = "fToolStripButtonProjectProperties";
			this.fToolStripButtonProjectProperties.Size = new System.Drawing.Size(120, 22);
			this.fToolStripButtonProjectProperties.Text = "Project Properties";
			this.fToolStripButtonProjectProperties.ToolTipText = "Project properties";
			this.fToolStripButtonProjectProperties.Click += new System.EventHandler(this.fToolStripButtonProjectProperties_Click);
			// 
			// toolStripSeparator5
			// 
			this.toolStripSeparator5.Name = "toolStripSeparator5";
			this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
			// 
			// fToolStripButtonInsertTag
			// 
			this.fToolStripButtonInsertTag.Image = global::TenTec.Utils.Properties.Resources.Edit_InsertTag;
			this.fToolStripButtonInsertTag.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.fToolStripButtonInsertTag.Name = "fToolStripButtonInsertTag";
			this.fToolStripButtonInsertTag.Size = new System.Drawing.Size(79, 22);
			this.fToolStripButtonInsertTag.Text = "Insert Tag";
			this.fToolStripButtonInsertTag.Click += new System.EventHandler(this.fToolStripButtonInsertTag_Click);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// fToolStripButtonBuildAndViewHxS
			// 
			this.fToolStripButtonBuildAndViewHxS.Image = ((System.Drawing.Image)(resources.GetObject("fToolStripButtonBuildAndViewHxS.Image")));
			this.fToolStripButtonBuildAndViewHxS.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.fToolStripButtonBuildAndViewHxS.Name = "fToolStripButtonBuildAndViewHxS";
			this.fToolStripButtonBuildAndViewHxS.Size = new System.Drawing.Size(118, 22);
			this.fToolStripButtonBuildAndViewHxS.Text = "Build && View HxS";
			this.fToolStripButtonBuildAndViewHxS.ToolTipText = "Build & View HxS";
			this.fToolStripButtonBuildAndViewHxS.Click += new System.EventHandler(this.fToolStripButtonBuildAndViewHxS_Click);
			// 
			// fToolStripButtonStop
			// 
			this.fToolStripButtonStop.Image = global::TenTec.Utils.Properties.Resources.Build_Stop;
			this.fToolStripButtonStop.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.fToolStripButtonStop.Name = "fToolStripButtonStop";
			this.fToolStripButtonStop.Size = new System.Drawing.Size(51, 22);
			this.fToolStripButtonStop.Text = "Stop";
			this.fToolStripButtonStop.ToolTipText = "Stop build action";
			this.fToolStripButtonStop.Click += new System.EventHandler(this.fToolStripButtonStop_Click);
			// 
			// fMenuStrip
			// 
			this.fMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuFile,
            this.fToolStripMenuNode,
            this.fToolStripMenuEdit,
            this.fToolStripMenuView,
            this.fToolStripMenuProject,
            this.fToolStripMenuBuild,
            this.fToolStripMenuRun,
            this.fToolStripMenuTools,
            this.fToolStripMenuHelp});
			this.fMenuStrip.Location = new System.Drawing.Point(0, 0);
			this.fMenuStrip.Name = "fMenuStrip";
			this.fMenuStrip.Size = new System.Drawing.Size(916, 24);
			this.fMenuStrip.TabIndex = 10;
			this.fMenuStrip.Text = "menuStrip1";
			// 
			// fToolStripMenuFile
			// 
			this.fToolStripMenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemFileNew,
            this.fToolStripMenuItemFileOpen,
            this.fToolStripMenuItemFileSave,
            this.toolStripMenuItem1,
            this.fToolStripMenuItemFileExit});
			this.fToolStripMenuFile.Name = "fToolStripMenuFile";
			this.fToolStripMenuFile.Size = new System.Drawing.Size(37, 20);
			this.fToolStripMenuFile.Text = "&File";
			// 
			// fToolStripMenuItemFileNew
			// 
			this.fToolStripMenuItemFileNew.Image = global::TenTec.Utils.Properties.Resources.File_New;
			this.fToolStripMenuItemFileNew.Name = "fToolStripMenuItemFileNew";
			this.fToolStripMenuItemFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
			this.fToolStripMenuItemFileNew.Size = new System.Drawing.Size(195, 22);
			this.fToolStripMenuItemFileNew.Text = "&New Project...";
			this.fToolStripMenuItemFileNew.Click += new System.EventHandler(this.fToolStripMenuItemFileNew_Click);
			// 
			// fToolStripMenuItemFileOpen
			// 
			this.fToolStripMenuItemFileOpen.Image = global::TenTec.Utils.Properties.Resources.File_Open;
			this.fToolStripMenuItemFileOpen.Name = "fToolStripMenuItemFileOpen";
			this.fToolStripMenuItemFileOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
			this.fToolStripMenuItemFileOpen.Size = new System.Drawing.Size(195, 22);
			this.fToolStripMenuItemFileOpen.Text = "&Open Project...";
			this.fToolStripMenuItemFileOpen.Click += new System.EventHandler(this.fToolStripMenuItemFileOpen_Click);
			// 
			// fToolStripMenuItemFileSave
			// 
			this.fToolStripMenuItemFileSave.Image = global::TenTec.Utils.Properties.Resources.File_Save;
			this.fToolStripMenuItemFileSave.Name = "fToolStripMenuItemFileSave";
			this.fToolStripMenuItemFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
			this.fToolStripMenuItemFileSave.Size = new System.Drawing.Size(195, 22);
			this.fToolStripMenuItemFileSave.Text = "&Save Project";
			this.fToolStripMenuItemFileSave.Click += new System.EventHandler(this.fToolStripMenuItemFileSave_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 6);
			// 
			// fToolStripMenuItemFileExit
			// 
			this.fToolStripMenuItemFileExit.Name = "fToolStripMenuItemFileExit";
			this.fToolStripMenuItemFileExit.Size = new System.Drawing.Size(195, 22);
			this.fToolStripMenuItemFileExit.Text = "E&xit";
			this.fToolStripMenuItemFileExit.Click += new System.EventHandler(this.fToolStripMenuItemFileExit_Click);
			// 
			// fToolStripMenuEdit
			// 
			this.fToolStripMenuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemEditInsertTag});
			this.fToolStripMenuEdit.Name = "fToolStripMenuEdit";
			this.fToolStripMenuEdit.Size = new System.Drawing.Size(39, 20);
			this.fToolStripMenuEdit.Text = "&Edit";
			// 
			// fToolStripMenuItemEditInsertTag
			// 
			this.fToolStripMenuItemEditInsertTag.Image = global::TenTec.Utils.Properties.Resources.Edit_InsertTag;
			this.fToolStripMenuItemEditInsertTag.Name = "fToolStripMenuItemEditInsertTag";
			this.fToolStripMenuItemEditInsertTag.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
			this.fToolStripMenuItemEditInsertTag.Size = new System.Drawing.Size(176, 22);
			this.fToolStripMenuItemEditInsertTag.Text = "Insert &Tag...";
			this.fToolStripMenuItemEditInsertTag.Click += new System.EventHandler(this.fToolStripMenuItemEditInsertTag_Click);
			// 
			// fToolStripMenuView
			// 
			this.fToolStripMenuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemViewFindResults,
            this.fToolStripMenuItemViewOutput});
			this.fToolStripMenuView.Name = "fToolStripMenuView";
			this.fToolStripMenuView.Size = new System.Drawing.Size(44, 20);
			this.fToolStripMenuView.Text = "&View";
			// 
			// fToolStripMenuItemViewFindResults
			// 
			this.fToolStripMenuItemViewFindResults.Name = "fToolStripMenuItemViewFindResults";
			this.fToolStripMenuItemViewFindResults.Size = new System.Drawing.Size(137, 22);
			this.fToolStripMenuItemViewFindResults.Text = "&Find Results";
			this.fToolStripMenuItemViewFindResults.Click += new System.EventHandler(this.fToolStripMenuItemViewFindResults_Click);
			// 
			// fToolStripMenuItemViewOutput
			// 
			this.fToolStripMenuItemViewOutput.Name = "fToolStripMenuItemViewOutput";
			this.fToolStripMenuItemViewOutput.Size = new System.Drawing.Size(137, 22);
			this.fToolStripMenuItemViewOutput.Text = "&Output";
			this.fToolStripMenuItemViewOutput.Click += new System.EventHandler(this.fToolStripMenuItemViewOutput_Click);
			// 
			// fToolStripMenuProject
			// 
			this.fToolStripMenuProject.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemProjectFindNonDescribedNodes,
            this.fToolStripMenuItemProjectFindObsoleteMembers,
            this.toolStripMenuItem2,
            this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile,
            this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes,
            this.toolStripMenuItem3,
            this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds,
            this.toolStripMenuItem4,
            this.fToolStripMenuItemProjectProperties});
			this.fToolStripMenuProject.Name = "fToolStripMenuProject";
			this.fToolStripMenuProject.Size = new System.Drawing.Size(56, 20);
			this.fToolStripMenuProject.Text = "&Project";
			// 
			// fToolStripMenuItemProjectFindNonDescribedNodes
			// 
			this.fToolStripMenuItemProjectFindNonDescribedNodes.Name = "fToolStripMenuItemProjectFindNonDescribedNodes";
			this.fToolStripMenuItemProjectFindNonDescribedNodes.Size = new System.Drawing.Size(252, 22);
			this.fToolStripMenuItemProjectFindNonDescribedNodes.Text = "Find &Non-Described Nodes...";
			this.fToolStripMenuItemProjectFindNonDescribedNodes.Click += new System.EventHandler(this.fToolStripMenuItemProjectFindNonDescribedNodes_Click);
			// 
			// fToolStripMenuItemProjectFindObsoleteMembers
			// 
			this.fToolStripMenuItemProjectFindObsoleteMembers.Name = "fToolStripMenuItemProjectFindObsoleteMembers";
			this.fToolStripMenuItemProjectFindObsoleteMembers.Size = new System.Drawing.Size(252, 22);
			this.fToolStripMenuItemProjectFindObsoleteMembers.Text = "Find &Obsolete Members";
			this.fToolStripMenuItemProjectFindObsoleteMembers.Click += new System.EventHandler(this.fToolStripMenuItemProjectFindObsoleteMembers_Click);
			// 
			// toolStripMenuItem2
			// 
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(249, 6);
			// 
			// fToolStripMenuItemProjectLoadDescriptionsFromXMLFile
			// 
			this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile.Name = "fToolStripMenuItemProjectLoadDescriptionsFromXMLFile";
			this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile.Size = new System.Drawing.Size(252, 22);
			this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile.Text = "Load Descriptions from &XML File";
			this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile.Click += new System.EventHandler(this.fToolStripMenuItemProjectLoadDescriptionsFromXMLFile_Click);
			// 
			// fToolStripMenuItemProjectLoadDescriptionsFromAttributes
			// 
			this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes.Name = "fToolStripMenuItemProjectLoadDescriptionsFromAttributes";
			this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes.Size = new System.Drawing.Size(252, 22);
			this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes.Text = "Load Descriptions from &Attributes";
			this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes.Click += new System.EventHandler(this.fToolStripMenuItemProjectLoadDescriptionsFromAttributes_Click);
			// 
			// toolStripMenuItem3
			// 
			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
			this.toolStripMenuItem3.Size = new System.Drawing.Size(249, 6);
			// 
			// fToolStripMenuItemProjectFillEmptyConceptualTopicIds
			// 
			this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds.Name = "fToolStripMenuItemProjectFillEmptyConceptualTopicIds";
			this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds.Size = new System.Drawing.Size(252, 22);
			this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds.Text = "Fill &Empty Conceptual Topic Id\'s";
			this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds.Click += new System.EventHandler(this.fToolStripMenuItemProjectFillEmptyConceptualTopicIds_Click);
			// 
			// toolStripMenuItem4
			// 
			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
			this.toolStripMenuItem4.Size = new System.Drawing.Size(249, 6);
			// 
			// fToolStripMenuItemProjectProperties
			// 
			this.fToolStripMenuItemProjectProperties.Image = global::TenTec.Utils.Properties.Resources.Project_Properties;
			this.fToolStripMenuItemProjectProperties.Name = "fToolStripMenuItemProjectProperties";
			this.fToolStripMenuItemProjectProperties.Size = new System.Drawing.Size(252, 22);
			this.fToolStripMenuItemProjectProperties.Text = "&Properties...";
			this.fToolStripMenuItemProjectProperties.Click += new System.EventHandler(this.fToolStripMenuItemProjectProperties_Click);
			// 
			// fToolStripMenuBuild
			// 
			this.fToolStripMenuBuild.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemBuildBuildHxS,
            this.fToolStripMenuItemBuildBuildManual,
            this.toolStripMenuItem5,
            this.fToolStripMenuItemBuildXMLSummaries,
            this.fToolStripMenuItemBuildCompleteXML,
            this.toolStripMenuItem6,
            this.fToolStripMenuItemBuildStop});
			this.fToolStripMenuBuild.Name = "fToolStripMenuBuild";
			this.fToolStripMenuBuild.Size = new System.Drawing.Size(46, 20);
			this.fToolStripMenuBuild.Text = "&Build";
			// 
			// fToolStripMenuItemBuildBuildHxS
			// 
			this.fToolStripMenuItemBuildBuildHxS.Name = "fToolStripMenuItemBuildBuildHxS";
			this.fToolStripMenuItemBuildBuildHxS.ShortcutKeys = System.Windows.Forms.Keys.F6;
			this.fToolStripMenuItemBuildBuildHxS.Size = new System.Drawing.Size(204, 22);
			this.fToolStripMenuItemBuildBuildHxS.Text = "Build &HxS";
			this.fToolStripMenuItemBuildBuildHxS.Click += new System.EventHandler(this.fToolStripMenuItemBuildBuildHxS_Click);
			// 
			// fToolStripMenuItemBuildBuildManual
			// 
			this.fToolStripMenuItemBuildBuildManual.Name = "fToolStripMenuItemBuildBuildManual";
			this.fToolStripMenuItemBuildBuildManual.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F6)));
			this.fToolStripMenuItemBuildBuildManual.Size = new System.Drawing.Size(204, 22);
			this.fToolStripMenuItemBuildBuildManual.Text = "Build &Manual";
			this.fToolStripMenuItemBuildBuildManual.Click += new System.EventHandler(this.fToolStripMenuItemBuildBuildManual_Click);
			// 
			// toolStripMenuItem5
			// 
			this.toolStripMenuItem5.Name = "toolStripMenuItem5";
			this.toolStripMenuItem5.Size = new System.Drawing.Size(201, 6);
			// 
			// fToolStripMenuItemBuildXMLSummaries
			// 
			this.fToolStripMenuItemBuildXMLSummaries.Name = "fToolStripMenuItemBuildXMLSummaries";
			this.fToolStripMenuItemBuildXMLSummaries.ShortcutKeys = System.Windows.Forms.Keys.F7;
			this.fToolStripMenuItemBuildXMLSummaries.Size = new System.Drawing.Size(204, 22);
			this.fToolStripMenuItemBuildXMLSummaries.Text = "&XML Summaries";
			this.fToolStripMenuItemBuildXMLSummaries.Click += new System.EventHandler(this.fToolStripMenuItemBuildXMLSummaries_Click);
			// 
			// fToolStripMenuItemBuildCompleteXML
			// 
			this.fToolStripMenuItemBuildCompleteXML.Name = "fToolStripMenuItemBuildCompleteXML";
			this.fToolStripMenuItemBuildCompleteXML.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F7)));
			this.fToolStripMenuItemBuildCompleteXML.Size = new System.Drawing.Size(204, 22);
			this.fToolStripMenuItemBuildCompleteXML.Text = "&Complete XML";
			this.fToolStripMenuItemBuildCompleteXML.Click += new System.EventHandler(this.fToolStripMenuItemBuildCompleteXML_Click);
			// 
			// toolStripMenuItem6
			// 
			this.toolStripMenuItem6.Name = "toolStripMenuItem6";
			this.toolStripMenuItem6.Size = new System.Drawing.Size(201, 6);
			// 
			// fToolStripMenuItemBuildStop
			// 
			this.fToolStripMenuItemBuildStop.Image = global::TenTec.Utils.Properties.Resources.Build_Stop;
			this.fToolStripMenuItemBuildStop.Name = "fToolStripMenuItemBuildStop";
			this.fToolStripMenuItemBuildStop.ShortcutKeys = System.Windows.Forms.Keys.F9;
			this.fToolStripMenuItemBuildStop.Size = new System.Drawing.Size(204, 22);
			this.fToolStripMenuItemBuildStop.Text = "&Stop";
			this.fToolStripMenuItemBuildStop.Click += new System.EventHandler(this.fToolStripMenuItemBuildStop_Click);
			// 
			// fToolStripMenuRun
			// 
			this.fToolStripMenuRun.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemRunBuildViewHxS,
            this.toolStripMenuItem7,
            this.fToolStripMenuItemRunViewBuiltHxS});
			this.fToolStripMenuRun.Name = "fToolStripMenuRun";
			this.fToolStripMenuRun.Size = new System.Drawing.Size(40, 20);
			this.fToolStripMenuRun.Text = "&Run";
			// 
			// fToolStripMenuItemRunBuildViewHxS
			// 
			this.fToolStripMenuItemRunBuildViewHxS.Image = global::TenTec.Utils.Properties.Resources.Run_BuildAndViewHxS;
			this.fToolStripMenuItemRunBuildViewHxS.Name = "fToolStripMenuItemRunBuildViewHxS";
			this.fToolStripMenuItemRunBuildViewHxS.ShortcutKeys = System.Windows.Forms.Keys.F5;
			this.fToolStripMenuItemRunBuildViewHxS.Size = new System.Drawing.Size(200, 22);
			this.fToolStripMenuItemRunBuildViewHxS.Text = "&Build && View HxS";
			this.fToolStripMenuItemRunBuildViewHxS.Click += new System.EventHandler(this.fToolStripMenuItemRunBuildViewHxS_Click);
			// 
			// toolStripMenuItem7
			// 
			this.toolStripMenuItem7.Name = "toolStripMenuItem7";
			this.toolStripMenuItem7.Size = new System.Drawing.Size(197, 6);
			// 
			// fToolStripMenuItemRunViewBuiltHxS
			// 
			this.fToolStripMenuItemRunViewBuiltHxS.Name = "fToolStripMenuItemRunViewBuiltHxS";
			this.fToolStripMenuItemRunViewBuiltHxS.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5)));
			this.fToolStripMenuItemRunViewBuiltHxS.Size = new System.Drawing.Size(200, 22);
			this.fToolStripMenuItemRunViewBuiltHxS.Text = "&View Built HxS";
			this.fToolStripMenuItemRunViewBuiltHxS.Click += new System.EventHandler(this.fToolStripMenuItemRunViewBuiltHxS_Click);
			// 
			// fToolStripMenuTools
			// 
			this.fToolStripMenuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemToolsOptions});
			this.fToolStripMenuTools.Name = "fToolStripMenuTools";
			this.fToolStripMenuTools.Size = new System.Drawing.Size(48, 20);
			this.fToolStripMenuTools.Text = "&Tools";
			// 
			// fToolStripMenuItemToolsOptions
			// 
			this.fToolStripMenuItemToolsOptions.Name = "fToolStripMenuItemToolsOptions";
			this.fToolStripMenuItemToolsOptions.Size = new System.Drawing.Size(125, 22);
			this.fToolStripMenuItemToolsOptions.Text = "&Options...";
			this.fToolStripMenuItemToolsOptions.Click += new System.EventHandler(this.fToolStripMenuItemToolsOptions_Click);
			// 
			// fToolStripMenuHelp
			// 
			this.fToolStripMenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItemHelpManual,
            this.toolStripMenuItem8,
            this.fToolStripMenuItemHelpAbout});
			this.fToolStripMenuHelp.Name = "fToolStripMenuHelp";
			this.fToolStripMenuHelp.Size = new System.Drawing.Size(44, 20);
			this.fToolStripMenuHelp.Text = "&Help";
			// 
			// fToolStripMenuItemHelpManual
			// 
			this.fToolStripMenuItemHelpManual.Name = "fToolStripMenuItemHelpManual";
			this.fToolStripMenuItemHelpManual.ShortcutKeys = System.Windows.Forms.Keys.F1;
			this.fToolStripMenuItemHelpManual.Size = new System.Drawing.Size(177, 22);
			this.fToolStripMenuItemHelpManual.Text = "&Manual";
			this.fToolStripMenuItemHelpManual.Click += new System.EventHandler(this.fToolStripMenuItemHelpManual_Click);
			// 
			// toolStripMenuItem8
			// 
			this.toolStripMenuItem8.Name = "toolStripMenuItem8";
			this.toolStripMenuItem8.Size = new System.Drawing.Size(174, 6);
			// 
			// fToolStripMenuItemHelpAbout
			// 
			this.fToolStripMenuItemHelpAbout.Name = "fToolStripMenuItemHelpAbout";
			this.fToolStripMenuItemHelpAbout.Size = new System.Drawing.Size(177, 22);
			this.fToolStripMenuItemHelpAbout.Text = "&About DocMounter";
			this.fToolStripMenuItemHelpAbout.Click += new System.EventHandler(this.fToolStripMenuItemHelpAbout_Click);
			// 
			// fPanelMain
			// 
			this.fPanelMain.Controls.Add(this.fPanelProjectNodeEditor);
			this.fPanelMain.Controls.Add(this.fSplitterProjectNodes);
			this.fPanelMain.Controls.Add(this.fPanelProjectNodes);
			this.fPanelMain.Controls.Add(this.fSplitterSpecial);
			this.fPanelMain.Controls.Add(this.fPanelFindResults);
			this.fPanelMain.Controls.Add(this.fSplitterOutput);
			this.fPanelMain.Controls.Add(this.fPanelOutput);
			this.fPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fPanelMain.Location = new System.Drawing.Point(0, 49);
			this.fPanelMain.Name = "fPanelMain";
			this.fPanelMain.Size = new System.Drawing.Size(916, 570);
			this.fPanelMain.TabIndex = 11;
			// 
			// fSplitterProjectNodes
			// 
			this.fSplitterProjectNodes.Location = new System.Drawing.Point(366, 0);
			this.fSplitterProjectNodes.Name = "fSplitterProjectNodes";
			this.fSplitterProjectNodes.Size = new System.Drawing.Size(6, 388);
			this.fSplitterProjectNodes.TabIndex = 10;
			this.fSplitterProjectNodes.TabStop = false;
			// 
			// fSplitterSpecial
			// 
			this.fSplitterSpecial.Location = new System.Drawing.Point(160, 0);
			this.fSplitterSpecial.Name = "fSplitterSpecial";
			this.fSplitterSpecial.Size = new System.Drawing.Size(6, 388);
			this.fSplitterSpecial.TabIndex = 13;
			this.fSplitterSpecial.TabStop = false;
			// 
			// fSplitterOutput
			// 
			this.fSplitterOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.fSplitterOutput.Location = new System.Drawing.Point(0, 388);
			this.fSplitterOutput.Name = "fSplitterOutput";
			this.fSplitterOutput.Size = new System.Drawing.Size(916, 6);
			this.fSplitterOutput.TabIndex = 9;
			this.fSplitterOutput.TabStop = false;
			// 
			// toolStripButton1
			// 
			this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButton1.Image = global::TenTec.Utils.Properties.Resources.File_New;
			this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButton1.Name = "toolStripButton1";
			this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
			this.toolStripButton1.Text = "toolStripButton1";
			// 
			// toolStripButton2
			// 
			this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButton2.Image = global::TenTec.Utils.Properties.Resources.File_Open;
			this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButton2.Name = "toolStripButton2";
			this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
			this.toolStripButton2.Text = "toolStripButton2";
			// 
			// toolStripButton3
			// 
			this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButton3.Image = global::TenTec.Utils.Properties.Resources.File_Save;
			this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButton3.Name = "toolStripButton3";
			this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
			this.toolStripButton3.Text = "toolStripButton3";
			// 
			// AppMainWindow
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.ClientSize = new System.Drawing.Size(916, 619);
			this.Controls.Add(this.fPanelMain);
			this.Controls.Add(this.fToolStrip);
			this.Controls.Add(this.fMenuStrip);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MainMenuStrip = this.fMenuStrip;
			this.Name = "AppMainWindow";
			this.Text = "DocMounter 2";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AppMainWindow_FormClosing);
			this.fPanelFindResults.ResumeLayout(false);
			this.fPanelFindResults.PerformLayout();
			this.fPanelProjectNodes.ResumeLayout(false);
			this.fContextMenuStripNode.ResumeLayout(false);
			this.fPanelOutput.ResumeLayout(false);
			this.fToolStrip.ResumeLayout(false);
			this.fToolStrip.PerformLayout();
			this.fMenuStrip.ResumeLayout(false);
			this.fMenuStrip.PerformLayout();
			this.fPanelMain.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		#endregion

		private MainProjectTree fTreeView;
		private System.Windows.Forms.Panel fPanelProjectNodeEditor;
		private System.Windows.Forms.OpenFileDialog fOpenFileDialogProject;
		private System.Windows.Forms.OpenFileDialog fOpenFileDialogAssembly;
		private System.Windows.Forms.SaveFileDialog fSaveFileDialogProj;
		private System.Windows.Forms.ImageList fImageListToolBar;
		private System.Windows.Forms.Panel fPanelFindResults;
		private System.Windows.Forms.Panel fPanelProjectNodes;
		private System.Windows.Forms.Label fLabelSearchCriteria;
		private System.Windows.Forms.ToolTip fToolTip;
		private System.Windows.Forms.Panel fPanelOutput;
		private RichTextBox fRichTextBoxOutput;
		private TreeView fTreeViewSpecial;
		private LinkLabel fLinkLabelRefreshSpecial;
		private ToolStripButton toolStripButton1;
		private ToolStripButton toolStripButton2;
		private ToolStripButton toolStripButton3;
		private ToolStrip fToolStrip;
		private ToolStripButton fToolStripButtonSaveProj;
		private ToolStripButton fToolStripButtonInsertTag;
		private ToolStripSeparator toolStripSeparator2;
		private ToolStripButton fToolStripButtonBuildAndViewHxS;
		private ToolStripButton fToolStripButtonStop;
		private MenuStrip fMenuStrip;
		private ToolStripMenuItem fToolStripMenuFile;
		private ToolStripMenuItem fToolStripMenuItemFileNew;
		private ToolStripMenuItem fToolStripMenuItemFileOpen;
		private ToolStripMenuItem fToolStripMenuItemFileSave;
		private ToolStripSeparator toolStripMenuItem1;
		private ToolStripMenuItem fToolStripMenuItemFileExit;
		private ToolStripMenuItem fToolStripMenuNode;
		private ContextMenuStrip fContextMenuStripNode;
		private ToolStripMenuItem fToolStripMenuItemNodeConceptualTopicAdd;
		private ToolStripMenuItem fToolStripMenuItemNodeConceptualTopicRemove;
		private ToolStripSeparator toolStripSeparator4;
		private ToolStripMenuItem fToolStripMenuItemNodeConceptualTopicProperties;
		private ToolStripMenuItem fToolStripMenuEdit;
		private ToolStripMenuItem fToolStripMenuItemEditInsertTag;
		private ToolStripMenuItem fToolStripMenuProject;
		private ToolStripMenuItem fToolStripMenuItemProjectFindNonDescribedNodes;
		private ToolStripMenuItem fToolStripMenuItemProjectFindObsoleteMembers;
		private ToolStripSeparator toolStripMenuItem2;
		private ToolStripMenuItem fToolStripMenuItemProjectLoadDescriptionsFromXMLFile;
		private ToolStripMenuItem fToolStripMenuItemProjectLoadDescriptionsFromAttributes;
		private ToolStripSeparator toolStripMenuItem3;
		private ToolStripMenuItem fToolStripMenuItemProjectFillEmptyConceptualTopicIds;
		private ToolStripSeparator toolStripMenuItem4;
		private ToolStripMenuItem fToolStripMenuItemProjectProperties;
		private ToolStripMenuItem fToolStripMenuBuild;
		private ToolStripMenuItem fToolStripMenuItemBuildBuildHxS;
		private ToolStripMenuItem fToolStripMenuItemBuildBuildManual;
		private ToolStripSeparator toolStripMenuItem5;
		private ToolStripMenuItem fToolStripMenuItemBuildXMLSummaries;
		private ToolStripMenuItem fToolStripMenuItemBuildCompleteXML;
		private ToolStripSeparator toolStripMenuItem6;
		private ToolStripMenuItem fToolStripMenuItemBuildStop;
		private ToolStripMenuItem fToolStripMenuRun;
		private ToolStripMenuItem fToolStripMenuItemRunBuildViewHxS;
		private ToolStripSeparator toolStripMenuItem7;
		private ToolStripMenuItem fToolStripMenuItemRunViewBuiltHxS;
		private ToolStripMenuItem fToolStripMenuHelp;
		private ToolStripMenuItem fToolStripMenuItemHelpManual;
		private ToolStripSeparator toolStripMenuItem8;
		private ToolStripMenuItem fToolStripMenuItemHelpAbout;
		private ToolStripMenuItem fToolStripMenuView;
		private ToolStripMenuItem fToolStripMenuItemViewOutput;
		private Panel fPanelMain;
		private Splitter fSplitterSpecial;
		private Splitter fSplitterProjectNodes;
		private Splitter fSplitterOutput;
		private ToolStripMenuItem fToolStripMenuTools;
		private ToolStripMenuItem fToolStripMenuItemToolsOptions;
		private ToolStripButton fToolStripButtonProjectProperties;
		private ToolStripSeparator toolStripSeparator5;
		private ToolStripSeparator toolStripSeparator6;
		private ToolStripMenuItem fToolStripMenuItemNodeObsoleteMemberTopicRemove;
		private PaneCaption fPaneCaptionOutput;
		private PaneCaption fPaneCaptionFindResults;
		private ToolStripMenuItem fToolStripMenuItemViewFindResults;
		private ToolStripSeparator toolStripSeparator1;
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Organisation

2 members

Comments and Discussions