示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection highLightDescriptorCollection1 = new UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection();
     System.ComponentModel.ComponentResourceManager            resources = new System.ComponentModel.ComponentResourceManager(typeof(ComparisonForm));
     this.txtLeftFile         = new System.Windows.Forms.TextBox();
     this.txtRightFile        = new System.Windows.Forms.TextBox();
     this.btnSelectFile1      = new System.Windows.Forms.Button();
     this.btnSelectFile2      = new System.Windows.Forms.Button();
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.btnCompare          = new System.Windows.Forms.Button();
     this.panel1              = new System.Windows.Forms.Panel();
     this.pnlSingleResults    = new System.Windows.Forms.Panel();
     this.finderSingle        = new SqlSync.FinderCtrl();
     this.rtbResultsHighlight = new UrielGuy.SyntaxHighlighting.SyntaxHighlightingTextBox();
     this.linkedBoxes         = new SqlSync.Analysis.LinkedRichTextBoxes();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.statGeneral         = new System.Windows.Forms.ToolStripStatusLabel();
     this.pnlControls         = new System.Windows.Forms.Panel();
     this.statusStrip2        = new System.Windows.Forms.StatusStrip();
     this.statOnlyInLeft      = new System.Windows.Forms.ToolStripStatusLabel();
     this.statIdentical       = new System.Windows.Forms.ToolStripStatusLabel();
     this.statDiffering       = new System.Windows.Forms.ToolStripStatusLabel();
     this.statOnlyInRight     = new System.Windows.Forms.ToolStripStatusLabel();
     this.lstFiles            = new System.Windows.Forms.ListView();
     this.Index            = new System.Windows.Forms.ColumnHeader();
     this.colLeftTag       = new System.Windows.Forms.ColumnHeader();
     this.colLeftName      = new System.Windows.Forms.ColumnHeader();
     this.colRightIndex    = new System.Windows.Forms.ColumnHeader();
     this.colRightTag      = new System.Windows.Forms.ColumnHeader();
     this.colRightName     = new System.Windows.Forms.ColumnHeader();
     this.ctxImport        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuImportScripts = new System.Windows.Forms.ToolStripMenuItem();
     this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuMergeResolve = new System.Windows.Forms.ToolStripMenuItem();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.bgWorker        = new System.ComponentModel.BackgroundWorker();
     this.panel1.SuspendLayout();
     this.pnlSingleResults.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.pnlControls.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.ctxImport.SuspendLayout();
     this.SuspendLayout();
     //
     // txtLeftFile
     //
     this.txtLeftFile.Location = new System.Drawing.Point(81, 16);
     this.txtLeftFile.Name     = "txtLeftFile";
     this.txtLeftFile.Size     = new System.Drawing.Size(687, 21);
     this.txtLeftFile.TabIndex = 0;
     //
     // txtRightFile
     //
     this.txtRightFile.Location = new System.Drawing.Point(81, 42);
     this.txtRightFile.Name     = "txtRightFile";
     this.txtRightFile.Size     = new System.Drawing.Size(687, 21);
     this.txtRightFile.TabIndex = 1;
     //
     // btnSelectFile1
     //
     this.btnSelectFile1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelectFile1.Location  = new System.Drawing.Point(774, 15);
     this.btnSelectFile1.Name      = "btnSelectFile1";
     this.btnSelectFile1.Size      = new System.Drawing.Size(52, 23);
     this.btnSelectFile1.TabIndex  = 2;
     this.btnSelectFile1.Text      = "Select";
     this.btnSelectFile1.Visible   = false;
     this.btnSelectFile1.Click    += new System.EventHandler(this.btnSelectFile1_Click);
     //
     // btnSelectFile2
     //
     this.btnSelectFile2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelectFile2.Location  = new System.Drawing.Point(774, 42);
     this.btnSelectFile2.Name      = "btnSelectFile2";
     this.btnSelectFile2.Size      = new System.Drawing.Size(52, 21);
     this.btnSelectFile2.TabIndex  = 3;
     this.btnSelectFile2.Text      = "Select";
     this.btnSelectFile2.Click    += new System.EventHandler(this.btnSelectFile2_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "Sql Build Files *.sbm|*.sbm|All Files *.*|*.*";
     this.openFileDialog1.Title  = "Select Sql Build File";
     //
     // btnCompare
     //
     this.btnCompare.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCompare.Location  = new System.Drawing.Point(19, 69);
     this.btnCompare.Name      = "btnCompare";
     this.btnCompare.Size      = new System.Drawing.Size(75, 23);
     this.btnCompare.TabIndex  = 4;
     this.btnCompare.Text      = "Compare";
     this.btnCompare.Click    += new System.EventHandler(this.btnCompare_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pnlSingleResults);
     this.panel1.Controls.Add(this.linkedBoxes);
     this.panel1.Controls.Add(this.statusStrip1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 315);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1111, 331);
     this.panel1.TabIndex = 5;
     //
     // pnlSingleResults
     //
     this.pnlSingleResults.Controls.Add(this.finderSingle);
     this.pnlSingleResults.Controls.Add(this.rtbResultsHighlight);
     this.pnlSingleResults.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlSingleResults.Location = new System.Drawing.Point(0, 0);
     this.pnlSingleResults.Name     = "pnlSingleResults";
     this.pnlSingleResults.Size     = new System.Drawing.Size(1111, 309);
     this.pnlSingleResults.TabIndex = 11;
     //
     // finderSingle
     //
     this.finderSingle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.finderSingle.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.finderSingle.Location    = new System.Drawing.Point(0, 284);
     this.finderSingle.Margin      = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.finderSingle.Name        = "finderSingle";
     this.finderSingle.Size        = new System.Drawing.Size(1111, 25);
     this.finderSingle.TabIndex    = 9;
     //
     // rtbResultsHighlight
     //
     this.rtbResultsHighlight.AcceptsTab           = true;
     this.rtbResultsHighlight.CaseSensitive        = false;
     this.rtbResultsHighlight.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.rtbResultsHighlight.FilterAutoComplete   = true;
     this.rtbResultsHighlight.Font                 = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.rtbResultsHighlight.HighlightDescriptors = highLightDescriptorCollection1;
     this.rtbResultsHighlight.HighlightType        = SqlSync.Highlighting.SyntaxHightlightType.Sql;
     this.rtbResultsHighlight.Location             = new System.Drawing.Point(0, 0);
     this.rtbResultsHighlight.MaxUndoRedoSteps     = 50;
     this.rtbResultsHighlight.Name                 = "rtbResultsHighlight";
     this.rtbResultsHighlight.Size                 = new System.Drawing.Size(1111, 309);
     this.rtbResultsHighlight.SuspendHighlighting  = false;
     this.rtbResultsHighlight.TabIndex             = 8;
     this.rtbResultsHighlight.Text                 = "";
     //
     // linkedBoxes
     //
     this.linkedBoxes.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.linkedBoxes.LeftFileName    = null;
     this.linkedBoxes.Location        = new System.Drawing.Point(0, 0);
     this.linkedBoxes.Margin          = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.linkedBoxes.Name            = "linkedBoxes";
     this.linkedBoxes.RightFileName   = null;
     this.linkedBoxes.ShowMenuStrip   = true;
     this.linkedBoxes.Size            = new System.Drawing.Size(1111, 309);
     this.linkedBoxes.TabIndex        = 10;
     this.linkedBoxes.UnifiedDiffText = null;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statGeneral
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 309);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1111, 22);
     this.statusStrip1.TabIndex = 9;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // statGeneral
     //
     this.statGeneral.Margin = new System.Windows.Forms.Padding(0, 3, 150, 2);
     this.statGeneral.Name   = "statGeneral";
     this.statGeneral.Size   = new System.Drawing.Size(39, 17);
     this.statGeneral.Text   = "Ready";
     //
     // pnlControls
     //
     this.pnlControls.Controls.Add(this.statusStrip2);
     this.pnlControls.Controls.Add(this.lstFiles);
     this.pnlControls.Controls.Add(this.label2);
     this.pnlControls.Controls.Add(this.label1);
     this.pnlControls.Controls.Add(this.txtRightFile);
     this.pnlControls.Controls.Add(this.btnSelectFile2);
     this.pnlControls.Controls.Add(this.btnCompare);
     this.pnlControls.Controls.Add(this.btnSelectFile1);
     this.pnlControls.Controls.Add(this.txtLeftFile);
     this.pnlControls.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlControls.Location = new System.Drawing.Point(0, 0);
     this.pnlControls.Name     = "pnlControls";
     this.pnlControls.Size     = new System.Drawing.Size(1111, 310);
     this.pnlControls.TabIndex = 6;
     //
     // statusStrip2
     //
     this.statusStrip2.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statOnlyInLeft,
         this.statIdentical,
         this.statDiffering,
         this.statOnlyInRight
     });
     this.statusStrip2.Location   = new System.Drawing.Point(0, 288);
     this.statusStrip2.Name       = "statusStrip2";
     this.statusStrip2.Size       = new System.Drawing.Size(1111, 22);
     this.statusStrip2.SizingGrip = false;
     this.statusStrip2.TabIndex   = 11;
     this.statusStrip2.Text       = "statusStrip2";
     //
     // statOnlyInLeft
     //
     this.statOnlyInLeft.Margin    = new System.Windows.Forms.Padding(0, 3, 30, 2);
     this.statOnlyInLeft.Name      = "statOnlyInLeft";
     this.statOnlyInLeft.Size      = new System.Drawing.Size(129, 17);
     this.statOnlyInLeft.Text      = "Files Only In Left: 0";
     this.statOnlyInLeft.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // statIdentical
     //
     this.statIdentical.Margin = new System.Windows.Forms.Padding(0, 3, 30, 2);
     this.statIdentical.Name   = "statIdentical";
     this.statIdentical.Size   = new System.Drawing.Size(110, 17);
     this.statIdentical.Text   = "Identical Files: 0";
     //
     // statDiffering
     //
     this.statDiffering.Margin = new System.Windows.Forms.Padding(0, 3, 30, 2);
     this.statDiffering.Name   = "statDiffering";
     this.statDiffering.Size   = new System.Drawing.Size(113, 17);
     this.statDiffering.Text   = "Changed Files: 0";
     //
     // statOnlyInRight
     //
     this.statOnlyInRight.Margin = new System.Windows.Forms.Padding(0, 3, 30, 2);
     this.statOnlyInRight.Name   = "statOnlyInRight";
     this.statOnlyInRight.Size   = new System.Drawing.Size(137, 17);
     this.statOnlyInRight.Text   = "Files Only In Right: 0";
     //
     // lstFiles
     //
     this.lstFiles.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.lstFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Index,
         this.colLeftTag,
         this.colLeftName,
         this.colRightIndex,
         this.colRightTag,
         this.colRightName
     });
     this.lstFiles.ContextMenuStrip = this.ctxImport;
     this.lstFiles.FullRowSelect    = true;
     this.lstFiles.GridLines        = true;
     this.lstFiles.HideSelection    = false;
     this.lstFiles.Location         = new System.Drawing.Point(7, 98);
     this.lstFiles.Name             = "lstFiles";
     this.lstFiles.Size             = new System.Drawing.Size(1097, 187);
     this.lstFiles.TabIndex         = 10;
     this.lstFiles.UseCompatibleStateImageBehavior = false;
     this.lstFiles.View         = System.Windows.Forms.View.Details;
     this.lstFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstFiles_ColumnClick);
     this.lstFiles.DoubleClick += new System.EventHandler(this.lstFiles_DoubleClick);
     //
     // Index
     //
     this.Index.Text  = "Index";
     this.Index.Width = 50;
     //
     // colLeftTag
     //
     this.colLeftTag.Tag  = "";
     this.colLeftTag.Text = "Tag";
     //
     // colLeftName
     //
     this.colLeftName.Text  = "";
     this.colLeftName.Width = 431;
     //
     // colRightIndex
     //
     this.colRightIndex.Text  = "Index";
     this.colRightIndex.Width = 50;
     //
     // colRightTag
     //
     this.colRightTag.Text = "Tag";
     //
     // colRightName
     //
     this.colRightName.Text  = "";
     this.colRightName.Width = 416;
     //
     // ctxImport
     //
     this.ctxImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuImportScripts,
         this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem,
         this.mnuMergeResolve
     });
     this.ctxImport.Name     = "ctxImport";
     this.ctxImport.Size     = new System.Drawing.Size(211, 70);
     this.ctxImport.Opening += new System.ComponentModel.CancelEventHandler(this.ctxImport_Opening);
     //
     // mnuImportScripts
     //
     this.mnuImportScripts.Image  = ((System.Drawing.Image)(resources.GetObject("mnuImportScripts.Image")));
     this.mnuImportScripts.Name   = "mnuImportScripts";
     this.mnuImportScripts.Size   = new System.Drawing.Size(210, 22);
     this.mnuImportScripts.Text   = "Import into Left File";
     this.mnuImportScripts.Click += new System.EventHandler(this.mnuImportScripts_Click);
     //
     // removeSelectedScriptsFromTheLeftFileToolStripMenuItem
     //
     this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("removeSelectedScriptsFromTheLeftFileToolStripMenuItem.Image")));
     this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem.Name   = "removeSelectedScriptsFromTheLeftFileToolStripMenuItem";
     this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem.Size   = new System.Drawing.Size(210, 22);
     this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem.Text   = "Remove from the Left File";
     this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedScriptsFromTheLeftFileToolStripMenuItem_Click);
     //
     // mnuMergeResolve
     //
     this.mnuMergeResolve.Image  = ((System.Drawing.Image)(resources.GetObject("mnuMergeResolve.Image")));
     this.mnuMergeResolve.Name   = "mnuMergeResolve";
     this.mnuMergeResolve.Size   = new System.Drawing.Size(210, 22);
     this.mnuMergeResolve.Text   = "Merge / Resolve Conflict";
     this.mnuMergeResolve.Click += new System.EventHandler(this.mnuMergeResolve_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 46);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Right File:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Left File:";
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitter1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location  = new System.Drawing.Point(0, 310);
     this.splitter1.Name      = "splitter1";
     this.splitter1.Size      = new System.Drawing.Size(1111, 5);
     this.splitter1.TabIndex  = 7;
     this.splitter1.TabStop   = false;
     //
     // bgWorker
     //
     this.bgWorker.WorkerReportsProgress = true;
     this.bgWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgWorker_DoWork);
     this.bgWorker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker_ProgressChanged);
     this.bgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker_RunWorkerCompleted);
     //
     // ComparisonForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1111, 646);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.pnlControls);
     this.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "ComparisonForm";
     this.Text         = "Sql Build Manager :: Build File Comparison";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ComparisonForm_FormClosing);
     this.Load        += new System.EventHandler(this.ComparisonForm_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.pnlSingleResults.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.pnlControls.ResumeLayout(false);
     this.pnlControls.PerformLayout();
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.ctxImport.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection highLightDescriptorCollection1 = new UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection();
     System.ComponentModel.ComponentResourceManager            resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptDisplayForm));
     this.richTextBox1              = new UrielGuy.SyntaxHighlighting.SyntaxHighlightingTextBox();
     this.contextMenuStrip1         = new SqlSync.CutCopyPasteContextMenuStrip();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.finderCtrl1 = new SqlSync.FinderCtrl();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.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.richTextBox1.BackColor            = System.Drawing.SystemColors.Window;
     this.richTextBox1.CaseSensitive        = false;
     this.richTextBox1.ContextMenuStrip     = this.contextMenuStrip1;
     this.richTextBox1.FilterAutoComplete   = false;
     this.richTextBox1.HighlightDescriptors = highLightDescriptorCollection1;
     this.richTextBox1.HighlightType        = SqlSync.Highlighting.SyntaxHightlightType.Sql;
     this.richTextBox1.Location             = new System.Drawing.Point(5, 2);
     this.richTextBox1.MaxUndoRedoSteps     = 50;
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(963, 506);
     this.richTextBox1.SuspendHighlighting = false;
     this.richTextBox1.TabIndex            = 0;
     this.richTextBox1.Text = "";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator1,
         this.wordWrapToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(135, 98);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6);
     //
     // wordWrapToolStripMenuItem
     //
     this.wordWrapToolStripMenuItem.Name   = "wordWrapToolStripMenuItem";
     this.wordWrapToolStripMenuItem.Size   = new System.Drawing.Size(134, 22);
     this.wordWrapToolStripMenuItem.Text   = "Word Wrap";
     this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.wordWrapToolStripMenuItem_Click);
     //
     // finderCtrl1
     //
     this.finderCtrl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.finderCtrl1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.finderCtrl1.Location    = new System.Drawing.Point(0, 513);
     this.finderCtrl1.Margin      = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.finderCtrl1.Name        = "finderCtrl1";
     this.finderCtrl1.Size        = new System.Drawing.Size(972, 37);
     this.finderCtrl1.TabIndex    = 1;
     //
     // ScriptDisplayForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(972, 550);
     this.Controls.Add(this.finderCtrl1);
     this.Controls.Add(this.richTextBox1);
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Name       = "ScriptDisplayForm";
     this.Text       = "Script Display ";
     this.Load      += new System.EventHandler(this.ScriptDisplayForm_Load);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.ScriptDisplayForm_KeyDown);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection highLightDescriptorCollection1 = new UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection();
     System.ComponentModel.ComponentResourceManager            resources = new System.ComponentModel.ComponentResourceManager(typeof(DataExtractScriptCreateForm));
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.label1            = new System.Windows.Forms.Label();
     this.rtbSource         = new System.Windows.Forms.RichTextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.rtbScript         = new UrielGuy.SyntaxHighlighting.SyntaxHighlightingTextBox();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bgCreateScript              = new System.ComponentModel.BackgroundWorker();
     this.menuStrip1                  = new System.Windows.Forms.MenuStrip();
     this.actionToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.openDataExToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1          = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog1             = new System.Windows.Forms.OpenFileDialog();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.statGeneral                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statProgress                = new System.Windows.Forms.ToolStripProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 24);
     this.splitContainer1.Margin      = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.rtbSource);
     this.splitContainer1.Panel1.Margin  = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Panel2.Controls.Add(this.rtbScript);
     this.splitContainer1.Panel2.Padding   = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.splitContainer1.Size             = new System.Drawing.Size(1246, 637);
     this.splitContainer1.SplitterDistance = 301;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 8);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(118, 15);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Source File Contents:";
     //
     // rtbSource
     //
     this.rtbSource.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.rtbSource.Location = new System.Drawing.Point(6, 30);
     this.rtbSource.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.rtbSource.Name     = "rtbSource";
     this.rtbSource.Size     = new System.Drawing.Size(1234, 261);
     this.rtbSource.TabIndex = 0;
     this.rtbSource.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 5);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(130, 15);
     this.label2.TabIndex = 2;
     this.label2.Text     = "INSERT/UPDATE scripts:";
     //
     // rtbScript
     //
     this.rtbScript.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.rtbScript.BackColor            = System.Drawing.SystemColors.Window;
     this.rtbScript.CaseSensitive        = false;
     this.rtbScript.ContextMenuStrip     = this.contextMenuStrip1;
     this.rtbScript.FilterAutoComplete   = false;
     this.rtbScript.HighlightDescriptors = highLightDescriptorCollection1;
     this.rtbScript.HighlightType        = SqlSync.Highlighting.SyntaxHightlightType.Sql;
     this.rtbScript.Location             = new System.Drawing.Point(6, 24);
     this.rtbScript.Margin              = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.rtbScript.MaxUndoRedoSteps    = 50;
     this.rtbScript.Name                = "rtbScript";
     this.rtbScript.Size                = new System.Drawing.Size(1234, 297);
     this.rtbScript.SuspendHighlighting = true;
     this.rtbScript.TabIndex            = 1;
     this.rtbScript.Text                = "";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToClipboardToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(172, 26);
     //
     // copyToClipboardToolStripMenuItem
     //
     this.copyToClipboardToolStripMenuItem.Name   = "copyToClipboardToolStripMenuItem";
     this.copyToClipboardToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.copyToClipboardToolStripMenuItem.Text   = "Copy to Clipboard";
     this.copyToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyToClipboardToolStripMenuItem_Click);
     //
     // bgCreateScript
     //
     this.bgCreateScript.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgCreateScript_DoWork);
     this.bgCreateScript.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgCreateScript_RunWorkerCompleted);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.actionToolStripMenuItem,
         this.toolStripMenuItem1
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(7, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(1246, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // actionToolStripMenuItem
     //
     this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openDataExToolStripMenuItem
     });
     this.actionToolStripMenuItem.Name = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
     this.actionToolStripMenuItem.Text = "Action";
     //
     // openDataExToolStripMenuItem
     //
     this.openDataExToolStripMenuItem.Name   = "openDataExToolStripMenuItem";
     this.openDataExToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.openDataExToolStripMenuItem.Text   = "Open Data Extract File";
     this.openDataExToolStripMenuItem.Click += new System.EventHandler(this.openDataExToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripMenuItem1.Name      = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size      = new System.Drawing.Size(12, 20);
     this.toolStripMenuItem1.Click    += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     this.openFileDialog1.Filter   = "Data Extract *.data|*.data|All Files *.*|*.*";
     this.openFileDialog1.Title    = "Open Data Extract File";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statGeneral,
         this.statProgress
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 661);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1246, 24);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // statGeneral
     //
     this.statGeneral.Name      = "statGeneral";
     this.statGeneral.Size      = new System.Drawing.Size(1052, 19);
     this.statGeneral.Spring    = true;
     this.statGeneral.Text      = "Ready.";
     this.statGeneral.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // statProgress
     //
     this.statProgress.Name = "statProgress";
     this.statProgress.Size = new System.Drawing.Size(175, 18);
     //
     // DataExtractScriptCreateForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1246, 685);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name   = "DataExtractScriptCreateForm";
     this.Text   = "Sql Build Manager :: Data Extract Script Creation";
     this.Load  += new System.EventHandler(this.DataExtractScriptCreateForm_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection highLightDescriptorCollection1 = new UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection();
     System.ComponentModel.ComponentResourceManager            resources = new System.ComponentModel.ComponentResourceManager(typeof(AdHocQueryExecution));
     this.rtbSqlScript                 = new UrielGuy.SyntaxHighlighting.SyntaxHighlightingTextBox();
     this.menuStrip1                   = new System.Windows.Forms.MenuStrip();
     this.actionToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.openScriptToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.saveScriptToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.recentFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1           = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.viewLogFileMenuItem1         = new SqlSync.Controls.ViewLogFileMenuItem();
     this.setLoggingLevelMenuItem1     = new SqlSync.Controls.SetLoggingLevelMenuItem();
     this.openFileDialog1              = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1              = new System.Windows.Forms.SaveFileDialog();
     this.lblCsvWarning                = new System.Windows.Forms.Label();
     this.txtTimeout                   = new System.Windows.Forms.TextBox();
     this.label4   = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnGenerate
     //
     this.btnGenerate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGenerate.Location = new System.Drawing.Point(661, 286);
     this.btnGenerate.TabIndex = 3;
     this.btnGenerate.Text     = "Run Script";
     this.btnGenerate.Click   += new System.EventHandler(this.btnGenerate_Click_1);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 41);
     //
     // ddOutputType
     //
     this.ddOutputType.Location              = new System.Drawing.Point(123, 37);
     this.ddOutputType.TabIndex              = 0;
     this.ddOutputType.SelectedIndexChanged += new System.EventHandler(this.ddOutputType_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 68);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 91);
     //
     // lblServerCount
     //
     this.lblServerCount.Location = new System.Drawing.Point(169, 68);
     //
     // lblDatabaseCount
     //
     this.lblDatabaseCount.Location = new System.Drawing.Point(169, 91);
     //
     // rtbSqlScript
     //
     this.rtbSqlScript.AcceptsTab = true;
     this.rtbSqlScript.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.rtbSqlScript.CaseSensitive      = false;
     this.rtbSqlScript.FilterAutoComplete = true;
     this.rtbSqlScript.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rtbSqlScript.HighlightDescriptors = highLightDescriptorCollection1;
     this.rtbSqlScript.HighlightType        = SqlSync.Highlighting.SyntaxHightlightType.Sql;
     this.rtbSqlScript.Location             = new System.Drawing.Point(12, 115);
     this.rtbSqlScript.MaxUndoRedoSteps     = 50;
     this.rtbSqlScript.Name = "rtbSqlScript";
     this.rtbSqlScript.Size = new System.Drawing.Size(758, 165);
     this.rtbSqlScript.SuspendHighlighting = false;
     this.rtbSqlScript.TabIndex            = 2;
     this.rtbSqlScript.Text     = "";
     this.rtbSqlScript.WordWrap = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.actionToolStripMenuItem,
         this.toolStripMenuItem1,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(782, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // actionToolStripMenuItem
     //
     this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openScriptToolStripMenuItem,
         this.saveScriptToolStripMenuItem,
         this.toolStripSeparator1,
         this.recentFilesToolStripMenuItem
     });
     this.actionToolStripMenuItem.Image = global::SqlSync.Properties.Resources.Execute;
     this.actionToolStripMenuItem.Name  = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Size  = new System.Drawing.Size(70, 20);
     this.actionToolStripMenuItem.Text  = "Action";
     //
     // openScriptToolStripMenuItem
     //
     this.openScriptToolStripMenuItem.Image  = global::SqlSync.Properties.Resources.Open;
     this.openScriptToolStripMenuItem.Name   = "openScriptToolStripMenuItem";
     this.openScriptToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.openScriptToolStripMenuItem.Text   = "Open Script";
     this.openScriptToolStripMenuItem.Click += new System.EventHandler(this.openScriptToolStripMenuItem_Click);
     //
     // saveScriptToolStripMenuItem
     //
     this.saveScriptToolStripMenuItem.Image  = global::SqlSync.Properties.Resources.Save;
     this.saveScriptToolStripMenuItem.Name   = "saveScriptToolStripMenuItem";
     this.saveScriptToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.saveScriptToolStripMenuItem.Text   = "Save Script";
     this.saveScriptToolStripMenuItem.Click += new System.EventHandler(this.saveScriptToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
     //
     // recentFilesToolStripMenuItem
     //
     this.recentFilesToolStripMenuItem.Name = "recentFilesToolStripMenuItem";
     this.recentFilesToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.recentFilesToolStripMenuItem.Text = "Recent Files";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripMenuItem1.Image     = global::SqlSync.Properties.Resources.Help_2;
     this.toolStripMenuItem1.Name      = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size      = new System.Drawing.Size(28, 20);
     this.toolStripMenuItem1.Click    += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.viewLogFileMenuItem1,
         this.setLoggingLevelMenuItem1
     });
     this.helpToolStripMenuItem.Image = global::SqlSync.Properties.Resources.Help;
     this.helpToolStripMenuItem.Name  = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size  = new System.Drawing.Size(60, 20);
     this.helpToolStripMenuItem.Text  = "Help";
     //
     // viewLogFileMenuItem1
     //
     this.viewLogFileMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("viewLogFileMenuItem1.Image")));
     this.viewLogFileMenuItem1.Name  = "viewLogFileMenuItem1";
     this.viewLogFileMenuItem1.Size  = new System.Drawing.Size(207, 22);
     this.viewLogFileMenuItem1.Text  = "View Application Log File";
     //
     // setLoggingLevelMenuItem1
     //
     this.setLoggingLevelMenuItem1.Name = "setLoggingLevelMenuItem1";
     this.setLoggingLevelMenuItem1.Size = new System.Drawing.Size(207, 22);
     this.setLoggingLevelMenuItem1.Text = "Set Logging Level";
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt = "sql";
     this.openFileDialog1.Filter     = "SQL files *.sql|*.sql|All Files *.*|*.*";
     this.openFileDialog1.Title      = "Open SQL query file";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "sql";
     this.saveFileDialog1.Filter     = "SQL files *.sql|*.sql|All Files *.*|*.*";
     this.saveFileDialog1.Title      = "Save SQL Query file";
     //
     // lblCsvWarning
     //
     this.lblCsvWarning.AutoSize  = true;
     this.lblCsvWarning.ForeColor = System.Drawing.Color.Red;
     this.lblCsvWarning.Location  = new System.Drawing.Point(251, 34);
     this.lblCsvWarning.Name      = "lblCsvWarning";
     this.lblCsvWarning.Size      = new System.Drawing.Size(322, 26);
     this.lblCsvWarning.TabIndex  = 13;
     this.lblCsvWarning.Text      = "Warning: CSV is recommended if you are retrieving a lot of data. \r\nHTML and XML f" +
                                    "ormats may error out due to disk or memory issues";
     this.lblCsvWarning.Visible = false;
     //
     // txtTimeout
     //
     this.txtTimeout.Location  = new System.Drawing.Point(730, 89);
     this.txtTimeout.Name      = "txtTimeout";
     this.txtTimeout.Size      = new System.Drawing.Size(39, 20);
     this.txtTimeout.TabIndex  = 1;
     this.txtTimeout.Text      = "20";
     this.txtTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtTimeout.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(507, 92);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(206, 13);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Query timeout in seconds  (per database): ";
     this.toolTip1.SetToolTip(this.label4, "Sets the query timeout per database connection");
     //
     // AdHocQueryExecution
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(782, 339);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtTimeout);
     this.Controls.Add(this.lblCsvWarning);
     this.Controls.Add(this.rtbSqlScript);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "AdHocQueryExecution";
     this.Text          = "AdHoc Query Execution";
     this.Load         += new System.EventHandler(this.AdHocQueryExecution_Load);
     this.Controls.SetChildIndex(this.lblServerCount, 0);
     this.Controls.SetChildIndex(this.lblDatabaseCount, 0);
     this.Controls.SetChildIndex(this.menuStrip1, 0);
     this.Controls.SetChildIndex(this.btnGenerate, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.ddOutputType, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.rtbSqlScript, 0);
     this.Controls.SetChildIndex(this.lblCsvWarning, 0);
     this.Controls.SetChildIndex(this.txtTimeout, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection highLightDescriptorCollection1 = new UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection();
     System.ComponentModel.ComponentResourceManager            resources = new System.ComponentModel.ComponentResourceManager(typeof(UtilityReplacement));
     this.label1 = new System.Windows.Forms.Label();
     this.utilityReplacementUnit1 = new SqlSync.SqlBuild.UtilityReplacementUnit();
     this.btnSubmit       = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.rtbSqlScript    = new UrielGuy.SyntaxHighlighting.SyntaxHighlightingTextBox();
     this.chkInsert       = new System.Windows.Forms.CheckBox();
     this.panel1          = new System.Windows.Forms.Panel();
     this.chkClipBoard    = new System.Windows.Forms.CheckBox();
     this.pnlReplacements = new System.Windows.Forms.Panel();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.panel1.SuspendLayout();
     this.pnlReplacements.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(200, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(208, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Add Replacement Values:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // utilityReplacementUnit1
     //
     this.utilityReplacementUnit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.utilityReplacementUnit1.FunctionKey = System.Windows.Forms.Keys.None;
     this.utilityReplacementUnit1.Key         = null;
     this.utilityReplacementUnit1.Location    = new System.Drawing.Point(8, 32);
     this.utilityReplacementUnit1.Name        = "utilityReplacementUnit1";
     this.utilityReplacementUnit1.Size        = new System.Drawing.Size(600, 26);
     this.utilityReplacementUnit1.TabIndex    = 1;
     //
     // btnSubmit
     //
     this.btnSubmit.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSubmit.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSubmit.Location  = new System.Drawing.Point(529, 222);
     this.btnSubmit.Name      = "btnSubmit";
     this.btnSubmit.Size      = new System.Drawing.Size(75, 23);
     this.btnSubmit.TabIndex  = 2;
     this.btnSubmit.Text      = "Submit";
     this.btnSubmit.Click    += new System.EventHandler(this.btnSubmit_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Scratch Pad:";
     //
     // rtbSqlScript
     //
     this.rtbSqlScript.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.rtbSqlScript.CaseSensitive      = false;
     this.rtbSqlScript.FilterAutoComplete = true;
     this.rtbSqlScript.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rtbSqlScript.HighlightDescriptors = highLightDescriptorCollection1;
     this.rtbSqlScript.HighlightType        = SqlSync.Highlighting.SyntaxHightlightType.Sql;
     this.rtbSqlScript.Location             = new System.Drawing.Point(12, 32);
     this.rtbSqlScript.MaxUndoRedoSteps     = 50;
     this.rtbSqlScript.Name     = "rtbSqlScript";
     this.rtbSqlScript.Size     = new System.Drawing.Size(592, 182);
     this.rtbSqlScript.TabIndex = 8;
     this.rtbSqlScript.Text     = "";
     //
     // chkInsert
     //
     this.chkInsert.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.chkInsert.Enabled  = false;
     this.chkInsert.Location = new System.Drawing.Point(328, 222);
     this.chkInsert.Name     = "chkInsert";
     this.chkInsert.Size     = new System.Drawing.Size(192, 24);
     this.chkInsert.TabIndex = 9;
     this.chkInsert.Text     = "Insert Scratch Pad Values";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chkClipBoard);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.rtbSqlScript);
     this.panel1.Controls.Add(this.chkInsert);
     this.panel1.Controls.Add(this.btnSubmit);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 64);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(616, 254);
     this.panel1.TabIndex = 10;
     //
     // chkClipBoard
     //
     this.chkClipBoard.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.chkClipBoard.Checked    = true;
     this.chkClipBoard.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkClipBoard.Location   = new System.Drawing.Point(16, 222);
     this.chkClipBoard.Name       = "chkClipBoard";
     this.chkClipBoard.Size       = new System.Drawing.Size(248, 24);
     this.chkClipBoard.TabIndex   = 10;
     this.chkClipBoard.Text       = "Add Scratch Pad to Clipboard on Close";
     //
     // pnlReplacements
     //
     this.pnlReplacements.Controls.Add(this.label1);
     this.pnlReplacements.Controls.Add(this.utilityReplacementUnit1);
     this.pnlReplacements.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlReplacements.Location = new System.Drawing.Point(0, 0);
     this.pnlReplacements.Name     = "pnlReplacements";
     this.pnlReplacements.Size     = new System.Drawing.Size(616, 64);
     this.pnlReplacements.TabIndex = 11;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.Color.LightGray;
     this.splitter1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location  = new System.Drawing.Point(0, 64);
     this.splitter1.Name      = "splitter1";
     this.splitter1.Size      = new System.Drawing.Size(616, 3);
     this.splitter1.TabIndex  = 12;
     this.splitter1.TabStop   = false;
     //
     // UtilityReplacement
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(616, 318);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pnlReplacements);
     this.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Name       = "UtilityReplacement";
     this.Text       = "Utility Scripts Replacements";
     this.Closing   += new System.ComponentModel.CancelEventHandler(this.UtilityReplacement_Closing);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.UtilityReplacement_KeyDown);
     this.Load      += new System.EventHandler(this.UtilityReplacement_Load);
     this.panel1.ResumeLayout(false);
     this.pnlReplacements.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection highLightDescriptorCollection1 = new UrielGuy.SyntaxHighlighting.HighLightDescriptorCollection();
     System.ComponentModel.ComponentResourceManager            resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationViaQueryForm));
     this.panel1     = new System.Windows.Forms.Panel();
     this.label4     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label1     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.actionToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.openSavedQueryToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.saveQueryConfigurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.changeSqlServerConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.recentFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.lblServer       = new System.Windows.Forms.Label();
     this.panel2          = new System.Windows.Forms.Panel();
     this.ddDatabase      = new System.Windows.Forms.ComboBox();
     this.label5          = new System.Windows.Forms.Label();
     this.button1         = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.btnPreview      = new System.Windows.Forms.Button();
     this.rtbSqlScript    = new UrielGuy.SyntaxHighlighting.SyntaxHighlightingTextBox();
     this.cutCopyPasteContextMenuStrip1 = new SqlSync.CutCopyPasteContextMenuStrip();
     this.panel1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(788, 110);
     this.panel1.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(4, 84);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(698, 15);
     this.label4.TabIndex = 2;
     this.label4.Text     = "NOTE: To add additional values that will be included in an AdHoc query, add the c" +
                            "olumns after the <<override DB Name>> column\r\n";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.label2.Location = new System.Drawing.Point(136, 31);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(389, 30);
     this.label2.TabIndex = 1;
     this.label2.Text     = "SELECT <<server name>>, <<default DB Name>>, <<override DB Name>> \r\nFROM <<table>" +
                            "> WHERE <<criteria>>";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 10);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(333, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "To properly create your configuration construct your query as:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 10);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(81, 15);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Source Server:";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.actionToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(7, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(788, 24);
     this.menuStrip1.TabIndex = 10;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // actionToolStripMenuItem
     //
     this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openSavedQueryToolStripMenuItem,
         this.saveQueryConfigurationToolStripMenuItem,
         this.toolStripSeparator2,
         this.changeSqlServerConnectionToolStripMenuItem,
         this.toolStripSeparator1,
         this.recentFilesToolStripMenuItem,
         this.toolStripSeparator3,
         this.exitToolStripMenuItem
     });
     this.actionToolStripMenuItem.Name = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
     this.actionToolStripMenuItem.Text = "Action";
     //
     // openSavedQueryToolStripMenuItem
     //
     this.openSavedQueryToolStripMenuItem.Name   = "openSavedQueryToolStripMenuItem";
     this.openSavedQueryToolStripMenuItem.Size   = new System.Drawing.Size(249, 22);
     this.openSavedQueryToolStripMenuItem.Text   = "Open Saved Query Configuration";
     this.openSavedQueryToolStripMenuItem.Click += new System.EventHandler(this.openSavedQueryToolStripMenuItem_Click);
     //
     // saveQueryConfigurationToolStripMenuItem
     //
     this.saveQueryConfigurationToolStripMenuItem.Name   = "saveQueryConfigurationToolStripMenuItem";
     this.saveQueryConfigurationToolStripMenuItem.Size   = new System.Drawing.Size(249, 22);
     this.saveQueryConfigurationToolStripMenuItem.Text   = "Save Query Configuration";
     this.saveQueryConfigurationToolStripMenuItem.Click += new System.EventHandler(this.saveQueryConfigurationToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(246, 6);
     //
     // changeSqlServerConnectionToolStripMenuItem
     //
     this.changeSqlServerConnectionToolStripMenuItem.Name   = "changeSqlServerConnectionToolStripMenuItem";
     this.changeSqlServerConnectionToolStripMenuItem.Size   = new System.Drawing.Size(249, 22);
     this.changeSqlServerConnectionToolStripMenuItem.Text   = "Change Sql Server Connection";
     this.changeSqlServerConnectionToolStripMenuItem.Click += new System.EventHandler(this.mnuChangeSqlServer_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(246, 6);
     //
     // recentFilesToolStripMenuItem
     //
     this.recentFilesToolStripMenuItem.Name = "recentFilesToolStripMenuItem";
     this.recentFilesToolStripMenuItem.Size = new System.Drawing.Size(249, 22);
     this.recentFilesToolStripMenuItem.Text = "Recent Files";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(246, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(249, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // lblServer
     //
     this.lblServer.AutoSize = true;
     this.lblServer.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.lblServer.Location = new System.Drawing.Point(112, 10);
     this.lblServer.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblServer.Name     = "lblServer";
     this.lblServer.Size     = new System.Drawing.Size(54, 13);
     this.lblServer.TabIndex = 3;
     this.lblServer.Text     = "(not set)";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel2.Controls.Add(this.ddDatabase);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.lblServer);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 134);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(788, 35);
     this.panel2.TabIndex = 11;
     //
     // ddDatabase
     //
     this.ddDatabase.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddDatabase.FormattingEnabled = true;
     this.ddDatabase.Location          = new System.Drawing.Point(407, 6);
     this.ddDatabase.Margin            = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.ddDatabase.Name     = "ddDatabase";
     this.ddDatabase.Size     = new System.Drawing.Size(190, 23);
     this.ddDatabase.TabIndex = 5;
     this.ddDatabase.SelectionChangeCommitted += new System.EventHandler(this.ddDatabase_SelectionChangeCommitted);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(298, 10);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(97, 15);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Source Database:";
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(601, 440);
     this.button1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(173, 27);
     this.button1.TabIndex = 12;
     this.button1.Text     = "Create Configuration";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "MultiDbQ";
     this.saveFileDialog1.Filter     = "MultiDb Query Config|*.MultiDbQ|All Files *.*|*.*";
     this.saveFileDialog1.Title      = "Save Query Settings";
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt = "MultiDbQ";
     this.openFileDialog1.Filter     = "MultiDb Query Config|*.MultiDbQ|All Files *.*|*.*";
     //
     // btnPreview
     //
     this.btnPreview.Location = new System.Drawing.Point(0, 0);
     this.btnPreview.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.btnPreview.Name     = "btnPreview";
     this.btnPreview.Size     = new System.Drawing.Size(88, 27);
     this.btnPreview.TabIndex = 1;
     //
     // rtbSqlScript
     //
     this.rtbSqlScript.AcceptsTab = true;
     this.rtbSqlScript.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.rtbSqlScript.CaseSensitive      = false;
     this.rtbSqlScript.ContextMenuStrip   = this.cutCopyPasteContextMenuStrip1;
     this.rtbSqlScript.FilterAutoComplete = true;
     this.rtbSqlScript.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.rtbSqlScript.HighlightDescriptors = highLightDescriptorCollection1;
     this.rtbSqlScript.HighlightType        = SqlSync.Highlighting.SyntaxHightlightType.Sql;
     this.rtbSqlScript.Location             = new System.Drawing.Point(7, 179);
     this.rtbSqlScript.Margin              = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.rtbSqlScript.MaxUndoRedoSteps    = 50;
     this.rtbSqlScript.Name                = "rtbSqlScript";
     this.rtbSqlScript.Size                = new System.Drawing.Size(773, 257);
     this.rtbSqlScript.SuspendHighlighting = false;
     this.rtbSqlScript.TabIndex            = 9;
     this.rtbSqlScript.Text                = "";
     this.rtbSqlScript.WordWrap            = false;
     this.rtbSqlScript.TextChanged        += new System.EventHandler(this.rtbSqlScript_TextChanged);
     //
     // cutCopyPasteContextMenuStrip1
     //
     this.cutCopyPasteContextMenuStrip1.Name = "mnuCopyPaste";
     this.cutCopyPasteContextMenuStrip1.Size = new System.Drawing.Size(103, 70);
     //
     // ConfigurationViaQueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(788, 468);
     this.Controls.Add(this.btnPreview);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.rtbSqlScript);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuStrip1);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview   = true;
     this.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name         = "ConfigurationViaQueryForm";
     this.Text         = "Create Configuration Via Query ";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigurationViaQueryForm_FormClosing);
     this.Load        += new System.EventHandler(this.ConfigurationViaQueryForm_Load);
     this.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ConfigurationViaQueryForm_KeyDown);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }