namespace AdvertsingProfitControl { partial class FrmIntegrityCheck { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmIntegrityCheck)); this.mainLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.systemTablesGroupBox = new System.Windows.Forms.GroupBox(); this.systemTablesListBox = new System.Windows.Forms.ListBox(); this.userTablesGroupBox = new System.Windows.Forms.GroupBox(); this.userTablesListBox = new System.Windows.Forms.ListBox(); this.dbCcResultLabel = new System.Windows.Forms.Label(); this.databaseCheckResultPanel = new System.Windows.Forms.Panel(); this.suggestionLabel = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.repairButton = new System.Windows.Forms.Button(); this.damagedTablesGroupBox = new System.Windows.Forms.GroupBox(); this.damagedTablesListView = new System.Windows.Forms.ListView(); this.informationLabel = new System.Windows.Forms.Label(); this.mainLayoutPanel.SuspendLayout(); this.systemTablesGroupBox.SuspendLayout(); this.userTablesGroupBox.SuspendLayout(); this.databaseCheckResultPanel.SuspendLayout(); this.damagedTablesGroupBox.SuspendLayout(); this.SuspendLayout(); // // mainLayoutPanel // this.mainLayoutPanel.ColumnCount = 2; this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.mainLayoutPanel.Controls.Add(this.systemTablesGroupBox, 0, 1); this.mainLayoutPanel.Controls.Add(this.userTablesGroupBox, 0, 2); this.mainLayoutPanel.Controls.Add(this.dbCcResultLabel, 1, 2); this.mainLayoutPanel.Controls.Add(this.databaseCheckResultPanel, 1, 3); this.mainLayoutPanel.Controls.Add(this.damagedTablesGroupBox, 0, 3); this.mainLayoutPanel.Controls.Add(this.informationLabel, 1, 1); this.mainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainLayoutPanel.Location = new System.Drawing.Point(0, 0); this.mainLayoutPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.mainLayoutPanel.Name = "mainLayoutPanel"; this.mainLayoutPanel.RowCount = 4; this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F)); this.mainLayoutPanel.Size = new System.Drawing.Size(889, 628); this.mainLayoutPanel.TabIndex = 0; // // systemTablesGroupBox // this.systemTablesGroupBox.Controls.Add(this.systemTablesListBox); this.systemTablesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.systemTablesGroupBox.Location = new System.Drawing.Point(2, 27); this.systemTablesGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.systemTablesGroupBox.Name = "systemTablesGroupBox"; this.systemTablesGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.systemTablesGroupBox.Size = new System.Drawing.Size(440, 197); this.systemTablesGroupBox.TabIndex = 0; this.systemTablesGroupBox.TabStop = false; this.systemTablesGroupBox.Text = "System Tables"; // // systemTablesListBox // this.systemTablesListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.systemTablesListBox.FormattingEnabled = true; this.systemTablesListBox.ItemHeight = 20; this.systemTablesListBox.Location = new System.Drawing.Point(2, 21); this.systemTablesListBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.systemTablesListBox.Name = "systemTablesListBox"; this.systemTablesListBox.Size = new System.Drawing.Size(436, 174); this.systemTablesListBox.TabIndex = 0; // // userTablesGroupBox // this.userTablesGroupBox.Controls.Add(this.userTablesListBox); this.userTablesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.userTablesGroupBox.Location = new System.Drawing.Point(2, 228); this.userTablesGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.userTablesGroupBox.Name = "userTablesGroupBox"; this.userTablesGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.userTablesGroupBox.Size = new System.Drawing.Size(440, 197); this.userTablesGroupBox.TabIndex = 1; this.userTablesGroupBox.TabStop = false; this.userTablesGroupBox.Text = "User Tables"; // // userTablesListBox // this.userTablesListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.userTablesListBox.FormattingEnabled = true; this.userTablesListBox.ItemHeight = 20; this.userTablesListBox.Location = new System.Drawing.Point(2, 21); this.userTablesListBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.userTablesListBox.Name = "userTablesListBox"; this.userTablesListBox.Size = new System.Drawing.Size(436, 174); this.userTablesListBox.TabIndex = 1; // // dbCcResultLabel // this.dbCcResultLabel.AutoSize = true; this.dbCcResultLabel.Location = new System.Drawing.Point(446, 226); this.dbCcResultLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.dbCcResultLabel.Name = "dbCcResultLabel"; this.dbCcResultLabel.Size = new System.Drawing.Size(0, 20); this.dbCcResultLabel.TabIndex = 0; // // databaseCheckResultPanel // this.databaseCheckResultPanel.Controls.Add(this.suggestionLabel); this.databaseCheckResultPanel.Controls.Add(this.button2); this.databaseCheckResultPanel.Controls.Add(this.repairButton); this.databaseCheckResultPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.databaseCheckResultPanel.Location = new System.Drawing.Point(446, 429); this.databaseCheckResultPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.databaseCheckResultPanel.Name = "databaseCheckResultPanel"; this.databaseCheckResultPanel.Size = new System.Drawing.Size(441, 197); this.databaseCheckResultPanel.TabIndex = 2; // // suggestionLabel // this.suggestionLabel.AutoSize = true; this.suggestionLabel.Location = new System.Drawing.Point(8, 7); this.suggestionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.suggestionLabel.Name = "suggestionLabel"; this.suggestionLabel.Size = new System.Drawing.Size(65, 20); this.suggestionLabel.TabIndex = 3; this.suggestionLabel.Text = "what do"; this.suggestionLabel.Visible = false; // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point(289, 146); this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(145, 43); this.button2.TabIndex = 2; this.button2.Text = "Verify Integrity"; this.button2.UseVisualStyleBackColor = true; // // repairButton // this.repairButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.repairButton.Enabled = false; this.repairButton.Location = new System.Drawing.Point(12, 146); this.repairButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.repairButton.Name = "repairButton"; this.repairButton.Size = new System.Drawing.Size(145, 43); this.repairButton.TabIndex = 1; this.repairButton.Text = "Attempt Repairs"; this.repairButton.UseVisualStyleBackColor = true; this.repairButton.Click += new System.EventHandler(this.repairButton_Click); // // damagedTablesGroupBox // this.damagedTablesGroupBox.Controls.Add(this.damagedTablesListView); this.damagedTablesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.damagedTablesGroupBox.Location = new System.Drawing.Point(2, 429); this.damagedTablesGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.damagedTablesGroupBox.Name = "damagedTablesGroupBox"; this.damagedTablesGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.damagedTablesGroupBox.Size = new System.Drawing.Size(440, 197); this.damagedTablesGroupBox.TabIndex = 3; this.damagedTablesGroupBox.TabStop = false; this.damagedTablesGroupBox.Text = "Damaged Tables"; // // damagedTablesListView // this.damagedTablesListView.Dock = System.Windows.Forms.DockStyle.Fill; this.damagedTablesListView.Location = new System.Drawing.Point(2, 21); this.damagedTablesListView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.damagedTablesListView.Name = "damagedTablesListView"; this.damagedTablesListView.Size = new System.Drawing.Size(436, 174); this.damagedTablesListView.TabIndex = 0; this.damagedTablesListView.UseCompatibleStateImageBehavior = false; this.damagedTablesListView.View = System.Windows.Forms.View.List; // // informationLabel // this.informationLabel.AutoSize = true; this.informationLabel.Location = new System.Drawing.Point(446, 25); this.informationLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.informationLabel.Name = "informationLabel"; this.informationLabel.Size = new System.Drawing.Size(380, 100); this.informationLabel.TabIndex = 4; this.informationLabel.Text = resources.GetString("informationLabel.Text"); // // FrmIntegrityCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(889, 628); this.Controls.Add(this.mainLayoutPanel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "FrmIntegrityCheck"; this.Text = "Verify Database Integrity"; this.mainLayoutPanel.ResumeLayout(false); this.mainLayoutPanel.PerformLayout(); this.systemTablesGroupBox.ResumeLayout(false); this.userTablesGroupBox.ResumeLayout(false); this.databaseCheckResultPanel.ResumeLayout(false); this.databaseCheckResultPanel.PerformLayout(); this.damagedTablesGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainLayoutPanel; private System.Windows.Forms.GroupBox systemTablesGroupBox; private System.Windows.Forms.GroupBox userTablesGroupBox; private System.Windows.Forms.ListBox systemTablesListBox; private System.Windows.Forms.ListBox userTablesListBox; private System.Windows.Forms.Panel databaseCheckResultPanel; private System.Windows.Forms.Label dbCcResultLabel; private System.Windows.Forms.GroupBox damagedTablesGroupBox; private System.Windows.Forms.ListView damagedTablesListView; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button repairButton; private System.Windows.Forms.Label suggestionLabel; private System.Windows.Forms.Label informationLabel; } }