Click here to Skip to main content
15,885,985 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 138.4K   1.4K   99  
Tool for creating MS Visual Studio documentation files - XML Summaries, HxS/MSHC help solutions and manuals.
namespace TenTec.Utils
{
	partial class ControlTagSection
	{
		/// <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 Component Designer generated code

		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.fLabelSectionContents = new System.Windows.Forms.Label();
			this.fTextBoxContents = new System.Windows.Forms.TextBox();
			this.fLabelSectionTitle = new System.Windows.Forms.Label();
			this.fTextBoxTitle = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// fLabelSectionContents
			// 
			this.fLabelSectionContents.AutoSize = true;
			this.fLabelSectionContents.Location = new System.Drawing.Point(0, 43);
			this.fLabelSectionContents.Name = "fLabelSectionContents";
			this.fLabelSectionContents.Size = new System.Drawing.Size(91, 13);
			this.fLabelSectionContents.TabIndex = 0;
			this.fLabelSectionContents.Text = "Section Contents:";
			// 
			// fTextBoxContents
			// 
			this.fTextBoxContents.AcceptsReturn = true;
			this.fTextBoxContents.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.fTextBoxContents.Location = new System.Drawing.Point(0, 59);
			this.fTextBoxContents.Multiline = true;
			this.fTextBoxContents.Name = "fTextBoxContents";
			this.fTextBoxContents.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.fTextBoxContents.Size = new System.Drawing.Size(150, 88);
			this.fTextBoxContents.TabIndex = 1;
			// 
			// fLabelSectionTitle
			// 
			this.fLabelSectionTitle.AutoSize = true;
			this.fLabelSectionTitle.Location = new System.Drawing.Point(0, 0);
			this.fLabelSectionTitle.Name = "fLabelSectionTitle";
			this.fLabelSectionTitle.Size = new System.Drawing.Size(69, 13);
			this.fLabelSectionTitle.TabIndex = 2;
			this.fLabelSectionTitle.Text = "Section Title:";
			// 
			// fTextBoxTitle
			// 
			this.fTextBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.fTextBoxTitle.Location = new System.Drawing.Point(0, 16);
			this.fTextBoxTitle.Name = "fTextBoxTitle";
			this.fTextBoxTitle.Size = new System.Drawing.Size(150, 20);
			this.fTextBoxTitle.TabIndex = 3;
			// 
			// ControlTagSection
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.fTextBoxTitle);
			this.Controls.Add(this.fLabelSectionTitle);
			this.Controls.Add(this.fTextBoxContents);
			this.Controls.Add(this.fLabelSectionContents);
			this.Name = "ControlTagSection";
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Label fLabelSectionContents;
		private System.Windows.Forms.TextBox fTextBoxContents;
		private System.Windows.Forms.Label fLabelSectionTitle;
		private System.Windows.Forms.TextBox fTextBoxTitle;
	}
}

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