namespace FCC_Uber_MDX_Configurator
{
partial class TextInputForm
{
///
/// 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_TEXT = new System.Windows.Forms.TextBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// TXT_TEXT
//
this.TXT_TEXT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_TEXT.Location = new System.Drawing.Point(12, 21);
this.TXT_TEXT.MaxLength = 255;
this.TXT_TEXT.Name = "TXT_TEXT";
this.TXT_TEXT.Size = new System.Drawing.Size(408, 29);
this.TXT_TEXT.TabIndex = 2;
this.TXT_TEXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_TEXT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TXT_TEXT_KeyDown);
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(482, 12);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 89;
this.BTN_SAVE.TabStop = false;
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(426, 12);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 90;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
//
// TextInputForm
//
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.ClientSize = new System.Drawing.Size(544, 71);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.TXT_TEXT);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "TextInputForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Text Input Form";
this.TopMost = false;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextInputForm_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox TXT_TEXT;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
}
}