namespace FCC_Uber_MDX_Configurator { partial class AddVariableLocationImageForm { /// /// 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.CHECKLIST_PAGES = new System.Windows.Forms.CheckedListBox(); this.TXT_ZORDER = new System.Windows.Forms.TextBox(); this.label8 = 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.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.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_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.COMBO_MONITOR_ID = new System.Windows.Forms.ComboBox(); this.BTN_HELP_MONITORID = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.BTN_HELP_MONITORTYPE = new System.Windows.Forms.Button(); this.COMBO_MONITORTYPE = new System.Windows.Forms.ComboBox(); this.button3 = new System.Windows.Forms.Button(); this.TXT_VALUE_MAX = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.TXT_VALUE_MIN = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.BTN_HELP_ORIGINALFORSIZE = new System.Windows.Forms.Button(); 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.label11 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.TXT_LOCATION_MAX = new System.Windows.Forms.TextBox(); this.TXT_LOCATION_MIN = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.COMBO_AXIS = new System.Windows.Forms.ComboBox(); this.button5 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).BeginInit(); this.SuspendLayout(); // // 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, 457); this.CHECKLIST_PAGES.Name = "CHECKLIST_PAGES"; this.CHECKLIST_PAGES.Size = new System.Drawing.Size(149, 124); this.CHECKLIST_PAGES.TabIndex = 96; this.CHECKLIST_PAGES.ThreeDCheckBoxes = true; // // TXT_ZORDER // this.TXT_ZORDER.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_ZORDER.Location = new System.Drawing.Point(189, 599); 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 = 91; 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, 602); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(82, 22); this.label8.TabIndex = 90; this.label8.Text = "Z-Order:"; // // 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, 410); 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 = 87; 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, 410); 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 = 86; 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, 413); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(15, 22); this.label5.TabIndex = 88; 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, 413); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(164, 22); this.label7.TabIndex = 85; 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(12, 457); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(158, 22); this.label6.TabIndex = 73; 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, 354); 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 = 80; 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, 354); 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 = 78; 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, 357); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(19, 22); this.label3.TabIndex = 82; 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, 357); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 22); this.label4.TabIndex = 74; this.label4.Text = "Display at Size:"; // // 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, 646); this.BTN_HELP_LOADIMAGE.Name = "BTN_HELP_LOADIMAGE"; this.BTN_HELP_LOADIMAGE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_LOADIMAGE.TabIndex = 95; this.BTN_HELP_LOADIMAGE.TabStop = false; this.BTN_HELP_LOADIMAGE.UseVisualStyleBackColor = true; // // BTN_LOADIMAGE // this.BTN_LOADIMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LoadIcon; this.BTN_LOADIMAGE.Location = new System.Drawing.Point(296, 646); this.BTN_LOADIMAGE.Name = "BTN_LOADIMAGE"; this.BTN_LOADIMAGE.Size = new System.Drawing.Size(50, 50); this.BTN_LOADIMAGE.TabIndex = 94; 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, 646); this.PICT_PREVIEW.Name = "PICT_PREVIEW"; this.PICT_PREVIEW.Size = new System.Drawing.Size(274, 162); this.PICT_PREVIEW.TabIndex = 93; 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, 590); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(50, 50); this.button2.TabIndex = 92; 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, 401); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(50, 50); this.button1.TabIndex = 89; 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, 457); this.BTN_HELP_BORDERTYPE.Name = "BTN_HELP_BORDERTYPE"; this.BTN_HELP_BORDERTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_BORDERTYPE.TabIndex = 81; 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, 345); this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE"; this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_DISPLAYATSIZE.TabIndex = 84; this.BTN_HELP_DISPLAYATSIZE.TabStop = false; this.BTN_HELP_DISPLAYATSIZE.UseVisualStyleBackColor = true; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(352, 758); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 72; 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, 758); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 71; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // 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, 77); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(95, 22); this.label9.TabIndex = 102; this.label9.Text = "Target 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(143, 74); this.COMBO_MONITOR_ID.Name = "COMBO_MONITOR_ID"; this.COMBO_MONITOR_ID.Size = new System.Drawing.Size(203, 30); this.COMBO_MONITOR_ID.TabIndex = 98; // // 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(352, 65); this.BTN_HELP_MONITORID.Name = "BTN_HELP_MONITORID"; this.BTN_HELP_MONITORID.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MONITORID.TabIndex = 101; this.BTN_HELP_MONITORID.TabStop = false; this.BTN_HELP_MONITORID.UseVisualStyleBackColor = true; // // 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, 21); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(118, 22); this.label10.TabIndex = 100; this.label10.Text = "Target Type:"; // // 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(352, 9); this.BTN_HELP_MONITORTYPE.Name = "BTN_HELP_MONITORTYPE"; this.BTN_HELP_MONITORTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MONITORTYPE.TabIndex = 99; this.BTN_HELP_MONITORTYPE.TabStop = false; this.BTN_HELP_MONITORTYPE.UseVisualStyleBackColor = true; // // COMBO_MONITORTYPE // this.COMBO_MONITORTYPE.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_MONITORTYPE.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_MONITORTYPE.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_MONITORTYPE.FormattingEnabled = true; this.COMBO_MONITORTYPE.Items.AddRange(new object[] { "Variable", "Analogue Input"}); this.COMBO_MONITORTYPE.Location = new System.Drawing.Point(143, 18); this.COMBO_MONITORTYPE.Name = "COMBO_MONITORTYPE"; this.COMBO_MONITORTYPE.Size = new System.Drawing.Size(203, 30); this.COMBO_MONITORTYPE.TabIndex = 97; this.COMBO_MONITORTYPE.SelectedValueChanged += new System.EventHandler(this.COMBO_MONITOR_TYPE_SelectedValueChanged); // // button3 // this.button3.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button3.Location = new System.Drawing.Point(352, 177); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(50, 50); this.button3.TabIndex = 112; this.button3.TabStop = false; this.button3.UseVisualStyleBackColor = true; // // TXT_VALUE_MAX // this.TXT_VALUE_MAX.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_VALUE_MAX.Location = new System.Drawing.Point(279, 130); this.TXT_VALUE_MAX.MaxLength = 4; this.TXT_VALUE_MAX.Name = "TXT_VALUE_MAX"; this.TXT_VALUE_MAX.Size = new System.Drawing.Size(59, 29); this.TXT_VALUE_MAX.TabIndex = 109; this.TXT_VALUE_MAX.Text = "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); // // 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(12, 189); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(160, 22); this.label12.TabIndex = 108; this.label12.Text = "Min/Max Location:"; // // button4 // this.button4.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button4.Location = new System.Drawing.Point(352, 121); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(50, 50); this.button4.TabIndex = 107; this.button4.TabStop = false; this.button4.UseVisualStyleBackColor = true; // // TXT_VALUE_MIN // this.TXT_VALUE_MIN.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_VALUE_MIN.Location = new System.Drawing.Point(189, 130); this.TXT_VALUE_MIN.MaxLength = 4; this.TXT_VALUE_MIN.Name = "TXT_VALUE_MIN"; this.TXT_VALUE_MIN.Size = new System.Drawing.Size(59, 29); this.TXT_VALUE_MIN.TabIndex = 104; this.TXT_VALUE_MIN.Text = "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); // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.Location = new System.Drawing.Point(12, 133); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(146, 22); this.label14.TabIndex = 103; this.label14.Text = "Min/Max Values:"; // // 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, 289); this.BTN_HELP_ORIGINALFORSIZE.Name = "BTN_HELP_ORIGINALFORSIZE"; this.BTN_HELP_ORIGINALFORSIZE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_ORIGINALFORSIZE.TabIndex = 117; this.BTN_HELP_ORIGINALFORSIZE.TabStop = false; this.BTN_HELP_ORIGINALFORSIZE.UseVisualStyleBackColor = true; // // 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, 298); 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 = 115; 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, 298); 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 = 114; 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, 301); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(19, 22); this.label2.TabIndex = 116; 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, 301); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(121, 22); this.label1.TabIndex = 113; this.label1.Text = "Original Size:"; // // 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(251, 133); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(26, 22); this.label11.TabIndex = 118; this.label11.Text = "to"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.Location = new System.Drawing.Point(251, 189); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(26, 22); this.label13.TabIndex = 121; this.label13.Text = "to"; // // TXT_LOCATION_MAX // this.TXT_LOCATION_MAX.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_LOCATION_MAX.Location = new System.Drawing.Point(279, 186); this.TXT_LOCATION_MAX.MaxLength = 4; this.TXT_LOCATION_MAX.Name = "TXT_LOCATION_MAX"; this.TXT_LOCATION_MAX.Size = new System.Drawing.Size(59, 29); this.TXT_LOCATION_MAX.TabIndex = 120; this.TXT_LOCATION_MAX.Text = "0"; this.TXT_LOCATION_MAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_LOCATION_MAX.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_LOCATION_MAX.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // TXT_LOCATION_MIN // this.TXT_LOCATION_MIN.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_LOCATION_MIN.Location = new System.Drawing.Point(189, 186); this.TXT_LOCATION_MIN.MaxLength = 4; this.TXT_LOCATION_MIN.Name = "TXT_LOCATION_MIN"; this.TXT_LOCATION_MIN.Size = new System.Drawing.Size(59, 29); this.TXT_LOCATION_MIN.TabIndex = 119; this.TXT_LOCATION_MIN.Text = "0"; this.TXT_LOCATION_MIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_LOCATION_MIN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_LOCATION_MIN.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.Location = new System.Drawing.Point(12, 245); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(51, 22); this.label15.TabIndex = 124; this.label15.Text = "Axis:"; // // COMBO_AXIS // this.COMBO_AXIS.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_AXIS.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_AXIS.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_AXIS.FormattingEnabled = true; this.COMBO_AXIS.Items.AddRange(new object[] { "Horizontal", "Vertical"}); this.COMBO_AXIS.Location = new System.Drawing.Point(143, 242); this.COMBO_AXIS.Name = "COMBO_AXIS"; this.COMBO_AXIS.Size = new System.Drawing.Size(203, 30); this.COMBO_AXIS.TabIndex = 122; this.COMBO_AXIS.Text = "Horizontal"; this.COMBO_AXIS.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // button5 // this.button5.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button5.Location = new System.Drawing.Point(352, 233); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(50, 50); this.button5.TabIndex = 123; this.button5.TabStop = false; this.button5.UseVisualStyleBackColor = true; // // AddVariableLocationImageForm // 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(414, 816); this.Controls.Add(this.label15); this.Controls.Add(this.COMBO_AXIS); this.Controls.Add(this.button5); this.Controls.Add(this.label13); this.Controls.Add(this.TXT_LOCATION_MAX); this.Controls.Add(this.TXT_LOCATION_MIN); this.Controls.Add(this.label11); 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.button3); this.Controls.Add(this.TXT_VALUE_MAX); this.Controls.Add(this.label12); this.Controls.Add(this.button4); this.Controls.Add(this.TXT_VALUE_MIN); this.Controls.Add(this.label14); this.Controls.Add(this.label9); this.Controls.Add(this.COMBO_MONITOR_ID); this.Controls.Add(this.BTN_HELP_MONITORID); this.Controls.Add(this.label10); this.Controls.Add(this.BTN_HELP_MONITORTYPE); this.Controls.Add(this.COMBO_MONITORTYPE); 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_SAVE); this.Controls.Add(this.BTN_CANCEL); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "AddVariableLocationImageForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Variable Location Image"; this.TopMost = false; ((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckedListBox CHECKLIST_PAGES; private System.Windows.Forms.Button BTN_HELP_LOADIMAGE; private System.Windows.Forms.Button BTN_LOADIMAGE; private System.Windows.Forms.PictureBox PICT_PREVIEW; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox TXT_ZORDER; private System.Windows.Forms.Label label8; 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 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_SAVE; private System.Windows.Forms.Button BTN_CANCEL; private System.Windows.Forms.Label label9; private System.Windows.Forms.ComboBox COMBO_MONITOR_ID; private System.Windows.Forms.Button BTN_HELP_MONITORID; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button BTN_HELP_MONITORTYPE; private System.Windows.Forms.ComboBox COMBO_MONITORTYPE; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox TXT_VALUE_MAX; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox TXT_VALUE_MIN; private System.Windows.Forms.Label label14; 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.Label label11; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox TXT_LOCATION_MAX; private System.Windows.Forms.TextBox TXT_LOCATION_MIN; private System.Windows.Forms.Label label15; private System.Windows.Forms.ComboBox COMBO_AXIS; private System.Windows.Forms.Button button5; } }