namespace FCC_Uber_MDX_Configurator
{
partial class HelpForm
{
///
/// 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(HelpForm));
this.LBL_HELP_TOPIC = new System.Windows.Forms.Label();
this.LBL_Description = new System.Windows.Forms.Label();
this.LISTBOX_LINKS = new System.Windows.Forms.ListBox();
this.label3 = new System.Windows.Forms.Label();
this.PICT_EXAMPLE = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.PICT_EXAMPLE)).BeginInit();
this.SuspendLayout();
//
// LBL_HELP_TOPIC
//
this.LBL_HELP_TOPIC.BackColor = System.Drawing.Color.Transparent;
this.LBL_HELP_TOPIC.Dock = System.Windows.Forms.DockStyle.Top;
this.LBL_HELP_TOPIC.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.LBL_HELP_TOPIC.Location = new System.Drawing.Point(0, 0);
this.LBL_HELP_TOPIC.MinimumSize = new System.Drawing.Size(330, 0);
this.LBL_HELP_TOPIC.Name = "LBL_HELP_TOPIC";
this.LBL_HELP_TOPIC.Size = new System.Drawing.Size(384, 47);
this.LBL_HELP_TOPIC.TabIndex = 0;
this.LBL_HELP_TOPIC.Text = "Help Topic";
this.LBL_HELP_TOPIC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LBL_Description
//
this.LBL_Description.BackColor = System.Drawing.Color.Transparent;
this.LBL_Description.Dock = System.Windows.Forms.DockStyle.Fill;
this.LBL_Description.Font = new System.Drawing.Font("Arial", 14.25F);
this.LBL_Description.Location = new System.Drawing.Point(0, 0);
this.LBL_Description.MinimumSize = new System.Drawing.Size(330, 0);
this.LBL_Description.Name = "LBL_Description";
this.LBL_Description.Padding = new System.Windows.Forms.Padding(5, 50, 5, 5);
this.LBL_Description.Size = new System.Drawing.Size(384, 614);
this.LBL_Description.TabIndex = 1;
this.LBL_Description.Text = "Help Description";
//
// LISTBOX_LINKS
//
this.LISTBOX_LINKS.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.LISTBOX_LINKS.Cursor = System.Windows.Forms.Cursors.Help;
this.LISTBOX_LINKS.Dock = System.Windows.Forms.DockStyle.Bottom;
this.LISTBOX_LINKS.Font = new System.Drawing.Font("Arial", 14.25F);
this.LISTBOX_LINKS.ForeColor = System.Drawing.Color.Black;
this.LISTBOX_LINKS.FormattingEnabled = true;
this.LISTBOX_LINKS.ItemHeight = 22;
this.LISTBOX_LINKS.Location = new System.Drawing.Point(0, 526);
this.LISTBOX_LINKS.Name = "LISTBOX_LINKS";
this.LISTBOX_LINKS.Size = new System.Drawing.Size(384, 88);
this.LISTBOX_LINKS.TabIndex = 2;
this.LISTBOX_LINKS.SelectedValueChanged += new System.EventHandler(this.LISTBOX_LINKS_SelectedValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(0, 499);
this.label3.Name = "label3";
this.label3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 5);
this.label3.Size = new System.Drawing.Size(161, 27);
this.label3.TabIndex = 35;
this.label3.Text = "Additional Help:";
//
// PICT_EXAMPLE
//
this.PICT_EXAMPLE.BackColor = System.Drawing.Color.Transparent;
this.PICT_EXAMPLE.Dock = System.Windows.Forms.DockStyle.Bottom;
this.PICT_EXAMPLE.Location = new System.Drawing.Point(0, 349);
this.PICT_EXAMPLE.Name = "PICT_EXAMPLE";
this.PICT_EXAMPLE.Size = new System.Drawing.Size(384, 150);
this.PICT_EXAMPLE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.PICT_EXAMPLE.TabIndex = 36;
this.PICT_EXAMPLE.TabStop = false;
this.PICT_EXAMPLE.Visible = false;
//
// HelpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpBigCircleIcon;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(384, 614);
this.Controls.Add(this.PICT_EXAMPLE);
this.Controls.Add(this.label3);
this.Controls.Add(this.LISTBOX_LINKS);
this.Controls.Add(this.LBL_HELP_TOPIC);
this.Controls.Add(this.LBL_Description);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "HelpForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Help";
this.TopMost = false;
this.Resize += new System.EventHandler(this.HelpForm_Resize);
((System.ComponentModel.ISupportInitialize)(this.PICT_EXAMPLE)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label LBL_HELP_TOPIC;
private System.Windows.Forms.Label LBL_Description;
private System.Windows.Forms.ListBox LISTBOX_LINKS;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox PICT_EXAMPLE;
}
}