namespace SBD_Parser
{
partial class KMLSettings
{
///
/// 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.kmlcolorDialog = new System.Windows.Forms.ColorDialog();
this.btnSelectColor = new System.Windows.Forms.Button();
this.tbThickness = new System.Windows.Forms.TrackBar();
this.cbDrawPath = new System.Windows.Forms.CheckBox();
this.gpbPathSettings = new System.Windows.Forms.GroupBox();
this.rsColor = new System.Windows.Forms.Panel();
this.lblThicknessValue = new System.Windows.Forms.Label();
this.lblLineThickness = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cbGyroscope = new System.Windows.Forms.CheckBox();
this.cbAccelerometer = new System.Windows.Forms.CheckBox();
this.cbGpio1 = new System.Windows.Forms.CheckBox();
this.cbGpio0 = new System.Windows.Forms.CheckBox();
this.cbAdc3 = new System.Windows.Forms.CheckBox();
this.cbAdc2 = new System.Windows.Forms.CheckBox();
this.cbSupplyVoltage = new System.Windows.Forms.CheckBox();
this.cbAddTimeStamp = new System.Windows.Forms.CheckBox();
this.btnSelectAll = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.tbThickness)).BeginInit();
this.gpbPathSettings.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnSelectColor
//
this.btnSelectColor.Location = new System.Drawing.Point(6, 99);
this.btnSelectColor.Name = "btnSelectColor";
this.btnSelectColor.Size = new System.Drawing.Size(75, 23);
this.btnSelectColor.TabIndex = 0;
this.btnSelectColor.Text = "Select Color";
this.btnSelectColor.UseVisualStyleBackColor = true;
this.btnSelectColor.Click += new System.EventHandler(this.btnSelectColor_Click);
//
// tbThickness
//
this.tbThickness.Location = new System.Drawing.Point(92, 52);
this.tbThickness.Minimum = 1;
this.tbThickness.Name = "tbThickness";
this.tbThickness.Size = new System.Drawing.Size(104, 45);
this.tbThickness.TabIndex = 3;
this.tbThickness.Value = 4;
this.tbThickness.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// cbDrawPath
//
this.cbDrawPath.AutoSize = true;
this.cbDrawPath.Location = new System.Drawing.Point(12, 28);
this.cbDrawPath.Name = "cbDrawPath";
this.cbDrawPath.Size = new System.Drawing.Size(76, 17);
this.cbDrawPath.TabIndex = 5;
this.cbDrawPath.Text = "Draw Path";
this.cbDrawPath.UseVisualStyleBackColor = true;
this.cbDrawPath.CheckedChanged += new System.EventHandler(this.cbDrawLine_CheckedChanged);
//
// gpbPathSettings
//
this.gpbPathSettings.Controls.Add(this.rsColor);
this.gpbPathSettings.Controls.Add(this.lblThicknessValue);
this.gpbPathSettings.Controls.Add(this.lblLineThickness);
this.gpbPathSettings.Controls.Add(this.cbDrawPath);
this.gpbPathSettings.Controls.Add(this.tbThickness);
this.gpbPathSettings.Controls.Add(this.btnSelectColor);
this.gpbPathSettings.Location = new System.Drawing.Point(12, 246);
this.gpbPathSettings.Name = "gpbPathSettings";
this.gpbPathSettings.Size = new System.Drawing.Size(200, 139);
this.gpbPathSettings.TabIndex = 6;
this.gpbPathSettings.TabStop = false;
this.gpbPathSettings.Text = "Path Settings";
//
// rsColor
//
this.rsColor.Location = new System.Drawing.Point(87, 101);
this.rsColor.Name = "rsColor";
this.rsColor.Size = new System.Drawing.Size(20, 20);
this.rsColor.TabIndex = 8;
//
// lblThicknessValue
//
this.lblThicknessValue.AutoSize = true;
this.lblThicknessValue.Location = new System.Drawing.Point(172, 84);
this.lblThicknessValue.Name = "lblThicknessValue";
this.lblThicknessValue.Size = new System.Drawing.Size(13, 13);
this.lblThicknessValue.TabIndex = 7;
this.lblThicknessValue.Text = "4";
//
// lblLineThickness
//
this.lblLineThickness.AutoSize = true;
this.lblLineThickness.Location = new System.Drawing.Point(7, 61);
this.lblLineThickness.Name = "lblLineThickness";
this.lblLineThickness.Size = new System.Drawing.Size(79, 13);
this.lblLineThickness.TabIndex = 6;
this.lblLineThickness.Text = "Line Thickness";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(218, 362);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 7;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnSelectAll);
this.groupBox1.Controls.Add(this.cbGyroscope);
this.groupBox1.Controls.Add(this.cbAccelerometer);
this.groupBox1.Controls.Add(this.cbGpio1);
this.groupBox1.Controls.Add(this.cbGpio0);
this.groupBox1.Controls.Add(this.cbAdc3);
this.groupBox1.Controls.Add(this.cbAdc2);
this.groupBox1.Controls.Add(this.cbSupplyVoltage);
this.groupBox1.Controls.Add(this.cbAddTimeStamp);
this.groupBox1.Location = new System.Drawing.Point(12, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(277, 213);
this.groupBox1.TabIndex = 15;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Data Feilds";
//
// cbGyroscope
//
this.cbGyroscope.AutoSize = true;
this.cbGyroscope.Location = new System.Drawing.Point(6, 189);
this.cbGyroscope.Name = "cbGyroscope";
this.cbGyroscope.Size = new System.Drawing.Size(112, 17);
this.cbGyroscope.TabIndex = 22;
this.cbGyroscope.Text = "Gyroscope Values";
this.cbGyroscope.UseVisualStyleBackColor = true;
this.cbGyroscope.CheckedChanged += new System.EventHandler(this.cbGyroscope_CheckedChanged);
//
// cbAccelerometer
//
this.cbAccelerometer.AutoSize = true;
this.cbAccelerometer.Location = new System.Drawing.Point(6, 166);
this.cbAccelerometer.Name = "cbAccelerometer";
this.cbAccelerometer.Size = new System.Drawing.Size(129, 17);
this.cbAccelerometer.TabIndex = 21;
this.cbAccelerometer.Text = "Accelerometer Values";
this.cbAccelerometer.UseVisualStyleBackColor = true;
this.cbAccelerometer.CheckedChanged += new System.EventHandler(this.cbAccelerometer_CheckedChanged);
//
// cbGpio1
//
this.cbGpio1.AutoSize = true;
this.cbGpio1.Location = new System.Drawing.Point(6, 143);
this.cbGpio1.Name = "cbGpio1";
this.cbGpio1.Size = new System.Drawing.Size(61, 17);
this.cbGpio1.TabIndex = 20;
this.cbGpio1.Text = "GPIO 1";
this.cbGpio1.UseVisualStyleBackColor = true;
this.cbGpio1.CheckedChanged += new System.EventHandler(this.cbGpio1_CheckedChanged);
//
// cbGpio0
//
this.cbGpio0.AutoSize = true;
this.cbGpio0.Location = new System.Drawing.Point(6, 120);
this.cbGpio0.Name = "cbGpio0";
this.cbGpio0.Size = new System.Drawing.Size(61, 17);
this.cbGpio0.TabIndex = 19;
this.cbGpio0.Text = "GPIO 0";
this.cbGpio0.UseVisualStyleBackColor = true;
this.cbGpio0.CheckedChanged += new System.EventHandler(this.cbGpio0_CheckedChanged);
//
// cbAdc3
//
this.cbAdc3.AutoSize = true;
this.cbAdc3.Location = new System.Drawing.Point(6, 97);
this.cbAdc3.Name = "cbAdc3";
this.cbAdc3.Size = new System.Drawing.Size(57, 17);
this.cbAdc3.TabIndex = 18;
this.cbAdc3.Text = "ADC 3";
this.cbAdc3.UseVisualStyleBackColor = true;
this.cbAdc3.CheckedChanged += new System.EventHandler(this.cbAdc3_CheckedChanged);
//
// cbAdc2
//
this.cbAdc2.AutoSize = true;
this.cbAdc2.Location = new System.Drawing.Point(6, 74);
this.cbAdc2.Name = "cbAdc2";
this.cbAdc2.Size = new System.Drawing.Size(57, 17);
this.cbAdc2.TabIndex = 17;
this.cbAdc2.Text = "ADC 2";
this.cbAdc2.UseVisualStyleBackColor = true;
this.cbAdc2.CheckedChanged += new System.EventHandler(this.cbAdc2_CheckedChanged);
//
// cbSupplyVoltage
//
this.cbSupplyVoltage.AutoSize = true;
this.cbSupplyVoltage.Location = new System.Drawing.Point(6, 51);
this.cbSupplyVoltage.Name = "cbSupplyVoltage";
this.cbSupplyVoltage.Size = new System.Drawing.Size(97, 17);
this.cbSupplyVoltage.TabIndex = 16;
this.cbSupplyVoltage.Text = "Supply Voltage";
this.cbSupplyVoltage.UseVisualStyleBackColor = true;
this.cbSupplyVoltage.CheckedChanged += new System.EventHandler(this.cbSupplyVoltage_CheckedChanged);
//
// cbAddTimeStamp
//
this.cbAddTimeStamp.AutoSize = true;
this.cbAddTimeStamp.Location = new System.Drawing.Point(6, 28);
this.cbAddTimeStamp.Name = "cbAddTimeStamp";
this.cbAddTimeStamp.Size = new System.Drawing.Size(77, 17);
this.cbAddTimeStamp.TabIndex = 15;
this.cbAddTimeStamp.Text = "Timestamp";
this.cbAddTimeStamp.UseVisualStyleBackColor = true;
this.cbAddTimeStamp.CheckedChanged += new System.EventHandler(this.cbAddTimeStamp_CheckedChanged_1);
//
// btnSelectAll
//
this.btnSelectAll.Location = new System.Drawing.Point(196, 184);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(75, 23);
this.btnSelectAll.TabIndex = 16;
this.btnSelectAll.Text = "Select All";
this.btnSelectAll.UseVisualStyleBackColor = true;
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// KMLSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(301, 395);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.gpbPathSettings);
this.Controls.Add(this.groupBox1);
this.Name = "KMLSettings";
this.Text = "KMLSettings";
this.Load += new System.EventHandler(this.KMLSettings_Load);
((System.ComponentModel.ISupportInitialize)(this.tbThickness)).EndInit();
this.gpbPathSettings.ResumeLayout(false);
this.gpbPathSettings.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ColorDialog kmlcolorDialog;
private System.Windows.Forms.Button btnSelectColor;
private System.Windows.Forms.TrackBar tbThickness;
private System.Windows.Forms.CheckBox cbDrawPath;
private System.Windows.Forms.GroupBox gpbPathSettings;
private System.Windows.Forms.Label lblThicknessValue;
private System.Windows.Forms.Label lblLineThickness;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Panel rsColor;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox cbGyroscope;
private System.Windows.Forms.CheckBox cbAccelerometer;
private System.Windows.Forms.CheckBox cbGpio1;
private System.Windows.Forms.CheckBox cbGpio0;
private System.Windows.Forms.CheckBox cbAdc3;
private System.Windows.Forms.CheckBox cbAdc2;
private System.Windows.Forms.CheckBox cbSupplyVoltage;
private System.Windows.Forms.CheckBox cbAddTimeStamp;
private System.Windows.Forms.Button btnSelectAll;
}
}