//----------------------------------------------------------------------- // // Copyright © 2012 Nils Hammar. All rights reserved. // //----------------------------------------------------------------------- /* * Software to access vehicle information via the OBD-II connector. * * Copyright © 2012 Nils Hammar * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Alternative licensing is possible, see the licensing document. * * The above text may not be removed or modified. */ namespace Gauges { [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1202:ElementsMustBeOrderedByAccess", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1401:FieldsMustBePrivate", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1101:PrefixLocalCallsWithThis", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1400:AccessModifierMustBeDeclared", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1513:ClosingCurlyBracketMustBeFollowedByBlankLine", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1601:PartialElementsMustBeDocumented", Justification = "Tool Generated.")] partial class TelltaleDetails { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TelltaleDetails)); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.pidGroupsCB = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.itemCB = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.telltaleTextTB = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.telltaleGroupNumTB = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.selectAreaButton = new System.Windows.Forms.Button(); this.selectIconButton = new System.Windows.Forms.Button(); this.iconPictureBox = new System.Windows.Forms.PictureBox(); this.primaryColorButton = new System.Windows.Forms.Button(); this.secondaryColorButton = new System.Windows.Forms.Button(); this.primaryColorBox = new System.Windows.Forms.PictureBox(); this.secondaryColorBox = new System.Windows.Forms.PictureBox(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.priorityComboBox = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.sensorLB = new System.Windows.Forms.ListBox(); this.flashColorBox = new System.Windows.Forms.PictureBox(); this.flashColorButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.iconPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.primaryColorBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.secondaryColorBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.flashColorBox)).BeginInit(); this.SuspendLayout(); // // cancelButton // this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.cancelButton.Location = new System.Drawing.Point(297, 486); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 9; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // okButton // this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.okButton.Enabled = false; this.okButton.Location = new System.Drawing.Point(216, 486); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 8; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // pidGroupsCB // this.pidGroupsCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.pidGroupsCB.FormattingEnabled = true; this.pidGroupsCB.Location = new System.Drawing.Point(15, 100); this.pidGroupsCB.Name = "pidGroupsCB"; this.pidGroupsCB.Size = new System.Drawing.Size(338, 21); this.pidGroupsCB.TabIndex = 2; this.pidGroupsCB.SelectedIndexChanged += new System.EventHandler(this.pidGroupsCB_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 84); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 41; this.label1.Text = "PID Group"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(119, 13); this.label2.TabIndex = 43; this.label2.Text = "Item (PID, Address etc.)"; // // itemCB // this.itemCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.itemCB.FormattingEnabled = true; this.itemCB.Location = new System.Drawing.Point(15, 140); this.itemCB.Name = "itemCB"; this.itemCB.Size = new System.Drawing.Size(338, 21); this.itemCB.TabIndex = 3; this.itemCB.SelectedIndexChanged += new System.EventHandler(this.itemCB_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 164); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(40, 13); this.label3.TabIndex = 45; this.label3.Text = "Sensor"; // // telltaleTextTB // this.telltaleTextTB.Location = new System.Drawing.Point(15, 61); this.telltaleTextTB.Name = "telltaleTextTB"; this.telltaleTextTB.Size = new System.Drawing.Size(125, 20); this.telltaleTextTB.TabIndex = 1; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 45); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 13); this.label7.TabIndex = 53; this.label7.Text = "Telltale Text"; // // telltaleGroupNumTB // this.telltaleGroupNumTB.Location = new System.Drawing.Point(141, 11); this.telltaleGroupNumTB.Name = "telltaleGroupNumTB"; this.telltaleGroupNumTB.ReadOnly = true; this.telltaleGroupNumTB.Size = new System.Drawing.Size(73, 20); this.telltaleGroupNumTB.TabIndex = 54; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(59, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(76, 13); this.label8.TabIndex = 55; this.label8.Text = "Telltale Area #"; // // selectAreaButton // this.selectAreaButton.Location = new System.Drawing.Point(220, 9); this.selectAreaButton.Name = "selectAreaButton"; this.selectAreaButton.Size = new System.Drawing.Size(95, 23); this.selectAreaButton.TabIndex = 62; this.selectAreaButton.Text = "Select Area"; this.selectAreaButton.UseVisualStyleBackColor = true; this.selectAreaButton.Click += new System.EventHandler(this.button1_Click); // // selectIconButton // this.selectIconButton.Location = new System.Drawing.Point(465, 45); this.selectIconButton.Name = "selectIconButton"; this.selectIconButton.Size = new System.Drawing.Size(104, 23); this.selectIconButton.TabIndex = 63; this.selectIconButton.Text = "Select Icon"; this.selectIconButton.UseVisualStyleBackColor = true; this.selectIconButton.Click += new System.EventHandler(this.selectIconButton_Click); // // iconPictureBox // this.iconPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.iconPictureBox.Location = new System.Drawing.Point(359, 45); this.iconPictureBox.Name = "iconPictureBox"; this.iconPictureBox.Size = new System.Drawing.Size(100, 100); this.iconPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.iconPictureBox.TabIndex = 54; this.iconPictureBox.TabStop = false; // // primaryColorButton // this.primaryColorButton.Location = new System.Drawing.Point(465, 151); this.primaryColorButton.Name = "primaryColorButton"; this.primaryColorButton.Size = new System.Drawing.Size(104, 23); this.primaryColorButton.TabIndex = 64; this.primaryColorButton.Text = "Primary Color"; this.primaryColorButton.UseVisualStyleBackColor = true; this.primaryColorButton.Click += new System.EventHandler(this.primaryColorButton_Click); // // secondaryColorButton // this.secondaryColorButton.Location = new System.Drawing.Point(465, 180); this.secondaryColorButton.Name = "secondaryColorButton"; this.secondaryColorButton.Size = new System.Drawing.Size(104, 23); this.secondaryColorButton.TabIndex = 65; this.secondaryColorButton.Text = "Secondary Color"; this.secondaryColorButton.UseVisualStyleBackColor = true; this.secondaryColorButton.Click += new System.EventHandler(this.secondaryColorButton_Click); // // primaryColorBox // this.primaryColorBox.BackColor = System.Drawing.Color.Red; this.primaryColorBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.primaryColorBox.Location = new System.Drawing.Point(408, 151); this.primaryColorBox.Name = "primaryColorBox"; this.primaryColorBox.Size = new System.Drawing.Size(51, 23); this.primaryColorBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.primaryColorBox.TabIndex = 66; this.primaryColorBox.TabStop = false; // // secondaryColorBox // this.secondaryColorBox.BackColor = System.Drawing.Color.Yellow; this.secondaryColorBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.secondaryColorBox.Location = new System.Drawing.Point(408, 180); this.secondaryColorBox.Name = "secondaryColorBox"; this.secondaryColorBox.Size = new System.Drawing.Size(51, 23); this.secondaryColorBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.secondaryColorBox.TabIndex = 67; this.secondaryColorBox.TabStop = false; // // colorDialog1 // this.colorDialog1.FullOpen = true; this.colorDialog1.SolidColorOnly = true; // // priorityComboBox // this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.priorityComboBox.FormattingEnabled = true; this.priorityComboBox.Location = new System.Drawing.Point(147, 61); this.priorityComboBox.Name = "priorityComboBox"; this.priorityComboBox.Size = new System.Drawing.Size(78, 21); this.priorityComboBox.TabIndex = 68; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(144, 45); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(38, 13); this.label4.TabIndex = 69; this.label4.Text = "Priority"; // // sensorLB // this.sensorLB.FormattingEnabled = true; this.sensorLB.Location = new System.Drawing.Point(12, 180); this.sensorLB.Name = "sensorLB"; this.sensorLB.Size = new System.Drawing.Size(341, 290); this.sensorLB.TabIndex = 70; this.sensorLB.SelectedIndexChanged += new System.EventHandler(this.sensorLB_SelectedIndexChanged); // // flashColorBox // this.flashColorBox.BackColor = System.Drawing.Color.LimeGreen; this.flashColorBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.flashColorBox.Location = new System.Drawing.Point(408, 209); this.flashColorBox.Name = "flashColorBox"; this.flashColorBox.Size = new System.Drawing.Size(51, 23); this.flashColorBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.flashColorBox.TabIndex = 71; this.flashColorBox.TabStop = false; // // flashColorButton // this.flashColorButton.Location = new System.Drawing.Point(465, 209); this.flashColorButton.Name = "flashColorButton"; this.flashColorButton.Size = new System.Drawing.Size(104, 23); this.flashColorButton.TabIndex = 72; this.flashColorButton.Text = "Flash Color"; this.flashColorButton.UseVisualStyleBackColor = true; this.flashColorButton.Click += new System.EventHandler(this.flashColorButton_Click); // // TelltaleDetails // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(580, 521); this.ControlBox = false; this.Controls.Add(this.flashColorButton); this.Controls.Add(this.flashColorBox); this.Controls.Add(this.sensorLB); this.Controls.Add(this.label4); this.Controls.Add(this.priorityComboBox); this.Controls.Add(this.secondaryColorBox); this.Controls.Add(this.primaryColorBox); this.Controls.Add(this.secondaryColorButton); this.Controls.Add(this.primaryColorButton); this.Controls.Add(this.selectIconButton); this.Controls.Add(this.selectAreaButton); this.Controls.Add(this.iconPictureBox); this.Controls.Add(this.label7); this.Controls.Add(this.pidGroupsCB); this.Controls.Add(this.label8); this.Controls.Add(this.label1); this.Controls.Add(this.telltaleGroupNumTB); this.Controls.Add(this.itemCB); this.Controls.Add(this.cancelButton); this.Controls.Add(this.label2); this.Controls.Add(this.okButton); this.Controls.Add(this.telltaleTextTB); this.Controls.Add(this.label3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TelltaleDetails"; this.Text = "Telltale Details"; ((System.ComponentModel.ISupportInitialize)(this.iconPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.primaryColorBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.secondaryColorBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.flashColorBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.ComboBox pidGroupsCB; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox itemCB; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox telltaleTextTB; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox telltaleGroupNumTB; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button selectAreaButton; private System.Windows.Forms.PictureBox iconPictureBox; private System.Windows.Forms.Button selectIconButton; private System.Windows.Forms.Button primaryColorButton; private System.Windows.Forms.Button secondaryColorButton; private System.Windows.Forms.PictureBox primaryColorBox; private System.Windows.Forms.PictureBox secondaryColorBox; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.ComboBox priorityComboBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.ListBox sensorLB; private System.Windows.Forms.PictureBox flashColorBox; private System.Windows.Forms.Button flashColorButton; } }