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 chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series2 = 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.vsbStartDepth = new System.Windows.Forms.VScrollBar();
this.vsbDepthRange = new System.Windows.Forms.VScrollBar();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoScaleTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.controlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
((System.ComponentModel.ISupportInitialize)(this.chartStripChart)).BeginInit();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
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(658, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 31);
this.label1.TabIndex = 0;
this.label1.Text = "Depth";
//
// chartStripChart
//
chartArea2.AxisX.Interval = 30D;
chartArea2.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Seconds;
chartArea2.AxisX.LabelStyle.Format = "HH:mm:ss";
chartArea2.Name = "ChartArea1";
this.chartStripChart.ChartAreas.Add(chartArea2);
legend2.Enabled = false;
legend2.Name = "Legend1";
this.chartStripChart.Legends.Add(legend2);
this.chartStripChart.Location = new System.Drawing.Point(57, 77);
this.chartStripChart.Name = "chartStripChart";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
series2.Legend = "Legend1";
series2.Name = "Series1";
series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
this.chartStripChart.Series.Add(series2);
this.chartStripChart.Size = new System.Drawing.Size(551, 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(625, 55);
this.tbDepth.Name = "tbDepth";
this.tbDepth.Size = new System.Drawing.Size(158, 44);
this.tbDepth.TabIndex = 2;
//
// vsbStartDepth
//
this.vsbStartDepth.Location = new System.Drawing.Point(30, 67);
this.vsbStartDepth.Maximum = 0;
this.vsbStartDepth.Minimum = -500;
this.vsbStartDepth.Name = "vsbStartDepth";
this.vsbStartDepth.Size = new System.Drawing.Size(24, 151);
this.vsbStartDepth.SmallChange = 5;
this.vsbStartDepth.TabIndex = 3;
this.vsbStartDepth.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vsbStartDepth_Scroll);
//
// vsbDepthRange
//
this.vsbDepthRange.Location = new System.Drawing.Point(30, 240);
this.vsbDepthRange.Maximum = 500;
this.vsbDepthRange.Minimum = 10;
this.vsbDepthRange.Name = "vsbDepthRange";
this.vsbDepthRange.Size = new System.Drawing.Size(24, 151);
this.vsbDepthRange.SmallChange = 5;
this.vsbDepthRange.TabIndex = 3;
this.vsbDepthRange.Value = 100;
this.vsbDepthRange.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vsbDepthRange_Scroll);
//
// menuStrip1
//
this.menuStrip1.AllowMerge = false;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.settingsToolStripMenuItem,
this.controlsToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(795, 24);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.autoScaleToolStripMenuItem,
this.autoScaleTimeToolStripMenuItem});
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.settingsToolStripMenuItem.Text = "Settings";
//
// autoScaleToolStripMenuItem
//
this.autoScaleToolStripMenuItem.Name = "autoScaleToolStripMenuItem";
this.autoScaleToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.autoScaleToolStripMenuItem.Text = "Auto Scale Y";
this.autoScaleToolStripMenuItem.Click += new System.EventHandler(this.autoScaleYToolStripMenuItem_Click);
//
// autoScaleTimeToolStripMenuItem
//
this.autoScaleTimeToolStripMenuItem.Name = "autoScaleTimeToolStripMenuItem";
this.autoScaleTimeToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.autoScaleTimeToolStripMenuItem.Text = "Auto Scale Time";
//
// controlsToolStripMenuItem
//
this.controlsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.startToolStripMenuItem});
this.controlsToolStripMenuItem.Name = "controlsToolStripMenuItem";
this.controlsToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
this.controlsToolStripMenuItem.Text = "Controls";
//
// startToolStripMenuItem
//
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.startToolStripMenuItem.Text = "Start";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1});
this.toolStrip1.Location = new System.Drawing.Point(0, 107);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(24, 92);
this.toolStrip1.TabIndex = 5;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripLabel1
//
this.toolStripLabel1.Font = new System.Drawing.Font("Segoe UI", 12F);
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(21, 89);
this.toolStripLabel1.Text = "Start Depth";
this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
//
// toolStrip2
//
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel2});
this.toolStrip2.Location = new System.Drawing.Point(0, 282);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(24, 57);
this.toolStrip2.TabIndex = 6;
this.toolStrip2.Text = "toolStrip2";
//
// toolStripLabel2
//
this.toolStripLabel2.Font = new System.Drawing.Font("Segoe UI", 12F);
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(21, 54);
this.toolStripLabel2.Text = "Range";
this.toolStripLabel2.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
//
// 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.toolStrip2);
this.Controls.Add(this.vsbStartDepth);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.vsbDepthRange);
this.Controls.Add(this.tbDepth);
this.Controls.Add(this.chartStripChart);
this.Controls.Add(this.label1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "FormStripChart";
this.Text = "formStripChart";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormStripChart_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.chartStripChart)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
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.VScrollBar vsbStartDepth;
private System.Windows.Forms.VScrollBar vsbDepthRange;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem autoScaleToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem autoScaleTimeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem controlsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
}
}