namespace FCC_Uber_MDX_Configurator
{
partial class AddFontForm_SubFontHeightChooserForm
{
///
/// 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_HEIGHT = new System.Windows.Forms.TextBox();
this.PICT_EXAMPLE = new System.Windows.Forms.PictureBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.PICT_EXAMPLE)).BeginInit();
this.SuspendLayout();
//
// TXT_HEIGHT
//
this.TXT_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_HEIGHT.Location = new System.Drawing.Point(12, 218);
this.TXT_HEIGHT.MaxLength = 4;
this.TXT_HEIGHT.Name = "TXT_HEIGHT";
this.TXT_HEIGHT.Size = new System.Drawing.Size(144, 29);
this.TXT_HEIGHT.TabIndex = 1;
this.TXT_HEIGHT.Text = "10";
this.TXT_HEIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_HEIGHT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_HEIGHT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// PICT_EXAMPLE
//
this.PICT_EXAMPLE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PICT_EXAMPLE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PICT_EXAMPLE.Location = new System.Drawing.Point(12, 12);
this.PICT_EXAMPLE.Name = "PICT_EXAMPLE";
this.PICT_EXAMPLE.Size = new System.Drawing.Size(200, 200);
this.PICT_EXAMPLE.TabIndex = 0;
this.PICT_EXAMPLE.TabStop = false;
this.PICT_EXAMPLE.Click += new System.EventHandler(this.PICT_EXAMPLE_Click);
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(162, 218);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 88;
this.BTN_SAVE.TabStop = false;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// AddFontForm_SubFontHeightChooserForm
//
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(224, 272);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.TXT_HEIGHT);
this.Controls.Add(this.PICT_EXAMPLE);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "AddFontForm_SubFontHeightChooserForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Font Height";
this.TopMost = false;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddFontForm_SubFontHeightChooserForm_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.PICT_EXAMPLE)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox PICT_EXAMPLE;
private System.Windows.Forms.TextBox TXT_HEIGHT;
private System.Windows.Forms.Button BTN_SAVE;
}
}