namespace FCC_Uber_MDX_Configurator { partial class AddTextLabelForm { /// /// 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.label10 = 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_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.button9 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.BTN_HELP_DISPLAYATSIZE = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.TXT_DECIMALS_ORDER = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.CHECKLIST_PAGES = new System.Windows.Forms.CheckedListBox(); this.BTN_HELP_BORDERTYPE = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.TXT_TEXT = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button8 = new System.Windows.Forms.Button(); this.TXT_FONT_SIZE = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.COMBO_FONTS = new System.Windows.Forms.ComboBox(); this.button6 = new System.Windows.Forms.Button(); this.label23 = new System.Windows.Forms.Label(); this.PANEL_COLOUR = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.COMBO_MONITOR_ID = new System.Windows.Forms.ComboBox(); this.BTN_HELP_MONITORID = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.BTN_HELP_MONITORTYPE = new System.Windows.Forms.Button(); this.COMBO_MONITOR_TYPE = new System.Windows.Forms.ComboBox(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.SuspendLayout(); // // TXT_NAME // this.TXT_NAME.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_NAME.Location = new System.Drawing.Point(82, 21); this.TXT_NAME.MaxLength = 255; this.TXT_NAME.Name = "TXT_NAME"; this.TXT_NAME.Size = new System.Drawing.Size(255, 29); this.TXT_NAME.TabIndex = 122; this.TXT_NAME.Text = "My Text Label"; this.TXT_NAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_NAME.Leave += new System.EventHandler(this.Leave_VerifyNameIsValid); // // 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(11, 24); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 22); this.label10.TabIndex = 121; this.label10.Text = "Name:"; // // TXT_LOCATION_Y // this.TXT_LOCATION_Y.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_LOCATION_Y.Location = new System.Drawing.Point(278, 357); 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 = 118; 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(188, 357); 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 = 117; 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(253, 360); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(15, 22); this.label5.TabIndex = 119; 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(11, 360); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(164, 22); this.label7.TabIndex = 116; this.label7.Text = "Top Left Location:"; // // TXT_SHOWSIZE_HEIGHT // this.TXT_SHOWSIZE_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_SHOWSIZE_HEIGHT.Location = new System.Drawing.Point(278, 413); 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 = 113; 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(188, 413); 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 = 112; 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(253, 416); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(19, 22); this.label3.TabIndex = 114; 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(11, 416); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(137, 22); this.label4.TabIndex = 111; this.label4.Text = "Maximum Size:"; // // button9 // this.button9.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button9.Location = new System.Drawing.Point(351, 12); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(50, 50); this.button9.TabIndex = 123; this.button9.TabStop = false; this.button9.UseVisualStyleBackColor = true; // // button1 // this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button1.Location = new System.Drawing.Point(351, 348); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(50, 50); this.button1.TabIndex = 120; this.button1.TabStop = false; this.button1.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(351, 404); this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE"; this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_DISPLAYATSIZE.TabIndex = 115; this.BTN_HELP_DISPLAYATSIZE.TabStop = false; this.BTN_HELP_DISPLAYATSIZE.UseVisualStyleBackColor = true; // // button10 // this.button10.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button10.Location = new System.Drawing.Point(351, 588); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(50, 50); this.button10.TabIndex = 129; this.button10.TabStop = false; this.button10.UseVisualStyleBackColor = true; // // TXT_DECIMALS_ORDER // this.TXT_DECIMALS_ORDER.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_DECIMALS_ORDER.Location = new System.Drawing.Point(188, 597); this.TXT_DECIMALS_ORDER.MaxLength = 6; this.TXT_DECIMALS_ORDER.Name = "TXT_DECIMALS_ORDER"; this.TXT_DECIMALS_ORDER.Size = new System.Drawing.Size(149, 29); this.TXT_DECIMALS_ORDER.TabIndex = 128; this.TXT_DECIMALS_ORDER.Text = "1"; this.TXT_DECIMALS_ORDER.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_DECIMALS_ORDER.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_DECIMALS_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(11, 600); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(168, 22); this.label12.TabIndex = 127; this.label12.Text = "Decimal Precision:"; // // 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(188, 460); this.CHECKLIST_PAGES.Name = "CHECKLIST_PAGES"; this.CHECKLIST_PAGES.Size = new System.Drawing.Size(149, 124); this.CHECKLIST_PAGES.TabIndex = 126; this.CHECKLIST_PAGES.ThreeDCheckBoxes = 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(351, 460); this.BTN_HELP_BORDERTYPE.Name = "BTN_HELP_BORDERTYPE"; this.BTN_HELP_BORDERTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_BORDERTYPE.TabIndex = 125; this.BTN_HELP_BORDERTYPE.TabStop = false; this.BTN_HELP_BORDERTYPE.UseVisualStyleBackColor = true; // // 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(11, 460); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(158, 22); this.label6.TabIndex = 124; this.label6.Text = "Visible on Pages:"; // // button2 // this.button2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button2.Location = new System.Drawing.Point(351, 68); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(50, 50); this.button2.TabIndex = 132; this.button2.TabStop = false; this.button2.UseVisualStyleBackColor = true; // // TXT_TEXT // this.TXT_TEXT.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_TEXT.Location = new System.Drawing.Point(134, 77); this.TXT_TEXT.MaxLength = 255; this.TXT_TEXT.Name = "TXT_TEXT"; this.TXT_TEXT.Size = new System.Drawing.Size(203, 29); this.TXT_TEXT.TabIndex = 131; this.TXT_TEXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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(11, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(117, 22); this.label1.TabIndex = 130; this.label1.Text = "Default Text:"; // // button8 // this.button8.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button8.Location = new System.Drawing.Point(351, 180); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(50, 50); this.button8.TabIndex = 159; this.button8.TabStop = false; this.button8.UseVisualStyleBackColor = true; // // TXT_FONT_SIZE // this.TXT_FONT_SIZE.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_FONT_SIZE.Location = new System.Drawing.Point(173, 189); this.TXT_FONT_SIZE.MaxLength = 10; this.TXT_FONT_SIZE.Name = "TXT_FONT_SIZE"; this.TXT_FONT_SIZE.Size = new System.Drawing.Size(129, 29); this.TXT_FONT_SIZE.TabIndex = 158; this.TXT_FONT_SIZE.Text = "12.0"; this.TXT_FONT_SIZE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_FONT_SIZE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_FONT_SIZE.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // label24 // this.label24.AutoSize = true; this.label24.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label24.Location = new System.Drawing.Point(11, 192); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(156, 22); this.label24.TabIndex = 157; this.label24.Text = "Font Size/Colour:"; // // COMBO_FONTS // this.COMBO_FONTS.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_FONTS.FormattingEnabled = true; this.COMBO_FONTS.Location = new System.Drawing.Point(125, 136); this.COMBO_FONTS.Name = "COMBO_FONTS"; this.COMBO_FONTS.Size = new System.Drawing.Size(212, 30); this.COMBO_FONTS.TabIndex = 156; // // button6 // this.button6.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button6.Location = new System.Drawing.Point(351, 124); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(50, 50); this.button6.TabIndex = 155; this.button6.TabStop = false; this.button6.UseVisualStyleBackColor = true; // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label23.Location = new System.Drawing.Point(11, 139); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(108, 22); this.label23.TabIndex = 154; this.label23.Text = "Font Name:"; // // PANEL_COLOUR // this.PANEL_COLOUR.BackColor = System.Drawing.Color.Black; this.PANEL_COLOUR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PANEL_COLOUR.Location = new System.Drawing.Point(308, 189); this.PANEL_COLOUR.Name = "PANEL_COLOUR"; this.PANEL_COLOUR.Size = new System.Drawing.Size(29, 29); this.PANEL_COLOUR.TabIndex = 162; this.PANEL_COLOUR.Click += new System.EventHandler(this.PANEL_COLOUR_Click); // // 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(11, 304); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(102, 22); this.label2.TabIndex = 168; this.label2.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(119, 301); this.COMBO_MONITOR_ID.Name = "COMBO_MONITOR_ID"; this.COMBO_MONITOR_ID.Size = new System.Drawing.Size(226, 30); this.COMBO_MONITOR_ID.TabIndex = 164; this.COMBO_MONITOR_ID.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // 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(351, 292); this.BTN_HELP_MONITORID.Name = "BTN_HELP_MONITORID"; this.BTN_HELP_MONITORID.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MONITORID.TabIndex = 167; this.BTN_HELP_MONITORID.TabStop = false; this.BTN_HELP_MONITORID.UseVisualStyleBackColor = true; // // 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(11, 248); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(125, 22); this.label8.TabIndex = 166; this.label8.Text = "Monitor 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(351, 236); this.BTN_HELP_MONITORTYPE.Name = "BTN_HELP_MONITORTYPE"; this.BTN_HELP_MONITORTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MONITORTYPE.TabIndex = 165; this.BTN_HELP_MONITORTYPE.TabStop = false; this.BTN_HELP_MONITORTYPE.UseVisualStyleBackColor = true; // // 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[] { "None", "Analogue Input", "Variable"}); this.COMBO_MONITOR_TYPE.Location = new System.Drawing.Point(142, 245); this.COMBO_MONITOR_TYPE.Name = "COMBO_MONITOR_TYPE"; this.COMBO_MONITOR_TYPE.Size = new System.Drawing.Size(203, 30); this.COMBO_MONITOR_TYPE.TabIndex = 163; this.COMBO_MONITOR_TYPE.Text = "None"; this.COMBO_MONITOR_TYPE.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); this.COMBO_MONITOR_TYPE.SelectedValueChanged += new System.EventHandler(this.COMBO_MONITOR_TYPE_SelectedValueChanged); // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(351, 644); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 170; 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(295, 644); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 169; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // AddTextLabelForm // 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(409, 701); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.label2); this.Controls.Add(this.COMBO_MONITOR_ID); this.Controls.Add(this.BTN_HELP_MONITORID); this.Controls.Add(this.label8); this.Controls.Add(this.BTN_HELP_MONITORTYPE); this.Controls.Add(this.COMBO_MONITOR_TYPE); this.Controls.Add(this.PANEL_COLOUR); this.Controls.Add(this.button8); this.Controls.Add(this.TXT_FONT_SIZE); this.Controls.Add(this.label24); this.Controls.Add(this.COMBO_FONTS); this.Controls.Add(this.button6); this.Controls.Add(this.label23); this.Controls.Add(this.button2); this.Controls.Add(this.TXT_TEXT); this.Controls.Add(this.label1); this.Controls.Add(this.button10); this.Controls.Add(this.TXT_DECIMALS_ORDER); this.Controls.Add(this.label12); this.Controls.Add(this.CHECKLIST_PAGES); this.Controls.Add(this.BTN_HELP_BORDERTYPE); this.Controls.Add(this.label6); this.Controls.Add(this.button9); this.Controls.Add(this.TXT_NAME); this.Controls.Add(this.label10); 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_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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "AddTextLabelForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Text Label"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button9; private System.Windows.Forms.TextBox TXT_NAME; private System.Windows.Forms.Label label10; 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_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 button10; private System.Windows.Forms.TextBox TXT_DECIMALS_ORDER; private System.Windows.Forms.Label label12; private System.Windows.Forms.CheckedListBox CHECKLIST_PAGES; private System.Windows.Forms.Button BTN_HELP_BORDERTYPE; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox TXT_TEXT; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button8; private System.Windows.Forms.TextBox TXT_FONT_SIZE; private System.Windows.Forms.Label label24; private System.Windows.Forms.ComboBox COMBO_FONTS; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label23; private System.Windows.Forms.Panel PANEL_COLOUR; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox COMBO_MONITOR_ID; private System.Windows.Forms.Button BTN_HELP_MONITORID; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button BTN_HELP_MONITORTYPE; private System.Windows.Forms.ComboBox COMBO_MONITOR_TYPE; private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; } }