//----------------------------------------------------------------------- // // 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.TelltalePanel { [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1611:ElementParametersMustBeDocumented", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1122:UseStringEmptyForEmptyStrings", Justification = "Tool Generated.")] [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 ColorSelector { /// /// 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.currentColor = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.newColor = new System.Windows.Forms.PictureBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.currentColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.newColor)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox1.Location = new System.Drawing.Point(105, 26); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(87, 23); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 68; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox2.Location = new System.Drawing.Point(198, 26); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(87, 23); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox2.TabIndex = 69; this.pictureBox2.TabStop = false; // // pictureBox5 // this.pictureBox5.BackColor = System.Drawing.Color.Transparent; this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox5.Location = new System.Drawing.Point(198, 55); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(87, 23); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox5.TabIndex = 72; this.pictureBox5.TabStop = false; // // pictureBox4 // this.pictureBox4.BackColor = System.Drawing.Color.Transparent; this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox4.Location = new System.Drawing.Point(105, 55); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(87, 23); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox4.TabIndex = 71; this.pictureBox4.TabStop = false; // // pictureBox3 // this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox3.Location = new System.Drawing.Point(12, 55); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(87, 23); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox3.TabIndex = 70; this.pictureBox3.TabStop = false; // // pictureBox7 // this.pictureBox7.BackColor = System.Drawing.Color.Transparent; this.pictureBox7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox7.Location = new System.Drawing.Point(105, 84); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(87, 23); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox7.TabIndex = 74; this.pictureBox7.TabStop = false; // // pictureBox8 // this.pictureBox8.BackColor = System.Drawing.Color.Transparent; this.pictureBox8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox8.Location = new System.Drawing.Point(199, 84); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(87, 23); this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox8.TabIndex = 73; this.pictureBox8.TabStop = false; // // pictureBox6 // this.pictureBox6.BackColor = System.Drawing.Color.Transparent; this.pictureBox6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox6.Location = new System.Drawing.Point(12, 84); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(87, 23); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox6.TabIndex = 75; this.pictureBox6.TabStop = false; // // currentColor // this.currentColor.BackColor = System.Drawing.Color.Transparent; this.currentColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.currentColor.Location = new System.Drawing.Point(105, 129); this.currentColor.Name = "currentColor"; this.currentColor.Size = new System.Drawing.Size(87, 23); this.currentColor.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.currentColor.TabIndex = 76; this.currentColor.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 13); this.label1.TabIndex = 77; this.label1.Text = "Available Colors"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(31, 135); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 13); this.label2.TabIndex = 78; this.label2.Text = "Current Color"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(31, 164); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 13); this.label3.TabIndex = 80; this.label3.Text = "New Color"; // // newColor // this.newColor.BackColor = System.Drawing.Color.Transparent; this.newColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.newColor.Location = new System.Drawing.Point(105, 158); this.newColor.Name = "newColor"; this.newColor.Size = new System.Drawing.Size(87, 23); this.newColor.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.newColor.TabIndex = 79; this.newColor.TabStop = false; // // okButton // this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.okButton.Location = new System.Drawing.Point(73, 200); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 81; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.cancelButton.Location = new System.Drawing.Point(154, 200); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 82; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // ColorSelector // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(298, 235); this.ControlBox = false; this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.label3); this.Controls.Add(this.newColor); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.currentColor); this.Controls.Add(this.pictureBox6); this.Controls.Add(this.pictureBox7); this.Controls.Add(this.pictureBox8); this.Controls.Add(this.pictureBox5); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Name = "ColorSelector"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ColorSelector"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.currentColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.newColor)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox7; private System.Windows.Forms.PictureBox pictureBox8; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.PictureBox currentColor; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.PictureBox newColor; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; } }