//-----------------------------------------------------------------------
//
// 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.OBD
{
[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 ProbePidsPanel
{
///
/// 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.rangeStartTB = new System.Windows.Forms.TextBox();
this.rangeEndTB = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.modeComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.startButton = new System.Windows.Forms.Button();
this.stopButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.showCheckbox = new System.Windows.Forms.CheckBox();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.SuspendLayout();
//
// rangeStartTB
//
this.rangeStartTB.Location = new System.Drawing.Point(64, 29);
this.rangeStartTB.Name = "rangeStartTB";
this.rangeStartTB.Size = new System.Drawing.Size(73, 20);
this.rangeStartTB.TabIndex = 1;
this.rangeStartTB.Validating += new System.ComponentModel.CancelEventHandler(this.rangeStartTB_Validating);
//
// rangeEndTB
//
this.rangeEndTB.Location = new System.Drawing.Point(64, 55);
this.rangeEndTB.Name = "rangeEndTB";
this.rangeEndTB.Size = new System.Drawing.Size(73, 20);
this.rangeEndTB.TabIndex = 2;
this.rangeEndTB.Validating += new System.ComponentModel.CancelEventHandler(this.rangeEndTB_Validating);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Start PID";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 3;
this.label2.Text = "End PID";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(24, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Mode";
//
// modeComboBox
//
this.modeComboBox.FormattingEnabled = true;
this.modeComboBox.Location = new System.Drawing.Point(64, 3);
this.modeComboBox.Name = "modeComboBox";
this.modeComboBox.Size = new System.Drawing.Size(221, 21);
this.modeComboBox.TabIndex = 0;
this.modeComboBox.SelectedIndexChanged += new System.EventHandler(this.modeComboBox_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(143, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 13);
this.label4.TabIndex = 7;
this.label4.Text = "E.g. 0x00";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(143, 58);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 13);
this.label5.TabIndex = 8;
this.label5.Text = "E.g. 0xFF";
//
// listView1
//
this.listView1.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.listView1.Location = new System.Drawing.Point(3, 81);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(670, 316);
this.listView1.TabIndex = 7;
this.listView1.UseCompatibleStateImageBehavior = false;
//
// startButton
//
this.startButton.Enabled = false;
this.startButton.Location = new System.Drawing.Point(403, 1);
this.startButton.Name = "startButton";
this.startButton.Size = new System.Drawing.Size(75, 23);
this.startButton.TabIndex = 4;
this.startButton.Text = "Start";
this.startButton.UseVisualStyleBackColor = true;
this.startButton.Click += new System.EventHandler(this.startButton_Click);
//
// stopButton
//
this.stopButton.Enabled = false;
this.stopButton.Location = new System.Drawing.Point(403, 30);
this.stopButton.Name = "stopButton";
this.stopButton.Size = new System.Drawing.Size(75, 23);
this.stopButton.TabIndex = 5;
this.stopButton.Text = "End";
this.stopButton.UseVisualStyleBackColor = true;
this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Enabled = false;
this.saveButton.Image = global::UserInterface.Properties.Resources.disk;
this.saveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveButton.Location = new System.Drawing.Point(584, 1);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(89, 23);
this.saveButton.TabIndex = 6;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// showCheckbox
//
this.showCheckbox.AutoSize = true;
this.showCheckbox.Location = new System.Drawing.Point(225, 31);
this.showCheckbox.Name = "showCheckbox";
this.showCheckbox.Size = new System.Drawing.Size(67, 17);
this.showCheckbox.TabIndex = 3;
this.showCheckbox.Text = "Show All";
this.showCheckbox.UseVisualStyleBackColor = true;
this.showCheckbox.CheckedChanged += new System.EventHandler(this.showCheckbox_CheckedChanged);
//
// ProbePidsPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.showCheckbox);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.stopButton);
this.Controls.Add(this.startButton);
this.Controls.Add(this.listView1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.modeComboBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.rangeEndTB);
this.Controls.Add(this.rangeStartTB);
this.Name = "ProbePidsPanel";
this.Size = new System.Drawing.Size(676, 400);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox rangeStartTB;
private System.Windows.Forms.TextBox rangeEndTB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox modeComboBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.Button startButton;
private System.Windows.Forms.Button stopButton;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.CheckBox showCheckbox;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
}
}