namespace FCC_Uber_MDX_Configurator
{
partial class BrainForm
{
///
/// 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.TXT_ID = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.TXT_Human = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.BTN_SAVE_BRAIN = new System.Windows.Forms.Button();
this.BTN_CANCEL_BRAIN = new System.Windows.Forms.Button();
this.BTN_SEARCHBRAIN = new System.Windows.Forms.Button();
this.BTN_HELP_VERSION = new System.Windows.Forms.Button();
this.BTN_HELP_AUTHOR = new System.Windows.Forms.Button();
this.TXT_Version = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// TXT_ID
//
this.TXT_ID.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_ID.Location = new System.Drawing.Point(98, 77);
this.TXT_ID.MaxLength = 255;
this.TXT_ID.Name = "TXT_ID";
this.TXT_ID.Size = new System.Drawing.Size(221, 29);
this.TXT_ID.TabIndex = 2;
this.TXT_ID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(12, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 22);
this.label4.TabIndex = 21;
this.label4.Text = "ID:";
//
// TXT_Human
//
this.TXT_Human.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Human.Location = new System.Drawing.Point(98, 21);
this.TXT_Human.MaxLength = 255;
this.TXT_Human.Name = "TXT_Human";
this.TXT_Human.Size = new System.Drawing.Size(277, 29);
this.TXT_Human.TabIndex = 1;
this.TXT_Human.Text = "My Fusion Brain";
this.TXT_Human.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_Human.Leave += new System.EventHandler(this.Leave_VerifyNameIsValid);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 22);
this.label1.TabIndex = 22;
this.label1.Text = "Name:";
//
// BTN_SAVE_BRAIN
//
this.BTN_SAVE_BRAIN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE_BRAIN.Location = new System.Drawing.Point(381, 132);
this.BTN_SAVE_BRAIN.Name = "BTN_SAVE_BRAIN";
this.BTN_SAVE_BRAIN.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE_BRAIN.TabIndex = 5;
this.BTN_SAVE_BRAIN.UseVisualStyleBackColor = true;
this.BTN_SAVE_BRAIN.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// BTN_CANCEL_BRAIN
//
this.BTN_CANCEL_BRAIN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_CANCEL_BRAIN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL_BRAIN.Location = new System.Drawing.Point(325, 132);
this.BTN_CANCEL_BRAIN.Name = "BTN_CANCEL_BRAIN";
this.BTN_CANCEL_BRAIN.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL_BRAIN.TabIndex = 4;
this.BTN_CANCEL_BRAIN.UseVisualStyleBackColor = true;
this.BTN_CANCEL_BRAIN.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// BTN_SEARCHBRAIN
//
this.BTN_SEARCHBRAIN.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.SearchIcon;
this.BTN_SEARCHBRAIN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BTN_SEARCHBRAIN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_SEARCHBRAIN.Location = new System.Drawing.Point(325, 68);
this.BTN_SEARCHBRAIN.Name = "BTN_SEARCHBRAIN";
this.BTN_SEARCHBRAIN.Size = new System.Drawing.Size(50, 50);
this.BTN_SEARCHBRAIN.TabIndex = 3;
this.BTN_SEARCHBRAIN.UseVisualStyleBackColor = true;
this.BTN_SEARCHBRAIN.Click += new System.EventHandler(this.BTN_SEARCHBRAIN_Click);
//
// BTN_HELP_VERSION
//
this.BTN_HELP_VERSION.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_VERSION.Location = new System.Drawing.Point(381, 68);
this.BTN_HELP_VERSION.Name = "BTN_HELP_VERSION";
this.BTN_HELP_VERSION.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_VERSION.TabIndex = 23;
this.BTN_HELP_VERSION.TabStop = false;
this.BTN_HELP_VERSION.UseVisualStyleBackColor = true;
this.BTN_HELP_VERSION.Click += new System.EventHandler(this.BTN_HELP_VERSION_Click);
//
// BTN_HELP_AUTHOR
//
this.BTN_HELP_AUTHOR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_AUTHOR.Location = new System.Drawing.Point(381, 12);
this.BTN_HELP_AUTHOR.Name = "BTN_HELP_AUTHOR";
this.BTN_HELP_AUTHOR.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_AUTHOR.TabIndex = 24;
this.BTN_HELP_AUTHOR.TabStop = false;
this.BTN_HELP_AUTHOR.UseVisualStyleBackColor = true;
this.BTN_HELP_AUTHOR.Click += new System.EventHandler(this.BTN_HELP_AUTHOR_Click);
//
// TXT_Version
//
this.TXT_Version.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Version.Location = new System.Drawing.Point(98, 112);
this.TXT_Version.MaxLength = 255;
this.TXT_Version.Name = "TXT_Version";
this.TXT_Version.Size = new System.Drawing.Size(221, 29);
this.TXT_Version.TabIndex = 25;
this.TXT_Version.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(12, 115);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 22);
this.label2.TabIndex = 26;
this.label2.Text = "Version:";
//
// BrainForm
//
this.AcceptButton = this.BTN_SAVE_BRAIN;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.BTN_CANCEL_BRAIN;
this.ClientSize = new System.Drawing.Size(434, 194);
this.Controls.Add(this.TXT_Version);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_SEARCHBRAIN);
this.Controls.Add(this.TXT_ID);
this.Controls.Add(this.BTN_SAVE_BRAIN);
this.Controls.Add(this.BTN_CANCEL_BRAIN);
this.Controls.Add(this.BTN_HELP_VERSION);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_AUTHOR);
this.Controls.Add(this.TXT_Human);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "BrainForm";
this.ShowIcon = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Brain Form";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox TXT_ID;
private System.Windows.Forms.Button BTN_SAVE_BRAIN;
private System.Windows.Forms.Button BTN_CANCEL_BRAIN;
private System.Windows.Forms.Button BTN_HELP_VERSION;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_AUTHOR;
private System.Windows.Forms.TextBox TXT_Human;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button BTN_SEARCHBRAIN;
private System.Windows.Forms.TextBox TXT_Version;
private System.Windows.Forms.Label label2;
}
}