Пример #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();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblKeys = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.ctrlUseFormula = new System.Windows.Forms.CheckBox();
     this.ctrlWithHeaders = new System.Windows.Forms.CheckBox();
     this.ctrlIgnoreCase = new System.Windows.Forms.CheckBox();
     this.lblInteriorColor = new System.Windows.Forms.Label();
     this.lblFontColor = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ctrlOptCells = new System.Windows.Forms.RadioButton();
     this.ctrlOptRows = new System.Windows.Forms.RadioButton();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.btClose = new System.Windows.Forms.Button();
     this.btDistinct = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ctrlOptCurrentSel = new System.Windows.Forms.RadioButton();
     this.ctrlOptNewSheet = new System.Windows.Forms.RadioButton();
     this.btCancel = new System.Windows.Forms.Button();
     this.panel3 = new System.Windows.Forms.Panel();
     this.ctrlOptHighligth = new System.Windows.Forms.RadioButton();
     this.ctrlOptDelete = new System.Windows.Forms.RadioButton();
     this.label13 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.ctrlInteriorColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlFontColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.label10 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.label14 = new System.Windows.Forms.Label();
     this.ctrlRef = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlKeys = new QAToolsAddin.Components.DropDownCheckBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // lblKeys
     //
     this.lblKeys.AutoSize = true;
     this.lblKeys.Enabled = false;
     this.lblKeys.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKeys.Location = new System.Drawing.Point(205, 75);
     this.lblKeys.Name = "lblKeys";
     this.lblKeys.Size = new System.Drawing.Size(56, 13);
     this.lblKeys.TabIndex = 8;
     this.lblKeys.Text = "Identifiers";
     //
     // 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, 57);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 6;
     this.label1.Text = "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, 66);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(306, 1);
     this.label2.TabIndex = 7;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.DarkGray;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.MediumBlue;
     this.label3.Location = new System.Drawing.Point(2, 124);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(306, 1);
     this.label3.TabIndex = 7;
     //
     // 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, 115);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 6;
     this.label4.Text = "Options ";
     //
     // ctrlUseFormula
     //
     this.ctrlUseFormula.AutoSize = true;
     this.ctrlUseFormula.Location = new System.Drawing.Point(9, 150);
     this.ctrlUseFormula.Name = "ctrlUseFormula";
     this.ctrlUseFormula.Size = new System.Drawing.Size(105, 17);
     this.ctrlUseFormula.TabIndex = 7;
     this.ctrlUseFormula.Text = "Compare formula";
     this.ctrlUseFormula.UseVisualStyleBackColor = true;
     //
     // ctrlWithHeaders
     //
     this.ctrlWithHeaders.AutoSize = true;
     this.ctrlWithHeaders.Location = new System.Drawing.Point(9, 73);
     this.ctrlWithHeaders.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlWithHeaders.Name = "ctrlWithHeaders";
     this.ctrlWithHeaders.Size = new System.Drawing.Size(131, 17);
     this.ctrlWithHeaders.TabIndex = 3;
     this.ctrlWithHeaders.Text = "Selection has headers";
     this.ctrlWithHeaders.UseVisualStyleBackColor = true;
     this.ctrlWithHeaders.Click += new System.EventHandler(this.UpdateKeys_Delegate);
     //
     // ctrlIgnoreCase
     //
     this.ctrlIgnoreCase.AutoSize = true;
     this.ctrlIgnoreCase.Location = new System.Drawing.Point(9, 134);
     this.ctrlIgnoreCase.Name = "ctrlIgnoreCase";
     this.ctrlIgnoreCase.Size = new System.Drawing.Size(102, 17);
     this.ctrlIgnoreCase.TabIndex = 6;
     this.ctrlIgnoreCase.Text = "Ignore text case";
     this.ctrlIgnoreCase.UseVisualStyleBackColor = true;
     //
     // lblInteriorColor
     //
     this.lblInteriorColor.AutoSize = true;
     this.lblInteriorColor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInteriorColor.Location = new System.Drawing.Point(138, 130);
     this.lblInteriorColor.Name = "lblInteriorColor";
     this.lblInteriorColor.Size = new System.Drawing.Size(69, 13);
     this.lblInteriorColor.TabIndex = 12;
     this.lblInteriorColor.Text = "Interior color";
     //
     // lblFontColor
     //
     this.lblFontColor.AutoSize = true;
     this.lblFontColor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFontColor.Location = new System.Drawing.Point(228, 130);
     this.lblFontColor.Name = "lblFontColor";
     this.lblFontColor.Size = new System.Drawing.Size(55, 13);
     this.lblFontColor.TabIndex = 13;
     this.lblFontColor.Text = "Font color";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ctrlOptCells);
     this.panel1.Controls.Add(this.ctrlOptRows);
     this.panel1.Location = new System.Drawing.Point(5, 17);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(57, 38);
     this.panel1.TabIndex = 0;
     //
     // ctrlOptCells
     //
     this.ctrlOptCells.AutoSize = true;
     this.ctrlOptCells.Location = new System.Drawing.Point(3, 1);
     this.ctrlOptCells.Name = "ctrlOptCells";
     this.ctrlOptCells.Size = new System.Drawing.Size(47, 17);
     this.ctrlOptCells.TabIndex = 5;
     this.ctrlOptCells.Text = "Cells";
     this.ctrlOptCells.UseVisualStyleBackColor = true;
     this.ctrlOptCells.CheckedChanged += new System.EventHandler(this.ctrlOptType_CheckedChanged);
     //
     // ctrlOptRows
     //
     this.ctrlOptRows.AutoSize = true;
     this.ctrlOptRows.Location = new System.Drawing.Point(3, 18);
     this.ctrlOptRows.Name = "ctrlOptRows";
     this.ctrlOptRows.Size = new System.Drawing.Size(52, 17);
     this.ctrlOptRows.TabIndex = 5;
     this.ctrlOptRows.Text = "Rows";
     this.ctrlOptRows.UseVisualStyleBackColor = true;
     this.ctrlOptRows.CheckedChanged += new System.EventHandler(this.ctrlOptType_CheckedChanged);
     this.ctrlOptRows.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(2, 2);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(39, 13);
     this.label5.TabIndex = 0;
     this.label5.Text = "Scope ";
     //
     // 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, 11);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(306, 1);
     this.label6.TabIndex = 25;
     //
     // btClose
     //
     this.btClose.Location = new System.Drawing.Point(159, 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);
     //
     // btDistinct
     //
     this.btDistinct.Location = new System.Drawing.Point(62, 8);
     this.btDistinct.Name = "btDistinct";
     this.btDistinct.Size = new System.Drawing.Size(89, 25);
     this.btDistinct.TabIndex = 0;
     this.btDistinct.Text = "Distinct";
     this.btDistinct.UseVisualStyleBackColor = true;
     this.btDistinct.Click += new System.EventHandler(this.btDistinct_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ctrlOptCurrentSel);
     this.panel2.Controls.Add(this.ctrlOptNewSheet);
     this.panel2.Location = new System.Drawing.Point(200, 17);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(107, 38);
     this.panel2.TabIndex = 2;
     //
     // ctrlOptCurrentSel
     //
     this.ctrlOptCurrentSel.AutoSize = true;
     this.ctrlOptCurrentSel.Location = new System.Drawing.Point(3, 1);
     this.ctrlOptCurrentSel.Name = "ctrlOptCurrentSel";
     this.ctrlOptCurrentSel.Size = new System.Drawing.Size(63, 17);
     this.ctrlOptCurrentSel.TabIndex = 5;
     this.ctrlOptCurrentSel.Text = "In-place";
     this.ctrlOptCurrentSel.UseVisualStyleBackColor = true;
     //
     // ctrlOptNewSheet
     //
     this.ctrlOptNewSheet.AutoSize = true;
     this.ctrlOptNewSheet.Location = new System.Drawing.Point(3, 18);
     this.ctrlOptNewSheet.Name = "ctrlOptNewSheet";
     this.ctrlOptNewSheet.Size = new System.Drawing.Size(76, 17);
     this.ctrlOptNewSheet.TabIndex = 5;
     this.ctrlOptNewSheet.Text = "New sheet";
     this.ctrlOptNewSheet.UseVisualStyleBackColor = true;
     //
     // btCancel
     //
     this.btCancel.Location = new System.Drawing.Point(157, 238);
     this.btCancel.Name = "btCancel";
     this.btCancel.Size = new System.Drawing.Size(89, 25);
     this.btCancel.TabIndex = 29;
     this.btCancel.Text = "Close";
     this.btCancel.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.ctrlOptHighligth);
     this.panel3.Controls.Add(this.ctrlOptDelete);
     this.panel3.Location = new System.Drawing.Point(75, 17);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(111, 38);
     this.panel3.TabIndex = 1;
     //
     // ctrlOptHighligth
     //
     this.ctrlOptHighligth.AutoSize = true;
     this.ctrlOptHighligth.Location = new System.Drawing.Point(3, 1);
     this.ctrlOptHighligth.Name = "ctrlOptHighligth";
     this.ctrlOptHighligth.Size = new System.Drawing.Size(89, 17);
     this.ctrlOptHighligth.TabIndex = 5;
     this.ctrlOptHighligth.Text = "Color doubles";
     this.ctrlOptHighligth.UseVisualStyleBackColor = true;
     this.ctrlOptHighligth.CheckedChanged += new System.EventHandler(this.ctrlOptAction_CheckedChanged);
     //
     // ctrlOptDelete
     //
     this.ctrlOptDelete.AutoSize = true;
     this.ctrlOptDelete.Location = new System.Drawing.Point(3, 18);
     this.ctrlOptDelete.Name = "ctrlOptDelete";
     this.ctrlOptDelete.Size = new System.Drawing.Size(96, 17);
     this.ctrlOptDelete.TabIndex = 5;
     this.ctrlOptDelete.Text = "Delete doubles";
     this.ctrlOptDelete.UseVisualStyleBackColor = true;
     this.ctrlOptDelete.CheckedChanged += new System.EventHandler(this.ctrlOptAction_CheckedChanged);
     //
     // label13
     //
     this.label13.AutoSize = true;
     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(64, 2);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(46, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "  Action ";
     //
     // 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(188, 2);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(50, 13);
     this.label9.TabIndex = 2;
     this.label9.Text = "  Output ";
     //
     // ctrlInteriorColor
     //
     this.ctrlInteriorColor.Location = new System.Drawing.Point(141, 144);
     this.ctrlInteriorColor.Name = "ctrlInteriorColor";
     this.ctrlInteriorColor.Size = new System.Drawing.Size(59, 21);
     this.ctrlInteriorColor.TabIndex = 8;
     //
     // ctrlFontColor
     //
     this.ctrlFontColor.Location = new System.Drawing.Point(231, 144);
     this.ctrlFontColor.Name = "ctrlFontColor";
     this.ctrlFontColor.Size = new System.Drawing.Size(59, 21);
     this.ctrlFontColor.TabIndex = 9;
     //
     // 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(124, 115);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(77, 13);
     this.label10.TabIndex = 30;
     this.label10.Text = "  Doubles color";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label14);
     this.panel4.Controls.Add(this.btClose);
     this.panel4.Controls.Add(this.btDistinct);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 177);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(311, 40);
     this.panel4.TabIndex = 10;
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.DarkGray;
     this.label14.Dock = System.Windows.Forms.DockStyle.Top;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.MediumBlue;
     this.label14.Location = new System.Drawing.Point(0, 0);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(311, 1);
     this.label14.TabIndex = 41;
     //
     // ctrlRef
     //
     this.ctrlRef.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlRef.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlRef.Location = new System.Drawing.Point(8, 89);
     this.ctrlRef.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlRef.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlRef.MinNumber = -1.7976931348623157E+308D;
     this.ctrlRef.MultiSelect = QAToolsAddin.Components.ExcelRefEdit.XlSelection.SingleArea;
     this.ctrlRef.Name = "ctrlRef";
     this.ctrlRef.NumberFormat = null;
     this.ctrlRef.Scope = QAToolsAddin.Components.ExcelRefEdit.XlScope.Application;
     this.ctrlRef.Size = new System.Drawing.Size(198, 22);
     this.ctrlRef.TabIndex = 4;
     this.ctrlRef.RangeChanged += new System.EventHandler(this.UpdateKeys_Delegate);
     this.ctrlRef.KeyEscape += new System.EventHandler(this.ctrlRef_Escape);
     //
     // ctrlKeys
     //
     this.ctrlKeys.AccessibleRole = System.Windows.Forms.AccessibleRole.DropList;
     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(208, 89);
     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(98, 21);
     this.ctrlKeys.TabIndex = 5;
     //
     // FrmDistinct
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(311, 217);
     this.Controls.Add(this.ctrlKeys);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ctrlRef);
     this.Controls.Add(this.ctrlWithHeaders);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.ctrlInteriorColor);
     this.Controls.Add(this.ctrlFontColor);
     this.Controls.Add(this.lblInteriorColor);
     this.Controls.Add(this.lblFontColor);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.ctrlUseFormula);
     this.Controls.Add(this.ctrlIgnoreCase);
     this.Controls.Add(this.lblKeys);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Name = "FrmDistinct";
     this.Text = "Distinct";
     this.Load += new System.EventHandler(this.FrmDistinct_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #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.ctrlListWorkbook = new System.Windows.Forms.ListBox();
     this.btAdd = new System.Windows.Forms.Button();
     this.btClear = new System.Windows.Forms.Button();
     this.ctrlCurrentSheet = new System.Windows.Forms.RadioButton();
     this.ctrlNewSheet = new System.Windows.Forms.RadioButton();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btClose = new System.Windows.Forms.Button();
     this.btImport = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.label14 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.lblInteriorColor = new System.Windows.Forms.Label();
     this.lblFontColor = new System.Windows.Forms.Label();
     this.ctrlAddress4 = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlAddress5 = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlAddress6 = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlAddress3 = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlAddress2 = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlAddress1 = new QAToolsAddin.Components.ExcelRefEdit();
     this.ctrlInteriorColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlFontColor = new QAToolsAddin.Components.ExcelColorPicker();
     this.ctrlNames = new QAToolsAddin.Components.ExcelListNames();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // ctrlListWorkbook
     //
     this.ctrlListWorkbook.DisplayMember = "Name";
     this.ctrlListWorkbook.FormattingEnabled = true;
     this.ctrlListWorkbook.IntegralHeight = false;
     this.ctrlListWorkbook.Location = new System.Drawing.Point(8, 18);
     this.ctrlListWorkbook.Name = "ctrlListWorkbook";
     this.ctrlListWorkbook.ScrollAlwaysVisible = true;
     this.ctrlListWorkbook.Size = new System.Drawing.Size(155, 105);
     this.ctrlListWorkbook.TabIndex = 2;
     this.ctrlListWorkbook.SelectedIndexChanged += new System.EventHandler(this.ctrlListWorkbook_SelectedIndexChanged);
     //
     // btAdd
     //
     this.btAdd.Location = new System.Drawing.Point(163, 18);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(43, 24);
     this.btAdd.TabIndex = 0;
     this.btAdd.Text = "Add";
     this.btAdd.UseVisualStyleBackColor = true;
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // btClear
     //
     this.btClear.Location = new System.Drawing.Point(163, 41);
     this.btClear.Name = "btClear";
     this.btClear.Size = new System.Drawing.Size(43, 25);
     this.btClear.TabIndex = 1;
     this.btClear.Text = "Clear";
     this.btClear.UseVisualStyleBackColor = true;
     this.btClear.Click += new System.EventHandler(this.btClear_Click);
     //
     // ctrlCurrentSheet
     //
     this.ctrlCurrentSheet.AutoSize = true;
     this.ctrlCurrentSheet.Checked = true;
     this.ctrlCurrentSheet.Location = new System.Drawing.Point(218, 20);
     this.ctrlCurrentSheet.Name = "ctrlCurrentSheet";
     this.ctrlCurrentSheet.Size = new System.Drawing.Size(88, 17);
     this.ctrlCurrentSheet.TabIndex = 10;
     this.ctrlCurrentSheet.TabStop = true;
     this.ctrlCurrentSheet.Text = "Current sheet";
     this.ctrlCurrentSheet.UseVisualStyleBackColor = true;
     this.ctrlCurrentSheet.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ctrlCurrentSheet_MouseDown);
     //
     // ctrlNewSheet
     //
     this.ctrlNewSheet.AutoSize = true;
     this.ctrlNewSheet.Location = new System.Drawing.Point(218, 37);
     this.ctrlNewSheet.Name = "ctrlNewSheet";
     this.ctrlNewSheet.Size = new System.Drawing.Size(76, 17);
     this.ctrlNewSheet.TabIndex = 11;
     this.ctrlNewSheet.Text = "New sheet";
     this.ctrlNewSheet.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(223, 133);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 13);
     this.label1.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     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(202, 2);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(50, 13);
     this.label2.TabIndex = 8;
     this.label2.Text = "  Output ";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.DarkGray;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.MediumBlue;
     this.label3.Location = new System.Drawing.Point(211, 71);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(142, 1);
     this.label3.TabIndex = 9;
     //
     // 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, 126);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(87, 13);
     this.label4.TabIndex = 10;
     this.label4.Text = "Names template ";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DarkGray;
     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(1, 135);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(356, 1);
     this.label5.TabIndex = 11;
     //
     // 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(1, 10);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(356, 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(1, 2);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 8;
     this.label7.Text = "Workbook(s)  ";
     //
     // btClose
     //
     this.btClose.Location = new System.Drawing.Point(184, 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);
     //
     // btImport
     //
     this.btImport.Location = new System.Drawing.Point(87, 8);
     this.btImport.Name = "btImport";
     this.btImport.Size = new System.Drawing.Size(89, 25);
     this.btImport.TabIndex = 0;
     this.btImport.Text = "Import";
     this.btImport.UseVisualStyleBackColor = true;
     this.btImport.Click += new System.EventHandler(this.btImport_Click);
     //
     // 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(160, 126);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(111, 13);
     this.label9.TabIndex = 38;
     this.label9.Text = "  Addresses template ";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label14);
     this.panel4.Controls.Add(this.btClose);
     this.panel4.Controls.Add(this.btImport);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 282);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(359, 40);
     this.panel4.TabIndex = 14;
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.DarkGray;
     this.label14.Dock = System.Windows.Forms.DockStyle.Top;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.MediumBlue;
     this.label14.Location = new System.Drawing.Point(0, 0);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(359, 1);
     this.label14.TabIndex = 41;
     //
     // 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(209, 63);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 8;
     this.label8.Text = "Error colors ";
     //
     // lblInteriorColor
     //
     this.lblInteriorColor.AutoSize = true;
     this.lblInteriorColor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInteriorColor.Location = new System.Drawing.Point(214, 80);
     this.lblInteriorColor.Name = "lblInteriorColor";
     this.lblInteriorColor.Size = new System.Drawing.Size(69, 13);
     this.lblInteriorColor.TabIndex = 67;
     this.lblInteriorColor.Text = "Interior color";
     //
     // lblFontColor
     //
     this.lblFontColor.AutoSize = true;
     this.lblFontColor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFontColor.Location = new System.Drawing.Point(288, 80);
     this.lblFontColor.Name = "lblFontColor";
     this.lblFontColor.Size = new System.Drawing.Size(55, 13);
     this.lblFontColor.TabIndex = 68;
     this.lblFontColor.Text = "Font color";
     //
     // ctrlAddress4
     //
     this.ctrlAddress4.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlAddress4.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlAddress4.Enabled = false;
     this.ctrlAddress4.Location = new System.Drawing.Point(171, 253);
     this.ctrlAddress4.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlAddress4.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlAddress4.MinNumber = -1.7976931348623157E+308D;
     this.ctrlAddress4.Name = "ctrlAddress4";
     this.ctrlAddress4.NumberFormat = null;
     this.ctrlAddress4.Size = new System.Drawing.Size(185, 22);
     this.ctrlAddress4.TabIndex = 9;
     this.ctrlAddress4.KeyEscape += new System.EventHandler(this.ctrlAddress_Escape);
     //
     // ctrlAddress5
     //
     this.ctrlAddress5.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlAddress5.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlAddress5.Enabled = false;
     this.ctrlAddress5.Location = new System.Drawing.Point(171, 231);
     this.ctrlAddress5.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlAddress5.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlAddress5.MinNumber = -1.7976931348623157E+308D;
     this.ctrlAddress5.Name = "ctrlAddress5";
     this.ctrlAddress5.NumberFormat = null;
     this.ctrlAddress5.Size = new System.Drawing.Size(185, 22);
     this.ctrlAddress5.TabIndex = 8;
     this.ctrlAddress5.KeyEscape += new System.EventHandler(this.ctrlAddress_Escape);
     //
     // ctrlAddress6
     //
     this.ctrlAddress6.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlAddress6.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlAddress6.Enabled = false;
     this.ctrlAddress6.Location = new System.Drawing.Point(171, 209);
     this.ctrlAddress6.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlAddress6.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlAddress6.MinNumber = -1.7976931348623157E+308D;
     this.ctrlAddress6.Name = "ctrlAddress6";
     this.ctrlAddress6.NumberFormat = null;
     this.ctrlAddress6.Size = new System.Drawing.Size(185, 22);
     this.ctrlAddress6.TabIndex = 7;
     this.ctrlAddress6.KeyEscape += new System.EventHandler(this.ctrlAddress_Escape);
     //
     // ctrlAddress3
     //
     this.ctrlAddress3.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlAddress3.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlAddress3.Enabled = false;
     this.ctrlAddress3.Location = new System.Drawing.Point(171, 187);
     this.ctrlAddress3.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlAddress3.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlAddress3.MinNumber = -1.7976931348623157E+308D;
     this.ctrlAddress3.Name = "ctrlAddress3";
     this.ctrlAddress3.NumberFormat = null;
     this.ctrlAddress3.Size = new System.Drawing.Size(185, 22);
     this.ctrlAddress3.TabIndex = 6;
     this.ctrlAddress3.KeyEscape += new System.EventHandler(this.ctrlAddress_Escape);
     //
     // ctrlAddress2
     //
     this.ctrlAddress2.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlAddress2.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlAddress2.Enabled = false;
     this.ctrlAddress2.Location = new System.Drawing.Point(171, 165);
     this.ctrlAddress2.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlAddress2.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlAddress2.MinNumber = -1.7976931348623157E+308D;
     this.ctrlAddress2.Name = "ctrlAddress2";
     this.ctrlAddress2.NumberFormat = null;
     this.ctrlAddress2.Size = new System.Drawing.Size(185, 22);
     this.ctrlAddress2.TabIndex = 5;
     this.ctrlAddress2.KeyEscape += new System.EventHandler(this.ctrlAddress_Escape);
     //
     // ctrlAddress1
     //
     this.ctrlAddress1.BackColor = System.Drawing.SystemColors.Control;
     this.ctrlAddress1.DisplayMode = QAToolsAddin.Components.ExcelRefEdit.XlMode.AddressWorksheet;
     this.ctrlAddress1.Enabled = false;
     this.ctrlAddress1.Location = new System.Drawing.Point(171, 143);
     this.ctrlAddress1.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlAddress1.MaxNumber = 1.7976931348623157E+308D;
     this.ctrlAddress1.MinNumber = -1.7976931348623157E+308D;
     this.ctrlAddress1.Name = "ctrlAddress1";
     this.ctrlAddress1.NumberFormat = null;
     this.ctrlAddress1.Size = new System.Drawing.Size(185, 22);
     this.ctrlAddress1.TabIndex = 4;
     this.ctrlAddress1.KeyEscape += new System.EventHandler(this.ctrlAddress_Escape);
     //
     // ctrlInteriorColor
     //
     this.ctrlInteriorColor.Location = new System.Drawing.Point(217, 94);
     this.ctrlInteriorColor.Name = "ctrlInteriorColor";
     this.ctrlInteriorColor.Size = new System.Drawing.Size(66, 21);
     this.ctrlInteriorColor.TabIndex = 12;
     //
     // ctrlFontColor
     //
     this.ctrlFontColor.Location = new System.Drawing.Point(291, 94);
     this.ctrlFontColor.Name = "ctrlFontColor";
     this.ctrlFontColor.Size = new System.Drawing.Size(62, 21);
     this.ctrlFontColor.TabIndex = 13;
     //
     // ctrlNames
     //
     this.ctrlNames.Enabled = false;
     this.ctrlNames.Location = new System.Drawing.Point(8, 143);
     this.ctrlNames.Margin = new System.Windows.Forms.Padding(0);
     this.ctrlNames.Name = "ctrlNames";
     this.ctrlNames.Size = new System.Drawing.Size(155, 130);
     this.ctrlNames.TabIndex = 3;
     this.ctrlNames.SelectedIndexChanged += new System.EventHandler(this.ctrlNames_SelectedIndexChanged);
     this.ctrlNames.Enter += new System.EventHandler(this.ctrlNames_Enter);
     //
     // FrmImport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(359, 322);
     this.Controls.Add(this.ctrlAddress4);
     this.Controls.Add(this.ctrlAddress5);
     this.Controls.Add(this.ctrlAddress6);
     this.Controls.Add(this.ctrlAddress3);
     this.Controls.Add(this.ctrlAddress2);
     this.Controls.Add(this.ctrlAddress1);
     this.Controls.Add(this.ctrlInteriorColor);
     this.Controls.Add(this.ctrlFontColor);
     this.Controls.Add(this.lblInteriorColor);
     this.Controls.Add(this.lblFontColor);
     this.Controls.Add(this.ctrlListWorkbook);
     this.Controls.Add(this.ctrlNames);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btAdd);
     this.Controls.Add(this.btClear);
     this.Controls.Add(this.ctrlCurrentSheet);
     this.Controls.Add(this.ctrlNewSheet);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label6);
     this.Name = "FrmImport";
     this.Text = "Import";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmImport_FormClosing);
     this.Load += new System.EventHandler(this.FrmImport_Load);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #4
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();
 }