Click here to Skip to main content
15,895,656 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.4K   1.4K   75  
How to create and compile SQL XML Documentation comments
namespace JocysCom.Sql.ScriptsGenerator.Controls
{
	partial class GenerateActionScripts
	{
		/// <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.DeleteTextBox = new System.Windows.Forms.TextBox();
            this.InsertTabPage = new System.Windows.Forms.TabPage();
            this.InsertTextBox = new System.Windows.Forms.TextBox();
            this.PermissionsTextBox = new System.Windows.Forms.TextBox();
            this.UpdateTabPage = new System.Windows.Forms.TabPage();
            this.UpdateTextBox = new System.Windows.Forms.TextBox();
            this.SelectAllTextBox = new System.Windows.Forms.TextBox();
            this.SelectTabPage = new System.Windows.Forms.TabPage();
            this.SelectTextBox = new System.Windows.Forms.TextBox();
            this.SelectPagedRecordsTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.AlterCheckBox = new System.Windows.Forms.CheckBox();
            this.DropCheckBox = new System.Windows.Forms.CheckBox();
            this.AllTabPage = new System.Windows.Forms.TabPage();
            this.AllTextBox = new System.Windows.Forms.TextBox();
            this.TableTextBox = new System.Windows.Forms.TextBox();
            this.CopyButton = new System.Windows.Forms.Button();
            this.SelectAllTabPage = new System.Windows.Forms.TabPage();
            this.TablesListBox = new System.Windows.Forms.ListBox();
            this.DatabasesListBox = new System.Windows.Forms.ListBox();
            this.TableTabPage = new System.Windows.Forms.TabPage();
            this.ProceduresTabControl = new System.Windows.Forms.TabControl();
            this.SelectPagedTabPage = new System.Windows.Forms.TabPage();
            this.DeleteTabPage = new System.Windows.Forms.TabPage();
            this.PermissionsTabPage = new System.Windows.Forms.TabPage();
            this.ColumnsTabPage = new System.Windows.Forms.TabPage();
            this.ColumnsPrefixTextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.ColumnsTabIdentNumericUpDown = new System.Windows.Forms.NumericUpDown();
            this.ColumnsTextBox = 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.EnumerateColumnsCheckBox = new System.Windows.Forms.CheckBox();
            this.XmlCommentsCheckBox = new System.Windows.Forms.CheckBox();
            this.InfoLabel = new System.Windows.Forms.Label();
            this.InsertTabPage.SuspendLayout();
            this.UpdateTabPage.SuspendLayout();
            this.SelectTabPage.SuspendLayout();
            this.AllTabPage.SuspendLayout();
            this.SelectAllTabPage.SuspendLayout();
            this.TableTabPage.SuspendLayout();
            this.ProceduresTabControl.SuspendLayout();
            this.SelectPagedTabPage.SuspendLayout();
            this.DeleteTabPage.SuspendLayout();
            this.PermissionsTabPage.SuspendLayout();
            this.ColumnsTabPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ColumnsTabIdentNumericUpDown)).BeginInit();
            this.SuspendLayout();
            // 
            // DeleteTextBox
            // 
            this.DeleteTextBox.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.DeleteTextBox.Location = new System.Drawing.Point(3, 3);
            this.DeleteTextBox.Multiline = true;
            this.DeleteTextBox.Name = "DeleteTextBox";
            this.DeleteTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.DeleteTextBox.Size = new System.Drawing.Size(477, 249);
            this.DeleteTextBox.TabIndex = 29;
            this.DeleteTextBox.WordWrap = false;
            // 
            // InsertTabPage
            // 
            this.InsertTabPage.Controls.Add(this.InsertTextBox);
            this.InsertTabPage.Location = new System.Drawing.Point(4, 22);
            this.InsertTabPage.Name = "InsertTabPage";
            this.InsertTabPage.Size = new System.Drawing.Size(505, 255);
            this.InsertTabPage.TabIndex = 1;
            this.InsertTabPage.Text = "Insert";
            this.InsertTabPage.UseVisualStyleBackColor = true;
            // 
            // InsertTextBox
            // 
            this.InsertTextBox.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.InsertTextBox.Location = new System.Drawing.Point(3, 3);
            this.InsertTextBox.Multiline = true;
            this.InsertTextBox.Name = "InsertTextBox";
            this.InsertTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.InsertTextBox.Size = new System.Drawing.Size(477, 249);
            this.InsertTextBox.TabIndex = 29;
            this.InsertTextBox.WordWrap = false;
            // 
            // PermissionsTextBox
            // 
            this.PermissionsTextBox.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.PermissionsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::JocysCom.Sql.ScriptsGenerator.Properties.Settings.Default, "PermissionTextBox", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.PermissionsTextBox.Location = new System.Drawing.Point(3, 3);
            this.PermissionsTextBox.Multiline = true;
            this.PermissionsTextBox.Name = "PermissionsTextBox";
            this.PermissionsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.PermissionsTextBox.Size = new System.Drawing.Size(477, 249);
            this.PermissionsTextBox.TabIndex = 30;
            this.PermissionsTextBox.Text = global::JocysCom.Sql.ScriptsGenerator.Properties.Settings.Default.PermissionTextBox;
            this.PermissionsTextBox.WordWrap = false;
            // 
            // UpdateTabPage
            // 
            this.UpdateTabPage.Controls.Add(this.UpdateTextBox);
            this.UpdateTabPage.Location = new System.Drawing.Point(4, 22);
            this.UpdateTabPage.Name = "UpdateTabPage";
            this.UpdateTabPage.Size = new System.Drawing.Size(505, 255);
            this.UpdateTabPage.TabIndex = 2;
            this.UpdateTabPage.Text = "Update";
            this.UpdateTabPage.UseVisualStyleBackColor = true;
            // 
            // UpdateTextBox
            // 
            this.UpdateTextBox.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.UpdateTextBox.Location = new System.Drawing.Point(3, 3);
            this.UpdateTextBox.Multiline = true;
            this.UpdateTextBox.Name = "UpdateTextBox";
            this.UpdateTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.UpdateTextBox.Size = new System.Drawing.Size(477, 249);
            this.UpdateTextBox.TabIndex = 28;
            this.UpdateTextBox.WordWrap = false;
            // 
            // SelectAllTextBox
            // 
            this.SelectAllTextBox.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.SelectAllTextBox.Location = new System.Drawing.Point(3, 3);
            this.SelectAllTextBox.Multiline = true;
            this.SelectAllTextBox.Name = "SelectAllTextBox";
            this.SelectAllTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.SelectAllTextBox.Size = new System.Drawing.Size(477, 249);
            this.SelectAllTextBox.TabIndex = 27;
            this.SelectAllTextBox.WordWrap = false;
            // 
            // SelectTabPage
            // 
            this.SelectTabPage.Controls.Add(this.SelectTextBox);
            this.SelectTabPage.Location = new System.Drawing.Point(4, 22);
            this.SelectTabPage.Name = "SelectTabPage";
            this.SelectTabPage.Size = new System.Drawing.Size(505, 255);
            this.SelectTabPage.TabIndex = 4;
            this.SelectTabPage.Text = "Select";
            this.SelectTabPage.UseVisualStyleBackColor = true;
            // 
            // SelectTextBox
            // 
            this.SelectTextBox.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.SelectTextBox.Location = new System.Drawing.Point(3, 3);
            this.SelectTextBox.Multiline = true;
            this.SelectTextBox.Name = "SelectTextBox";
            this.SelectTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.SelectTextBox.Size = new System.Drawing.Size(477, 249);
            this.SelectTextBox.TabIndex = 26;
            this.SelectTextBox.WordWrap = false;
            // 
            // SelectPagedRecordsTextBox
            // 
            this.SelectPagedRecordsTextBox.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.SelectPagedRecordsTextBox.Location = new System.Drawing.Point(3, 6);
            this.SelectPagedRecordsTextBox.Multiline = true;
            this.SelectPagedRecordsTextBox.Name = "SelectPagedRecordsTextBox";
            this.SelectPagedRecordsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.SelectPagedRecordsTextBox.Size = new System.Drawing.Size(477, 246);
            this.SelectPagedRecordsTextBox.TabIndex = 28;
            this.SelectPagedRecordsTextBox.WordWrap = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(129, 43);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 13);
            this.label2.TabIndex = 41;
            this.label2.Text = "Tables:";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 43);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 13);
            this.label1.TabIndex = 42;
            this.label1.Text = "DataBases:";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // AlterCheckBox
            // 
            this.AlterCheckBox.AutoSize = true;
            this.AlterCheckBox.Location = new System.Drawing.Point(434, 42);
            this.AlterCheckBox.Name = "AlterCheckBox";
            this.AlterCheckBox.Size = new System.Drawing.Size(83, 17);
            this.AlterCheckBox.TabIndex = 40;
            this.AlterCheckBox.Text = "Use ALTER";
            this.AlterCheckBox.UseVisualStyleBackColor = true;
            this.AlterCheckBox.Click += new System.EventHandler(this.AlterCheckBox_CheckedChanged);
            this.AlterCheckBox.CheckedChanged += new System.EventHandler(this.AlterCheckBox_CheckedChanged_1);
            // 
            // DropCheckBox
            // 
            this.DropCheckBox.AutoSize = true;
            this.DropCheckBox.Checked = true;
            this.DropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
            this.DropCheckBox.Location = new System.Drawing.Point(324, 42);
            this.DropCheckBox.Name = "DropCheckBox";
            this.DropCheckBox.Size = new System.Drawing.Size(104, 17);
            this.DropCheckBox.TabIndex = 39;
            this.DropCheckBox.Text = "Generate DROP";
            this.DropCheckBox.UseVisualStyleBackColor = true;
            this.DropCheckBox.Click += new System.EventHandler(this.DropCheckBox_CheckedChanged);
            this.DropCheckBox.CheckedChanged += new System.EventHandler(this.DropCheckBox_CheckedChanged_1);
            // 
            // AllTabPage
            // 
            this.AllTabPage.Controls.Add(this.AllTextBox);
            this.AllTabPage.Location = new System.Drawing.Point(4, 22);
            this.AllTabPage.Name = "AllTabPage";
            this.AllTabPage.Size = new System.Drawing.Size(505, 255);
            this.AllTabPage.TabIndex = 5;
            this.AllTabPage.Text = "All";
            this.AllTabPage.UseVisualStyleBackColor = true;
            // 
            // AllTextBox
            // 
            this.AllTextBox.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.AllTextBox.Location = new System.Drawing.Point(3, 3);
            this.AllTextBox.Multiline = true;
            this.AllTextBox.Name = "AllTextBox";
            this.AllTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.AllTextBox.Size = new System.Drawing.Size(499, 249);
            this.AllTextBox.TabIndex = 28;
            this.AllTextBox.WordWrap = false;
            // 
            // TableTextBox
            // 
            this.TableTextBox.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.TableTextBox.Location = new System.Drawing.Point(3, 6);
            this.TableTextBox.Multiline = true;
            this.TableTextBox.Name = "TableTextBox";
            this.TableTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TableTextBox.Size = new System.Drawing.Size(499, 246);
            this.TableTextBox.TabIndex = 29;
            this.TableTextBox.WordWrap = false;
            // 
            // 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(762, 350);
            this.CopyButton.Name = "CopyButton";
            this.CopyButton.Size = new System.Drawing.Size(75, 23);
            this.CopyButton.TabIndex = 38;
            this.CopyButton.Text = "Copy";
            this.CopyButton.UseVisualStyleBackColor = true;
            this.CopyButton.Click += new System.EventHandler(this.CopyButton_Click);
            // 
            // SelectAllTabPage
            // 
            this.SelectAllTabPage.Controls.Add(this.SelectAllTextBox);
            this.SelectAllTabPage.Location = new System.Drawing.Point(4, 22);
            this.SelectAllTabPage.Name = "SelectAllTabPage";
            this.SelectAllTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.SelectAllTabPage.Size = new System.Drawing.Size(505, 255);
            this.SelectAllTabPage.TabIndex = 0;
            this.SelectAllTabPage.Text = "SelectAll";
            this.SelectAllTabPage.UseVisualStyleBackColor = true;
            // 
            // TablesListBox
            // 
            this.TablesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.TablesListBox.FormattingEnabled = true;
            this.TablesListBox.Location = new System.Drawing.Point(132, 59);
            this.TablesListBox.Name = "TablesListBox";
            this.TablesListBox.Size = new System.Drawing.Size(186, 290);
            this.TablesListBox.TabIndex = 35;
            this.TablesListBox.SelectedIndexChanged += new System.EventHandler(this.TablesListBox_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, 59);
            this.DatabasesListBox.Name = "DatabasesListBox";
            this.DatabasesListBox.Size = new System.Drawing.Size(120, 290);
            this.DatabasesListBox.TabIndex = 36;
            this.DatabasesListBox.SelectedIndexChanged += new System.EventHandler(this.DatabasesListBox_SelectedIndexChanged);
            // 
            // TableTabPage
            // 
            this.TableTabPage.Controls.Add(this.TableTextBox);
            this.TableTabPage.Location = new System.Drawing.Point(4, 22);
            this.TableTabPage.Name = "TableTabPage";
            this.TableTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.TableTabPage.Size = new System.Drawing.Size(505, 255);
            this.TableTabPage.TabIndex = 8;
            this.TableTabPage.Text = "Table";
            this.TableTabPage.UseVisualStyleBackColor = true;
            // 
            // 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.AllTabPage);
            this.ProceduresTabControl.Controls.Add(this.InsertTabPage);
            this.ProceduresTabControl.Controls.Add(this.UpdateTabPage);
            this.ProceduresTabControl.Controls.Add(this.SelectTabPage);
            this.ProceduresTabControl.Controls.Add(this.SelectAllTabPage);
            this.ProceduresTabControl.Controls.Add(this.SelectPagedTabPage);
            this.ProceduresTabControl.Controls.Add(this.DeleteTabPage);
            this.ProceduresTabControl.Controls.Add(this.PermissionsTabPage);
            this.ProceduresTabControl.Controls.Add(this.TableTabPage);
            this.ProceduresTabControl.Controls.Add(this.ColumnsTabPage);
            this.ProceduresTabControl.Location = new System.Drawing.Point(324, 63);
            this.ProceduresTabControl.Name = "ProceduresTabControl";
            this.ProceduresTabControl.SelectedIndex = 0;
            this.ProceduresTabControl.Size = new System.Drawing.Size(513, 281);
            this.ProceduresTabControl.TabIndex = 37;
            this.ProceduresTabControl.SelectedIndexChanged += new System.EventHandler(this.ProceduresTabControl_SelectedIndexChanged);
            // 
            // SelectPagedTabPage
            // 
            this.SelectPagedTabPage.Controls.Add(this.SelectPagedRecordsTextBox);
            this.SelectPagedTabPage.Location = new System.Drawing.Point(4, 22);
            this.SelectPagedTabPage.Name = "SelectPagedTabPage";
            this.SelectPagedTabPage.Size = new System.Drawing.Size(505, 255);
            this.SelectPagedTabPage.TabIndex = 7;
            this.SelectPagedTabPage.Text = "SelectPaged";
            this.SelectPagedTabPage.UseVisualStyleBackColor = true;
            // 
            // DeleteTabPage
            // 
            this.DeleteTabPage.Controls.Add(this.DeleteTextBox);
            this.DeleteTabPage.Location = new System.Drawing.Point(4, 22);
            this.DeleteTabPage.Name = "DeleteTabPage";
            this.DeleteTabPage.Size = new System.Drawing.Size(505, 255);
            this.DeleteTabPage.TabIndex = 3;
            this.DeleteTabPage.Text = "Delete";
            this.DeleteTabPage.UseVisualStyleBackColor = true;
            // 
            // PermissionsTabPage
            // 
            this.PermissionsTabPage.Controls.Add(this.PermissionsTextBox);
            this.PermissionsTabPage.Location = new System.Drawing.Point(4, 22);
            this.PermissionsTabPage.Name = "PermissionsTabPage";
            this.PermissionsTabPage.Size = new System.Drawing.Size(505, 255);
            this.PermissionsTabPage.TabIndex = 6;
            this.PermissionsTabPage.Text = "Permissions";
            this.PermissionsTabPage.UseVisualStyleBackColor = true;
            // 
            // ColumnsTabPage
            // 
            this.ColumnsTabPage.Controls.Add(this.ColumnsPrefixTextBox);
            this.ColumnsTabPage.Controls.Add(this.label3);
            this.ColumnsTabPage.Controls.Add(this.ColumnsTabIdentNumericUpDown);
            this.ColumnsTabPage.Controls.Add(this.ColumnsTextBox);
            this.ColumnsTabPage.Location = new System.Drawing.Point(4, 22);
            this.ColumnsTabPage.Name = "ColumnsTabPage";
            this.ColumnsTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.ColumnsTabPage.Size = new System.Drawing.Size(505, 255);
            this.ColumnsTabPage.TabIndex = 9;
            this.ColumnsTabPage.Text = "Columns";
            this.ColumnsTabPage.UseVisualStyleBackColor = true;
            // 
            // ColumnsPrefixTextBox
            // 
            this.ColumnsPrefixTextBox.Location = new System.Drawing.Point(113, 5);
            this.ColumnsPrefixTextBox.Name = "ColumnsPrefixTextBox";
            this.ColumnsPrefixTextBox.Size = new System.Drawing.Size(100, 20);
            this.ColumnsPrefixTextBox.TabIndex = 33;
            this.ColumnsPrefixTextBox.TextChanged += new System.EventHandler(this.ColumnsPrefixTextBox_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(54, 8);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 13);
            this.label3.TabIndex = 32;
            this.label3.Text = "Tab Ident";
            // 
            // ColumnsTabIdentNumericUpDown
            // 
            this.ColumnsTabIdentNumericUpDown.Location = new System.Drawing.Point(3, 6);
            this.ColumnsTabIdentNumericUpDown.Name = "ColumnsTabIdentNumericUpDown";
            this.ColumnsTabIdentNumericUpDown.Size = new System.Drawing.Size(45, 20);
            this.ColumnsTabIdentNumericUpDown.TabIndex = 31;
            this.ColumnsTabIdentNumericUpDown.ValueChanged += new System.EventHandler(this.ColumnsTabIdentNumericUpDown_ValueChanged);
            // 
            // ColumnsTextBox
            // 
            this.ColumnsTextBox.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.ColumnsTextBox.Location = new System.Drawing.Point(3, 32);
            this.ColumnsTextBox.Multiline = true;
            this.ColumnsTextBox.Name = "ColumnsTextBox";
            this.ColumnsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.ColumnsTextBox.Size = new System.Drawing.Size(499, 218);
            this.ColumnsTextBox.TabIndex = 30;
            this.ColumnsTextBox.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(762, 14);
            this.ConnectionPropertiesButton.Name = "ConnectionPropertiesButton";
            this.ConnectionPropertiesButton.Size = new System.Drawing.Size(75, 23);
            this.ConnectionPropertiesButton.TabIndex = 33;
            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(750, 20);
            this.DbaConnectionStringTextBox.TabIndex = 32;
            this.DbaConnectionStringTextBox.Text = "Data Source=localhost;Integrated Security=True";
            this.DbaConnectionStringTextBox.TextChanged += new System.EventHandler(this.DbaConnectionStringTextBox_TextChanged);
            // 
            // 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 = 34;
            this.label5.Text = "Database Administrative Connection String:";
            this.label5.Click += new System.EventHandler(this.label5_Click);
            // 
            // EnumerateColumnsCheckBox
            // 
            this.EnumerateColumnsCheckBox.AutoSize = true;
            this.EnumerateColumnsCheckBox.Location = new System.Drawing.Point(523, 42);
            this.EnumerateColumnsCheckBox.Name = "EnumerateColumnsCheckBox";
            this.EnumerateColumnsCheckBox.Size = new System.Drawing.Size(120, 17);
            this.EnumerateColumnsCheckBox.TabIndex = 40;
            this.EnumerateColumnsCheckBox.Text = "Enumerate Columns";
            this.EnumerateColumnsCheckBox.UseVisualStyleBackColor = true;
            this.EnumerateColumnsCheckBox.Click += new System.EventHandler(this.AlterCheckBox_CheckedChanged);
            this.EnumerateColumnsCheckBox.CheckedChanged += new System.EventHandler(this.AlterCheckBox_CheckedChanged_1);
            // 
            // XmlCommentsCheckBox
            // 
            this.XmlCommentsCheckBox.AutoSize = true;
            this.XmlCommentsCheckBox.Checked = true;
            this.XmlCommentsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
            this.XmlCommentsCheckBox.Location = new System.Drawing.Point(649, 42);
            this.XmlCommentsCheckBox.Name = "XmlCommentsCheckBox";
            this.XmlCommentsCheckBox.Size = new System.Drawing.Size(100, 17);
            this.XmlCommentsCheckBox.TabIndex = 40;
            this.XmlCommentsCheckBox.Text = "XML Comments";
            this.XmlCommentsCheckBox.UseVisualStyleBackColor = true;
            this.XmlCommentsCheckBox.Click += new System.EventHandler(this.AlterCheckBox_CheckedChanged);
            this.XmlCommentsCheckBox.CheckedChanged += new System.EventHandler(this.AlterCheckBox_CheckedChanged_1);
            // 
            // 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(3, 355);
            this.InfoLabel.Name = "InfoLabel";
            this.InfoLabel.Size = new System.Drawing.Size(51, 13);
            this.InfoLabel.TabIndex = 43;
            this.InfoLabel.Text = "InfoLabel";
            // 
            // GenerateActionScripts
            // 
            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.XmlCommentsCheckBox);
            this.Controls.Add(this.EnumerateColumnsCheckBox);
            this.Controls.Add(this.AlterCheckBox);
            this.Controls.Add(this.DropCheckBox);
            this.Controls.Add(this.CopyButton);
            this.Controls.Add(this.TablesListBox);
            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 = "GenerateActionScripts";
            this.Size = new System.Drawing.Size(840, 376);
            this.Load += new System.EventHandler(this.GenerateActionScripts_Load);
            this.InsertTabPage.ResumeLayout(false);
            this.InsertTabPage.PerformLayout();
            this.UpdateTabPage.ResumeLayout(false);
            this.UpdateTabPage.PerformLayout();
            this.SelectTabPage.ResumeLayout(false);
            this.SelectTabPage.PerformLayout();
            this.AllTabPage.ResumeLayout(false);
            this.AllTabPage.PerformLayout();
            this.SelectAllTabPage.ResumeLayout(false);
            this.SelectAllTabPage.PerformLayout();
            this.TableTabPage.ResumeLayout(false);
            this.TableTabPage.PerformLayout();
            this.ProceduresTabControl.ResumeLayout(false);
            this.SelectPagedTabPage.ResumeLayout(false);
            this.SelectPagedTabPage.PerformLayout();
            this.DeleteTabPage.ResumeLayout(false);
            this.DeleteTabPage.PerformLayout();
            this.PermissionsTabPage.ResumeLayout(false);
            this.PermissionsTabPage.PerformLayout();
            this.ColumnsTabPage.ResumeLayout(false);
            this.ColumnsTabPage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ColumnsTabIdentNumericUpDown)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.TextBox DeleteTextBox;
		private System.Windows.Forms.TabPage InsertTabPage;
		private System.Windows.Forms.TextBox InsertTextBox;
		private System.Windows.Forms.TextBox PermissionsTextBox;
		private System.Windows.Forms.TabPage UpdateTabPage;
		private System.Windows.Forms.TextBox UpdateTextBox;
		private System.Windows.Forms.TextBox SelectAllTextBox;
		private System.Windows.Forms.TabPage SelectTabPage;
		private System.Windows.Forms.TextBox SelectTextBox;
		private System.Windows.Forms.TextBox SelectPagedRecordsTextBox;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.CheckBox AlterCheckBox;
		private System.Windows.Forms.CheckBox DropCheckBox;
		private System.Windows.Forms.TabPage AllTabPage;
		private System.Windows.Forms.TextBox AllTextBox;
		private System.Windows.Forms.TextBox TableTextBox;
		private System.Windows.Forms.Button CopyButton;
		private System.Windows.Forms.TabPage SelectAllTabPage;
		private System.Windows.Forms.ListBox TablesListBox;
		private System.Windows.Forms.ListBox DatabasesListBox;
		private System.Windows.Forms.TabPage TableTabPage;
		private System.Windows.Forms.TabControl ProceduresTabControl;
		private System.Windows.Forms.TabPage SelectPagedTabPage;
		private System.Windows.Forms.TabPage DeleteTabPage;
		private System.Windows.Forms.TabPage PermissionsTabPage;
		private System.Windows.Forms.Button ConnectionPropertiesButton;
		private System.Windows.Forms.TextBox DbaConnectionStringTextBox;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.CheckBox EnumerateColumnsCheckBox;
		private System.Windows.Forms.CheckBox XmlCommentsCheckBox;
		private System.Windows.Forms.TabPage ColumnsTabPage;
		private System.Windows.Forms.TextBox ColumnsTextBox;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.NumericUpDown ColumnsTabIdentNumericUpDown;
        private System.Windows.Forms.TextBox ColumnsPrefixTextBox;
        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