namespace FCC_Uber_MDX_Configurator
{
partial class AutoMultiImageLoadForm
{
///
/// 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_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.TXT_VALUE_MAX = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.button8 = new System.Windows.Forms.Button();
this.TXT_VALUE_MIN = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(332, 124);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 47;
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(276, 124);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 46;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button9.Location = new System.Drawing.Point(332, 68);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(50, 50);
this.button9.TabIndex = 147;
this.button9.TabStop = false;
this.button9.UseVisualStyleBackColor = true;
//
// TXT_VALUE_MAX
//
this.TXT_VALUE_MAX.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VALUE_MAX.Location = new System.Drawing.Point(161, 77);
this.TXT_VALUE_MAX.MaxLength = 10;
this.TXT_VALUE_MAX.Name = "TXT_VALUE_MAX";
this.TXT_VALUE_MAX.Size = new System.Drawing.Size(165, 29);
this.TXT_VALUE_MAX.TabIndex = 146;
this.TXT_VALUE_MAX.Text = "0.0";
this.TXT_VALUE_MAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VALUE_MAX.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_VALUE_MAX.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(7, 80);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(148, 22);
this.label10.TabIndex = 145;
this.label10.Text = "Maximum Value:";
//
// button8
//
this.button8.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button8.Location = new System.Drawing.Point(332, 12);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(50, 50);
this.button8.TabIndex = 144;
this.button8.TabStop = false;
this.button8.UseVisualStyleBackColor = true;
//
// TXT_VALUE_MIN
//
this.TXT_VALUE_MIN.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VALUE_MIN.Location = new System.Drawing.Point(161, 21);
this.TXT_VALUE_MIN.MaxLength = 10;
this.TXT_VALUE_MIN.Name = "TXT_VALUE_MIN";
this.TXT_VALUE_MIN.Size = new System.Drawing.Size(165, 29);
this.TXT_VALUE_MIN.TabIndex = 143;
this.TXT_VALUE_MIN.Text = "0.0";
this.TXT_VALUE_MIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VALUE_MIN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_VALUE_MIN.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(7, 24);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(143, 22);
this.label9.TabIndex = 142;
this.label9.Text = "Minimum Value:";
//
// AutoMultiImageLoadForm
//
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(389, 181);
this.Controls.Add(this.button9);
this.Controls.Add(this.TXT_VALUE_MAX);
this.Controls.Add(this.label10);
this.Controls.Add(this.button8);
this.Controls.Add(this.TXT_VALUE_MIN);
this.Controls.Add(this.label9);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "AutoMultiImageLoadForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Auto Load Multi Image Form";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.TextBox TXT_VALUE_MAX;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox TXT_VALUE_MIN;
private System.Windows.Forms.Label label9;
}
}