namespace sharpcomparer { partial class SharpComparer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SharpComparer)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.comparisonLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.countLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.newProjectButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btnCompare = new System.Windows.Forms.ToolStripButton(); this.btnSwap = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnSync = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.chkTables = new System.Windows.Forms.ToolStripButton(); this.chkViews = new System.Windows.Forms.ToolStripButton(); this.chkProcedures = new System.Windows.Forms.ToolStripButton(); this.chkUsers = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.chkData = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.chkLeftOnly = new System.Windows.Forms.ToolStripButton(); this.chkRightOnly = new System.Windows.Forms.ToolStripButton(); this.chkNone = new System.Windows.Forms.ToolStripButton(); this.chkDifferent = new System.Windows.Forms.ToolStripButton(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabProjects = new System.Windows.Forms.TabPage(); this.splitContainer7 = new System.Windows.Forms.SplitContainer(); this.projectsList = new System.Windows.Forms.ListView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.tabTables = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabTableStructure = new System.Windows.Forms.TabPage(); this.tabTableColumns = new System.Windows.Forms.TabPage(); this.tabTableIndexes = new System.Windows.Forms.TabPage(); this.tabViews = new System.Windows.Forms.TabPage(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.tabControl3 = new System.Windows.Forms.TabControl(); this.tabView = new System.Windows.Forms.TabPage(); this.tabViewColumns = new System.Windows.Forms.TabPage(); this.tabStoredProcedures = new System.Windows.Forms.TabPage(); this.splitContainer5 = new System.Windows.Forms.SplitContainer(); this.tabUsers = new System.Windows.Forms.TabPage(); this.splitContainer6 = new System.Windows.Forms.SplitContainer(); this.tabData = new System.Windows.Forms.TabPage(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.tabSchema = new System.Windows.Forms.TabPage(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.projectsComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.dataTables = new sharpcomparer.controls.SummaryGridView(); this.tableComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.columnsComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.indexesComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.dataViews = new sharpcomparer.controls.SummaryGridView(); this.viewComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.viewColumnsComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.dataProcedures = new sharpcomparer.controls.SummaryGridView(); this.procedureParametersComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.dataUsers = new sharpcomparer.controls.SummaryGridView(); this.usersComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.dataComparisonPanel = new sharpcomparer.controls.ComparisonPanel(); this.summaryGridView1 = new sharpcomparer.controls.SummaryGridView(); this.summaryGridView2 = new sharpcomparer.controls.SummaryGridView(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabProjects.SuspendLayout(); this.splitContainer7.Panel1.SuspendLayout(); this.splitContainer7.Panel2.SuspendLayout(); this.splitContainer7.SuspendLayout(); this.tabTables.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabTableStructure.SuspendLayout(); this.tabTableColumns.SuspendLayout(); this.tabTableIndexes.SuspendLayout(); this.tabViews.SuspendLayout(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.tabControl3.SuspendLayout(); this.tabView.SuspendLayout(); this.tabViewColumns.SuspendLayout(); this.tabStoredProcedures.SuspendLayout(); this.splitContainer5.Panel1.SuspendLayout(); this.splitContainer5.Panel2.SuspendLayout(); this.splitContainer5.SuspendLayout(); this.tabUsers.SuspendLayout(); this.splitContainer6.Panel1.SuspendLayout(); this.splitContainer6.Panel2.SuspendLayout(); this.splitContainer6.SuspendLayout(); this.tabData.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.tabSchema.SuspendLayout(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataTables)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataViews)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataProcedures)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.summaryGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.summaryGridView2)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.menuStrip1.Size = new System.Drawing.Size(935, 24); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "Help"; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.comparisonLabel, this.countLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 645); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(935, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // comparisonLabel // this.comparisonLabel.Name = "comparisonLabel"; this.comparisonLabel.Size = new System.Drawing.Size(71, 17); this.comparisonLabel.Text = "left <-> right"; // // countLabel // this.countLabel.Name = "countLabel"; this.countLabel.Size = new System.Drawing.Size(13, 17); this.countLabel.Text = "0"; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newProjectButton, this.toolStripSeparator3, this.btnCompare, this.btnSwap, this.toolStripSeparator1, this.btnSync, this.toolStripSeparator2, this.chkTables, this.chkViews, this.chkProcedures, this.chkUsers, this.toolStripSeparator5, this.chkData, this.toolStripSeparator4, this.chkLeftOnly, this.chkRightOnly, this.chkNone, this.chkDifferent}); this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.Size = new System.Drawing.Size(935, 25); this.toolStrip1.TabIndex = 3; this.toolStrip1.Text = "toolStrip1"; // // newProjectButton // this.newProjectButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.newProjectButton.Image = ((System.Drawing.Image)(resources.GetObject("newProjectButton.Image"))); this.newProjectButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.newProjectButton.Name = "newProjectButton"; this.newProjectButton.Size = new System.Drawing.Size(23, 22); this.newProjectButton.Text = "New project"; this.newProjectButton.Click += new System.EventHandler(this.newProjectButton_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // btnCompare // this.btnCompare.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCompare.Image = global::sharpcomparer.Properties.Resources.dbs; this.btnCompare.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCompare.Name = "btnCompare"; this.btnCompare.Size = new System.Drawing.Size(23, 22); this.btnCompare.Text = "Compare"; this.btnCompare.Click += new System.EventHandler(this.btnCompare_Click); // // btnSwap // this.btnSwap.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSwap.Image = ((System.Drawing.Image)(resources.GetObject("btnSwap.Image"))); this.btnSwap.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSwap.Name = "btnSwap"; this.btnSwap.Size = new System.Drawing.Size(23, 22); this.btnSwap.Text = "Swap"; this.btnSwap.Click += new System.EventHandler(this.btnSwap_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // btnSync // this.btnSync.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSync.Enabled = false; this.btnSync.Image = ((System.Drawing.Image)(resources.GetObject("btnSync.Image"))); this.btnSync.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSync.Name = "btnSync"; this.btnSync.Size = new System.Drawing.Size(23, 22); this.btnSync.Text = "Sync"; this.btnSync.Click += new System.EventHandler(this.btnSync_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // chkTables // this.chkTables.Checked = true; this.chkTables.CheckOnClick = true; this.chkTables.CheckState = System.Windows.Forms.CheckState.Checked; this.chkTables.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkTables.Image = ((System.Drawing.Image)(resources.GetObject("chkTables.Image"))); this.chkTables.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkTables.Name = "chkTables"; this.chkTables.Size = new System.Drawing.Size(23, 22); this.chkTables.Text = "Tables"; this.chkTables.Click += new System.EventHandler(this.chkTables_Click); // // chkViews // this.chkViews.Checked = true; this.chkViews.CheckOnClick = true; this.chkViews.CheckState = System.Windows.Forms.CheckState.Checked; this.chkViews.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkViews.Image = ((System.Drawing.Image)(resources.GetObject("chkViews.Image"))); this.chkViews.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkViews.Name = "chkViews"; this.chkViews.Size = new System.Drawing.Size(23, 22); this.chkViews.Text = "Views"; // // chkProcedures // this.chkProcedures.Checked = true; this.chkProcedures.CheckOnClick = true; this.chkProcedures.CheckState = System.Windows.Forms.CheckState.Checked; this.chkProcedures.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkProcedures.Image = ((System.Drawing.Image)(resources.GetObject("chkProcedures.Image"))); this.chkProcedures.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkProcedures.Name = "chkProcedures"; this.chkProcedures.Size = new System.Drawing.Size(23, 22); this.chkProcedures.Text = "Stored procedures"; // // chkUsers // this.chkUsers.Checked = true; this.chkUsers.CheckOnClick = true; this.chkUsers.CheckState = System.Windows.Forms.CheckState.Checked; this.chkUsers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkUsers.Image = ((System.Drawing.Image)(resources.GetObject("chkUsers.Image"))); this.chkUsers.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkUsers.Name = "chkUsers"; this.chkUsers.Size = new System.Drawing.Size(23, 22); this.chkUsers.Text = "toolStripButton1"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); // // chkData // this.chkData.Checked = true; this.chkData.CheckOnClick = true; this.chkData.CheckState = System.Windows.Forms.CheckState.Checked; this.chkData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkData.Image = ((System.Drawing.Image)(resources.GetObject("chkData.Image"))); this.chkData.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkData.Name = "chkData"; this.chkData.Size = new System.Drawing.Size(23, 22); this.chkData.Text = "Data"; this.chkData.Click += new System.EventHandler(this.chkData_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // chkLeftOnly // this.chkLeftOnly.Checked = true; this.chkLeftOnly.CheckOnClick = true; this.chkLeftOnly.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLeftOnly.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkLeftOnly.Image = ((System.Drawing.Image)(resources.GetObject("chkLeftOnly.Image"))); this.chkLeftOnly.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkLeftOnly.Name = "chkLeftOnly"; this.chkLeftOnly.Size = new System.Drawing.Size(23, 22); this.chkLeftOnly.Text = "Left only"; this.chkLeftOnly.Click += new System.EventHandler(this.chkLeftOnly_Click); // // chkRightOnly // this.chkRightOnly.Checked = true; this.chkRightOnly.CheckOnClick = true; this.chkRightOnly.CheckState = System.Windows.Forms.CheckState.Checked; this.chkRightOnly.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkRightOnly.Image = ((System.Drawing.Image)(resources.GetObject("chkRightOnly.Image"))); this.chkRightOnly.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkRightOnly.Name = "chkRightOnly"; this.chkRightOnly.Size = new System.Drawing.Size(23, 22); this.chkRightOnly.Text = "Right only"; this.chkRightOnly.Click += new System.EventHandler(this.chkRightOnly_Click); // // chkNone // this.chkNone.Checked = true; this.chkNone.CheckOnClick = true; this.chkNone.CheckState = System.Windows.Forms.CheckState.Checked; this.chkNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkNone.Image = ((System.Drawing.Image)(resources.GetObject("chkNone.Image"))); this.chkNone.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkNone.Name = "chkNone"; this.chkNone.Size = new System.Drawing.Size(23, 22); this.chkNone.Text = "None"; this.chkNone.Click += new System.EventHandler(this.chkNone_Click); // // chkDifferent // this.chkDifferent.Checked = true; this.chkDifferent.CheckOnClick = true; this.chkDifferent.CheckState = System.Windows.Forms.CheckState.Checked; this.chkDifferent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.chkDifferent.Image = ((System.Drawing.Image)(resources.GetObject("chkDifferent.Image"))); this.chkDifferent.ImageTransparentColor = System.Drawing.Color.Magenta; this.chkDifferent.Name = "chkDifferent"; this.chkDifferent.Size = new System.Drawing.Size(23, 22); this.chkDifferent.Text = "Different"; this.chkDifferent.Click += new System.EventHandler(this.chkDifferent_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabProjects); this.tabControl1.Controls.Add(this.tabTables); this.tabControl1.Controls.Add(this.tabViews); this.tabControl1.Controls.Add(this.tabStoredProcedures); this.tabControl1.Controls.Add(this.tabUsers); this.tabControl1.Controls.Add(this.tabData); this.tabControl1.Controls.Add(this.tabSchema); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 49); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(935, 596); this.tabControl1.TabIndex = 4; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabProjects // this.tabProjects.Controls.Add(this.splitContainer7); this.tabProjects.Location = new System.Drawing.Point(4, 22); this.tabProjects.Name = "tabProjects"; this.tabProjects.Padding = new System.Windows.Forms.Padding(3); this.tabProjects.Size = new System.Drawing.Size(927, 570); this.tabProjects.TabIndex = 2; this.tabProjects.Text = "Projects"; this.tabProjects.UseVisualStyleBackColor = true; // // splitContainer7 // this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer7.Location = new System.Drawing.Point(3, 3); this.splitContainer7.Name = "splitContainer7"; this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer7.Panel1 // this.splitContainer7.Panel1.Controls.Add(this.projectsList); // // splitContainer7.Panel2 // this.splitContainer7.Panel2.Controls.Add(this.projectsComparisonPanel); this.splitContainer7.Size = new System.Drawing.Size(921, 564); this.splitContainer7.SplitterDistance = 307; this.splitContainer7.TabIndex = 1; // // projectsList // this.projectsList.Dock = System.Windows.Forms.DockStyle.Fill; this.projectsList.LargeImageList = this.imageList1; this.projectsList.Location = new System.Drawing.Point(0, 0); this.projectsList.Name = "projectsList"; this.projectsList.Size = new System.Drawing.Size(921, 307); this.projectsList.SmallImageList = this.imageList1; this.projectsList.StateImageList = this.imageList1; this.projectsList.TabIndex = 0; this.projectsList.UseCompatibleStateImageBehavior = false; this.projectsList.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); this.projectsList.DoubleClick += new System.EventHandler(this.projectsList_DoubleClick); this.projectsList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.projectsList_KeyDown); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "database_24.png"); // // tabTables // this.tabTables.Controls.Add(this.splitContainer1); this.tabTables.Location = new System.Drawing.Point(4, 22); this.tabTables.Name = "tabTables"; this.tabTables.Padding = new System.Windows.Forms.Padding(3); this.tabTables.Size = new System.Drawing.Size(927, 570); this.tabTables.TabIndex = 0; this.tabTables.Text = "Tables"; this.tabTables.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dataTables); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl2); this.splitContainer1.Size = new System.Drawing.Size(921, 564); this.splitContainer1.SplitterDistance = 387; this.splitContainer1.TabIndex = 1; // // tabControl2 // this.tabControl2.Controls.Add(this.tabTableStructure); this.tabControl2.Controls.Add(this.tabTableColumns); this.tabControl2.Controls.Add(this.tabTableIndexes); this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl2.Location = new System.Drawing.Point(0, 0); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(921, 173); this.tabControl2.TabIndex = 2; // // tabTableStructure // this.tabTableStructure.Controls.Add(this.tableComparisonPanel); this.tabTableStructure.Location = new System.Drawing.Point(4, 22); this.tabTableStructure.Name = "tabTableStructure"; this.tabTableStructure.Size = new System.Drawing.Size(913, 147); this.tabTableStructure.TabIndex = 2; this.tabTableStructure.Text = "Structure"; this.tabTableStructure.UseVisualStyleBackColor = true; // // tabTableColumns // this.tabTableColumns.Controls.Add(this.columnsComparisonPanel); this.tabTableColumns.Location = new System.Drawing.Point(4, 22); this.tabTableColumns.Name = "tabTableColumns"; this.tabTableColumns.Padding = new System.Windows.Forms.Padding(3); this.tabTableColumns.Size = new System.Drawing.Size(913, 147); this.tabTableColumns.TabIndex = 0; this.tabTableColumns.Text = "Columns"; this.tabTableColumns.UseVisualStyleBackColor = true; // // tabTableIndexes // this.tabTableIndexes.Controls.Add(this.indexesComparisonPanel); this.tabTableIndexes.Location = new System.Drawing.Point(4, 22); this.tabTableIndexes.Name = "tabTableIndexes"; this.tabTableIndexes.Padding = new System.Windows.Forms.Padding(3); this.tabTableIndexes.Size = new System.Drawing.Size(913, 147); this.tabTableIndexes.TabIndex = 1; this.tabTableIndexes.Text = "Indexes"; this.tabTableIndexes.UseVisualStyleBackColor = true; // // tabViews // this.tabViews.Controls.Add(this.splitContainer3); this.tabViews.Location = new System.Drawing.Point(4, 22); this.tabViews.Name = "tabViews"; this.tabViews.Padding = new System.Windows.Forms.Padding(3); this.tabViews.Size = new System.Drawing.Size(927, 570); this.tabViews.TabIndex = 3; this.tabViews.Text = "Views"; this.tabViews.UseVisualStyleBackColor = true; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(3, 3); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.dataViews); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.tabControl3); this.splitContainer3.Size = new System.Drawing.Size(921, 564); this.splitContainer3.SplitterDistance = 307; this.splitContainer3.TabIndex = 0; // // tabControl3 // this.tabControl3.Controls.Add(this.tabView); this.tabControl3.Controls.Add(this.tabViewColumns); this.tabControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl3.Location = new System.Drawing.Point(0, 0); this.tabControl3.Name = "tabControl3"; this.tabControl3.SelectedIndex = 0; this.tabControl3.Size = new System.Drawing.Size(921, 253); this.tabControl3.TabIndex = 1; // // tabView // this.tabView.Controls.Add(this.viewComparisonPanel); this.tabView.Location = new System.Drawing.Point(4, 22); this.tabView.Name = "tabView"; this.tabView.Padding = new System.Windows.Forms.Padding(3); this.tabView.Size = new System.Drawing.Size(913, 227); this.tabView.TabIndex = 0; this.tabView.Text = "Structure"; this.tabView.UseVisualStyleBackColor = true; // // tabViewColumns // this.tabViewColumns.Controls.Add(this.viewColumnsComparisonPanel); this.tabViewColumns.Location = new System.Drawing.Point(4, 22); this.tabViewColumns.Name = "tabViewColumns"; this.tabViewColumns.Padding = new System.Windows.Forms.Padding(3); this.tabViewColumns.Size = new System.Drawing.Size(913, 227); this.tabViewColumns.TabIndex = 1; this.tabViewColumns.Text = "Columns"; this.tabViewColumns.UseVisualStyleBackColor = true; // // tabStoredProcedures // this.tabStoredProcedures.Controls.Add(this.splitContainer5); this.tabStoredProcedures.Location = new System.Drawing.Point(4, 22); this.tabStoredProcedures.Name = "tabStoredProcedures"; this.tabStoredProcedures.Padding = new System.Windows.Forms.Padding(3); this.tabStoredProcedures.Size = new System.Drawing.Size(927, 570); this.tabStoredProcedures.TabIndex = 5; this.tabStoredProcedures.Text = "Procedures"; this.tabStoredProcedures.UseVisualStyleBackColor = true; // // splitContainer5 // this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer5.Location = new System.Drawing.Point(3, 3); this.splitContainer5.Name = "splitContainer5"; this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer5.Panel1 // this.splitContainer5.Panel1.Controls.Add(this.dataProcedures); // // splitContainer5.Panel2 // this.splitContainer5.Panel2.Controls.Add(this.procedureParametersComparisonPanel); this.splitContainer5.Size = new System.Drawing.Size(921, 564); this.splitContainer5.SplitterDistance = 307; this.splitContainer5.TabIndex = 0; // // tabUsers // this.tabUsers.Controls.Add(this.splitContainer6); this.tabUsers.Location = new System.Drawing.Point(4, 22); this.tabUsers.Name = "tabUsers"; this.tabUsers.Padding = new System.Windows.Forms.Padding(3); this.tabUsers.Size = new System.Drawing.Size(927, 570); this.tabUsers.TabIndex = 6; this.tabUsers.Text = "Users"; this.tabUsers.UseVisualStyleBackColor = true; // // splitContainer6 // this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer6.Location = new System.Drawing.Point(3, 3); this.splitContainer6.Name = "splitContainer6"; this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer6.Panel1 // this.splitContainer6.Panel1.Controls.Add(this.dataUsers); // // splitContainer6.Panel2 // this.splitContainer6.Panel2.Controls.Add(this.usersComparisonPanel); this.splitContainer6.Size = new System.Drawing.Size(921, 564); this.splitContainer6.SplitterDistance = 307; this.splitContainer6.TabIndex = 0; // // tabData // this.tabData.Controls.Add(this.splitContainer2); this.tabData.Location = new System.Drawing.Point(4, 22); this.tabData.Name = "tabData"; this.tabData.Padding = new System.Windows.Forms.Padding(3); this.tabData.Size = new System.Drawing.Size(927, 570); this.tabData.TabIndex = 1; this.tabData.Text = "Data"; this.tabData.UseVisualStyleBackColor = true; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(3, 3); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.dataGridView2); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.dataComparisonPanel); this.splitContainer2.Size = new System.Drawing.Size(921, 564); this.splitContainer2.SplitterDistance = 397; this.splitContainer2.TabIndex = 1; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.Window; this.dataGridView2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.Location = new System.Drawing.Point(0, 0); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.ReadOnly = true; this.dataGridView2.RowHeadersVisible = false; this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView2.ShowEditingIcon = false; this.dataGridView2.Size = new System.Drawing.Size(921, 397); this.dataGridView2.TabIndex = 0; this.dataGridView2.SelectionChanged += new System.EventHandler(this.dataGridView2_SelectionChanged); // // tabSchema // this.tabSchema.Controls.Add(this.splitContainer4); this.tabSchema.Location = new System.Drawing.Point(4, 22); this.tabSchema.Name = "tabSchema"; this.tabSchema.Padding = new System.Windows.Forms.Padding(3); this.tabSchema.Size = new System.Drawing.Size(927, 570); this.tabSchema.TabIndex = 4; this.tabSchema.Text = "Schema"; this.tabSchema.UseVisualStyleBackColor = true; // // splitContainer4 // this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.Location = new System.Drawing.Point(3, 3); this.splitContainer4.Name = "splitContainer4"; this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.summaryGridView1); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.summaryGridView2); this.splitContainer4.Size = new System.Drawing.Size(921, 564); this.splitContainer4.SplitterDistance = 307; this.splitContainer4.TabIndex = 1; // // backgroundWorker1 // this.backgroundWorker1.WorkerReportsProgress = true; this.backgroundWorker1.WorkerSupportsCancellation = true; this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork); this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted); this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged); // // projectsComparisonPanel // this.projectsComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.projectsComparisonPanel.Location = new System.Drawing.Point(0, 0); this.projectsComparisonPanel.Name = "projectsComparisonPanel"; this.projectsComparisonPanel.Size = new System.Drawing.Size(921, 253); this.projectsComparisonPanel.TabIndex = 0; // // dataTables // this.dataTables.AllowUserToAddRows = false; this.dataTables.AllowUserToDeleteRows = false; this.dataTables.AllowUserToResizeRows = false; this.dataTables.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataTables.BackgroundColor = System.Drawing.SystemColors.Window; this.dataTables.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataTables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataTables.Dock = System.Windows.Forms.DockStyle.Fill; this.dataTables.Location = new System.Drawing.Point(0, 0); this.dataTables.MultiSelect = false; this.dataTables.Name = "dataTables"; this.dataTables.ReadOnly = true; this.dataTables.RowHeadersVisible = false; this.dataTables.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataTables.Size = new System.Drawing.Size(921, 387); this.dataTables.TabIndex = 0; this.dataTables.SelectionChanged += new System.EventHandler(this.dataTables_SelectionChanged); // // tableComparisonPanel // this.tableComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableComparisonPanel.Location = new System.Drawing.Point(0, 0); this.tableComparisonPanel.Name = "tableComparisonPanel"; this.tableComparisonPanel.Size = new System.Drawing.Size(913, 147); this.tableComparisonPanel.TabIndex = 0; // // columnsComparisonPanel // this.columnsComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.columnsComparisonPanel.Location = new System.Drawing.Point(3, 3); this.columnsComparisonPanel.Name = "columnsComparisonPanel"; this.columnsComparisonPanel.Size = new System.Drawing.Size(907, 141); this.columnsComparisonPanel.TabIndex = 0; // // indexesComparisonPanel // this.indexesComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.indexesComparisonPanel.Location = new System.Drawing.Point(3, 3); this.indexesComparisonPanel.Name = "indexesComparisonPanel"; this.indexesComparisonPanel.Size = new System.Drawing.Size(907, 141); this.indexesComparisonPanel.TabIndex = 0; // // dataViews // this.dataViews.AllowUserToAddRows = false; this.dataViews.AllowUserToDeleteRows = false; this.dataViews.AllowUserToResizeRows = false; this.dataViews.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataViews.BackgroundColor = System.Drawing.SystemColors.Window; this.dataViews.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataViews.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataViews.Dock = System.Windows.Forms.DockStyle.Fill; this.dataViews.Location = new System.Drawing.Point(0, 0); this.dataViews.MultiSelect = false; this.dataViews.Name = "dataViews"; this.dataViews.ReadOnly = true; this.dataViews.RowHeadersVisible = false; this.dataViews.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataViews.Size = new System.Drawing.Size(921, 307); this.dataViews.TabIndex = 0; this.dataViews.SelectionChanged += new System.EventHandler(this.dataViews_SelectionChanged); // // viewComparisonPanel // this.viewComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.viewComparisonPanel.Location = new System.Drawing.Point(3, 3); this.viewComparisonPanel.Name = "viewComparisonPanel"; this.viewComparisonPanel.Size = new System.Drawing.Size(907, 221); this.viewComparisonPanel.TabIndex = 0; // // viewColumnsComparisonPanel // this.viewColumnsComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.viewColumnsComparisonPanel.Location = new System.Drawing.Point(3, 3); this.viewColumnsComparisonPanel.Name = "viewColumnsComparisonPanel"; this.viewColumnsComparisonPanel.Size = new System.Drawing.Size(907, 221); this.viewColumnsComparisonPanel.TabIndex = 0; // // dataProcedures // this.dataProcedures.AllowUserToAddRows = false; this.dataProcedures.AllowUserToDeleteRows = false; this.dataProcedures.AllowUserToResizeRows = false; this.dataProcedures.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataProcedures.BackgroundColor = System.Drawing.SystemColors.Window; this.dataProcedures.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataProcedures.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataProcedures.Dock = System.Windows.Forms.DockStyle.Fill; this.dataProcedures.Location = new System.Drawing.Point(0, 0); this.dataProcedures.MultiSelect = false; this.dataProcedures.Name = "dataProcedures"; this.dataProcedures.ReadOnly = true; this.dataProcedures.RowHeadersVisible = false; this.dataProcedures.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataProcedures.Size = new System.Drawing.Size(921, 307); this.dataProcedures.TabIndex = 0; this.dataProcedures.SelectionChanged += new System.EventHandler(this.dataProcedures_SelectionChanged); // // procedureParametersComparisonPanel // this.procedureParametersComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.procedureParametersComparisonPanel.Location = new System.Drawing.Point(0, 0); this.procedureParametersComparisonPanel.Name = "procedureParametersComparisonPanel"; this.procedureParametersComparisonPanel.Size = new System.Drawing.Size(921, 253); this.procedureParametersComparisonPanel.TabIndex = 0; // // dataUsers // this.dataUsers.AllowUserToAddRows = false; this.dataUsers.AllowUserToDeleteRows = false; this.dataUsers.AllowUserToResizeRows = false; this.dataUsers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataUsers.BackgroundColor = System.Drawing.SystemColors.Window; this.dataUsers.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataUsers.Dock = System.Windows.Forms.DockStyle.Fill; this.dataUsers.Location = new System.Drawing.Point(0, 0); this.dataUsers.MultiSelect = false; this.dataUsers.Name = "dataUsers"; this.dataUsers.ReadOnly = true; this.dataUsers.RowHeadersVisible = false; this.dataUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataUsers.Size = new System.Drawing.Size(921, 307); this.dataUsers.TabIndex = 0; this.dataUsers.SelectionChanged += new System.EventHandler(this.dataUsers_SelectionChanged); // // usersComparisonPanel // this.usersComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.usersComparisonPanel.Location = new System.Drawing.Point(0, 0); this.usersComparisonPanel.Name = "usersComparisonPanel"; this.usersComparisonPanel.Size = new System.Drawing.Size(921, 253); this.usersComparisonPanel.TabIndex = 0; // // dataComparisonPanel // this.dataComparisonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dataComparisonPanel.Location = new System.Drawing.Point(0, 0); this.dataComparisonPanel.Name = "dataComparisonPanel"; this.dataComparisonPanel.Size = new System.Drawing.Size(921, 163); this.dataComparisonPanel.TabIndex = 0; // // summaryGridView1 // this.summaryGridView1.AllowUserToAddRows = false; this.summaryGridView1.AllowUserToDeleteRows = false; this.summaryGridView1.AllowUserToResizeRows = false; this.summaryGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.summaryGridView1.BackgroundColor = System.Drawing.SystemColors.Window; this.summaryGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.summaryGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.summaryGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.summaryGridView1.Location = new System.Drawing.Point(0, 0); this.summaryGridView1.MultiSelect = false; this.summaryGridView1.Name = "summaryGridView1"; this.summaryGridView1.ReadOnly = true; this.summaryGridView1.RowHeadersVisible = false; this.summaryGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.summaryGridView1.Size = new System.Drawing.Size(921, 307); this.summaryGridView1.TabIndex = 0; this.summaryGridView1.SelectionChanged += new System.EventHandler(this.summaryGridView1_SelectionChanged); // // summaryGridView2 // this.summaryGridView2.AllowUserToAddRows = false; this.summaryGridView2.AllowUserToDeleteRows = false; this.summaryGridView2.AllowUserToResizeRows = false; this.summaryGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.summaryGridView2.BackgroundColor = System.Drawing.SystemColors.Window; this.summaryGridView2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.summaryGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.summaryGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.summaryGridView2.Location = new System.Drawing.Point(0, 0); this.summaryGridView2.MultiSelect = false; this.summaryGridView2.Name = "summaryGridView2"; this.summaryGridView2.ReadOnly = true; this.summaryGridView2.RowHeadersVisible = false; this.summaryGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.summaryGridView2.Size = new System.Drawing.Size(921, 253); this.summaryGridView2.TabIndex = 0; // // SharpComparer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(935, 667); this.Controls.Add(this.tabControl1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "SharpComparer"; this.Text = "SharpComparer"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabProjects.ResumeLayout(false); this.splitContainer7.Panel1.ResumeLayout(false); this.splitContainer7.Panel2.ResumeLayout(false); this.splitContainer7.ResumeLayout(false); this.tabTables.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.tabControl2.ResumeLayout(false); this.tabTableStructure.ResumeLayout(false); this.tabTableColumns.ResumeLayout(false); this.tabTableIndexes.ResumeLayout(false); this.tabViews.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.ResumeLayout(false); this.tabControl3.ResumeLayout(false); this.tabView.ResumeLayout(false); this.tabViewColumns.ResumeLayout(false); this.tabStoredProcedures.ResumeLayout(false); this.splitContainer5.Panel1.ResumeLayout(false); this.splitContainer5.Panel2.ResumeLayout(false); this.splitContainer5.ResumeLayout(false); this.tabUsers.ResumeLayout(false); this.splitContainer6.Panel1.ResumeLayout(false); this.splitContainer6.Panel2.ResumeLayout(false); this.splitContainer6.ResumeLayout(false); this.tabData.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.tabSchema.ResumeLayout(false); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel2.ResumeLayout(false); this.splitContainer4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataTables)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataViews)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataProcedures)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataUsers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.summaryGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.summaryGridView2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnCompare; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabTables; private System.Windows.Forms.TabPage tabData; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabPage tabProjects; private System.Windows.Forms.ListView projectsList; private System.Windows.Forms.ImageList imageList1; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.ToolStripStatusLabel comparisonLabel; private System.Windows.Forms.ToolStripButton btnSync; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton chkLeftOnly; private System.Windows.Forms.ToolStripButton chkRightOnly; private System.Windows.Forms.ToolStripButton chkNone; private System.Windows.Forms.ToolStripButton chkDifferent; private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabPage tabTableColumns; private System.Windows.Forms.TabPage tabTableIndexes; private sharpcomparer.controls.ComparisonPanel indexesComparisonPanel; private sharpcomparer.controls.ComparisonPanel columnsComparisonPanel; private System.Windows.Forms.SplitContainer splitContainer2; private sharpcomparer.controls.ComparisonPanel dataComparisonPanel; private System.Windows.Forms.ToolStripButton newProjectButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton btnSwap; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton chkTables; private System.Windows.Forms.ToolStripButton chkData; private System.Windows.Forms.TabPage tabViews; private System.Windows.Forms.SplitContainer splitContainer3; private sharpcomparer.controls.ComparisonPanel viewColumnsComparisonPanel; private System.Windows.Forms.ToolStripButton chkViews; private sharpcomparer.controls.SummaryGridView dataViews; private sharpcomparer.controls.SummaryGridView dataTables; private System.Windows.Forms.TabPage tabSchema; private sharpcomparer.controls.SummaryGridView summaryGridView1; private System.Windows.Forms.SplitContainer splitContainer4; private sharpcomparer.controls.SummaryGridView summaryGridView2; private System.Windows.Forms.ToolStripButton chkProcedures; private System.Windows.Forms.TabPage tabStoredProcedures; private System.Windows.Forms.SplitContainer splitContainer5; private sharpcomparer.controls.SummaryGridView dataProcedures; private sharpcomparer.controls.ComparisonPanel procedureParametersComparisonPanel; private System.Windows.Forms.TabPage tabUsers; private System.Windows.Forms.SplitContainer splitContainer6; private sharpcomparer.controls.SummaryGridView dataUsers; private System.Windows.Forms.ToolStripButton chkUsers; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private sharpcomparer.controls.ComparisonPanel usersComparisonPanel; private System.Windows.Forms.TabPage tabTableStructure; private sharpcomparer.controls.ComparisonPanel tableComparisonPanel; private System.Windows.Forms.TabControl tabControl3; private System.Windows.Forms.TabPage tabView; private System.Windows.Forms.TabPage tabViewColumns; private sharpcomparer.controls.ComparisonPanel viewComparisonPanel; private System.Windows.Forms.ToolStripStatusLabel countLabel; private System.Windows.Forms.SplitContainer splitContainer7; private sharpcomparer.controls.ComparisonPanel projectsComparisonPanel; } }