//----------------------------------------------------------------------- // // 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 UserInterface.GUI { [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.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1508:ClosingCurlyBracketsMustNotBePrecededByBlankLine", Justification = "Reviewed.")] partial class FirstPagePanel { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.Tactrix20BT = new System.Windows.Forms.Button(); this.VTUWA020BT = new System.Windows.Forms.Button(); this.VOLVO_DICE = new System.Windows.Forms.Button(); this.ElmScan5BT = new System.Windows.Forms.Button(); this.ObdLinkSXBT = new System.Windows.Forms.Button(); this.AGV4000BT = new System.Windows.Forms.Button(); this.AGV4000BBT = new System.Windows.Forms.Button(); this.CanCaseBT = new System.Windows.Forms.Button(); this.Tactrix13BT = new System.Windows.Forms.Button(); this.VAGKKLBT = new System.Windows.Forms.Button(); this.ElmBtClone = new System.Windows.Forms.Button(); this.FakeELMBT = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.helpButton = new System.Windows.Forms.Button(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.Controls.Add(this.Tactrix20BT); this.flowLayoutPanel1.Controls.Add(this.VTUWA020BT); this.flowLayoutPanel1.Controls.Add(this.VOLVO_DICE); this.flowLayoutPanel1.Controls.Add(this.CanCaseBT); this.flowLayoutPanel1.Controls.Add(this.ElmScan5BT); this.flowLayoutPanel1.Controls.Add(this.ObdLinkSXBT); this.flowLayoutPanel1.Controls.Add(this.AGV4000BBT); this.flowLayoutPanel1.Controls.Add(this.AGV4000BT); this.flowLayoutPanel1.Controls.Add(this.Tactrix13BT); this.flowLayoutPanel1.Controls.Add(this.VAGKKLBT); this.flowLayoutPanel1.Controls.Add(this.ElmBtClone); this.flowLayoutPanel1.Controls.Add(this.FakeELMBT); this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 32); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(820, 470); this.flowLayoutPanel1.TabIndex = 1; // // Tactrix20BT // this.Tactrix20BT.AccessibleName = "TACTRIX,op20pt32"; this.Tactrix20BT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Tactrix20BT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.Tactrix20BT.Image = global::UserInterface.Properties.Resources.Tactrix_2_0; this.Tactrix20BT.Location = new System.Drawing.Point(3, 3); this.Tactrix20BT.Name = "Tactrix20BT"; this.Tactrix20BT.Size = new System.Drawing.Size(190, 190); this.Tactrix20BT.TabIndex = 10; this.Tactrix20BT.Text = "Tactrix 2.0"; this.Tactrix20BT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Tactrix20BT.UseVisualStyleBackColor = true; // // VTUWA020BT // this.VTUWA020BT.AccessibleName = "UWA,v3p04P32"; this.VTUWA020BT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VTUWA020BT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.VTUWA020BT.Image = global::UserInterface.Properties.Resources.UWA020; this.VTUWA020BT.Location = new System.Drawing.Point(199, 3); this.VTUWA020BT.Name = "VTUWA020BT"; this.VTUWA020BT.Size = new System.Drawing.Size(190, 190); this.VTUWA020BT.TabIndex = 11; this.VTUWA020BT.Text = "Volvo UWA 020"; this.VTUWA020BT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.VTUWA020BT.UseVisualStyleBackColor = true; // // VOLVO_DICE // this.VOLVO_DICE.AccessibleName = "DICE,TSDiCE32"; this.VOLVO_DICE.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VOLVO_DICE.ForeColor = System.Drawing.Color.White; this.VOLVO_DICE.Image = global::UserInterface.Properties.Resources.VOLVO_DICE2; this.VOLVO_DICE.Location = new System.Drawing.Point(395, 3); this.VOLVO_DICE.Name = "VOLVO_DICE"; this.VOLVO_DICE.Size = new System.Drawing.Size(190, 190); this.VOLVO_DICE.TabIndex = 12; this.VOLVO_DICE.Text = "Volvo DICE"; this.VOLVO_DICE.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.VOLVO_DICE.UseVisualStyleBackColor = true; // // ElmScan5BT // this.ElmScan5BT.AccessibleName = "ELM"; this.ElmScan5BT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ElmScan5BT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.ElmScan5BT.Image = global::UserInterface.Properties.Resources.ElmScan5; this.ElmScan5BT.Location = new System.Drawing.Point(3, 199); this.ElmScan5BT.Name = "ElmScan5BT"; this.ElmScan5BT.Size = new System.Drawing.Size(190, 190); this.ElmScan5BT.TabIndex = 13; this.ElmScan5BT.Text = "ElmScan 5"; this.ElmScan5BT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.ElmScan5BT.UseVisualStyleBackColor = true; // // ObdLinkSXBT // this.ObdLinkSXBT.AccessibleName = "ELM"; this.ObdLinkSXBT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ObdLinkSXBT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.ObdLinkSXBT.Image = global::UserInterface.Properties.Resources.ObdLinkSX; this.ObdLinkSXBT.Location = new System.Drawing.Point(199, 199); this.ObdLinkSXBT.Name = "ObdLinkSXBT"; this.ObdLinkSXBT.Size = new System.Drawing.Size(190, 190); this.ObdLinkSXBT.TabIndex = 14; this.ObdLinkSXBT.Text = "ObdLink SX"; this.ObdLinkSXBT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.ObdLinkSXBT.UseVisualStyleBackColor = true; // // AGV4000BT // this.AGV4000BT.AccessibleName = "AGV"; this.AGV4000BT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AGV4000BT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.AGV4000BT.Image = global::UserInterface.Properties.Resources.AGV4000; this.AGV4000BT.Location = new System.Drawing.Point(591, 199); this.AGV4000BT.Name = "AGV4000BT"; this.AGV4000BT.Size = new System.Drawing.Size(190, 190); this.AGV4000BT.TabIndex = 15; this.AGV4000BT.Text = "AGV4000"; this.AGV4000BT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.AGV4000BT.UseVisualStyleBackColor = true; // // AGV4000BBT // this.AGV4000BBT.AccessibleName = "AGV"; this.AGV4000BBT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AGV4000BBT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.AGV4000BBT.Image = global::UserInterface.Properties.Resources.AGV4000B; this.AGV4000BBT.Location = new System.Drawing.Point(395, 199); this.AGV4000BBT.Name = "AGV4000BBT"; this.AGV4000BBT.Size = new System.Drawing.Size(190, 190); this.AGV4000BBT.TabIndex = 16; this.AGV4000BBT.Text = "AGV4000B"; this.AGV4000BBT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.AGV4000BBT.UseVisualStyleBackColor = true; // // CanCaseBT // this.CanCaseBT.AccessibleName = "CanCase"; this.CanCaseBT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CanCaseBT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.CanCaseBT.Image = global::UserInterface.Properties.Resources.CanCase; this.CanCaseBT.Location = new System.Drawing.Point(591, 3); this.CanCaseBT.Name = "CanCaseBT"; this.CanCaseBT.Size = new System.Drawing.Size(190, 190); this.CanCaseBT.TabIndex = 20; this.CanCaseBT.Text = "Can Case"; this.CanCaseBT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.CanCaseBT.UseVisualStyleBackColor = true; // // Tactrix13BT // this.Tactrix13BT.BackColor = System.Drawing.Color.Yellow; this.Tactrix13BT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Tactrix13BT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.Tactrix13BT.Image = global::UserInterface.Properties.Resources.Tactrix_1_3; this.Tactrix13BT.Location = new System.Drawing.Point(3, 395); this.Tactrix13BT.Name = "Tactrix13BT"; this.Tactrix13BT.Size = new System.Drawing.Size(190, 190); this.Tactrix13BT.TabIndex = 17; this.Tactrix13BT.Text = "Tactrix 1.3"; this.Tactrix13BT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Tactrix13BT.UseVisualStyleBackColor = false; // // VAGKKLBT // this.VAGKKLBT.BackColor = System.Drawing.Color.Yellow; this.VAGKKLBT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VAGKKLBT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.VAGKKLBT.Image = global::UserInterface.Properties.Resources.VagKKL; this.VAGKKLBT.Location = new System.Drawing.Point(199, 395); this.VAGKKLBT.Name = "VAGKKLBT"; this.VAGKKLBT.Size = new System.Drawing.Size(190, 190); this.VAGKKLBT.TabIndex = 18; this.VAGKKLBT.Text = "Vag-COM KKL"; this.VAGKKLBT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.VAGKKLBT.UseVisualStyleBackColor = false; // // ElmBtClone // this.ElmBtClone.AccessibleName = "ELM"; this.ElmBtClone.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ElmBtClone.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.ElmBtClone.Image = global::UserInterface.Properties.Resources.ELM327CLONE_BT; this.ElmBtClone.Location = new System.Drawing.Point(395, 395); this.ElmBtClone.Name = "ElmBtClone"; this.ElmBtClone.Size = new System.Drawing.Size(190, 190); this.ElmBtClone.TabIndex = 21; this.ElmBtClone.Text = "ELM BT Clone"; this.ElmBtClone.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.ElmBtClone.UseVisualStyleBackColor = true; // // FakeELMBT // this.FakeELMBT.BackColor = System.Drawing.Color.Red; this.FakeELMBT.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FakeELMBT.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.FakeELMBT.Image = global::UserInterface.Properties.Resources.Fake; this.FakeELMBT.Location = new System.Drawing.Point(591, 395); this.FakeELMBT.Name = "FakeELMBT"; this.FakeELMBT.Size = new System.Drawing.Size(190, 190); this.FakeELMBT.TabIndex = 19; this.FakeELMBT.Text = "Fake ELM"; this.FakeELMBT.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.FakeELMBT.UseVisualStyleBackColor = false; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Georgia", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(316, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(161, 23); this.label1.TabIndex = 3; this.label1.Text = "Known Devices"; // // helpButton // this.helpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.helpButton.Image = global::UserInterface.Properties.Resources.help; this.helpButton.Location = new System.Drawing.Point(788, 3); this.helpButton.Name = "helpButton"; this.helpButton.Size = new System.Drawing.Size(29, 23); this.helpButton.TabIndex = 99; this.helpButton.UseVisualStyleBackColor = true; this.helpButton.Click += new System.EventHandler(this.helpButton_Click); // // FirstPagePanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label1); this.Controls.Add(this.helpButton); this.Controls.Add(this.flowLayoutPanel1); this.Name = "FirstPagePanel"; this.Size = new System.Drawing.Size(820, 502); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Tactrix20BT; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button VTUWA020BT; private System.Windows.Forms.Button ElmScan5BT; private System.Windows.Forms.Button ObdLinkSXBT; private System.Windows.Forms.Button AGV4000BT; private System.Windows.Forms.Button AGV4000BBT; private System.Windows.Forms.Button Tactrix13BT; private System.Windows.Forms.Button VAGKKLBT; private System.Windows.Forms.Button FakeELMBT; private System.Windows.Forms.Button VOLVO_DICE; private System.Windows.Forms.Button helpButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Button CanCaseBT; private System.Windows.Forms.Button ElmBtClone; } }