namespace FCC_Uber_MDX_Configurator
{
partial class GlobalPropertiesForm
{
///
/// 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.BTN_HELP_VERSION = new System.Windows.Forms.Button();
this.TXT_VERSION_3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.BTN_HELP_AUTHOR = new System.Windows.Forms.Button();
this.TXT_AUTHOR = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.TXT_VERSION_2 = new System.Windows.Forms.TextBox();
this.TXT_VERSION_1 = new System.Windows.Forms.TextBox();
this.TXT_VERSION_0 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// 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(383, 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 = 15;
this.BTN_HELP_VERSION.TabStop = false;
this.BTN_HELP_VERSION.UseVisualStyleBackColor = true;
//
// TXT_VERSION_3
//
this.TXT_VERSION_3.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VERSION_3.Location = new System.Drawing.Point(337, 77);
this.TXT_VERSION_3.MaxLength = 2;
this.TXT_VERSION_3.Name = "TXT_VERSION_3";
this.TXT_VERSION_3.Size = new System.Drawing.Size(40, 29);
this.TXT_VERSION_3.TabIndex = 5;
this.TXT_VERSION_3.Text = "0";
this.TXT_VERSION_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VERSION_3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_VERSION_3.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// 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(14, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(153, 22);
this.label4.TabIndex = 9;
this.label4.Text = "Version Needed:";
//
// 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(383, 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 = 16;
this.BTN_HELP_AUTHOR.TabStop = false;
this.BTN_HELP_AUTHOR.UseVisualStyleBackColor = true;
//
// TXT_AUTHOR
//
this.TXT_AUTHOR.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_AUTHOR.Location = new System.Drawing.Point(90, 21);
this.TXT_AUTHOR.MaxLength = 255;
this.TXT_AUTHOR.Name = "TXT_AUTHOR";
this.TXT_AUTHOR.Size = new System.Drawing.Size(287, 29);
this.TXT_AUTHOR.TabIndex = 1;
this.TXT_AUTHOR.Text = "Me";
this.TXT_AUTHOR.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_AUTHOR.Leave += new System.EventHandler(this.Leave_VerifyAuthorIsValid);
//
// 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(14, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 22);
this.label1.TabIndex = 11;
this.label1.Text = "Author:";
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(383, 132);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 7;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// BTN_CANCEL
//
this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL.Location = new System.Drawing.Point(327, 132);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 6;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// TXT_VERSION_2
//
this.TXT_VERSION_2.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VERSION_2.Location = new System.Drawing.Point(291, 77);
this.TXT_VERSION_2.MaxLength = 2;
this.TXT_VERSION_2.Name = "TXT_VERSION_2";
this.TXT_VERSION_2.Size = new System.Drawing.Size(40, 29);
this.TXT_VERSION_2.TabIndex = 4;
this.TXT_VERSION_2.Text = "0";
this.TXT_VERSION_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VERSION_2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_VERSION_2.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_VERSION_1
//
this.TXT_VERSION_1.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VERSION_1.Location = new System.Drawing.Point(245, 77);
this.TXT_VERSION_1.MaxLength = 2;
this.TXT_VERSION_1.Name = "TXT_VERSION_1";
this.TXT_VERSION_1.Size = new System.Drawing.Size(40, 29);
this.TXT_VERSION_1.TabIndex = 3;
this.TXT_VERSION_1.Text = "0";
this.TXT_VERSION_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VERSION_1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_VERSION_1.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_VERSION_0
//
this.TXT_VERSION_0.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VERSION_0.Location = new System.Drawing.Point(199, 77);
this.TXT_VERSION_0.MaxLength = 2;
this.TXT_VERSION_0.Name = "TXT_VERSION_0";
this.TXT_VERSION_0.Size = new System.Drawing.Size(40, 29);
this.TXT_VERSION_0.TabIndex = 2;
this.TXT_VERSION_0.Text = "3";
this.TXT_VERSION_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VERSION_0.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_VERSION_0.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// GlobalPropertiesForm
//
this.AcceptButton = this.BTN_SAVE;
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;
this.ClientSize = new System.Drawing.Size(444, 194);
this.Controls.Add(this.TXT_VERSION_0);
this.Controls.Add(this.TXT_VERSION_1);
this.Controls.Add(this.TXT_VERSION_2);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_HELP_VERSION);
this.Controls.Add(this.TXT_VERSION_3);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_AUTHOR);
this.Controls.Add(this.TXT_AUTHOR);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "GlobalPropertiesForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Global Properties";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTN_HELP_VERSION;
private System.Windows.Forms.TextBox TXT_VERSION_3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_AUTHOR;
private System.Windows.Forms.TextBox TXT_AUTHOR;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.TextBox TXT_VERSION_2;
private System.Windows.Forms.TextBox TXT_VERSION_1;
private System.Windows.Forms.TextBox TXT_VERSION_0;
}
}