//----------------------------------------------------------------------- // // 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 CanApp { [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 CanMain { /// /// 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(CanMain)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openCanLogfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeCanLogfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.openEventLogfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeEventLogfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveEventWindowMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.openMeasurementDataLogFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeMeasurementDataLogFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.openRawLogFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeRawLogFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.configurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.configParametersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.communicationSpeedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.manageSensorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.modesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.vehiclesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.oBDCodesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.iconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.eventLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpPopupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label9 = new System.Windows.Forms.Label(); this.contentPanel = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.applicationTree1 = new UserInterface.GUI.ApplicationTree(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.configurationToolStripMenuItem, this.eventLogToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(992, 24); this.menuStrip1.TabIndex = 11; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openCanLogfileToolStripMenuItem, this.closeCanLogfileToolStripMenuItem, this.toolStripSeparator1, this.openEventLogfileToolStripMenuItem, this.closeEventLogfileToolStripMenuItem, this.saveEventWindowMenuItem, this.toolStripSeparator5, this.openMeasurementDataLogFileToolStripMenuItem, this.closeMeasurementDataLogFileToolStripMenuItem, this.toolStripSeparator6, this.openRawLogFileToolStripMenuItem, this.closeRawLogFileToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "&File"; // // openCanLogfileToolStripMenuItem // this.openCanLogfileToolStripMenuItem.Name = "openCanLogfileToolStripMenuItem"; this.openCanLogfileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D))); this.openCanLogfileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.openCanLogfileToolStripMenuItem.Text = "Open CAN Data Logfile..."; this.openCanLogfileToolStripMenuItem.Click += new System.EventHandler(this.openCanLogfileToolStripMenuItem_Click); // // closeCanLogfileToolStripMenuItem // this.closeCanLogfileToolStripMenuItem.Enabled = false; this.closeCanLogfileToolStripMenuItem.Name = "closeCanLogfileToolStripMenuItem"; this.closeCanLogfileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.D))); this.closeCanLogfileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.closeCanLogfileToolStripMenuItem.Text = "Close CAN Data Logfile"; this.closeCanLogfileToolStripMenuItem.Click += new System.EventHandler(this.closeCanLogfileToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(286, 6); // // openEventLogfileToolStripMenuItem // this.openEventLogfileToolStripMenuItem.Name = "openEventLogfileToolStripMenuItem"; this.openEventLogfileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E))); this.openEventLogfileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.openEventLogfileToolStripMenuItem.Text = "Open Event Logfile..."; this.openEventLogfileToolStripMenuItem.Click += new System.EventHandler(this.openEventLogfileToolStripMenuItem_Click); // // closeEventLogfileToolStripMenuItem // this.closeEventLogfileToolStripMenuItem.Enabled = false; this.closeEventLogfileToolStripMenuItem.Name = "closeEventLogfileToolStripMenuItem"; this.closeEventLogfileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.E))); this.closeEventLogfileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.closeEventLogfileToolStripMenuItem.Text = "Close Event Logfile"; this.closeEventLogfileToolStripMenuItem.Click += new System.EventHandler(this.closeEventLogfileToolStripMenuItem_Click); // // saveEventWindowMenuItem // this.saveEventWindowMenuItem.Name = "saveEventWindowMenuItem"; this.saveEventWindowMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveEventWindowMenuItem.Size = new System.Drawing.Size(289, 22); this.saveEventWindowMenuItem.Text = "Save Event Window..."; this.saveEventWindowMenuItem.Click += new System.EventHandler(this.saveEventWindowMenuItem_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(286, 6); // // openMeasurementDataLogFileToolStripMenuItem // this.openMeasurementDataLogFileToolStripMenuItem.Name = "openMeasurementDataLogFileToolStripMenuItem"; this.openMeasurementDataLogFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L))); this.openMeasurementDataLogFileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.openMeasurementDataLogFileToolStripMenuItem.Text = "Open Measurement Data Log file..."; this.openMeasurementDataLogFileToolStripMenuItem.Click += new System.EventHandler(this.openMeasurementDataLogFileToolStripMenuItem_Click); // // closeMeasurementDataLogFileToolStripMenuItem // this.closeMeasurementDataLogFileToolStripMenuItem.Enabled = false; this.closeMeasurementDataLogFileToolStripMenuItem.Name = "closeMeasurementDataLogFileToolStripMenuItem"; this.closeMeasurementDataLogFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.L))); this.closeMeasurementDataLogFileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.closeMeasurementDataLogFileToolStripMenuItem.Text = "Close Measurement Data Log file"; this.closeMeasurementDataLogFileToolStripMenuItem.Click += new System.EventHandler(this.closeMeasurementDataLogFileToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(286, 6); // // openRawLogFileToolStripMenuItem // this.openRawLogFileToolStripMenuItem.Name = "openRawLogFileToolStripMenuItem"; this.openRawLogFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D1))); this.openRawLogFileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.openRawLogFileToolStripMenuItem.Text = "Open Raw Log File..."; this.openRawLogFileToolStripMenuItem.Click += new System.EventHandler(this.openRawLogFileToolStripMenuItem_Click); // // closeRawLogFileToolStripMenuItem // this.closeRawLogFileToolStripMenuItem.Enabled = false; this.closeRawLogFileToolStripMenuItem.Name = "closeRawLogFileToolStripMenuItem"; this.closeRawLogFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.D1))); this.closeRawLogFileToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.closeRawLogFileToolStripMenuItem.Text = "Close Raw Log File"; this.closeRawLogFileToolStripMenuItem.Click += new System.EventHandler(this.closeRawLogFileToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(286, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.X))); this.exitToolStripMenuItem.Size = new System.Drawing.Size(289, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // configurationToolStripMenuItem // this.configurationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.configParametersToolStripMenuItem, this.communicationSpeedsToolStripMenuItem, this.unitsToolStripMenuItem, this.manageSensorsToolStripMenuItem, this.modesToolStripMenuItem, this.vehiclesToolStripMenuItem, this.oBDCodesToolStripMenuItem, this.iconsToolStripMenuItem}); this.configurationToolStripMenuItem.Name = "configurationToolStripMenuItem"; this.configurationToolStripMenuItem.Size = new System.Drawing.Size(84, 20); this.configurationToolStripMenuItem.Text = "&Configuration"; // // configParametersToolStripMenuItem // this.configParametersToolStripMenuItem.Name = "configParametersToolStripMenuItem"; this.configParametersToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.configParametersToolStripMenuItem.Text = "Config Parameters"; this.configParametersToolStripMenuItem.Click += new System.EventHandler(this.configParametersToolStripMenuItem_Click); // // communicationSpeedsToolStripMenuItem // this.communicationSpeedsToolStripMenuItem.Name = "communicationSpeedsToolStripMenuItem"; this.communicationSpeedsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.communicationSpeedsToolStripMenuItem.Text = "Communication Speeds"; this.communicationSpeedsToolStripMenuItem.Click += new System.EventHandler(this.communicationSpeedsToolStripMenuItem_Click); // // unitsToolStripMenuItem // this.unitsToolStripMenuItem.Name = "unitsToolStripMenuItem"; this.unitsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.unitsToolStripMenuItem.Text = "Units"; this.unitsToolStripMenuItem.Click += new System.EventHandler(this.unitsToolStripMenuItem_Click); // // manageSensorsToolStripMenuItem // this.manageSensorsToolStripMenuItem.Name = "manageSensorsToolStripMenuItem"; this.manageSensorsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.manageSensorsToolStripMenuItem.Text = "PID Groups"; this.manageSensorsToolStripMenuItem.Click += new System.EventHandler(this.sensorsToolStripMenuItem_Click); // // modesToolStripMenuItem // this.modesToolStripMenuItem.Name = "modesToolStripMenuItem"; this.modesToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.modesToolStripMenuItem.Text = "Modes"; this.modesToolStripMenuItem.Click += new System.EventHandler(this.modesToolStripMenuItem_Click); // // vehiclesToolStripMenuItem // this.vehiclesToolStripMenuItem.Name = "vehiclesToolStripMenuItem"; this.vehiclesToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.vehiclesToolStripMenuItem.Text = "Vehicles"; this.vehiclesToolStripMenuItem.Click += new System.EventHandler(this.vehiclesToolStripMenuItem_Click); // // oBDCodesToolStripMenuItem // this.oBDCodesToolStripMenuItem.Name = "oBDCodesToolStripMenuItem"; this.oBDCodesToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.oBDCodesToolStripMenuItem.Text = "DTC Codes"; this.oBDCodesToolStripMenuItem.Click += new System.EventHandler(this.oBDCodesToolStripMenuItem_Click); // // iconsToolStripMenuItem // this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem"; this.iconsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.iconsToolStripMenuItem.Text = "Icons"; this.iconsToolStripMenuItem.Click += new System.EventHandler(this.iconsToolStripMenuItem_Click); // // eventLogToolStripMenuItem // this.eventLogToolStripMenuItem.Name = "eventLogToolStripMenuItem"; this.eventLogToolStripMenuItem.Size = new System.Drawing.Size(67, 20); this.eventLogToolStripMenuItem.Text = "E&vent Log"; this.eventLogToolStripMenuItem.Click += new System.EventHandler(this.eventLogToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpPopupToolStripMenuItem, this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "&Help"; // // helpPopupToolStripMenuItem // this.helpPopupToolStripMenuItem.Name = "helpPopupToolStripMenuItem"; this.helpPopupToolStripMenuItem.Size = new System.Drawing.Size(111, 22); this.helpPopupToolStripMenuItem.Text = "Herman"; this.helpPopupToolStripMenuItem.Click += new System.EventHandler(this.helpPopupToolStripMenuItem_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(111, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 16); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(31, 13); this.label9.TabIndex = 57; this.label9.Text = "Units"; // // contentPanel // this.contentPanel.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.contentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.contentPanel.Location = new System.Drawing.Point(3, 3); this.contentPanel.Name = "contentPanel"; this.contentPanel.Size = new System.Drawing.Size(692, 510); this.contentPanel.TabIndex = 2; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 27); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.applicationTree1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.contentPanel); this.splitContainer1.Size = new System.Drawing.Size(992, 516); this.splitContainer1.SplitterDistance = 289; this.splitContainer1.TabIndex = 34; // // applicationTree1 // this.applicationTree1.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.applicationTree1.Location = new System.Drawing.Point(3, 0); this.applicationTree1.Name = "applicationTree1"; this.applicationTree1.Size = new System.Drawing.Size(284, 513); this.applicationTree1.TabIndex = 1; // // CanMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(992, 543); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MinimumSize = new System.Drawing.Size(1000, 570); this.Name = "CanMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CAN-Bus Data Miner [Main]"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CanMain_FormClosing); this.LocationChanged += new System.EventHandler(this.CanMain_LocationChanged); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openCanLogfileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeCanLogfileToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openEventLogfileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeEventLogfileToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem saveEventWindowMenuItem; private System.Windows.Forms.ToolStripMenuItem configurationToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem manageSensorsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem unitsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem modesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem vehiclesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem communicationSpeedsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem configParametersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem oBDCodesToolStripMenuItem; private System.Windows.Forms.Label label9; private System.Windows.Forms.ToolStripMenuItem openMeasurementDataLogFileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeMeasurementDataLogFileToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem iconsToolStripMenuItem; private UserInterface.GUI.ApplicationTree applicationTree1; private System.Windows.Forms.Panel contentPanel; private System.Windows.Forms.ToolStripMenuItem eventLogToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripMenuItem helpPopupToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openRawLogFileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeRawLogFileToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; } }