namespace FCC_Uber_MDX_Configurator { partial class AddGraphForm { /// /// 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.label15 = new System.Windows.Forms.Label(); this.COMBO_AXIS = new System.Windows.Forms.ComboBox(); this.TXT_TIME_MAX = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.TXT_VALUE_MAX = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.TXT_VALUE_MIN = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.COMBO_MONITOR_ID = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.COMBO_MONITORTYPE = new System.Windows.Forms.ComboBox(); 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.TXT_NAME = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.PANEL_COLOUR = new System.Windows.Forms.Panel(); this.TXT_FONT_SIZE = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.button8 = new System.Windows.Forms.Button(); this.BTN_HELP_NAME = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.BTN_HELP_MONITORID = new System.Windows.Forms.Button(); this.BTN_HELP_MONITORTYPE = new System.Windows.Forms.Button(); 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.label1 = new System.Windows.Forms.Label(); this.COMBO_TIMER = new System.Windows.Forms.ComboBox(); this.BTN_HELP_TIMER = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.COMBO_SMOOTH = new System.Windows.Forms.ComboBox(); this.button6 = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.COMBO_BIAS = new System.Windows.Forms.ComboBox(); this.button7 = new System.Windows.Forms.Button(); this.TXT_WEIGHTFACTORS = new System.Windows.Forms.TextBox(); this.button9 = new System.Windows.Forms.Button(); this.label17 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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(415, 248); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(51, 22); this.label15.TabIndex = 169; 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(546, 245); this.COMBO_AXIS.Name = "COMBO_AXIS"; this.COMBO_AXIS.Size = new System.Drawing.Size(203, 30); this.COMBO_AXIS.TabIndex = 167; this.COMBO_AXIS.Text = "Horizontal"; this.COMBO_AXIS.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // TXT_TIME_MAX // this.TXT_TIME_MAX.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_TIME_MAX.Location = new System.Drawing.Point(592, 189); this.TXT_TIME_MAX.MaxLength = 6; this.TXT_TIME_MAX.Name = "TXT_TIME_MAX"; this.TXT_TIME_MAX.Size = new System.Drawing.Size(149, 29); this.TXT_TIME_MAX.TabIndex = 165; this.TXT_TIME_MAX.Text = "100"; this.TXT_TIME_MAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_TIME_MAX.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_TIME_MAX.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(654, 136); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(26, 22); this.label11.TabIndex = 163; this.label11.Text = "to"; // // TXT_VALUE_MAX // this.TXT_VALUE_MAX.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_VALUE_MAX.Location = new System.Drawing.Point(682, 133); this.TXT_VALUE_MAX.MaxLength = 6; this.TXT_VALUE_MAX.Name = "TXT_VALUE_MAX"; this.TXT_VALUE_MAX.Size = new System.Drawing.Size(59, 29); this.TXT_VALUE_MAX.TabIndex = 156; 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(415, 192); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(102, 22); this.label12.TabIndex = 155; this.label12.Text = "Max. Time:"; // // TXT_VALUE_MIN // this.TXT_VALUE_MIN.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_VALUE_MIN.Location = new System.Drawing.Point(592, 133); this.TXT_VALUE_MIN.MaxLength = 6; this.TXT_VALUE_MIN.Name = "TXT_VALUE_MIN"; this.TXT_VALUE_MIN.Size = new System.Drawing.Size(59, 29); this.TXT_VALUE_MIN.TabIndex = 153; 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(415, 136); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(146, 22); this.label14.TabIndex = 152; this.label14.Text = "Min/Max Values:"; // // 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(415, 80); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(95, 22); this.label9.TabIndex = 151; 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(553, 77); this.COMBO_MONITOR_ID.Name = "COMBO_MONITOR_ID"; this.COMBO_MONITOR_ID.Size = new System.Drawing.Size(196, 30); this.COMBO_MONITOR_ID.TabIndex = 147; this.COMBO_MONITOR_ID.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // 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(415, 24); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(118, 22); this.label10.TabIndex = 149; this.label10.Text = "Target Type:"; // // 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(553, 21); this.COMBO_MONITORTYPE.Name = "COMBO_MONITORTYPE"; this.COMBO_MONITORTYPE.Size = new System.Drawing.Size(196, 30); this.COMBO_MONITORTYPE.TabIndex = 146; this.COMBO_MONITORTYPE.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); this.COMBO_MONITORTYPE.SelectedValueChanged += new System.EventHandler(this.COMBO_MONITOR_TYPE_SelectedValueChanged); // // 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(182, 292); this.CHECKLIST_PAGES.Name = "CHECKLIST_PAGES"; this.CHECKLIST_PAGES.Size = new System.Drawing.Size(149, 124); this.CHECKLIST_PAGES.TabIndex = 145; 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(182, 434); 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 = 140; 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(5, 437); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(82, 22); this.label8.TabIndex = 139; 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(272, 189); 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 = 136; 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(182, 189); 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 = 135; 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(247, 192); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(15, 22); this.label5.TabIndex = 137; 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(5, 192); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(164, 22); this.label7.TabIndex = 134; 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(5, 292); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(158, 22); this.label6.TabIndex = 127; 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(272, 133); 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 = 130; 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(182, 133); 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 = 129; 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(247, 136); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(19, 22); this.label3.TabIndex = 132; 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(5, 136); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 22); this.label4.TabIndex = 128; this.label4.Text = "Display at Size:"; // // TXT_NAME // this.TXT_NAME.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_NAME.Location = new System.Drawing.Point(76, 21); this.TXT_NAME.MaxLength = 255; this.TXT_NAME.Name = "TXT_NAME"; this.TXT_NAME.Size = new System.Drawing.Size(263, 29); this.TXT_NAME.TabIndex = 170; this.TXT_NAME.Text = "My Graph"; this.TXT_NAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_NAME.Leave += new System.EventHandler(this.Leave_VerifyNameIsValid); // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.Location = new System.Drawing.Point(5, 24); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(65, 22); this.label16.TabIndex = 171; this.label16.Text = "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(302, 245); this.PANEL_COLOUR.Name = "PANEL_COLOUR"; this.PANEL_COLOUR.Size = new System.Drawing.Size(29, 29); this.PANEL_COLOUR.TabIndex = 176; this.PANEL_COLOUR.Click += new System.EventHandler(this.PANEL_COLOUR_Click); // // TXT_FONT_SIZE // this.TXT_FONT_SIZE.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_FONT_SIZE.Location = new System.Drawing.Point(200, 245); this.TXT_FONT_SIZE.MaxLength = 10; this.TXT_FONT_SIZE.Name = "TXT_FONT_SIZE"; this.TXT_FONT_SIZE.Size = new System.Drawing.Size(96, 29); this.TXT_FONT_SIZE.TabIndex = 174; this.TXT_FONT_SIZE.Text = "1"; this.TXT_FONT_SIZE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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(5, 248); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(189, 22); this.label24.TabIndex = 173; this.label24.Text = "Line Size [px]/Colour:"; // // button8 // this.button8.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button8.Location = new System.Drawing.Point(345, 236); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(50, 50); this.button8.TabIndex = 175; this.button8.TabStop = false; this.button8.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(345, 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 = 172; this.BTN_HELP_NAME.TabStop = false; this.BTN_HELP_NAME.UseVisualStyleBackColor = true; // // button5 // this.button5.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button5.Location = new System.Drawing.Point(755, 236); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(50, 50); this.button5.TabIndex = 168; this.button5.TabStop = false; this.button5.UseVisualStyleBackColor = true; // // button3 // this.button3.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button3.Location = new System.Drawing.Point(755, 180); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(50, 50); this.button3.TabIndex = 157; this.button3.TabStop = false; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button4.Location = new System.Drawing.Point(755, 124); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(50, 50); this.button4.TabIndex = 154; this.button4.TabStop = false; this.button4.UseVisualStyleBackColor = true; // // 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(755, 68); this.BTN_HELP_MONITORID.Name = "BTN_HELP_MONITORID"; this.BTN_HELP_MONITORID.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MONITORID.TabIndex = 150; 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(755, 12); this.BTN_HELP_MONITORTYPE.Name = "BTN_HELP_MONITORTYPE"; this.BTN_HELP_MONITORTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MONITORTYPE.TabIndex = 148; this.BTN_HELP_MONITORTYPE.TabStop = false; this.BTN_HELP_MONITORTYPE.UseVisualStyleBackColor = true; // // button2 // this.button2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button2.Location = new System.Drawing.Point(345, 425); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(50, 50); this.button2.TabIndex = 141; 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(345, 180); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(50, 50); this.button1.TabIndex = 138; 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(345, 292); this.BTN_HELP_BORDERTYPE.Name = "BTN_HELP_BORDERTYPE"; this.BTN_HELP_BORDERTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_BORDERTYPE.TabIndex = 131; 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(345, 124); this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE"; this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_DISPLAYATSIZE.TabIndex = 133; 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(755, 476); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 126; 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(699, 476); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 125; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // 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(5, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(132, 22); this.label1.TabIndex = 179; this.label1.Text = "Record Timer:"; // // COMBO_TIMER // this.COMBO_TIMER.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_TIMER.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_TIMER.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_TIMER.FormattingEnabled = true; this.COMBO_TIMER.Items.AddRange(new object[] { "Input Timer", "Output Timer", "GUI Timer", "Logic Timer"}); this.COMBO_TIMER.Location = new System.Drawing.Point(143, 77); this.COMBO_TIMER.Name = "COMBO_TIMER"; this.COMBO_TIMER.Size = new System.Drawing.Size(196, 30); this.COMBO_TIMER.TabIndex = 177; this.COMBO_TIMER.Text = "Logic Timer"; this.COMBO_TIMER.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // BTN_HELP_TIMER // this.BTN_HELP_TIMER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_TIMER.Location = new System.Drawing.Point(345, 68); this.BTN_HELP_TIMER.Name = "BTN_HELP_TIMER"; this.BTN_HELP_TIMER.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_TIMER.TabIndex = 178; this.BTN_HELP_TIMER.TabStop = false; this.BTN_HELP_TIMER.UseVisualStyleBackColor = true; // // 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(415, 304); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 22); this.label2.TabIndex = 182; this.label2.Text = "Smooth:"; // // COMBO_SMOOTH // this.COMBO_SMOOTH.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_SMOOTH.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_SMOOTH.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_SMOOTH.FormattingEnabled = true; this.COMBO_SMOOTH.Items.AddRange(new object[] { "True", "False"}); this.COMBO_SMOOTH.Location = new System.Drawing.Point(546, 301); this.COMBO_SMOOTH.Name = "COMBO_SMOOTH"; this.COMBO_SMOOTH.Size = new System.Drawing.Size(203, 30); this.COMBO_SMOOTH.TabIndex = 180; this.COMBO_SMOOTH.Text = "False"; this.COMBO_SMOOTH.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); this.COMBO_SMOOTH.SelectedValueChanged += new System.EventHandler(this.COMBO_SMOOTH_SelectedValueChanged); // // button6 // this.button6.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button6.Location = new System.Drawing.Point(755, 292); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(50, 50); this.button6.TabIndex = 181; this.button6.TabStop = false; this.button6.UseVisualStyleBackColor = true; // // 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(415, 360); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(52, 22); this.label13.TabIndex = 185; this.label13.Text = "Bias:"; // // COMBO_BIAS // this.COMBO_BIAS.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_BIAS.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_BIAS.Enabled = false; this.COMBO_BIAS.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_BIAS.FormattingEnabled = true; this.COMBO_BIAS.Items.AddRange(new object[] { "Forward Bias", "Reverse Bias"}); this.COMBO_BIAS.Location = new System.Drawing.Point(546, 357); this.COMBO_BIAS.Name = "COMBO_BIAS"; this.COMBO_BIAS.Size = new System.Drawing.Size(203, 30); this.COMBO_BIAS.TabIndex = 183; this.COMBO_BIAS.Text = "Forward Bias"; this.COMBO_BIAS.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // button7 // this.button7.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button7.Location = new System.Drawing.Point(755, 348); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(50, 50); this.button7.TabIndex = 184; this.button7.TabStop = false; this.button7.UseVisualStyleBackColor = true; // // TXT_WEIGHTFACTORS // this.TXT_WEIGHTFACTORS.Enabled = false; this.TXT_WEIGHTFACTORS.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_WEIGHTFACTORS.Location = new System.Drawing.Point(592, 413); this.TXT_WEIGHTFACTORS.MaxLength = 6; this.TXT_WEIGHTFACTORS.Name = "TXT_WEIGHTFACTORS"; this.TXT_WEIGHTFACTORS.Size = new System.Drawing.Size(149, 29); this.TXT_WEIGHTFACTORS.TabIndex = 188; this.TXT_WEIGHTFACTORS.Text = "100"; this.TXT_WEIGHTFACTORS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_WEIGHTFACTORS.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_WEIGHTFACTORS.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // button9 // this.button9.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button9.Location = new System.Drawing.Point(755, 404); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(50, 50); this.button9.TabIndex = 187; this.button9.TabStop = false; this.button9.UseVisualStyleBackColor = true; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.Location = new System.Drawing.Point(415, 416); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(144, 22); this.label17.TabIndex = 186; this.label17.Text = "Weight Factors:"; // // AddGraphForm // 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(814, 531); this.Controls.Add(this.TXT_WEIGHTFACTORS); this.Controls.Add(this.button9); this.Controls.Add(this.label17); this.Controls.Add(this.label13); this.Controls.Add(this.COMBO_BIAS); this.Controls.Add(this.button7); this.Controls.Add(this.label2); this.Controls.Add(this.COMBO_SMOOTH); this.Controls.Add(this.button6); this.Controls.Add(this.label1); this.Controls.Add(this.COMBO_TIMER); this.Controls.Add(this.BTN_HELP_TIMER); 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.BTN_HELP_NAME); this.Controls.Add(this.TXT_NAME); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.COMBO_AXIS); this.Controls.Add(this.button5); this.Controls.Add(this.TXT_TIME_MAX); this.Controls.Add(this.label11); 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.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 = "AddGraphForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Add or Edit a Graph Instance"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label15; private System.Windows.Forms.ComboBox COMBO_AXIS; private System.Windows.Forms.Button button5; private System.Windows.Forms.TextBox TXT_TIME_MAX; private System.Windows.Forms.Label label11; 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.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.CheckedListBox CHECKLIST_PAGES; 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.Button BTN_HELP_NAME; private System.Windows.Forms.TextBox TXT_NAME; private System.Windows.Forms.Label label16; private System.Windows.Forms.Panel PANEL_COLOUR; private System.Windows.Forms.Button button8; private System.Windows.Forms.TextBox TXT_FONT_SIZE; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox COMBO_TIMER; private System.Windows.Forms.Button BTN_HELP_TIMER; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox COMBO_SMOOTH; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label13; private System.Windows.Forms.ComboBox COMBO_BIAS; private System.Windows.Forms.Button button7; private System.Windows.Forms.TextBox TXT_WEIGHTFACTORS; private System.Windows.Forms.Button button9; private System.Windows.Forms.Label label17; } }