Click here to Skip to main content
15,891,788 members
Articles / Database Development / SQL Server

SQL XML Documentation

Rate me:
Please Sign up or sign in to vote.
4.59/5 (12 votes)
29 Feb 2008CPOL5 min read 113.1K   1.4K   75  
How to create and compile SQL XML Documentation comments
namespace JocysCom.Sql.ScriptsGenerator.Controls
{
	partial class ProcedureHeaders
	{
		/// <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.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.CopyButton = new System.Windows.Forms.Button();
            this.ProceduresListBox = new System.Windows.Forms.ListBox();
            this.DatabasesListBox = new System.Windows.Forms.ListBox();
            this.ProceduresTabControl = new System.Windows.Forms.TabControl();
            this.HeaderTabPage = new System.Windows.Forms.TabPage();
            this.HeaderTextBox = new System.Windows.Forms.TextBox();
            this.BodyTabPage = new System.Windows.Forms.TabPage();
            this.BodyTextBox = new System.Windows.Forms.TextBox();
            this.XmlCommentsTabPage = new System.Windows.Forms.TabPage();
            this.UpdateProcedureButton = new System.Windows.Forms.Button();
            this.RegenerateCommentButton = new System.Windows.Forms.Button();
            this.XmlCommentsTextBox = new System.Windows.Forms.TextBox();
            this.ProcedureInfoTabPage = new System.Windows.Forms.TabPage();
            this.InfoTextBox = new System.Windows.Forms.TextBox();
            this.ConnectionPropertiesButton = new System.Windows.Forms.Button();
            this.DbaConnectionStringTextBox = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.InfoLabel = new System.Windows.Forms.Label();
            this.ProceduresTabControl.SuspendLayout();
            this.HeaderTabPage.SuspendLayout();
            this.BodyTabPage.SuspendLayout();
            this.XmlCommentsTabPage.SuspendLayout();
            this.ProcedureInfoTabPage.SuspendLayout();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(129, 39);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(64, 13);
            this.label2.TabIndex = 52;
            this.label2.Text = "Procedures:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 39);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 13);
            this.label1.TabIndex = 53;
            this.label1.Text = "DataBases:";
            // 
            // CopyButton
            // 
            this.CopyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.CopyButton.Location = new System.Drawing.Point(715, 352);
            this.CopyButton.Name = "CopyButton";
            this.CopyButton.Size = new System.Drawing.Size(75, 23);
            this.CopyButton.TabIndex = 49;
            this.CopyButton.Text = "Copy";
            this.CopyButton.UseVisualStyleBackColor = true;
            // 
            // ProceduresListBox
            // 
            this.ProceduresListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.ProceduresListBox.FormattingEnabled = true;
            this.ProceduresListBox.Location = new System.Drawing.Point(132, 55);
            this.ProceduresListBox.Name = "ProceduresListBox";
            this.ProceduresListBox.Size = new System.Drawing.Size(186, 316);
            this.ProceduresListBox.TabIndex = 46;
            this.ProceduresListBox.SelectedIndexChanged += new System.EventHandler(this.ProceduresListBox_SelectedIndexChanged);
            // 
            // DatabasesListBox
            // 
            this.DatabasesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.DatabasesListBox.FormattingEnabled = true;
            this.DatabasesListBox.Location = new System.Drawing.Point(6, 55);
            this.DatabasesListBox.Name = "DatabasesListBox";
            this.DatabasesListBox.Size = new System.Drawing.Size(120, 316);
            this.DatabasesListBox.TabIndex = 47;
            this.DatabasesListBox.SelectedIndexChanged += new System.EventHandler(this.DatabasesListBox_SelectedIndexChanged);
            // 
            // ProceduresTabControl
            // 
            this.ProceduresTabControl.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.ProceduresTabControl.Controls.Add(this.HeaderTabPage);
            this.ProceduresTabControl.Controls.Add(this.BodyTabPage);
            this.ProceduresTabControl.Controls.Add(this.XmlCommentsTabPage);
            this.ProceduresTabControl.Controls.Add(this.ProcedureInfoTabPage);
            this.ProceduresTabControl.Location = new System.Drawing.Point(324, 55);
            this.ProceduresTabControl.Name = "ProceduresTabControl";
            this.ProceduresTabControl.SelectedIndex = 0;
            this.ProceduresTabControl.Size = new System.Drawing.Size(466, 291);
            this.ProceduresTabControl.TabIndex = 48;
            // 
            // HeaderTabPage
            // 
            this.HeaderTabPage.Controls.Add(this.HeaderTextBox);
            this.HeaderTabPage.Location = new System.Drawing.Point(4, 22);
            this.HeaderTabPage.Name = "HeaderTabPage";
            this.HeaderTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.HeaderTabPage.Size = new System.Drawing.Size(458, 265);
            this.HeaderTabPage.TabIndex = 8;
            this.HeaderTabPage.Text = "Header";
            this.HeaderTabPage.UseVisualStyleBackColor = true;
            // 
            // HeaderTextBox
            // 
            this.HeaderTextBox.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.HeaderTextBox.Location = new System.Drawing.Point(6, 6);
            this.HeaderTextBox.Multiline = true;
            this.HeaderTextBox.Name = "HeaderTextBox";
            this.HeaderTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.HeaderTextBox.Size = new System.Drawing.Size(446, 253);
            this.HeaderTextBox.TabIndex = 29;
            this.HeaderTextBox.WordWrap = false;
            // 
            // BodyTabPage
            // 
            this.BodyTabPage.Controls.Add(this.BodyTextBox);
            this.BodyTabPage.Location = new System.Drawing.Point(4, 22);
            this.BodyTabPage.Name = "BodyTabPage";
            this.BodyTabPage.Size = new System.Drawing.Size(458, 265);
            this.BodyTabPage.TabIndex = 9;
            this.BodyTabPage.Text = "Body";
            this.BodyTabPage.UseVisualStyleBackColor = true;
            // 
            // BodyTextBox
            // 
            this.BodyTextBox.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.BodyTextBox.Location = new System.Drawing.Point(6, 6);
            this.BodyTextBox.Multiline = true;
            this.BodyTextBox.Name = "BodyTextBox";
            this.BodyTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.BodyTextBox.Size = new System.Drawing.Size(446, 253);
            this.BodyTextBox.TabIndex = 30;
            this.BodyTextBox.WordWrap = false;
            // 
            // XmlCommentsTabPage
            // 
            this.XmlCommentsTabPage.Controls.Add(this.UpdateProcedureButton);
            this.XmlCommentsTabPage.Controls.Add(this.RegenerateCommentButton);
            this.XmlCommentsTabPage.Controls.Add(this.XmlCommentsTextBox);
            this.XmlCommentsTabPage.Location = new System.Drawing.Point(4, 22);
            this.XmlCommentsTabPage.Name = "XmlCommentsTabPage";
            this.XmlCommentsTabPage.Size = new System.Drawing.Size(458, 265);
            this.XmlCommentsTabPage.TabIndex = 10;
            this.XmlCommentsTabPage.Text = "XML Comments";
            this.XmlCommentsTabPage.UseVisualStyleBackColor = true;
            // 
            // UpdateProcedureButton
            // 
            this.UpdateProcedureButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.UpdateProcedureButton.Location = new System.Drawing.Point(380, 3);
            this.UpdateProcedureButton.Name = "UpdateProcedureButton";
            this.UpdateProcedureButton.Size = new System.Drawing.Size(75, 23);
            this.UpdateProcedureButton.TabIndex = 33;
            this.UpdateProcedureButton.Text = "Update DB";
            this.UpdateProcedureButton.UseVisualStyleBackColor = true;
            // 
            // RegenerateCommentButton
            // 
            this.RegenerateCommentButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.RegenerateCommentButton.Location = new System.Drawing.Point(299, 3);
            this.RegenerateCommentButton.Name = "RegenerateCommentButton";
            this.RegenerateCommentButton.Size = new System.Drawing.Size(75, 23);
            this.RegenerateCommentButton.TabIndex = 33;
            this.RegenerateCommentButton.Text = "Regenerate";
            this.RegenerateCommentButton.UseVisualStyleBackColor = true;
            this.RegenerateCommentButton.Click += new System.EventHandler(this.RegenerateCommentButton_Click);
            // 
            // XmlCommentsTextBox
            // 
            this.XmlCommentsTextBox.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.XmlCommentsTextBox.Location = new System.Drawing.Point(6, 32);
            this.XmlCommentsTextBox.Multiline = true;
            this.XmlCommentsTextBox.Name = "XmlCommentsTextBox";
            this.XmlCommentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.XmlCommentsTextBox.Size = new System.Drawing.Size(446, 227);
            this.XmlCommentsTextBox.TabIndex = 32;
            this.XmlCommentsTextBox.WordWrap = false;
            // 
            // ProcedureInfoTabPage
            // 
            this.ProcedureInfoTabPage.Controls.Add(this.InfoTextBox);
            this.ProcedureInfoTabPage.Location = new System.Drawing.Point(4, 22);
            this.ProcedureInfoTabPage.Name = "ProcedureInfoTabPage";
            this.ProcedureInfoTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.ProcedureInfoTabPage.Size = new System.Drawing.Size(458, 265);
            this.ProcedureInfoTabPage.TabIndex = 11;
            this.ProcedureInfoTabPage.Text = "Procedure Info";
            this.ProcedureInfoTabPage.UseVisualStyleBackColor = true;
            // 
            // InfoTextBox
            // 
            this.InfoTextBox.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.InfoTextBox.Location = new System.Drawing.Point(6, 6);
            this.InfoTextBox.Multiline = true;
            this.InfoTextBox.Name = "InfoTextBox";
            this.InfoTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.InfoTextBox.Size = new System.Drawing.Size(446, 253);
            this.InfoTextBox.TabIndex = 31;
            this.InfoTextBox.WordWrap = false;
            // 
            // ConnectionPropertiesButton
            // 
            this.ConnectionPropertiesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ConnectionPropertiesButton.Location = new System.Drawing.Point(715, 14);
            this.ConnectionPropertiesButton.Name = "ConnectionPropertiesButton";
            this.ConnectionPropertiesButton.Size = new System.Drawing.Size(75, 23);
            this.ConnectionPropertiesButton.TabIndex = 44;
            this.ConnectionPropertiesButton.Text = "Properties...";
            this.ConnectionPropertiesButton.UseVisualStyleBackColor = true;
            this.ConnectionPropertiesButton.Click += new System.EventHandler(this.DbaConnectionButton_Click);
            // 
            // DbaConnectionStringTextBox
            // 
            this.DbaConnectionStringTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.DbaConnectionStringTextBox.Location = new System.Drawing.Point(6, 16);
            this.DbaConnectionStringTextBox.Name = "DbaConnectionStringTextBox";
            this.DbaConnectionStringTextBox.ReadOnly = true;
            this.DbaConnectionStringTextBox.Size = new System.Drawing.Size(703, 20);
            this.DbaConnectionStringTextBox.TabIndex = 43;
            this.DbaConnectionStringTextBox.Text = "Data Source=localhost;Integrated Security=True";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(3, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(211, 13);
            this.label5.TabIndex = 45;
            this.label5.Text = "Database Administrative Connection String:";
            // 
            // InfoLabel
            // 
            this.InfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.InfoLabel.AutoSize = true;
            this.InfoLabel.Location = new System.Drawing.Point(324, 357);
            this.InfoLabel.Name = "InfoLabel";
            this.InfoLabel.Size = new System.Drawing.Size(51, 13);
            this.InfoLabel.TabIndex = 54;
            this.InfoLabel.Text = "InfoLabel";
            // 
            // ProcedureHeaders
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.InfoLabel);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.CopyButton);
            this.Controls.Add(this.ProceduresListBox);
            this.Controls.Add(this.DatabasesListBox);
            this.Controls.Add(this.ProceduresTabControl);
            this.Controls.Add(this.ConnectionPropertiesButton);
            this.Controls.Add(this.DbaConnectionStringTextBox);
            this.Controls.Add(this.label5);
            this.Name = "ProcedureHeaders";
            this.Size = new System.Drawing.Size(793, 376);
            this.ProceduresTabControl.ResumeLayout(false);
            this.HeaderTabPage.ResumeLayout(false);
            this.HeaderTabPage.PerformLayout();
            this.BodyTabPage.ResumeLayout(false);
            this.BodyTabPage.PerformLayout();
            this.XmlCommentsTabPage.ResumeLayout(false);
            this.XmlCommentsTabPage.PerformLayout();
            this.ProcedureInfoTabPage.ResumeLayout(false);
            this.ProcedureInfoTabPage.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Button CopyButton;
		private System.Windows.Forms.ListBox ProceduresListBox;
		private System.Windows.Forms.ListBox DatabasesListBox;
		private System.Windows.Forms.TabControl ProceduresTabControl;
		private System.Windows.Forms.TabPage HeaderTabPage;
		private System.Windows.Forms.TextBox HeaderTextBox;
		private System.Windows.Forms.Button ConnectionPropertiesButton;
		private System.Windows.Forms.TextBox DbaConnectionStringTextBox;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TabPage BodyTabPage;
		private System.Windows.Forms.TextBox BodyTextBox;
		private System.Windows.Forms.TabPage XmlCommentsTabPage;
		private System.Windows.Forms.TabPage ProcedureInfoTabPage;
		private System.Windows.Forms.TextBox InfoTextBox;
		private System.Windows.Forms.TextBox XmlCommentsTextBox;
		private System.Windows.Forms.Button RegenerateCommentButton;
		private System.Windows.Forms.Button UpdateProcedureButton;
        private System.Windows.Forms.Label InfoLabel;

	}
}

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 Code Project Open License (CPOL)


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

Comments and Discussions