Example #1
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);
 }
Example #2
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);
 }
 /// <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);
 }