namespace FCC_Uber_MDX_Configurator
{
partial class AddFontForm
{
///
/// 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_Name = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.TXT_FONT = new System.Windows.Forms.TextBox();
this.LIST_CHARACTERS = new System.Windows.Forms.ListBox();
this.TXT_BOTTOMRIGHT_Y = new System.Windows.Forms.TextBox();
this.TXT_BOTTOMRIGHT_X = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.TXT_TOPLEFT_Y = new System.Windows.Forms.TextBox();
this.TXT_TOPLEFT_X = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.TXT_VALUE = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.TXT_VALUE_INT = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.TXT_OFF_RIGHT = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.TXT_OFF_LEFT = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.TXT_OFF_BOTTOM = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.TXT_OFF_TOP = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.OpenFontImageDialog = new System.Windows.Forms.OpenFileDialog();
this.TXT_HEIGHT = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.CURR_TOTAL = new System.Windows.Forms.Label();
this.LBL_ANALYZING = new System.Windows.Forms.Label();
this.SaveFontDialog = new System.Windows.Forms.SaveFileDialog();
this.button4 = new System.Windows.Forms.Button();
this.BTN_COLOUR = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.BTN_HELP_DISPLAYATSIZE = new System.Windows.Forms.Button();
this.BTN_HELP_DESIGNEDFORSIZE = new System.Windows.Forms.Button();
this.PICT_CHARACTER = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.PICT_FULLFONT = new System.Windows.Forms.PictureBox();
this.BTN_HELP_NAME = new System.Windows.Forms.Button();
this.TS_GraphicsToolBar = new System.Windows.Forms.ToolStrip();
this.TSB_SAVE = new System.Windows.Forms.ToolStripButton();
this.TSB_OPENFOLDER = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.TSB_OPEN_IMAGE = new System.Windows.Forms.ToolStripButton();
this.TSB_ANALYZE = new System.Windows.Forms.ToolStripButton();
this.TSB_NINJA = new System.Windows.Forms.ToolStripButton();
this.BTN_PREVIOUS = new System.Windows.Forms.Button();
this.BTN_NEXT = new System.Windows.Forms.Button();
this.BTN_DELETE = new System.Windows.Forms.Button();
this.OpenTextConfigDialog = new System.Windows.Forms.OpenFileDialog();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PICT_CHARACTER)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PICT_FULLFONT)).BeginInit();
this.TS_GraphicsToolBar.SuspendLayout();
this.SuspendLayout();
//
// TXT_Name
//
this.TXT_Name.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Name.Location = new System.Drawing.Point(442, 75);
this.TXT_Name.MaxLength = 255;
this.TXT_Name.Name = "TXT_Name";
this.TXT_Name.Size = new System.Drawing.Size(289, 29);
this.TXT_Name.TabIndex = 44;
this.TXT_Name.Text = "My Fusion Font";
this.TXT_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_Name.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty);
//
// 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(371, 78);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 22);
this.label1.TabIndex = 47;
this.label1.Text = "Name:";
//
// TXT_FONT
//
this.TXT_FONT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TXT_FONT.Location = new System.Drawing.Point(12, 333);
this.TXT_FONT.Multiline = true;
this.TXT_FONT.Name = "TXT_FONT";
this.TXT_FONT.Size = new System.Drawing.Size(348, 354);
this.TXT_FONT.TabIndex = 50;
//
// LIST_CHARACTERS
//
this.LIST_CHARACTERS.Font = new System.Drawing.Font("Arial", 14.25F);
this.LIST_CHARACTERS.FormattingEnabled = true;
this.LIST_CHARACTERS.ItemHeight = 22;
this.LIST_CHARACTERS.Location = new System.Drawing.Point(621, 178);
this.LIST_CHARACTERS.Name = "LIST_CHARACTERS";
this.LIST_CHARACTERS.ScrollAlwaysVisible = true;
this.LIST_CHARACTERS.Size = new System.Drawing.Size(110, 180);
this.LIST_CHARACTERS.TabIndex = 51;
this.LIST_CHARACTERS.SelectedIndexChanged += new System.EventHandler(this.LIST_CHARACTERS_SelectedIndexChanged);
//
// TXT_BOTTOMRIGHT_Y
//
this.TXT_BOTTOMRIGHT_Y.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_BOTTOMRIGHT_Y.Location = new System.Drawing.Point(667, 565);
this.TXT_BOTTOMRIGHT_Y.MaxLength = 4;
this.TXT_BOTTOMRIGHT_Y.Name = "TXT_BOTTOMRIGHT_Y";
this.TXT_BOTTOMRIGHT_Y.Size = new System.Drawing.Size(59, 29);
this.TXT_BOTTOMRIGHT_Y.TabIndex = 63;
this.TXT_BOTTOMRIGHT_Y.Text = "0";
this.TXT_BOTTOMRIGHT_Y.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_BOTTOMRIGHT_Y.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_BOTTOMRIGHT_Y.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_BOTTOMRIGHT_X
//
this.TXT_BOTTOMRIGHT_X.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_BOTTOMRIGHT_X.Location = new System.Drawing.Point(577, 565);
this.TXT_BOTTOMRIGHT_X.MaxLength = 4;
this.TXT_BOTTOMRIGHT_X.Name = "TXT_BOTTOMRIGHT_X";
this.TXT_BOTTOMRIGHT_X.Size = new System.Drawing.Size(59, 29);
this.TXT_BOTTOMRIGHT_X.TabIndex = 62;
this.TXT_BOTTOMRIGHT_X.Text = "0";
this.TXT_BOTTOMRIGHT_X.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_BOTTOMRIGHT_X.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_BOTTOMRIGHT_X.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(642, 568);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(19, 22);
this.label3.TabIndex = 65;
this.label3.Text = "x";
//
// 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(366, 568);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(173, 22);
this.label4.TabIndex = 58;
this.label4.Text = "Bottom Right Point:";
//
// TXT_TOPLEFT_Y
//
this.TXT_TOPLEFT_Y.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_TOPLEFT_Y.Location = new System.Drawing.Point(667, 509);
this.TXT_TOPLEFT_Y.MaxLength = 4;
this.TXT_TOPLEFT_Y.Name = "TXT_TOPLEFT_Y";
this.TXT_TOPLEFT_Y.Size = new System.Drawing.Size(59, 29);
this.TXT_TOPLEFT_Y.TabIndex = 60;
this.TXT_TOPLEFT_Y.Text = "0";
this.TXT_TOPLEFT_Y.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_TOPLEFT_Y.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_TOPLEFT_Y.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_TOPLEFT_X
//
this.TXT_TOPLEFT_X.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_TOPLEFT_X.Location = new System.Drawing.Point(577, 509);
this.TXT_TOPLEFT_X.MaxLength = 4;
this.TXT_TOPLEFT_X.Name = "TXT_TOPLEFT_X";
this.TXT_TOPLEFT_X.Size = new System.Drawing.Size(59, 29);
this.TXT_TOPLEFT_X.TabIndex = 59;
this.TXT_TOPLEFT_X.Text = "0";
this.TXT_TOPLEFT_X.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_TOPLEFT_X.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_TOPLEFT_X.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(642, 512);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(19, 22);
this.label5.TabIndex = 61;
this.label5.Text = "x";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(366, 512);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(135, 22);
this.label6.TabIndex = 57;
this.label6.Text = "Top Left Point:";
//
// TXT_VALUE
//
this.TXT_VALUE.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VALUE.Location = new System.Drawing.Point(577, 453);
this.TXT_VALUE.MaxLength = 1;
this.TXT_VALUE.Name = "TXT_VALUE";
this.TXT_VALUE.Size = new System.Drawing.Size(59, 29);
this.TXT_VALUE.TabIndex = 67;
this.TXT_VALUE.Text = "???";
this.TXT_VALUE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_VALUE.TextChanged += new System.EventHandler(this.TXT_VALUE_TextChanged);
this.TXT_VALUE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TXT_VALUE_KeyDown);
//
// 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(366, 456);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(150, 22);
this.label2.TabIndex = 68;
this.label2.Text = "Character Value:";
//
// TXT_VALUE_INT
//
this.TXT_VALUE_INT.Enabled = false;
this.TXT_VALUE_INT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VALUE_INT.Location = new System.Drawing.Point(667, 453);
this.TXT_VALUE_INT.MaxLength = 255;
this.TXT_VALUE_INT.Name = "TXT_VALUE_INT";
this.TXT_VALUE_INT.Size = new System.Drawing.Size(59, 29);
this.TXT_VALUE_INT.TabIndex = 70;
this.TXT_VALUE_INT.Text = "???";
this.TXT_VALUE_INT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(366, 619);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(68, 22);
this.label8.TabIndex = 71;
this.label8.Text = "Offset:";
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.TXT_OFF_RIGHT);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.TXT_OFF_LEFT);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.TXT_OFF_BOTTOM);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.TXT_OFF_TOP);
this.panel1.Controls.Add(this.label7);
this.panel1.Location = new System.Drawing.Point(440, 612);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(286, 75);
this.panel1.TabIndex = 73;
//
// TXT_OFF_RIGHT
//
this.TXT_OFF_RIGHT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_OFF_RIGHT.Location = new System.Drawing.Point(222, 38);
this.TXT_OFF_RIGHT.MaxLength = 4;
this.TXT_OFF_RIGHT.Name = "TXT_OFF_RIGHT";
this.TXT_OFF_RIGHT.Size = new System.Drawing.Size(59, 29);
this.TXT_OFF_RIGHT.TabIndex = 81;
this.TXT_OFF_RIGHT.Text = "0";
this.TXT_OFF_RIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_OFF_RIGHT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_OFF_RIGHT.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(157, 41);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 22);
this.label10.TabIndex = 80;
this.label10.Text = "Right:";
//
// TXT_OFF_LEFT
//
this.TXT_OFF_LEFT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_OFF_LEFT.Location = new System.Drawing.Point(222, 3);
this.TXT_OFF_LEFT.MaxLength = 4;
this.TXT_OFF_LEFT.Name = "TXT_OFF_LEFT";
this.TXT_OFF_LEFT.Size = new System.Drawing.Size(59, 29);
this.TXT_OFF_LEFT.TabIndex = 79;
this.TXT_OFF_LEFT.Text = "0";
this.TXT_OFF_LEFT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_OFF_LEFT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_OFF_LEFT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(157, 6);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(48, 22);
this.label11.TabIndex = 78;
this.label11.Text = "Left:";
//
// TXT_OFF_BOTTOM
//
this.TXT_OFF_BOTTOM.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_OFF_BOTTOM.Location = new System.Drawing.Point(79, 38);
this.TXT_OFF_BOTTOM.MaxLength = 4;
this.TXT_OFF_BOTTOM.Name = "TXT_OFF_BOTTOM";
this.TXT_OFF_BOTTOM.Size = new System.Drawing.Size(59, 29);
this.TXT_OFF_BOTTOM.TabIndex = 77;
this.TXT_OFF_BOTTOM.Text = "0";
this.TXT_OFF_BOTTOM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_OFF_BOTTOM.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_OFF_BOTTOM.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(6, 41);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(76, 22);
this.label9.TabIndex = 76;
this.label9.Text = "Bottom:";
//
// TXT_OFF_TOP
//
this.TXT_OFF_TOP.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_OFF_TOP.Location = new System.Drawing.Point(79, 3);
this.TXT_OFF_TOP.MaxLength = 4;
this.TXT_OFF_TOP.Name = "TXT_OFF_TOP";
this.TXT_OFF_TOP.Size = new System.Drawing.Size(59, 29);
this.TXT_OFF_TOP.TabIndex = 75;
this.TXT_OFF_TOP.Text = "0";
this.TXT_OFF_TOP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_OFF_TOP.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_OFF_TOP.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(6, 6);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 22);
this.label7.TabIndex = 74;
this.label7.Text = "Top:";
//
// OpenFontImageDialog
//
this.OpenFontImageDialog.DefaultExt = "png";
this.OpenFontImageDialog.Filter = "PNG Images [*.png]|*.png";
this.OpenFontImageDialog.Title = "Open Image to be Analyzed";
//
// TXT_HEIGHT
//
this.TXT_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_HEIGHT.Location = new System.Drawing.Point(533, 131);
this.TXT_HEIGHT.MaxLength = 4;
this.TXT_HEIGHT.Name = "TXT_HEIGHT";
this.TXT_HEIGHT.Size = new System.Drawing.Size(198, 29);
this.TXT_HEIGHT.TabIndex = 76;
this.TXT_HEIGHT.Text = "???";
this.TXT_HEIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(371, 134);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(156, 22);
this.label12.TabIndex = 77;
this.label12.Text = "Character Height:";
//
// CURR_TOTAL
//
this.CURR_TOTAL.AutoSize = true;
this.CURR_TOTAL.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CURR_TOTAL.Location = new System.Drawing.Point(371, 371);
this.CURR_TOTAL.MinimumSize = new System.Drawing.Size(200, 0);
this.CURR_TOTAL.Name = "CURR_TOTAL";
this.CURR_TOTAL.Size = new System.Drawing.Size(200, 22);
this.CURR_TOTAL.TabIndex = 80;
this.CURR_TOTAL.Text = "Characters Found:";
//
// LBL_ANALYZING
//
this.LBL_ANALYZING.AutoSize = true;
this.LBL_ANALYZING.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LBL_ANALYZING.Location = new System.Drawing.Point(578, 371);
this.LBL_ANALYZING.Name = "LBL_ANALYZING";
this.LBL_ANALYZING.Size = new System.Drawing.Size(181, 22);
this.LBL_ANALYZING.TabIndex = 81;
this.LBL_ANALYZING.Text = "Analyzing: [000,000]";
//
// SaveFontDialog
//
this.SaveFontDialog.DefaultExt = "xml";
this.SaveFontDialog.Filter = "Fusion Font File [*.xml]|*.xml";
//
// button4
//
this.button4.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button4.Location = new System.Drawing.Point(737, 122);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(50, 50);
this.button4.TabIndex = 78;
this.button4.TabStop = false;
this.button4.UseVisualStyleBackColor = true;
//
// BTN_COLOUR
//
this.BTN_COLOUR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ColourIcon;
this.BTN_COLOUR.Location = new System.Drawing.Point(737, 234);
this.BTN_COLOUR.Name = "BTN_COLOUR";
this.BTN_COLOUR.Size = new System.Drawing.Size(50, 50);
this.BTN_COLOUR.TabIndex = 74;
this.BTN_COLOUR.TabStop = false;
this.BTN_COLOUR.UseVisualStyleBackColor = true;
this.BTN_COLOUR.Click += new System.EventHandler(this.BTN_COLOUR_Click);
//
// button3
//
this.button3.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button3.Location = new System.Drawing.Point(732, 612);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(50, 50);
this.button3.TabIndex = 72;
this.button3.TabStop = false;
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button2.Location = new System.Drawing.Point(732, 444);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(50, 50);
this.button2.TabIndex = 69;
this.button2.TabStop = false;
this.button2.UseVisualStyleBackColor = true;
//
// BTN_HELP_DISPLAYATSIZE
//
this.BTN_HELP_DISPLAYATSIZE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_DISPLAYATSIZE.Location = new System.Drawing.Point(732, 556);
this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE";
this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_DISPLAYATSIZE.TabIndex = 64;
this.BTN_HELP_DISPLAYATSIZE.TabStop = false;
this.BTN_HELP_DISPLAYATSIZE.UseVisualStyleBackColor = true;
//
// BTN_HELP_DESIGNEDFORSIZE
//
this.BTN_HELP_DESIGNEDFORSIZE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_DESIGNEDFORSIZE.Location = new System.Drawing.Point(732, 500);
this.BTN_HELP_DESIGNEDFORSIZE.Name = "BTN_HELP_DESIGNEDFORSIZE";
this.BTN_HELP_DESIGNEDFORSIZE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_DESIGNEDFORSIZE.TabIndex = 66;
this.BTN_HELP_DESIGNEDFORSIZE.TabStop = false;
this.BTN_HELP_DESIGNEDFORSIZE.UseVisualStyleBackColor = true;
//
// PICT_CHARACTER
//
this.PICT_CHARACTER.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PICT_CHARACTER.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PICT_CHARACTER.Location = new System.Drawing.Point(375, 178);
this.PICT_CHARACTER.Name = "PICT_CHARACTER";
this.PICT_CHARACTER.Size = new System.Drawing.Size(240, 180);
this.PICT_CHARACTER.TabIndex = 53;
this.PICT_CHARACTER.TabStop = false;
//
// button1
//
this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button1.Location = new System.Drawing.Point(737, 178);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 50);
this.button1.TabIndex = 52;
this.button1.TabStop = false;
this.button1.UseVisualStyleBackColor = true;
//
// PICT_FULLFONT
//
this.PICT_FULLFONT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PICT_FULLFONT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PICT_FULLFONT.Location = new System.Drawing.Point(12, 66);
this.PICT_FULLFONT.Name = "PICT_FULLFONT";
this.PICT_FULLFONT.Size = new System.Drawing.Size(348, 261);
this.PICT_FULLFONT.TabIndex = 49;
this.PICT_FULLFONT.TabStop = false;
//
// BTN_HELP_NAME
//
this.BTN_HELP_NAME.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_NAME.Location = new System.Drawing.Point(737, 66);
this.BTN_HELP_NAME.Name = "BTN_HELP_NAME";
this.BTN_HELP_NAME.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_NAME.TabIndex = 48;
this.BTN_HELP_NAME.TabStop = false;
this.BTN_HELP_NAME.UseVisualStyleBackColor = true;
//
// TS_GraphicsToolBar
//
this.TS_GraphicsToolBar.BackColor = System.Drawing.SystemColors.Control;
this.TS_GraphicsToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.TS_GraphicsToolBar.ImageScalingSize = new System.Drawing.Size(58, 56);
this.TS_GraphicsToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSB_SAVE,
this.TSB_OPENFOLDER,
this.toolStripSeparator1,
this.TSB_OPEN_IMAGE,
this.TSB_ANALYZE,
this.TSB_NINJA});
this.TS_GraphicsToolBar.Location = new System.Drawing.Point(0, 0);
this.TS_GraphicsToolBar.Name = "TS_GraphicsToolBar";
this.TS_GraphicsToolBar.Size = new System.Drawing.Size(794, 63);
this.TS_GraphicsToolBar.TabIndex = 85;
this.TS_GraphicsToolBar.Text = "Graphics ToolBar";
//
// TSB_SAVE
//
this.TSB_SAVE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveIcon;
this.TSB_SAVE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_SAVE.Name = "TSB_SAVE";
this.TSB_SAVE.Size = new System.Drawing.Size(62, 60);
this.TSB_SAVE.Text = "Add New Graphics Page";
this.TSB_SAVE.ToolTipText = "Save Font File";
this.TSB_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// TSB_OPENFOLDER
//
this.TSB_OPENFOLDER.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_OPENFOLDER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.OpenIcon;
this.TSB_OPENFOLDER.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_OPENFOLDER.Name = "TSB_OPENFOLDER";
this.TSB_OPENFOLDER.Size = new System.Drawing.Size(62, 60);
this.TSB_OPENFOLDER.Text = "Open Font File";
this.TSB_OPENFOLDER.Click += new System.EventHandler(this.TSB_OPENFOLDER_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 63);
//
// TSB_OPEN_IMAGE
//
this.TSB_OPEN_IMAGE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_OPEN_IMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ImageIcon;
this.TSB_OPEN_IMAGE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_OPEN_IMAGE.Name = "TSB_OPEN_IMAGE";
this.TSB_OPEN_IMAGE.Size = new System.Drawing.Size(62, 60);
this.TSB_OPEN_IMAGE.Text = "Open Image File";
this.TSB_OPEN_IMAGE.Click += new System.EventHandler(this.BTN_OPEN_Click);
//
// TSB_ANALYZE
//
this.TSB_ANALYZE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_ANALYZE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AnalyzeIcon;
this.TSB_ANALYZE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_ANALYZE.Name = "TSB_ANALYZE";
this.TSB_ANALYZE.Size = new System.Drawing.Size(62, 60);
this.TSB_ANALYZE.Text = "Analyze Image";
this.TSB_ANALYZE.Click += new System.EventHandler(this.BTN_ANALYZE_Click);
//
// TSB_NINJA
//
this.TSB_NINJA.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_NINJA.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NinjaKittyIcon;
this.TSB_NINJA.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_NINJA.Name = "TSB_NINJA";
this.TSB_NINJA.Size = new System.Drawing.Size(62, 60);
this.TSB_NINJA.Text = "Ninja Kitty";
this.TSB_NINJA.Visible = false;
this.TSB_NINJA.Click += new System.EventHandler(this.TSB_NINJA_Click);
//
// BTN_PREVIOUS
//
this.BTN_PREVIOUS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.PreviousIcon;
this.BTN_PREVIOUS.Location = new System.Drawing.Point(488, 396);
this.BTN_PREVIOUS.Name = "BTN_PREVIOUS";
this.BTN_PREVIOUS.Size = new System.Drawing.Size(50, 50);
this.BTN_PREVIOUS.TabIndex = 86;
this.BTN_PREVIOUS.TabStop = false;
this.BTN_PREVIOUS.UseVisualStyleBackColor = true;
this.BTN_PREVIOUS.Click += new System.EventHandler(this.BTN_PREVIOUS_Click);
//
// BTN_NEXT
//
this.BTN_NEXT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NextIcon;
this.BTN_NEXT.Location = new System.Drawing.Point(600, 396);
this.BTN_NEXT.Name = "BTN_NEXT";
this.BTN_NEXT.Size = new System.Drawing.Size(50, 50);
this.BTN_NEXT.TabIndex = 87;
this.BTN_NEXT.TabStop = false;
this.BTN_NEXT.UseVisualStyleBackColor = true;
this.BTN_NEXT.Click += new System.EventHandler(this.BTN_NEXT_Click);
//
// BTN_DELETE
//
this.BTN_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon;
this.BTN_DELETE.Location = new System.Drawing.Point(544, 396);
this.BTN_DELETE.Name = "BTN_DELETE";
this.BTN_DELETE.Size = new System.Drawing.Size(50, 50);
this.BTN_DELETE.TabIndex = 88;
this.BTN_DELETE.TabStop = false;
this.BTN_DELETE.UseVisualStyleBackColor = true;
this.BTN_DELETE.Click += new System.EventHandler(this.BTN_DELETE_Click);
//
// OpenTextConfigDialog
//
this.OpenTextConfigDialog.DefaultExt = "xml";
this.OpenTextConfigDialog.FileName = "FusionConfiguration.xml";
this.OpenTextConfigDialog.Filter = "Fusion Configuration Files [*.xml]|*.xml";
this.OpenTextConfigDialog.Title = "Open Configuration File";
//
// AddFontForm
//
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(794, 691);
this.Controls.Add(this.BTN_DELETE);
this.Controls.Add(this.BTN_NEXT);
this.Controls.Add(this.BTN_PREVIOUS);
this.Controls.Add(this.TS_GraphicsToolBar);
this.Controls.Add(this.LBL_ANALYZING);
this.Controls.Add(this.CURR_TOTAL);
this.Controls.Add(this.button4);
this.Controls.Add(this.TXT_HEIGHT);
this.Controls.Add(this.label12);
this.Controls.Add(this.BTN_COLOUR);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button3);
this.Controls.Add(this.label8);
this.Controls.Add(this.TXT_VALUE_INT);
this.Controls.Add(this.button2);
this.Controls.Add(this.TXT_VALUE);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_HELP_DISPLAYATSIZE);
this.Controls.Add(this.TXT_BOTTOMRIGHT_Y);
this.Controls.Add(this.TXT_BOTTOMRIGHT_X);
this.Controls.Add(this.label3);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_DESIGNEDFORSIZE);
this.Controls.Add(this.TXT_TOPLEFT_Y);
this.Controls.Add(this.TXT_TOPLEFT_X);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.PICT_CHARACTER);
this.Controls.Add(this.button1);
this.Controls.Add(this.LIST_CHARACTERS);
this.Controls.Add(this.TXT_FONT);
this.Controls.Add(this.PICT_FULLFONT);
this.Controls.Add(this.BTN_HELP_NAME);
this.Controls.Add(this.TXT_Name);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "AddFontForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Add or Edit Fusion Font";
this.TopMost = false;
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PICT_CHARACTER)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PICT_FULLFONT)).EndInit();
this.TS_GraphicsToolBar.ResumeLayout(false);
this.TS_GraphicsToolBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTN_HELP_NAME;
private System.Windows.Forms.TextBox TXT_Name;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox PICT_FULLFONT;
private System.Windows.Forms.TextBox TXT_FONT;
private System.Windows.Forms.ListBox LIST_CHARACTERS;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox PICT_CHARACTER;
private System.Windows.Forms.Button BTN_HELP_DISPLAYATSIZE;
private System.Windows.Forms.TextBox TXT_BOTTOMRIGHT_Y;
private System.Windows.Forms.TextBox TXT_BOTTOMRIGHT_X;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_DESIGNEDFORSIZE;
private System.Windows.Forms.TextBox TXT_TOPLEFT_Y;
private System.Windows.Forms.TextBox TXT_TOPLEFT_X;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox TXT_VALUE;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TXT_VALUE_INT;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox TXT_OFF_RIGHT;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox TXT_OFF_LEFT;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox TXT_OFF_BOTTOM;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox TXT_OFF_TOP;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button BTN_COLOUR;
private System.Windows.Forms.OpenFileDialog OpenFontImageDialog;
private System.Windows.Forms.TextBox TXT_HEIGHT;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label CURR_TOTAL;
private System.Windows.Forms.Label LBL_ANALYZING;
private System.Windows.Forms.SaveFileDialog SaveFontDialog;
private System.Windows.Forms.ToolStrip TS_GraphicsToolBar;
private System.Windows.Forms.ToolStripButton TSB_SAVE;
private System.Windows.Forms.ToolStripButton TSB_OPEN_IMAGE;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton TSB_ANALYZE;
private System.Windows.Forms.ToolStripButton TSB_NINJA;
private System.Windows.Forms.Button BTN_PREVIOUS;
private System.Windows.Forms.Button BTN_NEXT;
private System.Windows.Forms.Button BTN_DELETE;
private System.Windows.Forms.ToolStripButton TSB_OPENFOLDER;
private System.Windows.Forms.OpenFileDialog OpenTextConfigDialog;
}
}