namespace AirScout { partial class ScoutBaseDatabaseMaintenanceDlg { /// /// 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(ScoutBaseDatabaseMaintenanceDlg)); this.ss_Main = new System.Windows.Forms.StatusStrip(); this.tsl_Status = new System.Windows.Forms.ToolStripStatusLabel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lv_Tables = new System.Windows.Forms.ListView(); this.ch_TableName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ch_Description = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ch_Entries = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ch_Action = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lbl_Info = new System.Windows.Forms.Label(); this.ss_Main.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // ss_Main // this.ss_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsl_Status}); this.ss_Main.Location = new System.Drawing.Point(0, 321); this.ss_Main.Name = "ss_Main"; this.ss_Main.Size = new System.Drawing.Size(543, 22); this.ss_Main.TabIndex = 0; this.ss_Main.Text = "statusStrip1"; // // tsl_Status // this.tsl_Status.Name = "tsl_Status"; this.tsl_Status.Size = new System.Drawing.Size(39, 17); this.tsl_Status.Text = "Status"; // // groupBox1 // this.groupBox1.Controls.Add(this.lv_Tables); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(527, 148); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Tables"; // // lv_Tables // this.lv_Tables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ch_TableName, this.ch_Description, this.ch_Entries, this.ch_Action}); this.lv_Tables.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lv_Tables.HideSelection = false; this.lv_Tables.Location = new System.Drawing.Point(6, 19); this.lv_Tables.Name = "lv_Tables"; this.lv_Tables.Size = new System.Drawing.Size(508, 114); this.lv_Tables.TabIndex = 0; this.lv_Tables.UseCompatibleStateImageBehavior = false; this.lv_Tables.View = System.Windows.Forms.View.Details; // // ch_TableName // this.ch_TableName.Text = "TableName"; this.ch_TableName.Width = 78; // // ch_Description // this.ch_Description.Text = "Description"; this.ch_Description.Width = 203; // // ch_Entries // this.ch_Entries.Text = "Entries"; this.ch_Entries.Width = 77; // // ch_Action // this.ch_Action.Text = "Action"; this.ch_Action.Width = 107; // // lbl_Info // this.lbl_Info.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_Info.Location = new System.Drawing.Point(12, 163); this.lbl_Info.Name = "lbl_Info"; this.lbl_Info.Size = new System.Drawing.Size(502, 144); this.lbl_Info.TabIndex = 2; this.lbl_Info.Text = resources.GetString("lbl_Info.Text"); this.lbl_Info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ScoutBaseDatabaseMaintenanceDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(543, 343); this.Controls.Add(this.lbl_Info); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ss_Main); this.Name = "ScoutBaseDatabaseMaintenanceDlg"; this.Text = "ScoutBase Database Maintenance"; this.ss_Main.ResumeLayout(false); this.ss_Main.PerformLayout(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip ss_Main; private System.Windows.Forms.ToolStripStatusLabel tsl_Status; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ListView lv_Tables; private System.Windows.Forms.ColumnHeader ch_TableName; private System.Windows.Forms.ColumnHeader ch_Entries; private System.Windows.Forms.ColumnHeader ch_Description; private System.Windows.Forms.ColumnHeader ch_Action; private System.Windows.Forms.Label lbl_Info; } }