namespace FCC_Uber_MDX_Configurator
{
partial class AddMultiImageForm
{
///
/// 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.label4 = new System.Windows.Forms.Label();
this.COMBO_MONITOR_ID = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.COMBO_MONITOR_TYPE = new System.Windows.Forms.ComboBox();
this.TXT_NAME = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.LBL_IMAGE_OF_IMAGE = new System.Windows.Forms.Label();
this.TXT_Z_ORDER = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.CHECKLIST_PAGES = new System.Windows.Forms.CheckedListBox();
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.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.label8 = new System.Windows.Forms.Label();
this.TXT_VALUE_MIN = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.TXT_VALUE_MAX = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.TXT_ROTATION = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.BTN_IMAGE_LOADFOLDER = new System.Windows.Forms.Button();
this.BTN_IMAGE_DELETE = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.BTN_HELP_BORDERTYPE = new System.Windows.Forms.Button();
this.BTN_HELP_DISPLAYATSIZE = new System.Windows.Forms.Button();
this.PICT_PREVIEW = new System.Windows.Forms.PictureBox();
this.BTN_IMAGE_LOADIMAGE = new System.Windows.Forms.Button();
this.BTN_IMAGE_NEXT = new System.Windows.Forms.Button();
this.BTN_IMAGE_PREVIOUS = new System.Windows.Forms.Button();
this.BTN_IMAGE_ADD = new System.Windows.Forms.Button();
this.BTN_HELP_MONITORID = new System.Windows.Forms.Button();
this.BTN_HELP_MONITORTYPE = new System.Windows.Forms.Button();
this.BTN_HELP_NAME = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).BeginInit();
this.SuspendLayout();
//
// 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(395, 136);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(102, 22);
this.label4.TabIndex = 78;
this.label4.Text = "Monitor ID:";
//
// COMBO_MONITOR_ID
//
this.COMBO_MONITOR_ID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_MONITOR_ID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_MONITOR_ID.Enabled = false;
this.COMBO_MONITOR_ID.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_MONITOR_ID.FormattingEnabled = true;
this.COMBO_MONITOR_ID.Location = new System.Drawing.Point(503, 133);
this.COMBO_MONITOR_ID.Name = "COMBO_MONITOR_ID";
this.COMBO_MONITOR_ID.Size = new System.Drawing.Size(255, 30);
this.COMBO_MONITOR_ID.TabIndex = 72;
this.COMBO_MONITOR_ID.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// 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(395, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 22);
this.label2.TabIndex = 76;
this.label2.Text = "Monitor Type:";
//
// COMBO_MONITOR_TYPE
//
this.COMBO_MONITOR_TYPE.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_MONITOR_TYPE.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_MONITOR_TYPE.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_MONITOR_TYPE.FormattingEnabled = true;
this.COMBO_MONITOR_TYPE.Items.AddRange(new object[] {
"Digital Output",
"Analogue Input",
"Variable"});
this.COMBO_MONITOR_TYPE.Location = new System.Drawing.Point(526, 77);
this.COMBO_MONITOR_TYPE.Name = "COMBO_MONITOR_TYPE";
this.COMBO_MONITOR_TYPE.Size = new System.Drawing.Size(232, 30);
this.COMBO_MONITOR_TYPE.TabIndex = 71;
this.COMBO_MONITOR_TYPE.Text = "Variable";
this.COMBO_MONITOR_TYPE.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
this.COMBO_MONITOR_TYPE.SelectedValueChanged += new System.EventHandler(this.COMBO_MONITOR_TYPE_SelectedValueChanged);
//
// TXT_NAME
//
this.TXT_NAME.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_NAME.Location = new System.Drawing.Point(466, 21);
this.TXT_NAME.MaxLength = 255;
this.TXT_NAME.Name = "TXT_NAME";
this.TXT_NAME.Size = new System.Drawing.Size(292, 29);
this.TXT_NAME.TabIndex = 70;
this.TXT_NAME.Text = "My Multi Image";
this.TXT_NAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_NAME.Leave += new System.EventHandler(this.Leave_VerifyNameIsValid);
//
// 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(395, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 22);
this.label1.TabIndex = 73;
this.label1.Text = "Name:";
//
// LBL_IMAGE_OF_IMAGE
//
this.LBL_IMAGE_OF_IMAGE.AutoSize = true;
this.LBL_IMAGE_OF_IMAGE.Font = new System.Drawing.Font("Arial", 20.25F);
this.LBL_IMAGE_OF_IMAGE.Location = new System.Drawing.Point(92, 21);
this.LBL_IMAGE_OF_IMAGE.MinimumSize = new System.Drawing.Size(200, 0);
this.LBL_IMAGE_OF_IMAGE.Name = "LBL_IMAGE_OF_IMAGE";
this.LBL_IMAGE_OF_IMAGE.Size = new System.Drawing.Size(200, 32);
this.LBL_IMAGE_OF_IMAGE.TabIndex = 82;
this.LBL_IMAGE_OF_IMAGE.Text = "0/0";
this.LBL_IMAGE_OF_IMAGE.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// TXT_Z_ORDER
//
this.TXT_Z_ORDER.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Z_ORDER.Location = new System.Drawing.Point(486, 424);
this.TXT_Z_ORDER.MaxLength = 8;
this.TXT_Z_ORDER.Name = "TXT_Z_ORDER";
this.TXT_Z_ORDER.Size = new System.Drawing.Size(264, 29);
this.TXT_Z_ORDER.TabIndex = 132;
this.TXT_Z_ORDER.Text = "0.0";
this.TXT_Z_ORDER.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_Z_ORDER.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_Z_ORDER.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// 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(395, 427);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(82, 22);
this.label12.TabIndex = 131;
this.label12.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(559, 180);
this.CHECKLIST_PAGES.Name = "CHECKLIST_PAGES";
this.CHECKLIST_PAGES.Size = new System.Drawing.Size(191, 124);
this.CHECKLIST_PAGES.TabIndex = 130;
this.CHECKLIST_PAGES.ThreeDCheckBoxes = true;
//
// TXT_LOCATION_Y
//
this.TXT_LOCATION_Y.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_LOCATION_Y.Location = new System.Drawing.Point(691, 368);
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 = 127;
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(601, 368);
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 = 126;
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(666, 371);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(15, 22);
this.label5.TabIndex = 128;
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(395, 371);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(164, 22);
this.label7.TabIndex = 125;
this.label7.Text = "Top Left Location:";
//
// 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(395, 180);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(158, 22);
this.label6.TabIndex = 118;
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(691, 312);
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 = 121;
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(601, 312);
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 = 120;
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(666, 315);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(19, 22);
this.label3.TabIndex = 123;
this.label3.Text = "x";
//
// 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(395, 315);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(139, 22);
this.label8.TabIndex = 119;
this.label8.Text = "Display at Size:";
//
// TXT_VALUE_MIN
//
this.TXT_VALUE_MIN.Enabled = false;
this.TXT_VALUE_MIN.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VALUE_MIN.Location = new System.Drawing.Point(166, 424);
this.TXT_VALUE_MIN.MaxLength = 10;
this.TXT_VALUE_MIN.Name = "TXT_VALUE_MIN";
this.TXT_VALUE_MIN.Size = new System.Drawing.Size(150, 29);
this.TXT_VALUE_MIN.TabIndex = 137;
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(12, 427);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(143, 22);
this.label9.TabIndex = 136;
this.label9.Text = "Minimum Value:";
//
// TXT_VALUE_MAX
//
this.TXT_VALUE_MAX.Enabled = false;
this.TXT_VALUE_MAX.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_VALUE_MAX.Location = new System.Drawing.Point(166, 480);
this.TXT_VALUE_MAX.MaxLength = 10;
this.TXT_VALUE_MAX.Name = "TXT_VALUE_MAX";
this.TXT_VALUE_MAX.Size = new System.Drawing.Size(150, 29);
this.TXT_VALUE_MAX.TabIndex = 140;
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(12, 483);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(148, 22);
this.label10.TabIndex = 139;
this.label10.Text = "Maximum Value:";
//
// TXT_ROTATION
//
this.TXT_ROTATION.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_ROTATION.Location = new System.Drawing.Point(486, 480);
this.TXT_ROTATION.MaxLength = 8;
this.TXT_ROTATION.Name = "TXT_ROTATION";
this.TXT_ROTATION.Size = new System.Drawing.Size(264, 29);
this.TXT_ROTATION.TabIndex = 145;
this.TXT_ROTATION.Text = "0.0";
this.TXT_ROTATION.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_ROTATION.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_ROTATION.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(395, 483);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(85, 22);
this.label11.TabIndex = 144;
this.label11.Text = "Rotation:";
//
// button1
//
this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button1.Location = new System.Drawing.Point(764, 471);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 50);
this.button1.TabIndex = 146;
this.button1.TabStop = false;
this.button1.UseVisualStyleBackColor = true;
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(764, 527);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 143;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// BTN_CANCEL
//
this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL.Location = new System.Drawing.Point(708, 527);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 142;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// button9
//
this.button9.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button9.Location = new System.Drawing.Point(322, 471);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(50, 50);
this.button9.TabIndex = 141;
this.button9.TabStop = false;
this.button9.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button8.Location = new System.Drawing.Point(322, 415);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(50, 50);
this.button8.TabIndex = 138;
this.button8.TabStop = false;
this.button8.UseVisualStyleBackColor = true;
//
// BTN_IMAGE_LOADFOLDER
//
this.BTN_IMAGE_LOADFOLDER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.OpenIcon;
this.BTN_IMAGE_LOADFOLDER.Location = new System.Drawing.Point(266, 344);
this.BTN_IMAGE_LOADFOLDER.Name = "BTN_IMAGE_LOADFOLDER";
this.BTN_IMAGE_LOADFOLDER.Size = new System.Drawing.Size(50, 50);
this.BTN_IMAGE_LOADFOLDER.TabIndex = 135;
this.BTN_IMAGE_LOADFOLDER.TabStop = false;
this.BTN_IMAGE_LOADFOLDER.UseVisualStyleBackColor = true;
this.BTN_IMAGE_LOADFOLDER.Click += new System.EventHandler(this.BTN_IMAGE_LOADFOLDER_Click);
//
// BTN_IMAGE_DELETE
//
this.BTN_IMAGE_DELETE.Enabled = false;
this.BTN_IMAGE_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon;
this.BTN_IMAGE_DELETE.Location = new System.Drawing.Point(68, 343);
this.BTN_IMAGE_DELETE.Name = "BTN_IMAGE_DELETE";
this.BTN_IMAGE_DELETE.Size = new System.Drawing.Size(50, 50);
this.BTN_IMAGE_DELETE.TabIndex = 134;
this.BTN_IMAGE_DELETE.TabStop = false;
this.BTN_IMAGE_DELETE.UseVisualStyleBackColor = true;
this.BTN_IMAGE_DELETE.Click += new System.EventHandler(this.BTN_IMAGE_DELETE_Click);
//
// button10
//
this.button10.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button10.Location = new System.Drawing.Point(764, 415);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(50, 50);
this.button10.TabIndex = 133;
this.button10.TabStop = false;
this.button10.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button5.Location = new System.Drawing.Point(764, 359);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(50, 50);
this.button5.TabIndex = 129;
this.button5.TabStop = false;
this.button5.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(764, 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 = 122;
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(764, 303);
this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE";
this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_DISPLAYATSIZE.TabIndex = 124;
this.BTN_HELP_DISPLAYATSIZE.TabStop = false;
this.BTN_HELP_DISPLAYATSIZE.UseVisualStyleBackColor = true;
//
// PICT_PREVIEW
//
this.PICT_PREVIEW.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.PICT_PREVIEW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PICT_PREVIEW.Location = new System.Drawing.Point(12, 68);
this.PICT_PREVIEW.Name = "PICT_PREVIEW";
this.PICT_PREVIEW.Size = new System.Drawing.Size(360, 270);
this.PICT_PREVIEW.TabIndex = 84;
this.PICT_PREVIEW.TabStop = false;
//
// BTN_IMAGE_LOADIMAGE
//
this.BTN_IMAGE_LOADIMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LoadIcon;
this.BTN_IMAGE_LOADIMAGE.Location = new System.Drawing.Point(322, 344);
this.BTN_IMAGE_LOADIMAGE.Name = "BTN_IMAGE_LOADIMAGE";
this.BTN_IMAGE_LOADIMAGE.Size = new System.Drawing.Size(50, 50);
this.BTN_IMAGE_LOADIMAGE.TabIndex = 83;
this.BTN_IMAGE_LOADIMAGE.TabStop = false;
this.BTN_IMAGE_LOADIMAGE.UseVisualStyleBackColor = true;
this.BTN_IMAGE_LOADIMAGE.Click += new System.EventHandler(this.BTN_IMAGE_LOADIMAGE_Click);
//
// BTN_IMAGE_NEXT
//
this.BTN_IMAGE_NEXT.Enabled = false;
this.BTN_IMAGE_NEXT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NextIcon;
this.BTN_IMAGE_NEXT.Location = new System.Drawing.Point(322, 12);
this.BTN_IMAGE_NEXT.Name = "BTN_IMAGE_NEXT";
this.BTN_IMAGE_NEXT.Size = new System.Drawing.Size(50, 50);
this.BTN_IMAGE_NEXT.TabIndex = 81;
this.BTN_IMAGE_NEXT.TabStop = false;
this.BTN_IMAGE_NEXT.UseVisualStyleBackColor = true;
this.BTN_IMAGE_NEXT.Click += new System.EventHandler(this.BTN_IMAGE_NEXT_Click);
//
// BTN_IMAGE_PREVIOUS
//
this.BTN_IMAGE_PREVIOUS.Enabled = false;
this.BTN_IMAGE_PREVIOUS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.PreviousIcon;
this.BTN_IMAGE_PREVIOUS.Location = new System.Drawing.Point(12, 12);
this.BTN_IMAGE_PREVIOUS.Name = "BTN_IMAGE_PREVIOUS";
this.BTN_IMAGE_PREVIOUS.Size = new System.Drawing.Size(50, 50);
this.BTN_IMAGE_PREVIOUS.TabIndex = 80;
this.BTN_IMAGE_PREVIOUS.TabStop = false;
this.BTN_IMAGE_PREVIOUS.UseVisualStyleBackColor = true;
this.BTN_IMAGE_PREVIOUS.Click += new System.EventHandler(this.BTN_IMAGE_PREVIOUS_Click);
//
// BTN_IMAGE_ADD
//
this.BTN_IMAGE_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon;
this.BTN_IMAGE_ADD.Location = new System.Drawing.Point(12, 344);
this.BTN_IMAGE_ADD.Name = "BTN_IMAGE_ADD";
this.BTN_IMAGE_ADD.Size = new System.Drawing.Size(50, 50);
this.BTN_IMAGE_ADD.TabIndex = 79;
this.BTN_IMAGE_ADD.TabStop = false;
this.BTN_IMAGE_ADD.UseVisualStyleBackColor = true;
this.BTN_IMAGE_ADD.Click += new System.EventHandler(this.BTN_IMAGE_ADD_Click);
//
// BTN_HELP_MONITORID
//
this.BTN_HELP_MONITORID.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_MONITORID.Location = new System.Drawing.Point(764, 124);
this.BTN_HELP_MONITORID.Name = "BTN_HELP_MONITORID";
this.BTN_HELP_MONITORID.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_MONITORID.TabIndex = 77;
this.BTN_HELP_MONITORID.TabStop = false;
this.BTN_HELP_MONITORID.UseVisualStyleBackColor = true;
//
// BTN_HELP_MONITORTYPE
//
this.BTN_HELP_MONITORTYPE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_MONITORTYPE.Location = new System.Drawing.Point(764, 68);
this.BTN_HELP_MONITORTYPE.Name = "BTN_HELP_MONITORTYPE";
this.BTN_HELP_MONITORTYPE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_MONITORTYPE.TabIndex = 75;
this.BTN_HELP_MONITORTYPE.TabStop = false;
this.BTN_HELP_MONITORTYPE.UseVisualStyleBackColor = true;
//
// 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(764, 12);
this.BTN_HELP_NAME.Name = "BTN_HELP_NAME";
this.BTN_HELP_NAME.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_NAME.TabIndex = 74;
this.BTN_HELP_NAME.TabStop = false;
this.BTN_HELP_NAME.UseVisualStyleBackColor = true;
//
// AddMultiImageForm
//
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(819, 581);
this.Controls.Add(this.button1);
this.Controls.Add(this.TXT_ROTATION);
this.Controls.Add(this.label11);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
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_IMAGE_LOADFOLDER);
this.Controls.Add(this.BTN_IMAGE_DELETE);
this.Controls.Add(this.button10);
this.Controls.Add(this.TXT_Z_ORDER);
this.Controls.Add(this.label12);
this.Controls.Add(this.CHECKLIST_PAGES);
this.Controls.Add(this.button5);
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.label8);
this.Controls.Add(this.PICT_PREVIEW);
this.Controls.Add(this.BTN_IMAGE_LOADIMAGE);
this.Controls.Add(this.LBL_IMAGE_OF_IMAGE);
this.Controls.Add(this.BTN_IMAGE_NEXT);
this.Controls.Add(this.BTN_IMAGE_PREVIOUS);
this.Controls.Add(this.BTN_IMAGE_ADD);
this.Controls.Add(this.label4);
this.Controls.Add(this.COMBO_MONITOR_ID);
this.Controls.Add(this.BTN_HELP_MONITORID);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_HELP_MONITORTYPE);
this.Controls.Add(this.COMBO_MONITOR_TYPE);
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 = "AddMultiImageForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Multi Image Form";
this.TopMost = false;
((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox COMBO_MONITOR_ID;
private System.Windows.Forms.Button BTN_HELP_MONITORID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BTN_HELP_MONITORTYPE;
private System.Windows.Forms.ComboBox COMBO_MONITOR_TYPE;
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.Button BTN_IMAGE_NEXT;
private System.Windows.Forms.Button BTN_IMAGE_PREVIOUS;
private System.Windows.Forms.Button BTN_IMAGE_ADD;
private System.Windows.Forms.Label LBL_IMAGE_OF_IMAGE;
private System.Windows.Forms.Button BTN_IMAGE_LOADIMAGE;
private System.Windows.Forms.PictureBox PICT_PREVIEW;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.TextBox TXT_Z_ORDER;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.CheckedListBox CHECKLIST_PAGES;
private System.Windows.Forms.Button button5;
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 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 label8;
private System.Windows.Forms.Button BTN_IMAGE_DELETE;
private System.Windows.Forms.Button BTN_IMAGE_LOADFOLDER;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox TXT_VALUE_MIN;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox TXT_VALUE_MAX;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox TXT_ROTATION;
private System.Windows.Forms.Label label11;
}
}