namespace FCC_Uber_MDX_Configurator
{
partial class OpenFileErrorDisplayForm
{
///
/// 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.LIST_ERRORS = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// LIST_ERRORS
//
this.LIST_ERRORS.Dock = System.Windows.Forms.DockStyle.Fill;
this.LIST_ERRORS.Font = new System.Drawing.Font("Arial", 14.25F);
this.LIST_ERRORS.FormattingEnabled = true;
this.LIST_ERRORS.ItemHeight = 22;
this.LIST_ERRORS.Location = new System.Drawing.Point(0, 0);
this.LIST_ERRORS.Name = "LIST_ERRORS";
this.LIST_ERRORS.Size = new System.Drawing.Size(784, 378);
this.LIST_ERRORS.TabIndex = 75;
//
// OpenFileErrorDisplayForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(784, 381);
this.Controls.Add(this.LIST_ERRORS);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "OpenFileErrorDisplayForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Errors found when opening file";
this.TopMost = false;
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox LIST_ERRORS;
}
}