//----------------------------------------------------------------------- // // 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.")] partial class ConnectionPanel { /// /// 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.messageOptionsGB = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.destinationAddressCB = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.speedCB = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.addressBitsCB = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.timeoutUD = new System.Windows.Forms.NumericUpDown(); this.label8 = new System.Windows.Forms.Label(); this.sourceAddressCB = new System.Windows.Forms.ComboBox(); this.checksumCB = new System.Windows.Forms.CheckBox(); this.connectionTabControl = new System.Windows.Forms.TabControl(); this.connectionFlagsTab = new System.Windows.Forms.TabPage(); this.connectionFlags = new UserInterface.GUI.ConnectionFlags(); this.connectionParametersTab = new System.Windows.Forms.TabPage(); this.configParams = new UserInterface.GUI.ConfigParams(); this.connectionEcusTab = new System.Windows.Forms.TabPage(); this.ecus = new UserInterface.GUI.Ecus(); this.messageFlags = new UserInterface.GUI.MessageFlags(); this.connectionProgressTab = new System.Windows.Forms.TabPage(); this.label7 = new System.Windows.Forms.Label(); this.protocolNameTB = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.rawCanTab = new System.Windows.Forms.TabPage(); this.label6 = new System.Windows.Forms.Label(); this.canSpeedCB = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.channelNumberCB = new System.Windows.Forms.ComboBox(); this.titleTextbox = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.probePidsButton = new System.Windows.Forms.Button(); this.obdButton = new System.Windows.Forms.Button(); this.disconnectBT = new System.Windows.Forms.Button(); this.connectBT = new System.Windows.Forms.Button(); this.gaugesButton = new System.Windows.Forms.Button(); this.enableVolvoCANButton = new System.Windows.Forms.Button(); this.closeTabButton = new System.Windows.Forms.Button(); this.rawCanButton = new System.Windows.Forms.Button(); this.overrunsTextBox = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.messageOptionsGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.timeoutUD)).BeginInit(); this.connectionTabControl.SuspendLayout(); this.connectionFlagsTab.SuspendLayout(); this.connectionParametersTab.SuspendLayout(); this.connectionEcusTab.SuspendLayout(); this.connectionProgressTab.SuspendLayout(); this.rawCanTab.SuspendLayout(); this.SuspendLayout(); // // messageOptionsGB // this.messageOptionsGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.messageOptionsGB.Controls.Add(this.label3); this.messageOptionsGB.Controls.Add(this.destinationAddressCB); this.messageOptionsGB.Controls.Add(this.label2); this.messageOptionsGB.Controls.Add(this.speedCB); this.messageOptionsGB.Controls.Add(this.label1); this.messageOptionsGB.Controls.Add(this.addressBitsCB); this.messageOptionsGB.Controls.Add(this.label11); this.messageOptionsGB.Controls.Add(this.timeoutUD); this.messageOptionsGB.Controls.Add(this.label8); this.messageOptionsGB.Controls.Add(this.sourceAddressCB); this.messageOptionsGB.Controls.Add(this.checksumCB); this.messageOptionsGB.Location = new System.Drawing.Point(266, 6); this.messageOptionsGB.Name = "messageOptionsGB"; this.messageOptionsGB.Size = new System.Drawing.Size(229, 311); this.messageOptionsGB.TabIndex = 60; this.messageOptionsGB.TabStop = false; this.messageOptionsGB.Text = "Message Options"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(101, 13); this.label3.TabIndex = 66; this.label3.Text = "Destination Address"; // // destinationAddressCB // this.destinationAddressCB.FormattingEnabled = true; this.destinationAddressCB.Location = new System.Drawing.Point(6, 112); this.destinationAddressCB.Name = "destinationAddressCB"; this.destinationAddressCB.Size = new System.Drawing.Size(146, 21); this.destinationAddressCB.TabIndex = 65; this.destinationAddressCB.SelectedIndexChanged += new System.EventHandler(this.destinationAddressCB_SelectedIndexChanged); this.destinationAddressCB.TextChanged += new System.EventHandler(this.destinationAddressCB_TextChanged); this.destinationAddressCB.Validating += new System.ComponentModel.CancelEventHandler(this.destinationAddressCB_Validating); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 198); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(102, 13); this.label2.TabIndex = 62; this.label2.Text = "J2534 Speed (kbps)"; // // speedCB // this.speedCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.speedCB.FormattingEnabled = true; this.speedCB.Location = new System.Drawing.Point(6, 214); this.speedCB.Name = "speedCB"; this.speedCB.Size = new System.Drawing.Size(108, 21); this.speedCB.TabIndex = 61; this.speedCB.SelectedIndexChanged += new System.EventHandler(this.speedCB_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 13); this.label1.TabIndex = 63; this.label1.Text = "Address Bits"; // // addressBitsCB // this.addressBitsCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.addressBitsCB.Enabled = false; this.addressBitsCB.FormattingEnabled = true; this.addressBitsCB.Location = new System.Drawing.Point(6, 32); this.addressBitsCB.Name = "addressBitsCB"; this.addressBitsCB.Size = new System.Drawing.Size(89, 21); this.addressBitsCB.TabIndex = 62; this.addressBitsCB.SelectedIndexChanged += new System.EventHandler(this.addressBitsCB_SelectedIndexChanged); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 159); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(45, 13); this.label11.TabIndex = 61; this.label11.Text = "Timeout"; // // timeoutUD // this.timeoutUD.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.timeoutUD.Location = new System.Drawing.Point(6, 175); this.timeoutUD.Maximum = new decimal(new int[] { 30000, 0, 0, 0}); this.timeoutUD.Minimum = new decimal(new int[] { 100, 0, 0, 0}); this.timeoutUD.Name = "timeoutUD"; this.timeoutUD.Size = new System.Drawing.Size(75, 20); this.timeoutUD.TabIndex = 60; this.timeoutUD.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 56); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(121, 13); this.label8.TabIndex = 54; this.label8.Text = "Source (Tester) Address"; // // sourceAddressCB // this.sourceAddressCB.FormattingEnabled = true; this.sourceAddressCB.Items.AddRange(new object[] { " N/A ", "0xF0", "0xF1", "0xF2", "0xF3", "0xF4", "0xF5", "0xF6", "0xF7", "0xF8", "0xF9", "0xFA", "0xFB", "0xFC", "0xFD", "0xFE", "0xFF"}); this.sourceAddressCB.Location = new System.Drawing.Point(6, 72); this.sourceAddressCB.Name = "sourceAddressCB"; this.sourceAddressCB.Size = new System.Drawing.Size(146, 21); this.sourceAddressCB.TabIndex = 53; this.sourceAddressCB.SelectedIndexChanged += new System.EventHandler(this.sourceAddressCB_SelectedIndexChanged); this.sourceAddressCB.TextChanged += new System.EventHandler(this.sourceAddressCB_TextChanged); this.sourceAddressCB.Validating += new System.ComponentModel.CancelEventHandler(this.sourceAddressCB_Validating); // // checksumCB // this.checksumCB.AutoSize = true; this.checksumCB.Location = new System.Drawing.Point(6, 139); this.checksumCB.Name = "checksumCB"; this.checksumCB.Size = new System.Drawing.Size(98, 17); this.checksumCB.TabIndex = 52; this.checksumCB.Text = "Add Checksum"; this.checksumCB.UseVisualStyleBackColor = true; this.checksumCB.CheckedChanged += new System.EventHandler(this.checksumCB_CheckedChanged); // // connectionTabControl // this.connectionTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.connectionTabControl.Controls.Add(this.connectionFlagsTab); this.connectionTabControl.Controls.Add(this.connectionParametersTab); this.connectionTabControl.Controls.Add(this.connectionEcusTab); this.connectionTabControl.Controls.Add(this.connectionProgressTab); this.connectionTabControl.Controls.Add(this.rawCanTab); this.connectionTabControl.Location = new System.Drawing.Point(3, 48); this.connectionTabControl.Name = "connectionTabControl"; this.connectionTabControl.SelectedIndex = 0; this.connectionTabControl.Size = new System.Drawing.Size(509, 349); this.connectionTabControl.TabIndex = 72; // // connectionFlagsTab // this.connectionFlagsTab.Controls.Add(this.connectionFlags); this.connectionFlagsTab.Controls.Add(this.messageOptionsGB); this.connectionFlagsTab.Location = new System.Drawing.Point(4, 22); this.connectionFlagsTab.Name = "connectionFlagsTab"; this.connectionFlagsTab.Padding = new System.Windows.Forms.Padding(3); this.connectionFlagsTab.Size = new System.Drawing.Size(501, 323); this.connectionFlagsTab.TabIndex = 0; this.connectionFlagsTab.Text = "Connection"; this.connectionFlagsTab.UseVisualStyleBackColor = true; // // connectionFlags // this.connectionFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.connectionFlags.Location = new System.Drawing.Point(6, 6); this.connectionFlags.Name = "connectionFlags"; this.connectionFlags.Size = new System.Drawing.Size(254, 311); this.connectionFlags.TabIndex = 65; // // connectionParametersTab // this.connectionParametersTab.Controls.Add(this.configParams); this.connectionParametersTab.Location = new System.Drawing.Point(4, 22); this.connectionParametersTab.Name = "connectionParametersTab"; this.connectionParametersTab.Padding = new System.Windows.Forms.Padding(3); this.connectionParametersTab.Size = new System.Drawing.Size(501, 323); this.connectionParametersTab.TabIndex = 2; this.connectionParametersTab.Text = "Connection Parameters"; this.connectionParametersTab.UseVisualStyleBackColor = true; // // configParams // this.configParams.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.configParams.Location = new System.Drawing.Point(6, 6); this.configParams.Name = "configParams"; this.configParams.ReadOnly = false; this.configParams.Size = new System.Drawing.Size(330, 319); this.configParams.TabIndex = 64; // // connectionEcusTab // this.connectionEcusTab.Controls.Add(this.ecus); this.connectionEcusTab.Controls.Add(this.messageFlags); this.connectionEcusTab.Location = new System.Drawing.Point(4, 22); this.connectionEcusTab.Name = "connectionEcusTab"; this.connectionEcusTab.Padding = new System.Windows.Forms.Padding(3); this.connectionEcusTab.Size = new System.Drawing.Size(501, 323); this.connectionEcusTab.TabIndex = 1; this.connectionEcusTab.Text = "Ecus & Flags"; this.connectionEcusTab.UseVisualStyleBackColor = true; // // ecus // this.ecus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.ecus.Location = new System.Drawing.Point(6, 6); this.ecus.Name = "ecus"; this.ecus.Size = new System.Drawing.Size(191, 319); this.ecus.TabIndex = 66; // // messageFlags // this.messageFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.messageFlags.Location = new System.Drawing.Point(203, 6); this.messageFlags.Name = "messageFlags"; this.messageFlags.Size = new System.Drawing.Size(201, 319); this.messageFlags.TabIndex = 61; // // connectionProgressTab // this.connectionProgressTab.Controls.Add(this.label7); this.connectionProgressTab.Controls.Add(this.protocolNameTB); this.connectionProgressTab.Controls.Add(this.label4); this.connectionProgressTab.Controls.Add(this.progressBar1); this.connectionProgressTab.Location = new System.Drawing.Point(4, 22); this.connectionProgressTab.Name = "connectionProgressTab"; this.connectionProgressTab.Padding = new System.Windows.Forms.Padding(3); this.connectionProgressTab.Size = new System.Drawing.Size(501, 323); this.connectionProgressTab.TabIndex = 3; this.connectionProgressTab.Text = "Progress"; this.connectionProgressTab.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 45); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(93, 13); this.label7.TabIndex = 3; this.label7.Text = "Detected Protocol"; // // protocolNameTB // this.protocolNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.protocolNameTB.Location = new System.Drawing.Point(6, 61); this.protocolNameTB.Name = "protocolNameTB"; this.protocolNameTB.ReadOnly = true; this.protocolNameTB.Size = new System.Drawing.Size(489, 20); this.protocolNameTB.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 3); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(61, 13); this.label4.TabIndex = 1; this.label4.Text = "Initialization"; // // progressBar1 // this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar1.Location = new System.Drawing.Point(6, 19); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(489, 23); this.progressBar1.TabIndex = 0; // // rawCanTab // this.rawCanTab.Controls.Add(this.label6); this.rawCanTab.Controls.Add(this.canSpeedCB); this.rawCanTab.Controls.Add(this.label5); this.rawCanTab.Controls.Add(this.channelNumberCB); this.rawCanTab.Location = new System.Drawing.Point(4, 22); this.rawCanTab.Name = "rawCanTab"; this.rawCanTab.Padding = new System.Windows.Forms.Padding(3); this.rawCanTab.Size = new System.Drawing.Size(501, 323); this.rawCanTab.TabIndex = 4; this.rawCanTab.Text = "Raw CAN"; this.rawCanTab.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 44); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 13); this.label6.TabIndex = 66; this.label6.Text = "CAN Speed (kbps)"; // // canSpeedCB // this.canSpeedCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.canSpeedCB.FormattingEnabled = true; this.canSpeedCB.Location = new System.Drawing.Point(6, 60); this.canSpeedCB.Name = "canSpeedCB"; this.canSpeedCB.Size = new System.Drawing.Size(108, 21); this.canSpeedCB.TabIndex = 65; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 3); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(86, 13); this.label5.TabIndex = 64; this.label5.Text = "Channel Number"; // // channelNumberCB // this.channelNumberCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.channelNumberCB.FormattingEnabled = true; this.channelNumberCB.Location = new System.Drawing.Point(6, 19); this.channelNumberCB.Name = "channelNumberCB"; this.channelNumberCB.Size = new System.Drawing.Size(89, 21); this.channelNumberCB.TabIndex = 63; // // titleTextbox // this.titleTextbox.Location = new System.Drawing.Point(3, 22); this.titleTextbox.Name = "titleTextbox"; this.titleTextbox.ReadOnly = true; this.titleTextbox.Size = new System.Drawing.Size(509, 20); this.titleTextbox.TabIndex = 73; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(3, 3); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(66, 16); this.label9.TabIndex = 75; this.label9.Text = "Protocol"; // // probePidsButton // this.probePidsButton.Enabled = false; this.probePidsButton.Image = global::UserInterface.Properties.Resources.eye; this.probePidsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.probePidsButton.Location = new System.Drawing.Point(518, 203); this.probePidsButton.Name = "probePidsButton"; this.probePidsButton.Size = new System.Drawing.Size(152, 23); this.probePidsButton.TabIndex = 76; this.probePidsButton.Text = "Probe PIDs"; this.probePidsButton.UseVisualStyleBackColor = true; this.probePidsButton.Click += new System.EventHandler(this.button1_Click); // // obdButton // this.obdButton.Enabled = false; this.obdButton.Image = global::UserInterface.Properties.Resources.car; this.obdButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.obdButton.Location = new System.Drawing.Point(518, 145); this.obdButton.Name = "obdButton"; this.obdButton.Size = new System.Drawing.Size(152, 23); this.obdButton.TabIndex = 74; this.obdButton.Text = "OBD-II"; this.obdButton.UseVisualStyleBackColor = true; this.obdButton.Click += new System.EventHandler(this.obdButton_Click); // // disconnectBT // this.disconnectBT.Enabled = false; this.disconnectBT.Image = global::UserInterface.Properties.Resources.application_delete; this.disconnectBT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.disconnectBT.Location = new System.Drawing.Point(518, 87); this.disconnectBT.Name = "disconnectBT"; this.disconnectBT.Size = new System.Drawing.Size(152, 23); this.disconnectBT.TabIndex = 63; this.disconnectBT.Text = "Disconnect"; this.disconnectBT.UseVisualStyleBackColor = true; this.disconnectBT.Click += new System.EventHandler(this.disconnectBT_Click); // // connectBT // this.connectBT.Image = global::UserInterface.Properties.Resources.application_go; this.connectBT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.connectBT.Location = new System.Drawing.Point(518, 58); this.connectBT.Name = "connectBT"; this.connectBT.Size = new System.Drawing.Size(152, 23); this.connectBT.TabIndex = 62; this.connectBT.Text = "Connect"; this.connectBT.UseVisualStyleBackColor = true; this.connectBT.Click += new System.EventHandler(this.connectBT_Click); // // gaugesButton // this.gaugesButton.Enabled = false; this.gaugesButton.Image = global::UserInterface.Properties.Resources.cd; this.gaugesButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.gaugesButton.Location = new System.Drawing.Point(518, 174); this.gaugesButton.Name = "gaugesButton"; this.gaugesButton.Size = new System.Drawing.Size(152, 23); this.gaugesButton.TabIndex = 68; this.gaugesButton.Text = "Gauges"; this.gaugesButton.UseVisualStyleBackColor = true; this.gaugesButton.Click += new System.EventHandler(this.gaugesButton_Click); // // enableVolvoCANButton // this.enableVolvoCANButton.Enabled = false; this.enableVolvoCANButton.Image = global::UserInterface.Properties.Resources.attach; this.enableVolvoCANButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.enableVolvoCANButton.Location = new System.Drawing.Point(518, 253); this.enableVolvoCANButton.Name = "enableVolvoCANButton"; this.enableVolvoCANButton.Size = new System.Drawing.Size(152, 23); this.enableVolvoCANButton.TabIndex = 67; this.enableVolvoCANButton.Text = "Enable Volvo CAN"; this.enableVolvoCANButton.UseVisualStyleBackColor = true; this.enableVolvoCANButton.Visible = false; this.enableVolvoCANButton.Click += new System.EventHandler(this.enableVolvoCAN_Click); // // closeTabButton // this.closeTabButton.BackColor = System.Drawing.SystemColors.ButtonFace; this.closeTabButton.Image = global::UserInterface.Properties.Resources.cog_delete; this.closeTabButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.closeTabButton.Location = new System.Drawing.Point(518, 3); this.closeTabButton.Name = "closeTabButton"; this.closeTabButton.Size = new System.Drawing.Size(152, 23); this.closeTabButton.TabIndex = 66; this.closeTabButton.Text = "Close"; this.closeTabButton.UseVisualStyleBackColor = false; this.closeTabButton.Click += new System.EventHandler(this.closeTabButton_Click); // // rawCanButton // this.rawCanButton.Enabled = false; this.rawCanButton.Image = global::UserInterface.Properties.Resources.tag_orange; this.rawCanButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.rawCanButton.Location = new System.Drawing.Point(518, 116); this.rawCanButton.Name = "rawCanButton"; this.rawCanButton.Size = new System.Drawing.Size(152, 23); this.rawCanButton.TabIndex = 64; this.rawCanButton.Text = "Raw CAN"; this.rawCanButton.UseVisualStyleBackColor = true; this.rawCanButton.Click += new System.EventHandler(this.rawCanButton_Click); // // overrunsTextBox // this.overrunsTextBox.Location = new System.Drawing.Point(574, 377); this.overrunsTextBox.Name = "overrunsTextBox"; this.overrunsTextBox.ReadOnly = true; this.overrunsTextBox.Size = new System.Drawing.Size(96, 20); this.overrunsTextBox.TabIndex = 77; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(518, 380); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(50, 13); this.label10.TabIndex = 78; this.label10.Text = "Overruns"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 4000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // ConnectionPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label10); this.Controls.Add(this.overrunsTextBox); this.Controls.Add(this.probePidsButton); this.Controls.Add(this.label9); this.Controls.Add(this.obdButton); this.Controls.Add(this.titleTextbox); this.Controls.Add(this.connectionTabControl); this.Controls.Add(this.disconnectBT); this.Controls.Add(this.connectBT); this.Controls.Add(this.gaugesButton); this.Controls.Add(this.enableVolvoCANButton); this.Controls.Add(this.closeTabButton); this.Controls.Add(this.rawCanButton); this.MinimumSize = new System.Drawing.Size(676, 400); this.Name = "ConnectionPanel"; this.Size = new System.Drawing.Size(676, 400); this.messageOptionsGB.ResumeLayout(false); this.messageOptionsGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.timeoutUD)).EndInit(); this.connectionTabControl.ResumeLayout(false); this.connectionFlagsTab.ResumeLayout(false); this.connectionParametersTab.ResumeLayout(false); this.connectionEcusTab.ResumeLayout(false); this.connectionProgressTab.ResumeLayout(false); this.connectionProgressTab.PerformLayout(); this.rawCanTab.ResumeLayout(false); this.rawCanTab.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox messageOptionsGB; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox speedCB; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button disconnectBT; private System.Windows.Forms.Button connectBT; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button rawCanButton; private System.Windows.Forms.Label label1; private ConfigParams configParams; private ConnectionFlags connectionFlags; private Ecus ecus; private MessageFlags messageFlags; private System.Windows.Forms.Button closeTabButton; private System.Windows.Forms.Button enableVolvoCANButton; private System.Windows.Forms.Button gaugesButton; private System.Windows.Forms.ComboBox sourceAddressCB; private System.Windows.Forms.CheckBox checksumCB; private System.Windows.Forms.NumericUpDown timeoutUD; private System.Windows.Forms.ComboBox addressBitsCB; private System.Windows.Forms.TabControl connectionTabControl; private System.Windows.Forms.TabPage connectionEcusTab; private System.Windows.Forms.TabPage connectionFlagsTab; private System.Windows.Forms.TabPage connectionParametersTab; private System.Windows.Forms.TextBox titleTextbox; private System.Windows.Forms.Button obdButton; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox destinationAddressCB; private System.Windows.Forms.TabPage connectionProgressTab; private System.Windows.Forms.Label label4; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.TabPage rawCanTab; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox channelNumberCB; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox canSpeedCB; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox protocolNameTB; private System.Windows.Forms.Label label9; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Button probePidsButton; private System.Windows.Forms.TextBox overrunsTextBox; private System.Windows.Forms.Label label10; private System.Windows.Forms.Timer timer1; } }