namespace FCC_Uber_MDX_Configurator
{
partial class AddStaticImageForm
{
///
/// 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.label6 = new System.Windows.Forms.Label();
this.TXT_SHOWSIZE_HEIGHT = new System.Windows.Forms.TextBox();
this.TXT_SHOWSIZE_WIDTH = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.TXT_ORIGINALSIZE_HEIGHT = new System.Windows.Forms.TextBox();
this.TXT_ORIGINALSIZE_WIDTH = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.TXT_LOCATION_Y = new System.Windows.Forms.TextBox();
this.TXT_LOCATION_X = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.TXT_ZORDER = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.CHECKLIST_PAGES = new System.Windows.Forms.CheckedListBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_HELP_LOADIMAGE = new System.Windows.Forms.Button();
this.BTN_LOADIMAGE = new System.Windows.Forms.Button();
this.PICT_PREVIEW = new System.Windows.Forms.PictureBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.BTN_HELP_BORDERTYPE = new System.Windows.Forms.Button();
this.BTN_HELP_DISPLAYATSIZE = new System.Windows.Forms.Button();
this.BTN_HELP_ORIGINALFORSIZE = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).BeginInit();
this.SuspendLayout();
//
// 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(12, 180);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(158, 22);
this.label6.TabIndex = 46;
this.label6.Text = "Visible on Pages:";
//
// TXT_SHOWSIZE_HEIGHT
//
this.TXT_SHOWSIZE_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_SHOWSIZE_HEIGHT.Location = new System.Drawing.Point(279, 77);
this.TXT_SHOWSIZE_HEIGHT.MaxLength = 4;
this.TXT_SHOWSIZE_HEIGHT.Name = "TXT_SHOWSIZE_HEIGHT";
this.TXT_SHOWSIZE_HEIGHT.Size = new System.Drawing.Size(59, 29);
this.TXT_SHOWSIZE_HEIGHT.TabIndex = 53;
this.TXT_SHOWSIZE_HEIGHT.Text = "0";
this.TXT_SHOWSIZE_HEIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_SHOWSIZE_HEIGHT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_SHOWSIZE_HEIGHT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_SHOWSIZE_WIDTH
//
this.TXT_SHOWSIZE_WIDTH.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_SHOWSIZE_WIDTH.Location = new System.Drawing.Point(189, 77);
this.TXT_SHOWSIZE_WIDTH.MaxLength = 4;
this.TXT_SHOWSIZE_WIDTH.Name = "TXT_SHOWSIZE_WIDTH";
this.TXT_SHOWSIZE_WIDTH.Size = new System.Drawing.Size(59, 29);
this.TXT_SHOWSIZE_WIDTH.TabIndex = 51;
this.TXT_SHOWSIZE_WIDTH.Text = "0";
this.TXT_SHOWSIZE_WIDTH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_SHOWSIZE_WIDTH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_SHOWSIZE_WIDTH.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(254, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(19, 22);
this.label3.TabIndex = 56;
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(12, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(139, 22);
this.label4.TabIndex = 47;
this.label4.Text = "Display at Size:";
//
// TXT_ORIGINALSIZE_HEIGHT
//
this.TXT_ORIGINALSIZE_HEIGHT.Enabled = false;
this.TXT_ORIGINALSIZE_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_ORIGINALSIZE_HEIGHT.Location = new System.Drawing.Point(279, 21);
this.TXT_ORIGINALSIZE_HEIGHT.MaxLength = 4;
this.TXT_ORIGINALSIZE_HEIGHT.Name = "TXT_ORIGINALSIZE_HEIGHT";
this.TXT_ORIGINALSIZE_HEIGHT.Size = new System.Drawing.Size(59, 29);
this.TXT_ORIGINALSIZE_HEIGHT.TabIndex = 50;
this.TXT_ORIGINALSIZE_HEIGHT.Text = "???";
this.TXT_ORIGINALSIZE_HEIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TXT_ORIGINALSIZE_WIDTH
//
this.TXT_ORIGINALSIZE_WIDTH.Enabled = false;
this.TXT_ORIGINALSIZE_WIDTH.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_ORIGINALSIZE_WIDTH.Location = new System.Drawing.Point(189, 21);
this.TXT_ORIGINALSIZE_WIDTH.MaxLength = 4;
this.TXT_ORIGINALSIZE_WIDTH.Name = "TXT_ORIGINALSIZE_WIDTH";
this.TXT_ORIGINALSIZE_WIDTH.Size = new System.Drawing.Size(59, 29);
this.TXT_ORIGINALSIZE_WIDTH.TabIndex = 49;
this.TXT_ORIGINALSIZE_WIDTH.Text = "???";
this.TXT_ORIGINALSIZE_WIDTH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(254, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(19, 22);
this.label2.TabIndex = 52;
this.label2.Text = "x";
//
// 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(12, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(121, 22);
this.label1.TabIndex = 48;
this.label1.Text = "Original Size:";
//
// TXT_LOCATION_Y
//
this.TXT_LOCATION_Y.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_LOCATION_Y.Location = new System.Drawing.Point(279, 133);
this.TXT_LOCATION_Y.MaxLength = 4;
this.TXT_LOCATION_Y.Name = "TXT_LOCATION_Y";
this.TXT_LOCATION_Y.Size = new System.Drawing.Size(59, 29);
this.TXT_LOCATION_Y.TabIndex = 61;
this.TXT_LOCATION_Y.Text = "0";
this.TXT_LOCATION_Y.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_LOCATION_Y.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_LOCATION_Y.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_LOCATION_X
//
this.TXT_LOCATION_X.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_LOCATION_X.Location = new System.Drawing.Point(189, 133);
this.TXT_LOCATION_X.MaxLength = 4;
this.TXT_LOCATION_X.Name = "TXT_LOCATION_X";
this.TXT_LOCATION_X.Size = new System.Drawing.Size(59, 29);
this.TXT_LOCATION_X.TabIndex = 60;
this.TXT_LOCATION_X.Text = "0";
this.TXT_LOCATION_X.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_LOCATION_X.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_LOCATION_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(254, 136);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(15, 22);
this.label5.TabIndex = 62;
this.label5.Text = ",";
//
// 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(12, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(164, 22);
this.label7.TabIndex = 59;
this.label7.Text = "Top Left Location:";
//
// TXT_ZORDER
//
this.TXT_ZORDER.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_ZORDER.Location = new System.Drawing.Point(189, 322);
this.TXT_ZORDER.MaxLength = 4;
this.TXT_ZORDER.Name = "TXT_ZORDER";
this.TXT_ZORDER.Size = new System.Drawing.Size(149, 29);
this.TXT_ZORDER.TabIndex = 65;
this.TXT_ZORDER.Text = "0.0";
this.TXT_ZORDER.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_ZORDER.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_ZORDER.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// 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(12, 325);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 22);
this.label8.TabIndex = 64;
this.label8.Text = "Z-Order:";
//
// CHECKLIST_PAGES
//
this.CHECKLIST_PAGES.CheckOnClick = true;
this.CHECKLIST_PAGES.Font = new System.Drawing.Font("Arial", 14.25F);
this.CHECKLIST_PAGES.FormattingEnabled = true;
this.CHECKLIST_PAGES.Items.AddRange(new object[] {
"1"});
this.CHECKLIST_PAGES.Location = new System.Drawing.Point(189, 180);
this.CHECKLIST_PAGES.Name = "CHECKLIST_PAGES";
this.CHECKLIST_PAGES.Size = new System.Drawing.Size(149, 124);
this.CHECKLIST_PAGES.TabIndex = 70;
this.CHECKLIST_PAGES.ThreeDCheckBoxes = true;
//
// BTN_SAVE
//
this.BTN_SAVE.Enabled = false;
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(352, 481);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 45;
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(296, 481);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 44;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// BTN_HELP_LOADIMAGE
//
this.BTN_HELP_LOADIMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_LOADIMAGE.Location = new System.Drawing.Point(352, 369);
this.BTN_HELP_LOADIMAGE.Name = "BTN_HELP_LOADIMAGE";
this.BTN_HELP_LOADIMAGE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_LOADIMAGE.TabIndex = 69;
this.BTN_HELP_LOADIMAGE.TabStop = false;
this.BTN_HELP_LOADIMAGE.UseVisualStyleBackColor = true;
//
// BTN_LOADIMAGE
//
this.BTN_LOADIMAGE.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_LOADIMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LoadIcon;
this.BTN_LOADIMAGE.Location = new System.Drawing.Point(296, 369);
this.BTN_LOADIMAGE.Name = "BTN_LOADIMAGE";
this.BTN_LOADIMAGE.Size = new System.Drawing.Size(50, 50);
this.BTN_LOADIMAGE.TabIndex = 68;
this.BTN_LOADIMAGE.UseVisualStyleBackColor = true;
this.BTN_LOADIMAGE.Click += new System.EventHandler(this.BTN_LOADIMAGE_Click);
//
// PICT_PREVIEW
//
this.PICT_PREVIEW.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PICT_PREVIEW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PICT_PREVIEW.Location = new System.Drawing.Point(16, 369);
this.PICT_PREVIEW.Name = "PICT_PREVIEW";
this.PICT_PREVIEW.Size = new System.Drawing.Size(274, 162);
this.PICT_PREVIEW.TabIndex = 67;
this.PICT_PREVIEW.TabStop = false;
//
// button2
//
this.button2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button2.Location = new System.Drawing.Point(352, 313);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(50, 50);
this.button2.TabIndex = 66;
this.button2.TabStop = false;
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button1.Location = new System.Drawing.Point(352, 124);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 50);
this.button1.TabIndex = 63;
this.button1.TabStop = false;
this.button1.UseVisualStyleBackColor = true;
//
// BTN_HELP_BORDERTYPE
//
this.BTN_HELP_BORDERTYPE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_BORDERTYPE.Location = new System.Drawing.Point(352, 180);
this.BTN_HELP_BORDERTYPE.Name = "BTN_HELP_BORDERTYPE";
this.BTN_HELP_BORDERTYPE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_BORDERTYPE.TabIndex = 55;
this.BTN_HELP_BORDERTYPE.TabStop = false;
this.BTN_HELP_BORDERTYPE.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(352, 68);
this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE";
this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_DISPLAYATSIZE.TabIndex = 58;
this.BTN_HELP_DISPLAYATSIZE.TabStop = false;
this.BTN_HELP_DISPLAYATSIZE.UseVisualStyleBackColor = true;
//
// BTN_HELP_ORIGINALFORSIZE
//
this.BTN_HELP_ORIGINALFORSIZE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_ORIGINALFORSIZE.Location = new System.Drawing.Point(352, 12);
this.BTN_HELP_ORIGINALFORSIZE.Name = "BTN_HELP_ORIGINALFORSIZE";
this.BTN_HELP_ORIGINALFORSIZE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_ORIGINALFORSIZE.TabIndex = 57;
this.BTN_HELP_ORIGINALFORSIZE.TabStop = false;
this.BTN_HELP_ORIGINALFORSIZE.UseVisualStyleBackColor = true;
//
// AddStaticImageForm
//
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(414, 536);
this.Controls.Add(this.CHECKLIST_PAGES);
this.Controls.Add(this.BTN_HELP_LOADIMAGE);
this.Controls.Add(this.BTN_LOADIMAGE);
this.Controls.Add(this.PICT_PREVIEW);
this.Controls.Add(this.button2);
this.Controls.Add(this.TXT_ZORDER);
this.Controls.Add(this.label8);
this.Controls.Add(this.button1);
this.Controls.Add(this.TXT_LOCATION_Y);
this.Controls.Add(this.TXT_LOCATION_X);
this.Controls.Add(this.label5);
this.Controls.Add(this.label7);
this.Controls.Add(this.BTN_HELP_BORDERTYPE);
this.Controls.Add(this.label6);
this.Controls.Add(this.BTN_HELP_DISPLAYATSIZE);
this.Controls.Add(this.TXT_SHOWSIZE_HEIGHT);
this.Controls.Add(this.TXT_SHOWSIZE_WIDTH);
this.Controls.Add(this.label3);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_ORIGINALFORSIZE);
this.Controls.Add(this.TXT_ORIGINALSIZE_HEIGHT);
this.Controls.Add(this.TXT_ORIGINALSIZE_WIDTH);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
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 = "AddStaticImageForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Static Image";
this.TopMost = false;
((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).EndInit();
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 BTN_HELP_BORDERTYPE;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button BTN_HELP_DISPLAYATSIZE;
private System.Windows.Forms.TextBox TXT_SHOWSIZE_HEIGHT;
private System.Windows.Forms.TextBox TXT_SHOWSIZE_WIDTH;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_ORIGINALFORSIZE;
private System.Windows.Forms.TextBox TXT_ORIGINALSIZE_HEIGHT;
private System.Windows.Forms.TextBox TXT_ORIGINALSIZE_WIDTH;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox TXT_LOCATION_Y;
private System.Windows.Forms.TextBox TXT_LOCATION_X;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox TXT_ZORDER;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.PictureBox PICT_PREVIEW;
private System.Windows.Forms.Button BTN_LOADIMAGE;
private System.Windows.Forms.Button BTN_HELP_LOADIMAGE;
private System.Windows.Forms.CheckedListBox CHECKLIST_PAGES;
}
}