예제 #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.lblKeysA = new System.Windows.Forms.Label();
     this.lblKeysB = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.ctrlWithHeadersA = new System.Windows.Forms.CheckBox();
     this.ctrlIgnoreCase = new System.Windows.Forms.CheckBox();
     this.btClose = new System.Windows.Forms.Button();
     this.btCombine = new System.Windows.Forms.Button();
     this.label13 = new System.Windows.Forms.Label();
     this.ctrlOptNewSheet = new System.Windows.Forms.RadioButton();
     this.ctrlOptSelection = new System.Windows.Forms.RadioButton();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ctrlInteriorColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlFontColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlWorkbookB = new QAToolsAddin.Components.ExcelListWindows();
     this.ctrlWorkbookA = new QAToolsAddin.Components.ExcelListWindows();
     this.ctrlRefB = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlRefA = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlKeysB = new QAToolsAddin.Components.DropDownCheckBox();
     this.ctrlKeysA = new QAToolsAddin.Components.DropDownCheckBox();
     this.ctrlWithHeadersB = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblKeysA
     //
     this.lblKeysA.AutoSize = true;
     this.lblKeysA.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKeysA.Location = new System.Drawing.Point(7, 85);
     this.lblKeysA.Name = "lblKeysA";
     this.lblKeysA.Size = new System.Drawing.Size(63, 13);
     this.lblKeysA.TabIndex = 7;
     this.lblKeysA.Text = "Identifiers :";
     //
     // lblKeysB
     //
     this.lblKeysB.AutoSize = true;
     this.lblKeysB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKeysB.Location = new System.Drawing.Point(194, 85);
     this.lblKeysB.Name = "lblKeysB";
     this.lblKeysB.Size = new System.Drawing.Size(63, 13);
     this.lblKeysB.TabIndex = 17;
     this.lblKeysB.Text = "Identifiers :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.MediumBlue;
     this.label5.Location = new System.Drawing.Point(179, 2);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(96, 13);
     this.label5.TabIndex = 21;
     this.label5.Text = "  Second selection ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.MediumBlue;
     this.label1.Location = new System.Drawing.Point(2, 2);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 22;
     this.label1.Text = "First selection ";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.DarkGray;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.MediumBlue;
     this.label2.Location = new System.Drawing.Point(2, 11);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(371, 1);
     this.label2.TabIndex = 23;
     //
     // ctrlWithHeadersA
     //
     this.ctrlWithHeadersA.AutoSize = true;
     this.ctrlWithHeadersA.Location = new System.Drawing.Point(9, 42);
     this.ctrlWithHeadersA.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlWithHeadersA.Name = "ctrlWithHeadersA";
     this.ctrlWithHeadersA.Size = new System.Drawing.Size(131, 17);
     this.ctrlWithHeadersA.TabIndex = 1;
     this.ctrlWithHeadersA.Text = "Selection has headers";
     this.ctrlWithHeadersA.UseVisualStyleBackColor = true;
     this.ctrlWithHeadersA.CheckedChanged += new System.EventHandler(this.ctrlWithHeaders_CheckedChanged);
     //
     // ctrlIgnoreCase
     //
     this.ctrlIgnoreCase.AutoSize = true;
     this.ctrlIgnoreCase.Location = new System.Drawing.Point(9, 125);
     this.ctrlIgnoreCase.Name = "ctrlIgnoreCase";
     this.ctrlIgnoreCase.Size = new System.Drawing.Size(102, 17);
     this.ctrlIgnoreCase.TabIndex = 8;
     this.ctrlIgnoreCase.Text = "Ignore text case";
     this.ctrlIgnoreCase.UseVisualStyleBackColor = true;
     //
     // btClose
     //
     this.btClose.Location = new System.Drawing.Point(192, 8);
     this.btClose.Name = "btClose";
     this.btClose.Size = new System.Drawing.Size(89, 25);
     this.btClose.TabIndex = 1;
     this.btClose.Text = "Close";
     this.btClose.UseVisualStyleBackColor = true;
     this.btClose.Click += new System.EventHandler(this.btClose_Click);
     //
     // btCombine
     //
     this.btCombine.Location = new System.Drawing.Point(95, 8);
     this.btCombine.Name = "btCombine";
     this.btCombine.Size = new System.Drawing.Size(89, 25);
     this.btCombine.TabIndex = 0;
     this.btCombine.Text = "Combine";
     this.btCombine.UseVisualStyleBackColor = true;
     this.btCombine.Click += new System.EventHandler(this.btCombine_Click);
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.DarkGray;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.MediumBlue;
     this.label13.Location = new System.Drawing.Point(2, 0);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(373, 1);
     this.label13.TabIndex = 0;
     //
     // ctrlOptNewSheet
     //
     this.ctrlOptNewSheet.AutoSize = true;
     this.ctrlOptNewSheet.FlatAppearance.BorderSize = 0;
     this.ctrlOptNewSheet.Location = new System.Drawing.Point(298, 140);
     this.ctrlOptNewSheet.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlOptNewSheet.Name = "ctrlOptNewSheet";
     this.ctrlOptNewSheet.Size = new System.Drawing.Size(76, 17);
     this.ctrlOptNewSheet.TabIndex = 12;
     this.ctrlOptNewSheet.Text = "New sheet";
     this.ctrlOptNewSheet.UseVisualStyleBackColor = true;
     //
     // ctrlOptSelection
     //
     this.ctrlOptSelection.AutoSize = true;
     this.ctrlOptSelection.Checked = true;
     this.ctrlOptSelection.Location = new System.Drawing.Point(298, 123);
     this.ctrlOptSelection.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlOptSelection.Name = "ctrlOptSelection";
     this.ctrlOptSelection.Size = new System.Drawing.Size(63, 17);
     this.ctrlOptSelection.TabIndex = 11;
     this.ctrlOptSelection.TabStop = true;
     this.ctrlOptSelection.Text = "In-place";
     this.ctrlOptSelection.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.MediumBlue;
     this.label4.Location = new System.Drawing.Point(2, 107);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Options ";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkGray;
     this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.MediumBlue;
     this.label6.Location = new System.Drawing.Point(2, 116);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(371, 1);
     this.label6.TabIndex = 9;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.MediumBlue;
     this.label7.Location = new System.Drawing.Point(284, 107);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(50, 13);
     this.label7.TabIndex = 7;
     this.label7.Text = "  Output ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.MediumBlue;
     this.label9.Location = new System.Drawing.Point(137, 107);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(86, 13);
     this.label9.TabIndex = 5;
     this.label9.Text = "  Mismatch color ";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(148, 121);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(69, 13);
     this.label15.TabIndex = 3;
     this.label15.Text = "Interior color";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(221, 121);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(55, 13);
     this.label14.TabIndex = 4;
     this.label14.Text = "Font color";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btClose);
     this.panel1.Controls.Add(this.btCombine);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 164);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(377, 40);
     this.panel1.TabIndex = 12;
     //
     // ctrlInteriorColor
     //
     this.ctrlInteriorColor.Location = new System.Drawing.Point(151, 135);
     this.ctrlInteriorColor.Name = "ctrlInteriorColor";
     this.ctrlInteriorColor.Size = new System.Drawing.Size(55, 21);
     this.ctrlInteriorColor.TabIndex = 9;
     //
     // ctrlFontColor
     //
     this.ctrlFontColor.Location = new System.Drawing.Point(223, 135);
     this.ctrlFontColor.Name = "ctrlFontColor";
     this.ctrlFontColor.Size = new System.Drawing.Size(55, 21);
     this.ctrlFontColor.TabIndex = 10;
     //
     // ctrlWorkbookB
     //
     this.ctrlWorkbookB.Location = new System.Drawing.Point(195, 19);
     this.ctrlWorkbookB.Name = "ctrlWorkbookB";
     this.ctrlWorkbookB.Size = new System.Drawing.Size(175, 21);
     this.ctrlWorkbookB.TabIndex = 4;
     //
     // ctrlWorkbookA
     //
     this.ctrlWorkbookA.Location = new System.Drawing.Point(8, 19);
     this.ctrlWorkbookA.Name = "ctrlWorkbookA";
     this.ctrlWorkbookA.Size = new System.Drawing.Size(175, 21);
     this.ctrlWorkbookA.TabIndex = 0;
     //
     // ctrlRefB
     //
     this.ctrlRefB.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlRefB.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlRefB.Location = new System.Drawing.Point(195, 58);
     this.ctrlRefB.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlRefB.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlRefB.MinNumber = -1.7976931348623157E+308D;
     this.ctrlRefB.MultiSelect = QAToolsAddin.Components.ExcelRefEdit.XlSelection.SingleArea;
     this.ctrlRefB.Name = "ctrlRefB";
     this.ctrlRefB.NumberFormat = null;
     this.ctrlRefB.Scope = QAToolsAddin.Components.ExcelRefEdit.XlScope.Application;
     this.ctrlRefB.Size = new System.Drawing.Size(177, 22);
     this.ctrlRefB.TabIndex = 6;
     this.ctrlRefB.RangeChanged += new System.EventHandler(this.UpdateKeysB_Delegate);
     this.ctrlRefB.KeyEscape += new System.EventHandler(this.ctrlRef_Escape);
     //
     // ctrlRefA
     //
     this.ctrlRefA.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlRefA.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlRefA.Location = new System.Drawing.Point(8, 58);
     this.ctrlRefA.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlRefA.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlRefA.MinNumber = -1.7976931348623157E+308D;
     this.ctrlRefA.MultiSelect = QAToolsAddin.Components.ExcelRefEdit.XlSelection.SingleArea;
     this.ctrlRefA.Name = "ctrlRefA";
     this.ctrlRefA.NumberFormat = null;
     this.ctrlRefA.Scope = QAToolsAddin.Components.ExcelRefEdit.XlScope.Application;
     this.ctrlRefA.Size = new System.Drawing.Size(177, 22);
     this.ctrlRefA.TabIndex = 2;
     this.ctrlRefA.RangeChanged += new System.EventHandler(this.UpdateKeysA_Delegate);
     this.ctrlRefA.KeyEscape += new System.EventHandler(this.ctrlRef_Escape);
     //
     // ctrlKeysB
     //
     this.ctrlKeysB.BackColor = System.Drawing.SystemColors.Window;
     this.ctrlKeysB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctrlKeysB.Items = null;
     this.ctrlKeysB.Location = new System.Drawing.Point(262, 82);
     this.ctrlKeysB.MaximumSize = new System.Drawing.Size(500, 21);
     this.ctrlKeysB.MinimumSize = new System.Drawing.Size(50, 21);
     this.ctrlKeysB.Name = "ctrlKeysB";
     this.ctrlKeysB.Size = new System.Drawing.Size(107, 21);
     this.ctrlKeysB.TabIndex = 7;
     //
     // ctrlKeysA
     //
     this.ctrlKeysA.BackColor = System.Drawing.SystemColors.Window;
     this.ctrlKeysA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctrlKeysA.Items = null;
     this.ctrlKeysA.Location = new System.Drawing.Point(76, 82);
     this.ctrlKeysA.MaximumSize = new System.Drawing.Size(500, 21);
     this.ctrlKeysA.MinimumSize = new System.Drawing.Size(50, 21);
     this.ctrlKeysA.Name = "ctrlKeysA";
     this.ctrlKeysA.Size = new System.Drawing.Size(107, 21);
     this.ctrlKeysA.TabIndex = 3;
     //
     // ctrlWithHeadersB
     //
     this.ctrlWithHeadersB.AutoSize = true;
     this.ctrlWithHeadersB.Location = new System.Drawing.Point(197, 42);
     this.ctrlWithHeadersB.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlWithHeadersB.Name = "ctrlWithHeadersB";
     this.ctrlWithHeadersB.Size = new System.Drawing.Size(131, 17);
     this.ctrlWithHeadersB.TabIndex = 5;
     this.ctrlWithHeadersB.Text = "Selection has headers";
     this.ctrlWithHeadersB.UseVisualStyleBackColor = true;
     this.ctrlWithHeadersB.CheckedChanged += new System.EventHandler(this.ctrlWithHeaders_CheckedChanged);
     //
     // FrmCombine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(377, 204);
     this.Controls.Add(this.ctrlInteriorColor);
     this.Controls.Add(this.ctrlIgnoreCase);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.ctrlOptSelection);
     this.Controls.Add(this.ctrlRefB);
     this.Controls.Add(this.ctrlWorkbookB);
     this.Controls.Add(this.ctrlWorkbookA);
     this.Controls.Add(this.ctrlRefA);
     this.Controls.Add(this.ctrlKeysA);
     this.Controls.Add(this.ctrlKeysB);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ctrlFontColor);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.ctrlOptNewSheet);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.ctrlWithHeadersB);
     this.Controls.Add(this.ctrlWithHeadersA);
     this.Controls.Add(this.lblKeysA);
     this.Controls.Add(this.lblKeysB);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Name = "FrmCombine";
     this.Text = "Combine columns";
     this.Load += new System.EventHandler(this.FrmCombine_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #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.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.ctrlIgnoreCase = new System.Windows.Forms.CheckBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.ctrlOptOppositeCells = new System.Windows.Forms.RadioButton();
     this.ctrlOptDisorderedCells = new System.Windows.Forms.RadioButton();
     this.ctrlOptRows = new System.Windows.Forms.RadioButton();
     this.ctrlOptCurrent = new System.Windows.Forms.RadioButton();
     this.ctrlOptNewSheet = new System.Windows.Forms.RadioButton();
     this.ctrlOptSBSSelections = new System.Windows.Forms.RadioButton();
     this.ctrlOptSBSColumns = new System.Windows.Forms.RadioButton();
     this.ctrlOptSBSValues = new System.Windows.Forms.RadioButton();
     this.btCompare = new System.Windows.Forms.Button();
     this.btClose = new System.Windows.Forms.Button();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.lblKeysA = new System.Windows.Forms.Label();
     this.ctrlUseFormula = new System.Windows.Forms.CheckBox();
     this.paneNewWorksheet = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ctrlWithHeadersA = new System.Windows.Forms.CheckBox();
     this.label5 = new System.Windows.Forms.Label();
     this.ctrlOptSingleMatch = new System.Windows.Forms.CheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.label12 = new System.Windows.Forms.Label();
     this.ctrlInteriorColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlFontColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlWorkbookB = new QAToolsAddin.Components.ExcelListWindows();
     this.ctrlWorkbookA = new QAToolsAddin.Components.ExcelListWindows();
     this.ctrlRefB = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlRefA = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlKeys = new QAToolsAddin.Components.DropDownCheckBox();
     this.ctrlWithHeadersB = new System.Windows.Forms.CheckBox();
     this.paneNewWorksheet.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.MediumBlue;
     this.label1.Location = new System.Drawing.Point(2, 73);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Fisrt selection ";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.DarkGray;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.MediumBlue;
     this.label2.Location = new System.Drawing.Point(2, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(376, 1);
     this.label2.TabIndex = 2;
     //
     // ctrlIgnoreCase
     //
     this.ctrlIgnoreCase.AutoSize = true;
     this.ctrlIgnoreCase.Location = new System.Drawing.Point(9, 205);
     this.ctrlIgnoreCase.Name = "ctrlIgnoreCase";
     this.ctrlIgnoreCase.Size = new System.Drawing.Size(102, 17);
     this.ctrlIgnoreCase.TabIndex = 11;
     this.ctrlIgnoreCase.Text = "Ignore text case";
     this.ctrlIgnoreCase.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.MediumBlue;
     this.label8.Location = new System.Drawing.Point(2, 172);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(47, 13);
     this.label8.TabIndex = 2;
     this.label8.Text = "Options ";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.MediumBlue;
     this.label10.Location = new System.Drawing.Point(114, 2);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(50, 13);
     this.label10.TabIndex = 2;
     this.label10.Text = "  Output ";
     //
     // ctrlOptOppositeCells
     //
     this.ctrlOptOppositeCells.AutoSize = true;
     this.ctrlOptOppositeCells.Checked = true;
     this.ctrlOptOppositeCells.Location = new System.Drawing.Point(2, 2);
     this.ctrlOptOppositeCells.Name = "ctrlOptOppositeCells";
     this.ctrlOptOppositeCells.Size = new System.Drawing.Size(91, 17);
     this.ctrlOptOppositeCells.TabIndex = 0;
     this.ctrlOptOppositeCells.TabStop = true;
     this.ctrlOptOppositeCells.Text = "Opposite cells";
     this.ctrlOptOppositeCells.UseVisualStyleBackColor = true;
     this.ctrlOptOppositeCells.CheckedChanged += new System.EventHandler(this.CompareTypeSelection_CheckedChanged);
     //
     // ctrlOptDisorderedCells
     //
     this.ctrlOptDisorderedCells.AutoSize = true;
     this.ctrlOptDisorderedCells.Location = new System.Drawing.Point(2, 19);
     this.ctrlOptDisorderedCells.Name = "ctrlOptDisorderedCells";
     this.ctrlOptDisorderedCells.Size = new System.Drawing.Size(100, 17);
     this.ctrlOptDisorderedCells.TabIndex = 1;
     this.ctrlOptDisorderedCells.TabStop = true;
     this.ctrlOptDisorderedCells.Text = "Disordered cells";
     this.ctrlOptDisorderedCells.UseVisualStyleBackColor = true;
     this.ctrlOptDisorderedCells.CheckedChanged += new System.EventHandler(this.CompareTypeSelection_CheckedChanged);
     //
     // ctrlOptRows
     //
     this.ctrlOptRows.AutoSize = true;
     this.ctrlOptRows.Location = new System.Drawing.Point(2, 37);
     this.ctrlOptRows.Name = "ctrlOptRows";
     this.ctrlOptRows.Size = new System.Drawing.Size(52, 17);
     this.ctrlOptRows.TabIndex = 2;
     this.ctrlOptRows.Text = "Rows";
     this.ctrlOptRows.UseVisualStyleBackColor = true;
     this.ctrlOptRows.CheckedChanged += new System.EventHandler(this.CompareTypeSelection_CheckedChanged);
     this.ctrlOptRows.Click += new System.EventHandler(this.UpdateKeys_Delegate);
     //
     // ctrlOptCurrent
     //
     this.ctrlOptCurrent.AutoSize = true;
     this.ctrlOptCurrent.Checked = true;
     this.ctrlOptCurrent.Location = new System.Drawing.Point(2, 2);
     this.ctrlOptCurrent.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlOptCurrent.Name = "ctrlOptCurrent";
     this.ctrlOptCurrent.Size = new System.Drawing.Size(63, 17);
     this.ctrlOptCurrent.TabIndex = 1;
     this.ctrlOptCurrent.TabStop = true;
     this.ctrlOptCurrent.Text = "In-place";
     this.ctrlOptCurrent.UseVisualStyleBackColor = true;
     this.ctrlOptCurrent.CheckedChanged += new System.EventHandler(this.OutputSelection_CheckedChanged);
     //
     // ctrlOptNewSheet
     //
     this.ctrlOptNewSheet.AutoSize = true;
     this.ctrlOptNewSheet.FlatAppearance.BorderSize = 0;
     this.ctrlOptNewSheet.Location = new System.Drawing.Point(2, 19);
     this.ctrlOptNewSheet.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlOptNewSheet.Name = "ctrlOptNewSheet";
     this.ctrlOptNewSheet.Size = new System.Drawing.Size(76, 17);
     this.ctrlOptNewSheet.TabIndex = 1;
     this.ctrlOptNewSheet.Text = "New sheet";
     this.ctrlOptNewSheet.UseVisualStyleBackColor = true;
     this.ctrlOptNewSheet.CheckedChanged += new System.EventHandler(this.OutputSelection_CheckedChanged);
     //
     // ctrlOptSBSSelections
     //
     this.ctrlOptSBSSelections.AutoSize = true;
     this.ctrlOptSBSSelections.Checked = true;
     this.ctrlOptSBSSelections.Enabled = false;
     this.ctrlOptSBSSelections.Location = new System.Drawing.Point(2, 2);
     this.ctrlOptSBSSelections.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlOptSBSSelections.Name = "ctrlOptSBSSelections";
     this.ctrlOptSBSSelections.Size = new System.Drawing.Size(115, 17);
     this.ctrlOptSBSSelections.TabIndex = 2;
     this.ctrlOptSBSSelections.TabStop = true;
     this.ctrlOptSBSSelections.Text = "Tables side by side";
     this.ctrlOptSBSSelections.UseVisualStyleBackColor = true;
     //
     // ctrlOptSBSColumns
     //
     this.ctrlOptSBSColumns.AutoSize = true;
     this.ctrlOptSBSColumns.Enabled = false;
     this.ctrlOptSBSColumns.Location = new System.Drawing.Point(2, 19);
     this.ctrlOptSBSColumns.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlOptSBSColumns.Name = "ctrlOptSBSColumns";
     this.ctrlOptSBSColumns.Size = new System.Drawing.Size(117, 17);
     this.ctrlOptSBSColumns.TabIndex = 2;
     this.ctrlOptSBSColumns.Text = "Colums side by side";
     this.ctrlOptSBSColumns.UseVisualStyleBackColor = true;
     //
     // ctrlOptSBSValues
     //
     this.ctrlOptSBSValues.AutoSize = true;
     this.ctrlOptSBSValues.Enabled = false;
     this.ctrlOptSBSValues.Location = new System.Drawing.Point(2, 37);
     this.ctrlOptSBSValues.Name = "ctrlOptSBSValues";
     this.ctrlOptSBSValues.Size = new System.Drawing.Size(118, 17);
     this.ctrlOptSBSValues.TabIndex = 2;
     this.ctrlOptSBSValues.Text = "Values  side by side";
     this.ctrlOptSBSValues.UseVisualStyleBackColor = true;
     //
     // btCompare
     //
     this.btCompare.Location = new System.Drawing.Point(96, 8);
     this.btCompare.Name = "btCompare";
     this.btCompare.Size = new System.Drawing.Size(89, 25);
     this.btCompare.TabIndex = 0;
     this.btCompare.Text = "Compare";
     this.btCompare.UseVisualStyleBackColor = true;
     this.btCompare.Click += new System.EventHandler(this.btCompare_Click);
     //
     // btClose
     //
     this.btClose.Location = new System.Drawing.Point(193, 8);
     this.btClose.Name = "btClose";
     this.btClose.Size = new System.Drawing.Size(89, 25);
     this.btClose.TabIndex = 1;
     this.btClose.Text = "Close";
     this.btClose.UseVisualStyleBackColor = true;
     this.btClose.Click += new System.EventHandler(this.btClose_Click);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(311, 187);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(55, 13);
     this.label14.TabIndex = 3;
     this.label14.Text = "Font color";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(238, 187);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(69, 13);
     this.label15.TabIndex = 3;
     this.label15.Text = "Interior color";
     //
     // label23
     //
     this.label23.BackColor = System.Drawing.Color.DarkGray;
     this.label23.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.ForeColor = System.Drawing.Color.MediumBlue;
     this.label23.Location = new System.Drawing.Point(2, 181);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(376, 1);
     this.label23.TabIndex = 15;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.ForeColor = System.Drawing.Color.MediumBlue;
     this.label24.Location = new System.Drawing.Point(2, 2);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(39, 13);
     this.label24.TabIndex = 17;
     this.label24.Text = "Scope ";
     //
     // label25
     //
     this.label25.BackColor = System.Drawing.Color.DarkGray;
     this.label25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.ForeColor = System.Drawing.Color.MediumBlue;
     this.label25.Location = new System.Drawing.Point(2, 11);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(376, 1);
     this.label25.TabIndex = 16;
     //
     // lblKeysA
     //
     this.lblKeysA.AutoSize = true;
     this.lblKeysA.Enabled = false;
     this.lblKeysA.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKeysA.Location = new System.Drawing.Point(6, 153);
     this.lblKeysA.Name = "lblKeysA";
     this.lblKeysA.Size = new System.Drawing.Size(63, 13);
     this.lblKeysA.TabIndex = 3;
     this.lblKeysA.Text = "Identifiers :";
     //
     // ctrlUseFormula
     //
     this.ctrlUseFormula.AutoSize = true;
     this.ctrlUseFormula.Location = new System.Drawing.Point(9, 189);
     this.ctrlUseFormula.Name = "ctrlUseFormula";
     this.ctrlUseFormula.Size = new System.Drawing.Size(120, 17);
     this.ctrlUseFormula.TabIndex = 10;
     this.ctrlUseFormula.Text = "Compare on formula";
     this.ctrlUseFormula.UseVisualStyleBackColor = true;
     //
     // paneNewWorksheet
     //
     this.paneNewWorksheet.Controls.Add(this.ctrlOptSBSSelections);
     this.paneNewWorksheet.Controls.Add(this.ctrlOptSBSColumns);
     this.paneNewWorksheet.Controls.Add(this.ctrlOptSBSValues);
     this.paneNewWorksheet.Location = new System.Drawing.Point(232, 16);
     this.paneNewWorksheet.Name = "paneNewWorksheet";
     this.paneNewWorksheet.Size = new System.Drawing.Size(124, 59);
     this.paneNewWorksheet.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ctrlOptOppositeCells);
     this.panel1.Controls.Add(this.ctrlOptDisorderedCells);
     this.panel1.Controls.Add(this.ctrlOptRows);
     this.panel1.Location = new System.Drawing.Point(6, 16);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(108, 59);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ctrlOptCurrent);
     this.panel2.Controls.Add(this.ctrlOptNewSheet);
     this.panel2.Location = new System.Drawing.Point(124, 16);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(97, 59);
     this.panel2.TabIndex = 1;
     //
     // ctrlWithHeadersA
     //
     this.ctrlWithHeadersA.AutoSize = true;
     this.ctrlWithHeadersA.Location = new System.Drawing.Point(9, 111);
     this.ctrlWithHeadersA.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlWithHeadersA.Name = "ctrlWithHeadersA";
     this.ctrlWithHeadersA.Size = new System.Drawing.Size(131, 17);
     this.ctrlWithHeadersA.TabIndex = 4;
     this.ctrlWithHeadersA.Text = "Selection has headers";
     this.ctrlWithHeadersA.UseVisualStyleBackColor = true;
     this.ctrlWithHeadersA.Click += new System.EventHandler(this.UpdateKeys_Delegate);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.MediumBlue;
     this.label5.Location = new System.Drawing.Point(178, 73);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(96, 13);
     this.label5.TabIndex = 2;
     this.label5.Text = "  Second selection ";
     //
     // ctrlOptSingleMatch
     //
     this.ctrlOptSingleMatch.AutoSize = true;
     this.ctrlOptSingleMatch.Location = new System.Drawing.Point(135, 189);
     this.ctrlOptSingleMatch.Name = "ctrlOptSingleMatch";
     this.ctrlOptSingleMatch.Size = new System.Drawing.Size(87, 17);
     this.ctrlOptSingleMatch.TabIndex = 12;
     this.ctrlOptSingleMatch.Text = "Single match";
     this.ctrlOptSingleMatch.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.MediumBlue;
     this.label4.Location = new System.Drawing.Point(219, 2);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 13);
     this.label4.TabIndex = 25;
     this.label4.Text = "  Layout ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.MediumBlue;
     this.label7.Location = new System.Drawing.Point(225, 172);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(97, 13);
     this.label7.TabIndex = 32;
     this.label7.Text = "  Differences color ";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label12);
     this.panel3.Controls.Add(this.btClose);
     this.panel3.Controls.Add(this.btCompare);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 229);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(378, 40);
     this.panel3.TabIndex = 15;
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.DarkGray;
     this.label12.Dock = System.Windows.Forms.DockStyle.Top;
     this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.MediumBlue;
     this.label12.Location = new System.Drawing.Point(0, 0);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(378, 1);
     this.label12.TabIndex = 41;
     //
     // ctrlInteriorColor
     //
     this.ctrlInteriorColor.Location = new System.Drawing.Point(241, 201);
     this.ctrlInteriorColor.Name = "ctrlInteriorColor";
     this.ctrlInteriorColor.Size = new System.Drawing.Size(55, 21);
     this.ctrlInteriorColor.TabIndex = 13;
     //
     // ctrlFontColor
     //
     this.ctrlFontColor.Location = new System.Drawing.Point(313, 201);
     this.ctrlFontColor.Name = "ctrlFontColor";
     this.ctrlFontColor.Size = new System.Drawing.Size(55, 21);
     this.ctrlFontColor.TabIndex = 14;
     //
     // ctrlWorkbookB
     //
     this.ctrlWorkbookB.Location = new System.Drawing.Point(192, 89);
     this.ctrlWorkbookB.Name = "ctrlWorkbookB";
     this.ctrlWorkbookB.Size = new System.Drawing.Size(177, 21);
     this.ctrlWorkbookB.TabIndex = 7;
     //
     // ctrlWorkbookA
     //
     this.ctrlWorkbookA.Location = new System.Drawing.Point(8, 89);
     this.ctrlWorkbookA.Name = "ctrlWorkbookA";
     this.ctrlWorkbookA.Size = new System.Drawing.Size(177, 21);
     this.ctrlWorkbookA.TabIndex = 3;
     //
     // ctrlRefB
     //
     this.ctrlRefB.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlRefB.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlRefB.Location = new System.Drawing.Point(192, 127);
     this.ctrlRefB.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlRefB.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlRefB.MinNumber = -1.7976931348623157E+308D;
     this.ctrlRefB.MultiSelect = QAToolsAddin.Components.ExcelRefEdit.XlSelection.SingleArea;
     this.ctrlRefB.Name = "ctrlRefB";
     this.ctrlRefB.NumberFormat = null;
     this.ctrlRefB.Scope = QAToolsAddin.Components.ExcelRefEdit.XlScope.Application;
     this.ctrlRefB.Size = new System.Drawing.Size(179, 22);
     this.ctrlRefB.TabIndex = 9;
     this.ctrlRefB.KeyEscape += new System.EventHandler(this.ctrlRef_Escape);
     //
     // ctrlRefA
     //
     this.ctrlRefA.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlRefA.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlRefA.Location = new System.Drawing.Point(8, 127);
     this.ctrlRefA.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlRefA.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlRefA.MinNumber = -1.7976931348623157E+308D;
     this.ctrlRefA.MultiSelect = QAToolsAddin.Components.ExcelRefEdit.XlSelection.SingleArea;
     this.ctrlRefA.Name = "ctrlRefA";
     this.ctrlRefA.NumberFormat = null;
     this.ctrlRefA.Scope = QAToolsAddin.Components.ExcelRefEdit.XlScope.Application;
     this.ctrlRefA.Size = new System.Drawing.Size(179, 22);
     this.ctrlRefA.TabIndex = 5;
     this.ctrlRefA.RangeChanged += new System.EventHandler(this.UpdateKeys_Delegate);
     this.ctrlRefA.KeyEscape += new System.EventHandler(this.ctrlRef_Escape);
     //
     // ctrlKeys
     //
     this.ctrlKeys.BackColor = System.Drawing.SystemColors.Window;
     this.ctrlKeys.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctrlKeys.Items = null;
     this.ctrlKeys.Location = new System.Drawing.Point(71, 150);
     this.ctrlKeys.MaximumSize = new System.Drawing.Size(500, 21);
     this.ctrlKeys.MinimumSize = new System.Drawing.Size(50, 21);
     this.ctrlKeys.Name = "ctrlKeys";
     this.ctrlKeys.Size = new System.Drawing.Size(114, 21);
     this.ctrlKeys.TabIndex = 6;
     //
     // ctrlWithHeadersB
     //
     this.ctrlWithHeadersB.AutoSize = true;
     this.ctrlWithHeadersB.Location = new System.Drawing.Point(193, 111);
     this.ctrlWithHeadersB.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlWithHeadersB.Name = "ctrlWithHeadersB";
     this.ctrlWithHeadersB.Size = new System.Drawing.Size(131, 17);
     this.ctrlWithHeadersB.TabIndex = 8;
     this.ctrlWithHeadersB.Text = "Selection has headers";
     this.ctrlWithHeadersB.UseVisualStyleBackColor = true;
     this.ctrlWithHeadersB.Click += new System.EventHandler(this.UpdateKeys_Delegate);
     //
     // FrmCompare
     //
     this.AccessibleRole = System.Windows.Forms.AccessibleRole.Dialog;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ClientSize = new System.Drawing.Size(378, 269);
     this.Controls.Add(this.ctrlRefB);
     this.Controls.Add(this.ctrlRefA);
     this.Controls.Add(this.ctrlWorkbookB);
     this.Controls.Add(this.ctrlWorkbookA);
     this.Controls.Add(this.ctrlKeys);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.paneNewWorksheet);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.ctrlInteriorColor);
     this.Controls.Add(this.ctrlFontColor);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.ctrlOptSingleMatch);
     this.Controls.Add(this.ctrlIgnoreCase);
     this.Controls.Add(this.lblKeysA);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label23);
     this.Controls.Add(this.ctrlUseFormula);
     this.Controls.Add(this.ctrlWithHeadersB);
     this.Controls.Add(this.ctrlWithHeadersA);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Name = "FrmCompare";
     this.Text = "Compare";
     this.Load += new System.EventHandler(this.FrmCompare_Load);
     this.paneNewWorksheet.ResumeLayout(false);
     this.paneNewWorksheet.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }