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.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(); ((System.ComponentModel.ISupportInitialize)(this.chartStripChart)).BeginInit(); this.menuStrip1.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(877, 25); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(113, 39); this.label1.TabIndex = 0; this.label1.Text = "Depth"; // // chartStripChart // 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(76, 95); this.chartStripChart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartStripChart.Name = "chartStripChart"; series1.BorderWidth = 5; 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(735, 386); 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(833, 68); this.tbDepth.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbDepth.Name = "tbDepth"; this.tbDepth.Size = new System.Drawing.Size(209, 53); this.tbDepth.TabIndex = 2; // // vsbStartDepth // this.vsbStartDepth.Location = new System.Drawing.Point(23, 79); this.vsbStartDepth.Maximum = 500; this.vsbStartDepth.Minimum = -500; this.vsbStartDepth.Name = "vsbStartDepth"; this.vsbStartDepth.Size = new System.Drawing.Size(24, 186); this.vsbStartDepth.SmallChange = 10; this.vsbStartDepth.TabIndex = 3; this.vsbStartDepth.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vsbStartDepth_Scroll); // // vsbDepthRange // this.vsbDepthRange.Location = new System.Drawing.Point(23, 293); this.vsbDepthRange.Maximum = 500; this.vsbDepthRange.Minimum = 10; this.vsbDepthRange.Name = "vsbDepthRange"; this.vsbDepthRange.Size = new System.Drawing.Size(24, 186); this.vsbDepthRange.SmallChange = 10; 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.ImageScalingSize = new System.Drawing.Size(20, 20); 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.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(1060, 28); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24); 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(74, 24); this.settingsToolStripMenuItem.Text = "Settings"; // // autoScaleToolStripMenuItem // this.autoScaleToolStripMenuItem.Name = "autoScaleToolStripMenuItem"; this.autoScaleToolStripMenuItem.Size = new System.Drawing.Size(192, 26); 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(192, 26); 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(76, 24); this.controlsToolStripMenuItem.Text = "Controls"; // // startToolStripMenuItem // this.startToolStripMenuItem.Name = "startToolStripMenuItem"; this.startToolStripMenuItem.Size = new System.Drawing.Size(115, 26); this.startToolStripMenuItem.Text = "Start"; this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click); // // FormStripChart // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1060, 567); this.Controls.Add(this.vsbDepthRange); this.Controls.Add(this.vsbStartDepth); 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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); 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.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; } }