📄 form1.designer.cs
字号:
this.dataGridView2.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView2_CellMouseClick);
this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
//
// Column1
//
this.Column1.HeaderText = " Comparison Key";
this.Column1.Name = "Column1";
this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// Column2
//
this.Column2.HeaderText = " Object Name";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 182;
//
// Column3
//
this.Column3.HeaderText = "Compare";
this.Column3.Name = "Column3";
this.Column3.Width = 55;
//
// Column4
//
this.Column4.HeaderText = " Object Name";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.Column4.Width = 182;
//
// Column5
//
this.Column5.HeaderText = "Columns in Comparison";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column5.Width = 130;
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.YellowGreen;
this.tabPage3.Controls.Add(this.tabControl2);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(701, 439);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Compare";
//
// tabControl2
//
this.tabControl2.Controls.Add(this.tabPage5);
this.tabControl2.Controls.Add(this.tabPage6);
this.tabControl2.Controls.Add(this.tabPage7);
this.tabControl2.Location = new System.Drawing.Point(3, 3);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(695, 433);
this.tabControl2.TabIndex = 0;
//
// tabPage5
//
this.tabPage5.BackColor = System.Drawing.Color.YellowGreen;
this.tabPage5.Controls.Add(this.tabControl3);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(687, 407);
this.tabPage5.TabIndex = 0;
this.tabPage5.Text = "All Same";
//
// tabControl3
//
this.tabControl3.Location = new System.Drawing.Point(3, 3);
this.tabControl3.Name = "tabControl3";
this.tabControl3.SelectedIndex = 0;
this.tabControl3.Size = new System.Drawing.Size(681, 401);
this.tabControl3.TabIndex = 0;
//
// tabPage6
//
this.tabPage6.BackColor = System.Drawing.Color.YellowGreen;
this.tabPage6.Controls.Add(this.tabControl4);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Size = new System.Drawing.Size(687, 407);
this.tabPage6.TabIndex = 1;
this.tabPage6.Text = "Rows Different";
//
// tabControl4
//
this.tabControl4.Location = new System.Drawing.Point(3, 3);
this.tabControl4.Name = "tabControl4";
this.tabControl4.SelectedIndex = 0;
this.tabControl4.Size = new System.Drawing.Size(681, 401);
this.tabControl4.TabIndex = 0;
//
// tabPage7
//
this.tabPage7.BackColor = System.Drawing.Color.LawnGreen;
this.tabPage7.Location = new System.Drawing.Point(4, 22);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Size = new System.Drawing.Size(687, 407);
this.tabPage7.TabIndex = 2;
this.tabPage7.Text = "Not Compare";
//
// tabPage4
//
this.tabPage4.BackColor = System.Drawing.Color.YellowGreen;
this.tabPage4.Controls.Add(this.tabControl5);
this.tabPage4.Controls.Add(this.button6);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(701, 439);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Synchrozination";
//
// tabControl5
//
this.tabControl5.Controls.Add(this.script);
this.tabControl5.Controls.Add(this.log);
this.tabControl5.Location = new System.Drawing.Point(3, 54);
this.tabControl5.Name = "tabControl5";
this.tabControl5.SelectedIndex = 0;
this.tabControl5.Size = new System.Drawing.Size(695, 382);
this.tabControl5.TabIndex = 1;
//
// script
//
this.script.BackColor = System.Drawing.Color.Chartreuse;
this.script.Controls.Add(this.richTextBox1);
this.script.Location = new System.Drawing.Point(4, 22);
this.script.Name = "script";
this.script.Padding = new System.Windows.Forms.Padding(3);
this.script.Size = new System.Drawing.Size(687, 356);
this.script.TabIndex = 0;
this.script.Text = "Script";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(6, 6);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(675, 344);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// log
//
this.log.BackColor = System.Drawing.Color.LawnGreen;
this.log.Controls.Add(this.richTextBox2);
this.log.Location = new System.Drawing.Point(4, 22);
this.log.Name = "log";
this.log.Padding = new System.Windows.Forms.Padding(3);
this.log.Size = new System.Drawing.Size(687, 356);
this.log.TabIndex = 1;
this.log.Text = "Log";
//
// richTextBox2
//
this.richTextBox2.Location = new System.Drawing.Point(6, 6);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.Size = new System.Drawing.Size(675, 344);
this.richTextBox2.TabIndex = 0;
this.richTextBox2.Text = "";
//
// button6
//
this.button6.BackColor = System.Drawing.Color.YellowGreen;
this.button6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button6.BackgroundImage")));
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button6.ForeColor = System.Drawing.Color.LawnGreen;
this.button6.Location = new System.Drawing.Point(616, 3);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(78, 45);
this.button6.TabIndex = 0;
this.button6.Text = "START";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.LawnGreen;
this.button2.Location = new System.Drawing.Point(646, 479);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 27);
this.button2.TabIndex = 19;
this.button2.Text = "Close";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Olive;
this.ClientSize = new System.Drawing.Size(733, 510);
this.Controls.Add(this.button2);
this.Controls.Add(this.tabControl1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.Click += new System.EventHandler(this.button1_Click);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.tabPage3.ResumeLayout(false);
this.tabControl2.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabControl5.ResumeLayout(false);
this.script.ResumeLayout(false);
this.log.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.DataGridViewButtonColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewButtonColumn Column5;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.TabControl tabControl3;
private System.Windows.Forms.TabControl tabControl4;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.TabControl tabControl5;
private System.Windows.Forms.TabPage script;
private System.Windows.Forms.TabPage log;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.RadioButton radioButton6;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RichTextBox richTextBox2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Label label9;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -