namespace CPFTrack
{
partial class FormStripChart
{
///
/// 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.label1 = new System.Windows.Forms.Label();
this.chartStripChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.tbDepth = new System.Windows.Forms.TextBox();
this.nudStartDepth = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.nudRange = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.nudTimeSpan = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.rtbVelocity = new System.Windows.Forms.TextBox();
this.cbAutoScaleY = new System.Windows.Forms.CheckBox();
this.cbRunning = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.chartStripChart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudStartDepth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudRange)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudTimeSpan)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(502, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 31);
this.label1.TabIndex = 0;
this.label1.Text = "Depth";
//
// chartStripChart
//
this.chartStripChart.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)));
chartArea1.AxisX.Interval = 30D;
chartArea1.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Seconds;
chartArea1.AxisX.LabelStyle.Format = "HH:mm:ss";
chartArea1.Name = "ChartArea1";
this.chartStripChart.ChartAreas.Add(chartArea1);
legend1.Enabled = false;
legend1.Name = "Legend1";
this.chartStripChart.Legends.Add(legend1);
this.chartStripChart.Location = new System.Drawing.Point(12, 77);
this.chartStripChart.Name = "chartStripChart";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
series1.Legend = "Legend1";
series1.Name = "Series1";
series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
this.chartStripChart.Series.Add(series1);
this.chartStripChart.Size = new System.Drawing.Size(746, 314);
this.chartStripChart.TabIndex = 1;
this.chartStripChart.Text = "chart1";
//
// tbDepth
//
this.tbDepth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tbDepth.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbDepth.Location = new System.Drawing.Point(600, 27);
this.tbDepth.Name = "tbDepth";
this.tbDepth.Size = new System.Drawing.Size(158, 44);
this.tbDepth.TabIndex = 2;
this.tbDepth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// nudStartDepth
//
this.nudStartDepth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.nudStartDepth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.nudStartDepth.Increment = new decimal(new int[] {
5,
0,
0,
0});
this.nudStartDepth.Location = new System.Drawing.Point(150, 406);
this.nudStartDepth.Minimum = new decimal(new int[] {
500,
0,
0,
-2147483648});
this.nudStartDepth.Name = "nudStartDepth";
this.nudStartDepth.Size = new System.Drawing.Size(67, 26);
this.nudStartDepth.TabIndex = 7;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(53, 408);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(92, 20);
this.label2.TabIndex = 8;
this.label2.Text = "Start Depth";
//
// nudRange
//
this.nudRange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.nudRange.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.nudRange.Increment = new decimal(new int[] {
5,
0,
0,
0});
this.nudRange.Location = new System.Drawing.Point(334, 406);
this.nudRange.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.nudRange.Minimum = new decimal(new int[] {
10,
0,
0,
0});
this.nudRange.Name = "nudRange";
this.nudRange.Size = new System.Drawing.Size(67, 26);
this.nudRange.TabIndex = 7;
this.nudRange.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(223, 408);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 20);
this.label3.TabIndex = 8;
this.label3.Text = "Depth Range";
//
// nudTimeSpan
//
this.nudTimeSpan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nudTimeSpan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.nudTimeSpan.Location = new System.Drawing.Point(570, 410);
this.nudTimeSpan.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.nudTimeSpan.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudTimeSpan.Name = "nudTimeSpan";
this.nudTimeSpan.Size = new System.Drawing.Size(67, 26);
this.nudTimeSpan.TabIndex = 7;
this.nudTimeSpan.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(440, 412);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(124, 20);
this.label4.TabIndex = 8;
this.label4.Text = "Time Span (min)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(79, 33);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(118, 31);
this.label5.TabIndex = 0;
this.label5.Text = "Velocity";
//
// rtbVelocity
//
this.rtbVelocity.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbVelocity.Location = new System.Drawing.Point(203, 27);
this.rtbVelocity.Name = "rtbVelocity";
this.rtbVelocity.Size = new System.Drawing.Size(158, 44);
this.rtbVelocity.TabIndex = 2;
this.rtbVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// cbAutoScaleY
//
this.cbAutoScaleY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbAutoScaleY.AutoSize = true;
this.cbAutoScaleY.Checked = true;
this.cbAutoScaleY.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbAutoScaleY.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbAutoScaleY.Location = new System.Drawing.Point(669, 397);
this.cbAutoScaleY.Name = "cbAutoScaleY";
this.cbAutoScaleY.Size = new System.Drawing.Size(114, 24);
this.cbAutoScaleY.TabIndex = 11;
this.cbAutoScaleY.Text = "Autoscale Y";
this.cbAutoScaleY.UseVisualStyleBackColor = true;
this.cbAutoScaleY.CheckedChanged += new System.EventHandler(this.cbAutoScaleY_CheckedChanged);
//
// cbRunning
//
this.cbRunning.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbRunning.AutoSize = true;
this.cbRunning.Checked = true;
this.cbRunning.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbRunning.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbRunning.Location = new System.Drawing.Point(671, 435);
this.cbRunning.Name = "cbRunning";
this.cbRunning.Size = new System.Drawing.Size(58, 24);
this.cbRunning.TabIndex = 12;
this.cbRunning.Text = "Run";
this.cbRunning.UseVisualStyleBackColor = true;
this.cbRunning.CheckedChanged += new System.EventHandler(this.cbRunning_CheckedChanged);
//
// FormStripChart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(795, 461);
this.Controls.Add(this.cbRunning);
this.Controls.Add(this.cbAutoScaleY);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.nudTimeSpan);
this.Controls.Add(this.nudRange);
this.Controls.Add(this.label2);
this.Controls.Add(this.nudStartDepth);
this.Controls.Add(this.rtbVelocity);
this.Controls.Add(this.tbDepth);
this.Controls.Add(this.label5);
this.Controls.Add(this.chartStripChart);
this.Controls.Add(this.label1);
this.Name = "FormStripChart";
this.Text = "formStripChart";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormStripChart_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.chartStripChart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudStartDepth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudRange)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudTimeSpan)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataVisualization.Charting.Chart chartStripChart;
private System.Windows.Forms.TextBox tbDepth;
private System.Windows.Forms.NumericUpDown nudStartDepth;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown nudRange;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown nudTimeSpan;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox rtbVelocity;
private System.Windows.Forms.CheckBox cbAutoScaleY;
private System.Windows.Forms.CheckBox cbRunning;
}
}