EchoTex_Payroll/DatabaseComparison/Form1.Designer.cs

626 lines
30 KiB
C#
Raw Permalink Normal View History

2024-10-14 10:01:49 +06:00
namespace DatabaseComparison
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.cmbSourceDatabase = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtSourceServer = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtSourceUserNane = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtSourcePassword = new System.Windows.Forms.TextBox();
this.btnGetSource = new System.Windows.Forms.Button();
this.cmbDestinationDatabase = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtDestinationServer = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtDestinationUserNane = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtDestinationPassword = new System.Windows.Forms.TextBox();
this.btnGetDestination = new System.Windows.Forms.Button();
this.lsvSourceList = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblSourceCount = new System.Windows.Forms.Label();
this.lsvDestinationList = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblDestinationCount = new System.Windows.Forms.Label();
this.btnCompate = new System.Windows.Forms.Button();
this.rtbText = new System.Windows.Forms.RichTextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.grdList = new System.Windows.Forms.DataGridView();
this.colTabName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colColName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAllowNull = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDefaultValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPrecision = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colScale = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label10 = new System.Windows.Forms.Label();
this.btnCreateScript = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.lblMsg = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
this.SuspendLayout();
//
// cmbSourceDatabase
//
this.cmbSourceDatabase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSourceDatabase.FormattingEnabled = true;
this.cmbSourceDatabase.Location = new System.Drawing.Point(82, 151);
this.cmbSourceDatabase.Name = "cmbSourceDatabase";
this.cmbSourceDatabase.Size = new System.Drawing.Size(173, 21);
this.cmbSourceDatabase.TabIndex = 0;
this.cmbSourceDatabase.SelectedIndexChanged += new System.EventHandler(this.cmbSourceDatabase_SelectedIndexChanged);
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(243, 18);
this.label1.TabIndex = 1;
this.label1.Text = "Source";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 155);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Database";
//
// txtSourceServer
//
this.txtSourceServer.Location = new System.Drawing.Point(82, 44);
this.txtSourceServer.Name = "txtSourceServer";
this.txtSourceServer.Size = new System.Drawing.Size(173, 20);
this.txtSourceServer.TabIndex = 2;
this.txtSourceServer.Text = "103.197.204.164,1718";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Server";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 73);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 13);
this.label4.TabIndex = 1;
this.label4.Text = "User Name";
//
// txtSourceUserNane
//
this.txtSourceUserNane.Location = new System.Drawing.Point(82, 70);
this.txtSourceUserNane.Name = "txtSourceUserNane";
this.txtSourceUserNane.Size = new System.Drawing.Size(173, 20);
this.txtSourceUserNane.TabIndex = 2;
this.txtSourceUserNane.Text = "sysuser";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 99);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 13);
this.label5.TabIndex = 1;
this.label5.Text = "Password";
//
// txtSourcePassword
//
this.txtSourcePassword.Location = new System.Drawing.Point(82, 96);
this.txtSourcePassword.Name = "txtSourcePassword";
this.txtSourcePassword.Size = new System.Drawing.Size(173, 20);
this.txtSourcePassword.TabIndex = 2;
this.txtSourcePassword.Text = "cel1@3$5";
//
// btnGetSource
//
this.btnGetSource.Location = new System.Drawing.Point(121, 122);
this.btnGetSource.Name = "btnGetSource";
this.btnGetSource.Size = new System.Drawing.Size(94, 23);
this.btnGetSource.TabIndex = 3;
this.btnGetSource.Text = "Get Database";
this.btnGetSource.UseVisualStyleBackColor = true;
this.btnGetSource.Click += new System.EventHandler(this.btnGetSource_Click);
//
// cmbDestinationDatabase
//
this.cmbDestinationDatabase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDestinationDatabase.FormattingEnabled = true;
this.cmbDestinationDatabase.Location = new System.Drawing.Point(352, 151);
this.cmbDestinationDatabase.Name = "cmbDestinationDatabase";
this.cmbDestinationDatabase.Size = new System.Drawing.Size(168, 21);
this.cmbDestinationDatabase.TabIndex = 0;
this.cmbDestinationDatabase.SelectedIndexChanged += new System.EventHandler(this.cmbDestinationDatabase_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(282, 155);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 13);
this.label6.TabIndex = 1;
this.label6.Text = "Database";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(282, 47);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(38, 13);
this.label7.TabIndex = 1;
this.label7.Text = "Server";
//
// txtDestinationServer
//
this.txtDestinationServer.Location = new System.Drawing.Point(352, 44);
this.txtDestinationServer.Name = "txtDestinationServer";
this.txtDestinationServer.Size = new System.Drawing.Size(168, 20);
this.txtDestinationServer.TabIndex = 2;
this.txtDestinationServer.Text = "103.197.204.163, 3341";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(282, 73);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(60, 13);
this.label8.TabIndex = 1;
this.label8.Text = "User Name";
//
// txtDestinationUserNane
//
this.txtDestinationUserNane.Location = new System.Drawing.Point(352, 70);
this.txtDestinationUserNane.Name = "txtDestinationUserNane";
this.txtDestinationUserNane.Size = new System.Drawing.Size(168, 20);
this.txtDestinationUserNane.TabIndex = 2;
this.txtDestinationUserNane.Text = "hrpayrolluser";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(282, 99);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 13);
this.label9.TabIndex = 1;
this.label9.Text = "Password";
//
// txtDestinationPassword
//
this.txtDestinationPassword.Location = new System.Drawing.Point(352, 96);
this.txtDestinationPassword.Name = "txtDestinationPassword";
this.txtDestinationPassword.Size = new System.Drawing.Size(168, 20);
this.txtDestinationPassword.TabIndex = 2;
this.txtDestinationPassword.Text = "hrpayrolluser";
//
// btnGetDestination
//
this.btnGetDestination.Location = new System.Drawing.Point(385, 122);
this.btnGetDestination.Name = "btnGetDestination";
this.btnGetDestination.Size = new System.Drawing.Size(94, 23);
this.btnGetDestination.TabIndex = 3;
this.btnGetDestination.Text = "Get Database";
this.btnGetDestination.UseVisualStyleBackColor = true;
this.btnGetDestination.Click += new System.EventHandler(this.btnGetDestination_Click);
//
// lsvSourceList
//
this.lsvSourceList.CheckBoxes = true;
this.lsvSourceList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.lsvSourceList.GridLines = true;
this.lsvSourceList.Location = new System.Drawing.Point(15, 178);
this.lsvSourceList.Name = "lsvSourceList";
this.lsvSourceList.Size = new System.Drawing.Size(240, 410);
this.lsvSourceList.TabIndex = 4;
this.lsvSourceList.UseCompatibleStateImageBehavior = false;
this.lsvSourceList.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Table Name";
this.columnHeader1.Width = 210;
//
// lblSourceCount
//
this.lblSourceCount.AutoSize = true;
this.lblSourceCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSourceCount.Location = new System.Drawing.Point(19, 608);
this.lblSourceCount.Name = "lblSourceCount";
this.lblSourceCount.Size = new System.Drawing.Size(0, 13);
this.lblSourceCount.TabIndex = 1;
//
// lsvDestinationList
//
this.lsvDestinationList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.lsvDestinationList.GridLines = true;
this.lsvDestinationList.Location = new System.Drawing.Point(285, 178);
this.lsvDestinationList.Name = "lsvDestinationList";
this.lsvDestinationList.Size = new System.Drawing.Size(235, 410);
this.lsvDestinationList.TabIndex = 4;
this.lsvDestinationList.UseCompatibleStateImageBehavior = false;
this.lsvDestinationList.View = System.Windows.Forms.View.Details;
//
// columnHeader2
//
this.columnHeader2.Text = "Table Name";
this.columnHeader2.Width = 210;
//
// lblDestinationCount
//
this.lblDestinationCount.AutoSize = true;
this.lblDestinationCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDestinationCount.Location = new System.Drawing.Point(363, 608);
this.lblDestinationCount.Name = "lblDestinationCount";
this.lblDestinationCount.Size = new System.Drawing.Size(0, 13);
this.lblDestinationCount.TabIndex = 1;
//
// btnCompate
//
this.btnCompate.BackColor = System.Drawing.Color.LightCoral;
this.btnCompate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCompate.Location = new System.Drawing.Point(285, 594);
this.btnCompate.Name = "btnCompate";
this.btnCompate.Size = new System.Drawing.Size(235, 32);
this.btnCompate.TabIndex = 5;
this.btnCompate.Text = "Compare";
this.btnCompate.UseVisualStyleBackColor = false;
this.btnCompate.Click += new System.EventHandler(this.btnCompate_Click);
//
// rtbText
//
this.rtbText.Location = new System.Drawing.Point(945, 69);
this.rtbText.Name = "rtbText";
this.rtbText.Size = new System.Drawing.Size(22, 17);
this.rtbText.TabIndex = 6;
this.rtbText.Text = "";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(20, 592);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(70, 17);
this.checkBox1.TabIndex = 7;
this.checkBox1.Text = "Select All";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(996, 63);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(102, 23);
this.button1.TabIndex = 8;
this.button1.Text = "Copy to Clipboard";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// grdList
//
this.grdList.AllowUserToAddRows = false;
this.grdList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colTabName,
this.colColName,
this.colDataType,
this.colLength,
this.colAllowNull,
this.colDefaultValue,
this.colDR,
this.colPrecision,
this.colScale});
this.grdList.Location = new System.Drawing.Point(530, 44);
this.grdList.MultiSelect = false;
this.grdList.Name = "grdList";
this.grdList.RowHeadersVisible = false;
this.grdList.Size = new System.Drawing.Size(738, 544);
this.grdList.TabIndex = 9;
this.grdList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdList_CellValueChanged);
this.grdList.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdList_CellValueChanged);
//
// colTabName
//
this.colTabName.HeaderText = "Table Nme";
this.colTabName.Name = "colTabName";
this.colTabName.ReadOnly = true;
this.colTabName.Width = 200;
//
// colColName
//
this.colColName.HeaderText = "Column Name";
this.colColName.Name = "colColName";
this.colColName.ReadOnly = true;
this.colColName.Width = 170;
//
// colDataType
//
this.colDataType.HeaderText = "Data Type";
this.colDataType.Name = "colDataType";
this.colDataType.ReadOnly = true;
this.colDataType.Width = 90;
//
// colLength
//
this.colLength.HeaderText = "Length";
this.colLength.Name = "colLength";
this.colLength.Width = 60;
//
// colAllowNull
//
this.colAllowNull.HeaderText = "Allow Null";
this.colAllowNull.Name = "colAllowNull";
this.colAllowNull.ReadOnly = true;
this.colAllowNull.Width = 60;
//
// colDefaultValue
//
this.colDefaultValue.HeaderText = "Default Value";
this.colDefaultValue.Name = "colDefaultValue";
this.colDefaultValue.Width = 80;
//
// colDR
//
this.colDR.HeaderText = "Value Required";
this.colDR.Name = "colDR";
this.colDR.Width = 60;
//
// colPrecision
//
this.colPrecision.HeaderText = "Precision";
this.colPrecision.Name = "colPrecision";
this.colPrecision.Width = 50;
//
// colScale
//
this.colScale.HeaderText = "Scale";
this.colScale.Name = "colScale";
this.colScale.Width = 50;
//
// label10
//
this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(282, 9);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(238, 18);
this.label10.TabIndex = 1;
this.label10.Text = "Destination";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnCreateScript
//
this.btnCreateScript.BackColor = System.Drawing.Color.PaleGreen;
this.btnCreateScript.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCreateScript.Location = new System.Drawing.Point(1082, 594);
this.btnCreateScript.Name = "btnCreateScript";
this.btnCreateScript.Size = new System.Drawing.Size(186, 32);
this.btnCreateScript.TabIndex = 5;
this.btnCreateScript.Text = "Generate Script";
this.btnCreateScript.UseVisualStyleBackColor = false;
this.btnCreateScript.Click += new System.EventHandler(this.btnCreateScript_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Olive;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Location = new System.Drawing.Point(264, 9);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(10, 579);
this.panel1.TabIndex = 10;
//
// lblMsg
//
this.lblMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMsg.ForeColor = System.Drawing.Color.Blue;
this.lblMsg.Location = new System.Drawing.Point(527, 591);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(426, 35);
this.lblMsg.TabIndex = 15;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(610, 11);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(149, 20);
this.textBox1.TabIndex = 17;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(540, 14);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(43, 13);
this.label11.TabIndex = 16;
this.label11.Text = "User ID";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(872, 10);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(146, 20);
this.textBox2.TabIndex = 19;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(787, 13);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(79, 13);
this.label12.TabIndex = 18;
this.label12.Text = "Payroll Type ID";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(1122, 11);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(146, 20);
this.textBox3.TabIndex = 21;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(1037, 14);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(70, 13);
this.label13.TabIndex = 20;
this.label13.Text = "Created Date";
this.label13.Click += new System.EventHandler(this.label13_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1274, 630);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label13);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label12);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label11);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.panel1);
this.Controls.Add(this.grdList);
this.Controls.Add(this.button1);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.rtbText);
this.Controls.Add(this.btnCreateScript);
this.Controls.Add(this.btnCompate);
this.Controls.Add(this.lsvDestinationList);
this.Controls.Add(this.lsvSourceList);
this.Controls.Add(this.btnGetDestination);
this.Controls.Add(this.btnGetSource);
this.Controls.Add(this.txtDestinationPassword);
this.Controls.Add(this.lblDestinationCount);
this.Controls.Add(this.lblSourceCount);
this.Controls.Add(this.label9);
this.Controls.Add(this.txtSourcePassword);
this.Controls.Add(this.txtDestinationUserNane);
this.Controls.Add(this.label5);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtSourceUserNane);
this.Controls.Add(this.txtDestinationServer);
this.Controls.Add(this.label4);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtSourceServer);
this.Controls.Add(this.label6);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.cmbDestinationDatabase);
this.Controls.Add(this.label10);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbSourceDatabase);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Compare Database";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox cmbSourceDatabase;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtSourceServer;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtSourceUserNane;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtSourcePassword;
private System.Windows.Forms.Button btnGetSource;
private System.Windows.Forms.ComboBox cmbDestinationDatabase;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtDestinationServer;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtDestinationUserNane;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtDestinationPassword;
private System.Windows.Forms.Button btnGetDestination;
private System.Windows.Forms.ListView lsvSourceList;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.Label lblSourceCount;
private System.Windows.Forms.ListView lsvDestinationList;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Label lblDestinationCount;
private System.Windows.Forms.Button btnCompate;
private System.Windows.Forms.RichTextBox rtbText;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView grdList;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btnCreateScript;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.DataGridViewTextBoxColumn colTabName;
private System.Windows.Forms.DataGridViewTextBoxColumn colColName;
private System.Windows.Forms.DataGridViewTextBoxColumn colDataType;
private System.Windows.Forms.DataGridViewTextBoxColumn colLength;
private System.Windows.Forms.DataGridViewTextBoxColumn colAllowNull;
private System.Windows.Forms.DataGridViewTextBoxColumn colDefaultValue;
private System.Windows.Forms.DataGridViewTextBoxColumn colDR;
private System.Windows.Forms.DataGridViewTextBoxColumn colPrecision;
private System.Windows.Forms.DataGridViewTextBoxColumn colScale;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label13;
}
}