namespace CPFConsole
{
partial class Form1
{
///
/// 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.components = new System.ComponentModel.Container();
this.rtbCPFMessages = new System.Windows.Forms.RichTextBox();
this.rtbBellowsPosition = new System.Windows.Forms.RichTextBox();
this.label4 = new System.Windows.Forms.Label();
this.rtbCTDPressure = new System.Windows.Forms.RichTextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.rtbComment = new System.Windows.Forms.RichTextBox();
this.rtbCPFState = new System.Windows.Forms.RichTextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.DescentSimulationTimer = new System.Windows.Forms.Timer(this.components);
this.AscentSimulationTimer = new System.Windows.Forms.Timer(this.components);
this.tab_SBE41Status = new System.Windows.Forms.TabPage();
this.label31 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.rtbSBE41InString = new System.Windows.Forms.RichTextBox();
this.rtbCTDSamplePeriod = new System.Windows.Forms.RichTextBox();
this.rtbSBE41DiffVelocity = new System.Windows.Forms.RichTextBox();
this.rtbSBE41LPFVelocity = new System.Windows.Forms.RichTextBox();
this.rtbSBE41LPFPressure = new System.Windows.Forms.RichTextBox();
this.rtbSBE41RawPressure = new System.Windows.Forms.RichTextBox();
this.tab_PIDStatus = new System.Windows.Forms.TabPage();
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
this.rtbPIDu = new System.Windows.Forms.RichTextBox();
this.rtbPIDY2 = new System.Windows.Forms.RichTextBox();
this.rtbPIDv = new System.Windows.Forms.RichTextBox();
this.rtbPIDY1 = new System.Windows.Forms.RichTextBox();
this.rtbPIDSP = new System.Windows.Forms.RichTextBox();
this.rtbPIDI = new System.Windows.Forms.RichTextBox();
this.label21 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.rtbPIDPV = new System.Windows.Forms.RichTextBox();
this.label16 = new System.Windows.Forms.Label();
this.rtbPIDuCPS = new System.Windows.Forms.RichTextBox();
this.label22 = new System.Windows.Forms.Label();
this.tab_DACSetup = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.CheckBoxToAutomate = new System.Windows.Forms.CheckBox();
this.rtbAnchorDepth = new System.Windows.Forms.RichTextBox();
this.label9 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.rtbAscendRate = new System.Windows.Forms.RichTextBox();
this.rtbDescendRate = new System.Windows.Forms.RichTextBox();
this.StopAscentButton = new System.Windows.Forms.Button();
this.SimulateAscentButton = new System.Windows.Forms.Button();
this.stopDescent = new System.Windows.Forms.Button();
this.beginDescent = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.rtbDynamicModelDepth = new System.Windows.Forms.TextBox();
this.rtbDynamicModelVelocity = new System.Windows.Forms.TextBox();
this.rtbDynamicModelAcceleration = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label37 = new System.Windows.Forms.Label();
this.pressureCommand = new System.Windows.Forms.TextBox();
this.rtbDepthCommand = new System.Windows.Forms.TextBox();
this.label38 = new System.Windows.Forms.Label();
this.DepthCommandButton = new System.Windows.Forms.Button();
this.tab_CPFStatus = new System.Windows.Forms.TabPage();
this.rtbHousingT = new System.Windows.Forms.RichTextBox();
this.label25 = new System.Windows.Forms.Label();
this.rtbHousingH = new System.Windows.Forms.RichTextBox();
this.label24 = new System.Windows.Forms.Label();
this.rtbHousingP = new System.Windows.Forms.RichTextBox();
this.label23 = new System.Windows.Forms.Label();
this.rtbBatteryVoltage = new System.Windows.Forms.RichTextBox();
this.rtbTime = new System.Windows.Forms.RichTextBox();
this.rtbDate = new System.Windows.Forms.RichTextBox();
this.label5 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.ResetView_btn = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.ModelVelocityToggle = new System.Windows.Forms.CheckBox();
this.PVToggle = new System.Windows.Forms.CheckBox();
this.CommandPressureToggle = new System.Windows.Forms.CheckBox();
this.PressureToggle = new System.Windows.Forms.CheckBox();
this.ToggleBellows = new System.Windows.Forms.CheckBox();
this.clearChart = new System.Windows.Forms.Button();
this.enableVisualizer = new System.Windows.Forms.CheckBox();
this.FollowBox = new System.Windows.Forms.CheckBox();
this.cartesianChart1 = new LiveCharts.WinForms.CartesianChart();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.ChannelParams = new System.Windows.Forms.GroupBox();
this.label35 = new System.Windows.Forms.Label();
this.label34 = new System.Windows.Forms.Label();
this.label33 = new System.Windows.Forms.Label();
this.minValue = new System.Windows.Forms.TextBox();
this.maxValue = new System.Windows.Forms.TextBox();
this.physicalChannelComboBox = new System.Windows.Forms.ComboBox();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.btnRecoveryFalse = new System.Windows.Forms.Button();
this.btnRecoveryTrue = new System.Windows.Forms.Button();
this.btnSendExit = new System.Windows.Forms.Button();
this.btnGo = new System.Windows.Forms.Button();
this.DynamicModelTimer = new System.Windows.Forms.Timer(this.components);
this.DataLogCheck = new System.Windows.Forms.CheckBox();
this.tab_SBE41Status.SuspendLayout();
this.tab_PIDStatus.SuspendLayout();
this.tab_DACSetup.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tab_CPFStatus.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabPage2.SuspendLayout();
this.ChannelParams.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// rtbCPFMessages
//
this.rtbCPFMessages.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.rtbCPFMessages.HideSelection = false;
this.rtbCPFMessages.Location = new System.Drawing.Point(9, 455);
this.rtbCPFMessages.Margin = new System.Windows.Forms.Padding(2);
this.rtbCPFMessages.Name = "rtbCPFMessages";
this.rtbCPFMessages.Size = new System.Drawing.Size(1019, 224);
this.rtbCPFMessages.TabIndex = 0;
this.rtbCPFMessages.Text = "";
this.rtbCPFMessages.WordWrap = false;
//
// rtbBellowsPosition
//
this.rtbBellowsPosition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbBellowsPosition.Location = new System.Drawing.Point(384, 72);
this.rtbBellowsPosition.Margin = new System.Windows.Forms.Padding(2);
this.rtbBellowsPosition.Name = "rtbBellowsPosition";
this.rtbBellowsPosition.Size = new System.Drawing.Size(121, 31);
this.rtbBellowsPosition.TabIndex = 5;
this.rtbBellowsPosition.Text = "";
this.rtbBellowsPosition.TextChanged += new System.EventHandler(this.rtbBellowsPosition_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(401, 55);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Bellows Position";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rtbCTDPressure
//
this.rtbCTDPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbCTDPressure.Location = new System.Drawing.Point(232, 72);
this.rtbCTDPressure.Margin = new System.Windows.Forms.Padding(2);
this.rtbCTDPressure.Name = "rtbCTDPressure";
this.rtbCTDPressure.Size = new System.Drawing.Size(121, 31);
this.rtbCTDPressure.TabIndex = 5;
this.rtbCTDPressure.Text = "";
this.rtbCTDPressure.TextChanged += new System.EventHandler(this.rtbCTDPressure_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(401, 106);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Comment";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(73, 55);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.TabIndex = 4;
this.label1.Text = "CPF State";
//
// rtbComment
//
this.rtbComment.Location = new System.Drawing.Point(16, 122);
this.rtbComment.Margin = new System.Windows.Forms.Padding(2);
this.rtbComment.Name = "rtbComment";
this.rtbComment.Size = new System.Drawing.Size(811, 32);
this.rtbComment.TabIndex = 2;
this.rtbComment.Text = "";
//
// rtbCPFState
//
this.rtbCPFState.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbCPFState.Location = new System.Drawing.Point(16, 72);
this.rtbCPFState.Margin = new System.Windows.Forms.Padding(2);
this.rtbCPFState.Name = "rtbCPFState";
this.rtbCPFState.Size = new System.Drawing.Size(191, 31);
this.rtbCPFState.TabIndex = 2;
this.rtbCPFState.Text = "";
this.rtbCPFState.TextChanged += new System.EventHandler(this.rtbCPFState_TextChanged);
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Font = new System.Drawing.Font("SansSerif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.textBox1.Location = new System.Drawing.Point(289, 11);
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(504, 38);
this.textBox1.TabIndex = 19;
this.textBox1.Text = "CPF Benchtop Depth Simulator";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(265, 55);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(48, 13);
this.label6.TabIndex = 4;
this.label6.Text = "Pressure";
//
// DescentSimulationTimer
//
this.DescentSimulationTimer.Interval = 500;
this.DescentSimulationTimer.Tick += new System.EventHandler(this.DescentSimulationTimer_Tick);
//
// AscentSimulationTimer
//
this.AscentSimulationTimer.Interval = 500;
this.AscentSimulationTimer.Tick += new System.EventHandler(this.AscentSimulationTimer_Tick);
//
// tab_SBE41Status
//
this.tab_SBE41Status.Controls.Add(this.label31);
this.tab_SBE41Status.Controls.Add(this.label30);
this.tab_SBE41Status.Controls.Add(this.label29);
this.tab_SBE41Status.Controls.Add(this.label28);
this.tab_SBE41Status.Controls.Add(this.label27);
this.tab_SBE41Status.Controls.Add(this.rtbSBE41InString);
this.tab_SBE41Status.Controls.Add(this.rtbCTDSamplePeriod);
this.tab_SBE41Status.Controls.Add(this.rtbSBE41DiffVelocity);
this.tab_SBE41Status.Controls.Add(this.rtbSBE41LPFVelocity);
this.tab_SBE41Status.Controls.Add(this.rtbSBE41LPFPressure);
this.tab_SBE41Status.Controls.Add(this.rtbSBE41RawPressure);
this.tab_SBE41Status.Location = new System.Drawing.Point(4, 22);
this.tab_SBE41Status.Margin = new System.Windows.Forms.Padding(2);
this.tab_SBE41Status.Name = "tab_SBE41Status";
this.tab_SBE41Status.Padding = new System.Windows.Forms.Padding(2);
this.tab_SBE41Status.Size = new System.Drawing.Size(1023, 261);
this.tab_SBE41Status.TabIndex = 6;
this.tab_SBE41Status.Text = "SBE41";
this.tab_SBE41Status.UseVisualStyleBackColor = true;
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(598, 28);
this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(100, 13);
this.label31.TabIndex = 6;
this.label31.Text = "CTD Sample Period";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(452, 28);
this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(96, 13);
this.label30.TabIndex = 6;
this.label30.Text = "Difference Velocity";
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(334, 28);
this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(66, 13);
this.label29.TabIndex = 6;
this.label29.Text = "LPF Velocity";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(197, 28);
this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(70, 13);
this.label28.TabIndex = 6;
this.label28.Text = "LPF Pressure";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(49, 28);
this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(73, 13);
this.label27.TabIndex = 6;
this.label27.Text = "Raw Pressure";
//
// rtbSBE41InString
//
this.rtbSBE41InString.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbSBE41InString.Location = new System.Drawing.Point(19, 99);
this.rtbSBE41InString.Margin = new System.Windows.Forms.Padding(2);
this.rtbSBE41InString.Name = "rtbSBE41InString";
this.rtbSBE41InString.Size = new System.Drawing.Size(915, 83);
this.rtbSBE41InString.TabIndex = 5;
this.rtbSBE41InString.Text = "";
//
// rtbCTDSamplePeriod
//
this.rtbCTDSamplePeriod.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbCTDSamplePeriod.Location = new System.Drawing.Point(586, 45);
this.rtbCTDSamplePeriod.Margin = new System.Windows.Forms.Padding(2);
this.rtbCTDSamplePeriod.Name = "rtbCTDSamplePeriod";
this.rtbCTDSamplePeriod.Size = new System.Drawing.Size(121, 31);
this.rtbCTDSamplePeriod.TabIndex = 5;
this.rtbCTDSamplePeriod.Text = "";
//
// rtbSBE41DiffVelocity
//
this.rtbSBE41DiffVelocity.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbSBE41DiffVelocity.Location = new System.Drawing.Point(440, 45);
this.rtbSBE41DiffVelocity.Margin = new System.Windows.Forms.Padding(2);
this.rtbSBE41DiffVelocity.Name = "rtbSBE41DiffVelocity";
this.rtbSBE41DiffVelocity.Size = new System.Drawing.Size(121, 31);
this.rtbSBE41DiffVelocity.TabIndex = 5;
this.rtbSBE41DiffVelocity.Text = "";
//
// rtbSBE41LPFVelocity
//
this.rtbSBE41LPFVelocity.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbSBE41LPFVelocity.Location = new System.Drawing.Point(304, 45);
this.rtbSBE41LPFVelocity.Margin = new System.Windows.Forms.Padding(2);
this.rtbSBE41LPFVelocity.Name = "rtbSBE41LPFVelocity";
this.rtbSBE41LPFVelocity.Size = new System.Drawing.Size(121, 31);
this.rtbSBE41LPFVelocity.TabIndex = 5;
this.rtbSBE41LPFVelocity.Text = "";
//
// rtbSBE41LPFPressure
//
this.rtbSBE41LPFPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbSBE41LPFPressure.Location = new System.Drawing.Point(167, 45);
this.rtbSBE41LPFPressure.Margin = new System.Windows.Forms.Padding(2);
this.rtbSBE41LPFPressure.Name = "rtbSBE41LPFPressure";
this.rtbSBE41LPFPressure.Size = new System.Drawing.Size(121, 31);
this.rtbSBE41LPFPressure.TabIndex = 5;
this.rtbSBE41LPFPressure.Text = "";
//
// rtbSBE41RawPressure
//
this.rtbSBE41RawPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbSBE41RawPressure.Location = new System.Drawing.Point(19, 45);
this.rtbSBE41RawPressure.Margin = new System.Windows.Forms.Padding(2);
this.rtbSBE41RawPressure.Name = "rtbSBE41RawPressure";
this.rtbSBE41RawPressure.Size = new System.Drawing.Size(121, 31);
this.rtbSBE41RawPressure.TabIndex = 5;
this.rtbSBE41RawPressure.Text = "";
//
// tab_PIDStatus
//
this.tab_PIDStatus.Controls.Add(this.richTextBox2);
this.tab_PIDStatus.Controls.Add(this.rtbPIDu);
this.tab_PIDStatus.Controls.Add(this.rtbPIDY2);
this.tab_PIDStatus.Controls.Add(this.rtbPIDv);
this.tab_PIDStatus.Controls.Add(this.rtbPIDY1);
this.tab_PIDStatus.Controls.Add(this.rtbPIDSP);
this.tab_PIDStatus.Controls.Add(this.rtbPIDI);
this.tab_PIDStatus.Controls.Add(this.label21);
this.tab_PIDStatus.Controls.Add(this.label18);
this.tab_PIDStatus.Controls.Add(this.label20);
this.tab_PIDStatus.Controls.Add(this.label17);
this.tab_PIDStatus.Controls.Add(this.label15);
this.tab_PIDStatus.Controls.Add(this.label19);
this.tab_PIDStatus.Location = new System.Drawing.Point(4, 22);
this.tab_PIDStatus.Margin = new System.Windows.Forms.Padding(2);
this.tab_PIDStatus.Name = "tab_PIDStatus";
this.tab_PIDStatus.Padding = new System.Windows.Forms.Padding(2);
this.tab_PIDStatus.Size = new System.Drawing.Size(1023, 261);
this.tab_PIDStatus.TabIndex = 4;
this.tab_PIDStatus.Text = "PID";
this.tab_PIDStatus.UseVisualStyleBackColor = true;
//
// richTextBox2
//
this.richTextBox2.Location = new System.Drawing.Point(92, 505);
this.richTextBox2.Margin = new System.Windows.Forms.Padding(2);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.Size = new System.Drawing.Size(121, 22);
this.richTextBox2.TabIndex = 5;
this.richTextBox2.Text = "";
//
// rtbPIDu
//
this.rtbPIDu.Location = new System.Drawing.Point(184, 83);
this.rtbPIDu.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDu.Name = "rtbPIDu";
this.rtbPIDu.Size = new System.Drawing.Size(121, 22);
this.rtbPIDu.TabIndex = 5;
this.rtbPIDu.Text = "";
//
// rtbPIDY2
//
this.rtbPIDY2.Location = new System.Drawing.Point(582, 36);
this.rtbPIDY2.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDY2.Name = "rtbPIDY2";
this.rtbPIDY2.Size = new System.Drawing.Size(121, 22);
this.rtbPIDY2.TabIndex = 5;
this.rtbPIDY2.Text = "";
//
// rtbPIDv
//
this.rtbPIDv.Location = new System.Drawing.Point(35, 80);
this.rtbPIDv.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDv.Name = "rtbPIDv";
this.rtbPIDv.Size = new System.Drawing.Size(121, 22);
this.rtbPIDv.TabIndex = 5;
this.rtbPIDv.Text = "";
//
// rtbPIDY1
//
this.rtbPIDY1.Location = new System.Drawing.Point(423, 36);
this.rtbPIDY1.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDY1.Name = "rtbPIDY1";
this.rtbPIDY1.Size = new System.Drawing.Size(121, 22);
this.rtbPIDY1.TabIndex = 5;
this.rtbPIDY1.Text = "";
//
// rtbPIDSP
//
this.rtbPIDSP.Location = new System.Drawing.Point(36, 33);
this.rtbPIDSP.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDSP.Name = "rtbPIDSP";
this.rtbPIDSP.Size = new System.Drawing.Size(121, 22);
this.rtbPIDSP.TabIndex = 5;
this.rtbPIDSP.Text = "";
//
// rtbPIDI
//
this.rtbPIDI.Location = new System.Drawing.Point(791, 38);
this.rtbPIDI.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDI.Name = "rtbPIDI";
this.rtbPIDI.Size = new System.Drawing.Size(121, 22);
this.rtbPIDI.TabIndex = 5;
this.rtbPIDI.Text = "";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(169, 83);
this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(13, 13);
this.label21.TabIndex = 4;
this.label21.Text = "u";
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(565, 38);
this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(20, 13);
this.label18.TabIndex = 4;
this.label18.Text = "Y2";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(18, 83);
this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(13, 13);
this.label20.TabIndex = 4;
this.label20.Text = "v";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(406, 38);
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(20, 13);
this.label17.TabIndex = 4;
this.label17.Text = "Y1";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(19, 36);
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(21, 13);
this.label15.TabIndex = 4;
this.label15.Text = "SP";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(774, 41);
this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(10, 13);
this.label19.TabIndex = 4;
this.label19.Text = "I";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rtbPIDPV
//
this.rtbPIDPV.Location = new System.Drawing.Point(829, 72);
this.rtbPIDPV.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDPV.Name = "rtbPIDPV";
this.rtbPIDPV.Size = new System.Drawing.Size(93, 31);
this.rtbPIDPV.TabIndex = 5;
this.rtbPIDPV.Text = "";
this.rtbPIDPV.TextChanged += new System.EventHandler(this.rtbPIDPV_TextChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(862, 57);
this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(21, 13);
this.label16.TabIndex = 4;
this.label16.Text = "PV";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rtbPIDuCPS
//
this.rtbPIDuCPS.Location = new System.Drawing.Point(722, 72);
this.rtbPIDuCPS.Margin = new System.Windows.Forms.Padding(2);
this.rtbPIDuCPS.Name = "rtbPIDuCPS";
this.rtbPIDuCPS.Size = new System.Drawing.Size(94, 31);
this.rtbPIDuCPS.TabIndex = 5;
this.rtbPIDuCPS.Text = "";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(750, 55);
this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(34, 13);
this.label22.TabIndex = 4;
this.label22.Text = "uCPS";
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tab_DACSetup
//
this.tab_DACSetup.Controls.Add(this.groupBox3);
this.tab_DACSetup.Controls.Add(this.groupBox2);
this.tab_DACSetup.Controls.Add(this.label8);
this.tab_DACSetup.Controls.Add(this.label7);
this.tab_DACSetup.Controls.Add(this.label3);
this.tab_DACSetup.Controls.Add(this.rtbDynamicModelDepth);
this.tab_DACSetup.Controls.Add(this.rtbDynamicModelVelocity);
this.tab_DACSetup.Controls.Add(this.rtbDynamicModelAcceleration);
this.tab_DACSetup.Controls.Add(this.groupBox1);
this.tab_DACSetup.Location = new System.Drawing.Point(4, 22);
this.tab_DACSetup.Margin = new System.Windows.Forms.Padding(2);
this.tab_DACSetup.Name = "tab_DACSetup";
this.tab_DACSetup.Padding = new System.Windows.Forms.Padding(2);
this.tab_DACSetup.Size = new System.Drawing.Size(1023, 261);
this.tab_DACSetup.TabIndex = 1;
this.tab_DACSetup.Text = "Simulator Command";
this.tab_DACSetup.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.CheckBoxToAutomate);
this.groupBox3.Controls.Add(this.rtbAnchorDepth);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Location = new System.Drawing.Point(304, 143);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(177, 100);
this.groupBox3.TabIndex = 24;
this.groupBox3.TabStop = false;
this.groupBox3.Text = " Use Dynamic Model";
//
// CheckBoxToAutomate
//
this.CheckBoxToAutomate.AutoSize = true;
this.CheckBoxToAutomate.Location = new System.Drawing.Point(6, 19);
this.CheckBoxToAutomate.Name = "CheckBoxToAutomate";
this.CheckBoxToAutomate.Size = new System.Drawing.Size(170, 17);
this.CheckBoxToAutomate.TabIndex = 7;
this.CheckBoxToAutomate.Text = "Automate Pressure Commands";
this.CheckBoxToAutomate.UseVisualStyleBackColor = true;
this.CheckBoxToAutomate.CheckedChanged += new System.EventHandler(this.CheckBoxToAutomate_CheckedChanged);
//
// rtbAnchorDepth
//
this.rtbAnchorDepth.Location = new System.Drawing.Point(34, 69);
this.rtbAnchorDepth.Name = "rtbAnchorDepth";
this.rtbAnchorDepth.Size = new System.Drawing.Size(101, 24);
this.rtbAnchorDepth.TabIndex = 17;
this.rtbAnchorDepth.Text = "30";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(18, 53);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(150, 13);
this.label9.TabIndex = 20;
this.label9.Text = "Simulated Sea Floor Depth (m)";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.rtbAscendRate);
this.groupBox2.Controls.Add(this.rtbDescendRate);
this.groupBox2.Controls.Add(this.StopAscentButton);
this.groupBox2.Controls.Add(this.SimulateAscentButton);
this.groupBox2.Controls.Add(this.stopDescent);
this.groupBox2.Controls.Add(this.beginDescent);
this.groupBox2.Location = new System.Drawing.Point(582, 39);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(325, 156);
this.groupBox2.TabIndex = 23;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Manual Control";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(24, 83);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(102, 13);
this.label11.TabIndex = 22;
this.label11.Text = "Ascend Rate (cm/s)";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(24, 34);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(109, 13);
this.label10.TabIndex = 21;
this.label10.Text = "Descend Rate (cm/s)";
//
// rtbAscendRate
//
this.rtbAscendRate.Location = new System.Drawing.Point(27, 99);
this.rtbAscendRate.Name = "rtbAscendRate";
this.rtbAscendRate.Size = new System.Drawing.Size(101, 24);
this.rtbAscendRate.TabIndex = 19;
this.rtbAscendRate.Text = "10";
//
// rtbDescendRate
//
this.rtbDescendRate.Location = new System.Drawing.Point(27, 50);
this.rtbDescendRate.Name = "rtbDescendRate";
this.rtbDescendRate.Size = new System.Drawing.Size(101, 24);
this.rtbDescendRate.TabIndex = 18;
this.rtbDescendRate.Text = "20";
//
// StopAscentButton
//
this.StopAscentButton.Location = new System.Drawing.Point(150, 111);
this.StopAscentButton.Name = "StopAscentButton";
this.StopAscentButton.Size = new System.Drawing.Size(150, 23);
this.StopAscentButton.TabIndex = 14;
this.StopAscentButton.Text = "Stop Ascent";
this.StopAscentButton.UseVisualStyleBackColor = true;
this.StopAscentButton.Click += new System.EventHandler(this.StopAscentButton_Click);
//
// SimulateAscentButton
//
this.SimulateAscentButton.Location = new System.Drawing.Point(150, 82);
this.SimulateAscentButton.Name = "SimulateAscentButton";
this.SimulateAscentButton.Size = new System.Drawing.Size(150, 23);
this.SimulateAscentButton.TabIndex = 13;
this.SimulateAscentButton.Text = "Simulate Ascent";
this.SimulateAscentButton.UseVisualStyleBackColor = true;
this.SimulateAscentButton.Click += new System.EventHandler(this.SimulateAscentButton_Click);
//
// stopDescent
//
this.stopDescent.Location = new System.Drawing.Point(150, 48);
this.stopDescent.Name = "stopDescent";
this.stopDescent.Size = new System.Drawing.Size(150, 23);
this.stopDescent.TabIndex = 12;
this.stopDescent.Text = "Stop Descent";
this.stopDescent.UseVisualStyleBackColor = true;
this.stopDescent.Click += new System.EventHandler(this.stopDescent_Click);
//
// beginDescent
//
this.beginDescent.Location = new System.Drawing.Point(150, 19);
this.beginDescent.Name = "beginDescent";
this.beginDescent.Size = new System.Drawing.Size(150, 23);
this.beginDescent.TabIndex = 11;
this.beginDescent.Text = "Simulate Descent";
this.beginDescent.UseVisualStyleBackColor = true;
this.beginDescent.Click += new System.EventHandler(this.beginDescent_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(20, 124);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(160, 13);
this.label8.TabIndex = 16;
this.label8.Text = "Dynamic Model Expected Depth";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(12, 70);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(168, 13);
this.label7.TabIndex = 16;
this.label7.Text = "Dynamic Model Expected Velocity";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(142, 13);
this.label3.TabIndex = 16;
this.label3.Text = "Dynamic Model Acceleration";
//
// rtbDynamicModelDepth
//
this.rtbDynamicModelDepth.Location = new System.Drawing.Point(25, 143);
this.rtbDynamicModelDepth.Name = "rtbDynamicModelDepth";
this.rtbDynamicModelDepth.Size = new System.Drawing.Size(147, 20);
this.rtbDynamicModelDepth.TabIndex = 15;
this.rtbDynamicModelDepth.Text = "0.000";
this.rtbDynamicModelDepth.TextChanged += new System.EventHandler(this.rtbDynamicModelDepth_TextChanged);
//
// rtbDynamicModelVelocity
//
this.rtbDynamicModelVelocity.Location = new System.Drawing.Point(25, 92);
this.rtbDynamicModelVelocity.Name = "rtbDynamicModelVelocity";
this.rtbDynamicModelVelocity.Size = new System.Drawing.Size(147, 20);
this.rtbDynamicModelVelocity.TabIndex = 15;
this.rtbDynamicModelVelocity.Text = "0.000";
this.rtbDynamicModelVelocity.TextChanged += new System.EventHandler(this.rtbDynamicModelVelocity_TextChanged);
//
// rtbDynamicModelAcceleration
//
this.rtbDynamicModelAcceleration.Location = new System.Drawing.Point(25, 39);
this.rtbDynamicModelAcceleration.Name = "rtbDynamicModelAcceleration";
this.rtbDynamicModelAcceleration.Size = new System.Drawing.Size(147, 20);
this.rtbDynamicModelAcceleration.TabIndex = 15;
this.rtbDynamicModelAcceleration.Text = "100";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label37);
this.groupBox1.Controls.Add(this.pressureCommand);
this.groupBox1.Controls.Add(this.rtbDepthCommand);
this.groupBox1.Controls.Add(this.label38);
this.groupBox1.Controls.Add(this.DepthCommandButton);
this.groupBox1.Location = new System.Drawing.Point(207, 18);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(274, 110);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Command Options";
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(179, 34);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(86, 13);
this.label37.TabIndex = 5;
this.label37.Text = "Commanded PSI";
//
// pressureCommand
//
this.pressureCommand.Location = new System.Drawing.Point(175, 52);
this.pressureCommand.Name = "pressureCommand";
this.pressureCommand.Size = new System.Drawing.Size(90, 20);
this.pressureCommand.TabIndex = 4;
//
// rtbDepthCommand
//
this.rtbDepthCommand.Location = new System.Drawing.Point(34, 52);
this.rtbDepthCommand.Name = "rtbDepthCommand";
this.rtbDepthCommand.Size = new System.Drawing.Size(94, 20);
this.rtbDepthCommand.TabIndex = 8;
this.rtbDepthCommand.Text = "1";
this.rtbDepthCommand.TextChanged += new System.EventHandler(this.rtbDepthCommand_TextChanged);
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(24, 34);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(123, 13);
this.label38.TabIndex = 9;
this.label38.Text = "Desired Depth (m) (dBar)";
//
// DepthCommandButton
//
this.DepthCommandButton.Location = new System.Drawing.Point(19, 78);
this.DepthCommandButton.Name = "DepthCommandButton";
this.DepthCommandButton.Size = new System.Drawing.Size(121, 23);
this.DepthCommandButton.TabIndex = 10;
this.DepthCommandButton.Text = "Command Depth";
this.DepthCommandButton.UseVisualStyleBackColor = true;
this.DepthCommandButton.Click += new System.EventHandler(this.DepthCommandButton_Click);
//
// tab_CPFStatus
//
this.tab_CPFStatus.Controls.Add(this.rtbHousingT);
this.tab_CPFStatus.Controls.Add(this.label25);
this.tab_CPFStatus.Controls.Add(this.rtbHousingH);
this.tab_CPFStatus.Controls.Add(this.label24);
this.tab_CPFStatus.Controls.Add(this.rtbHousingP);
this.tab_CPFStatus.Controls.Add(this.label23);
this.tab_CPFStatus.Controls.Add(this.rtbBatteryVoltage);
this.tab_CPFStatus.Controls.Add(this.rtbTime);
this.tab_CPFStatus.Controls.Add(this.rtbDate);
this.tab_CPFStatus.Controls.Add(this.label5);
this.tab_CPFStatus.Location = new System.Drawing.Point(4, 22);
this.tab_CPFStatus.Margin = new System.Windows.Forms.Padding(2);
this.tab_CPFStatus.Name = "tab_CPFStatus";
this.tab_CPFStatus.Padding = new System.Windows.Forms.Padding(2);
this.tab_CPFStatus.Size = new System.Drawing.Size(1023, 261);
this.tab_CPFStatus.TabIndex = 3;
this.tab_CPFStatus.Text = "CPF Status";
this.tab_CPFStatus.UseVisualStyleBackColor = true;
//
// rtbHousingT
//
this.rtbHousingT.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbHousingT.Location = new System.Drawing.Point(232, 91);
this.rtbHousingT.Margin = new System.Windows.Forms.Padding(2);
this.rtbHousingT.Name = "rtbHousingT";
this.rtbHousingT.Size = new System.Drawing.Size(92, 29);
this.rtbHousingT.TabIndex = 9;
this.rtbHousingT.Text = "";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(221, 74);
this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(109, 13);
this.label25.TabIndex = 6;
this.label25.Text = "Housing Temperature";
this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rtbHousingH
//
this.rtbHousingH.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbHousingH.Location = new System.Drawing.Point(125, 91);
this.rtbHousingH.Margin = new System.Windows.Forms.Padding(2);
this.rtbHousingH.Name = "rtbHousingH";
this.rtbHousingH.Size = new System.Drawing.Size(92, 31);
this.rtbHousingH.TabIndex = 10;
this.rtbHousingH.Text = "";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(128, 74);
this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(89, 13);
this.label24.TabIndex = 7;
this.label24.Text = "Housing Humidity";
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rtbHousingP
//
this.rtbHousingP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbHousingP.Location = new System.Drawing.Point(16, 91);
this.rtbHousingP.Margin = new System.Windows.Forms.Padding(2);
this.rtbHousingP.Name = "rtbHousingP";
this.rtbHousingP.Size = new System.Drawing.Size(99, 31);
this.rtbHousingP.TabIndex = 11;
this.rtbHousingP.Text = "";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(23, 74);
this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(90, 13);
this.label23.TabIndex = 8;
this.label23.Text = "Housing Pressure";
this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rtbBatteryVoltage
//
this.rtbBatteryVoltage.Location = new System.Drawing.Point(94, 15);
this.rtbBatteryVoltage.Margin = new System.Windows.Forms.Padding(2);
this.rtbBatteryVoltage.Name = "rtbBatteryVoltage";
this.rtbBatteryVoltage.Size = new System.Drawing.Size(121, 22);
this.rtbBatteryVoltage.TabIndex = 5;
this.rtbBatteryVoltage.Text = "";
//
// rtbTime
//
this.rtbTime.Location = new System.Drawing.Point(805, 15);
this.rtbTime.Margin = new System.Windows.Forms.Padding(2);
this.rtbTime.Name = "rtbTime";
this.rtbTime.Size = new System.Drawing.Size(120, 21);
this.rtbTime.TabIndex = 1;
this.rtbTime.Text = "";
//
// rtbDate
//
this.rtbDate.Location = new System.Drawing.Point(660, 15);
this.rtbDate.Margin = new System.Windows.Forms.Padding(2);
this.rtbDate.Name = "rtbDate";
this.rtbDate.Size = new System.Drawing.Size(120, 21);
this.rtbDate.TabIndex = 1;
this.rtbDate.Text = "";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(17, 15);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(79, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Battery Voltage";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tabControl1
//
this.tabControl1.AccessibleName = "";
this.tabControl1.Controls.Add(this.tab_DACSetup);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tab_CPFStatus);
this.tabControl1.Controls.Add(this.tab_PIDStatus);
this.tabControl1.Controls.Add(this.tab_SBE41Status);
this.tabControl1.Location = new System.Drawing.Point(11, 158);
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1031, 287);
this.tabControl1.TabIndex = 18;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.ResetView_btn);
this.tabPage3.Controls.Add(this.groupBox4);
this.tabPage3.Controls.Add(this.clearChart);
this.tabPage3.Controls.Add(this.enableVisualizer);
this.tabPage3.Controls.Add(this.FollowBox);
this.tabPage3.Controls.Add(this.cartesianChart1);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(1023, 261);
this.tabPage3.TabIndex = 9;
this.tabPage3.Text = "Data Visualization";
this.tabPage3.UseVisualStyleBackColor = true;
//
// ResetView_btn
//
this.ResetView_btn.Location = new System.Drawing.Point(842, 234);
this.ResetView_btn.Name = "ResetView_btn";
this.ResetView_btn.Size = new System.Drawing.Size(75, 23);
this.ResetView_btn.TabIndex = 6;
this.ResetView_btn.Text = "Reset View";
this.ResetView_btn.UseVisualStyleBackColor = true;
this.ResetView_btn.Click += new System.EventHandler(this.ResetView_btn_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.ModelVelocityToggle);
this.groupBox4.Controls.Add(this.PVToggle);
this.groupBox4.Controls.Add(this.CommandPressureToggle);
this.groupBox4.Controls.Add(this.PressureToggle);
this.groupBox4.Controls.Add(this.ToggleBellows);
this.groupBox4.Location = new System.Drawing.Point(836, 20);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(156, 142);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "View Data";
//
// ModelVelocityToggle
//
this.ModelVelocityToggle.AutoSize = true;
this.ModelVelocityToggle.Checked = true;
this.ModelVelocityToggle.CheckState = System.Windows.Forms.CheckState.Checked;
this.ModelVelocityToggle.Location = new System.Drawing.Point(6, 112);
this.ModelVelocityToggle.Name = "ModelVelocityToggle";
this.ModelVelocityToggle.Size = new System.Drawing.Size(139, 17);
this.ModelVelocityToggle.TabIndex = 8;
this.ModelVelocityToggle.Text = "Dynamic Model Velocity";
this.ModelVelocityToggle.UseVisualStyleBackColor = true;
this.ModelVelocityToggle.CheckedChanged += new System.EventHandler(this.ModelVelocityToggle_CheckedChanged);
//
// PVToggle
//
this.PVToggle.AutoSize = true;
this.PVToggle.Checked = true;
this.PVToggle.CheckState = System.Windows.Forms.CheckState.Checked;
this.PVToggle.Location = new System.Drawing.Point(6, 89);
this.PVToggle.Name = "PVToggle";
this.PVToggle.Size = new System.Drawing.Size(137, 17);
this.PVToggle.TabIndex = 7;
this.PVToggle.Text = "PID Velocity Reference";
this.PVToggle.UseVisualStyleBackColor = true;
this.PVToggle.CheckedChanged += new System.EventHandler(this.PVToggle_CheckedChanged);
//
// CommandPressureToggle
//
this.CommandPressureToggle.AutoSize = true;
this.CommandPressureToggle.Checked = true;
this.CommandPressureToggle.CheckState = System.Windows.Forms.CheckState.Checked;
this.CommandPressureToggle.Location = new System.Drawing.Point(6, 66);
this.CommandPressureToggle.Name = "CommandPressureToggle";
this.CommandPressureToggle.Size = new System.Drawing.Size(129, 17);
this.CommandPressureToggle.TabIndex = 6;
this.CommandPressureToggle.Text = "Commanded Pressure";
this.CommandPressureToggle.UseVisualStyleBackColor = true;
this.CommandPressureToggle.CheckedChanged += new System.EventHandler(this.CommandPressureToggle_CheckedChanged);
//
// PressureToggle
//
this.PressureToggle.AutoSize = true;
this.PressureToggle.Checked = true;
this.PressureToggle.CheckState = System.Windows.Forms.CheckState.Checked;
this.PressureToggle.Location = new System.Drawing.Point(6, 43);
this.PressureToggle.Name = "PressureToggle";
this.PressureToggle.Size = new System.Drawing.Size(117, 17);
this.PressureToggle.TabIndex = 5;
this.PressureToggle.Text = "Measured Pressure";
this.PressureToggle.UseVisualStyleBackColor = true;
this.PressureToggle.CheckedChanged += new System.EventHandler(this.PressureToggle_CheckedChanged);
//
// ToggleBellows
//
this.ToggleBellows.AutoSize = true;
this.ToggleBellows.Checked = true;
this.ToggleBellows.CheckState = System.Windows.Forms.CheckState.Checked;
this.ToggleBellows.Location = new System.Drawing.Point(6, 19);
this.ToggleBellows.Name = "ToggleBellows";
this.ToggleBellows.Size = new System.Drawing.Size(62, 17);
this.ToggleBellows.TabIndex = 4;
this.ToggleBellows.Text = "Bellows";
this.ToggleBellows.UseVisualStyleBackColor = true;
this.ToggleBellows.CheckedChanged += new System.EventHandler(this.ToggleBellows_CheckedChanged);
//
// clearChart
//
this.clearChart.Location = new System.Drawing.Point(924, 234);
this.clearChart.Name = "clearChart";
this.clearChart.Size = new System.Drawing.Size(75, 23);
this.clearChart.TabIndex = 3;
this.clearChart.Text = "Clear";
this.clearChart.UseVisualStyleBackColor = true;
this.clearChart.Click += new System.EventHandler(this.clearChart_Click);
//
// enableVisualizer
//
this.enableVisualizer.AutoSize = true;
this.enableVisualizer.Checked = true;
this.enableVisualizer.CheckState = System.Windows.Forms.CheckState.Checked;
this.enableVisualizer.Location = new System.Drawing.Point(850, 188);
this.enableVisualizer.Name = "enableVisualizer";
this.enableVisualizer.Size = new System.Drawing.Size(132, 17);
this.enableVisualizer.TabIndex = 2;
this.enableVisualizer.Text = "Enable Data Visualizer";
this.enableVisualizer.UseVisualStyleBackColor = true;
//
// FollowBox
//
this.FollowBox.AutoSize = true;
this.FollowBox.Checked = true;
this.FollowBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.FollowBox.Location = new System.Drawing.Point(850, 211);
this.FollowBox.Name = "FollowBox";
this.FollowBox.Size = new System.Drawing.Size(121, 17);
this.FollowBox.TabIndex = 1;
this.FollowBox.Text = "Follow Newest Data";
this.FollowBox.UseVisualStyleBackColor = true;
//
// cartesianChart1
//
this.cartesianChart1.Location = new System.Drawing.Point(21, 17);
this.cartesianChart1.Name = "cartesianChart1";
this.cartesianChart1.Size = new System.Drawing.Size(805, 238);
this.cartesianChart1.TabIndex = 0;
this.cartesianChart1.Text = "cartesianChart1";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.ChannelParams);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1023, 261);
this.tabPage2.TabIndex = 8;
this.tabPage2.Text = "DAC Parameters";
this.tabPage2.UseVisualStyleBackColor = true;
//
// ChannelParams
//
this.ChannelParams.Controls.Add(this.label35);
this.ChannelParams.Controls.Add(this.label34);
this.ChannelParams.Controls.Add(this.label33);
this.ChannelParams.Controls.Add(this.minValue);
this.ChannelParams.Controls.Add(this.maxValue);
this.ChannelParams.Controls.Add(this.physicalChannelComboBox);
this.ChannelParams.Location = new System.Drawing.Point(40, 38);
this.ChannelParams.Name = "ChannelParams";
this.ChannelParams.Size = new System.Drawing.Size(175, 172);
this.ChannelParams.TabIndex = 29;
this.ChannelParams.TabStop = false;
this.ChannelParams.Text = "Channel Parameters";
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(13, 102);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(78, 13);
this.label35.TabIndex = 5;
this.label35.Text = "Min Value (mA)";
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(13, 61);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(81, 13);
this.label34.TabIndex = 4;
this.label34.Text = "Max Value (mA)";
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(13, 21);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(88, 13);
this.label33.TabIndex = 3;
this.label33.Text = "Physical Channel";
//
// minValue
//
this.minValue.Location = new System.Drawing.Point(10, 118);
this.minValue.Name = "minValue";
this.minValue.Size = new System.Drawing.Size(100, 20);
this.minValue.TabIndex = 2;
this.minValue.Text = "0";
//
// maxValue
//
this.maxValue.Location = new System.Drawing.Point(10, 75);
this.maxValue.Name = "maxValue";
this.maxValue.Size = new System.Drawing.Size(100, 20);
this.maxValue.TabIndex = 1;
this.maxValue.Text = "20";
//
// physicalChannelComboBox
//
this.physicalChannelComboBox.FormattingEnabled = true;
this.physicalChannelComboBox.Location = new System.Drawing.Point(10, 37);
this.physicalChannelComboBox.Name = "physicalChannelComboBox";
this.physicalChannelComboBox.Size = new System.Drawing.Size(121, 21);
this.physicalChannelComboBox.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btnRecoveryFalse);
this.tabPage1.Controls.Add(this.btnRecoveryTrue);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1023, 261);
this.tabPage1.TabIndex = 7;
this.tabPage1.Text = "Commands";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btnRecoveryFalse
//
this.btnRecoveryFalse.Location = new System.Drawing.Point(123, 112);
this.btnRecoveryFalse.Margin = new System.Windows.Forms.Padding(2);
this.btnRecoveryFalse.Name = "btnRecoveryFalse";
this.btnRecoveryFalse.Size = new System.Drawing.Size(74, 34);
this.btnRecoveryFalse.TabIndex = 27;
this.btnRecoveryFalse.Text = "Rec. False";
this.btnRecoveryFalse.UseVisualStyleBackColor = true;
this.btnRecoveryFalse.Click += new System.EventHandler(this.btnRecoveryFalse_Click);
//
// btnRecoveryTrue
//
this.btnRecoveryTrue.Location = new System.Drawing.Point(123, 59);
this.btnRecoveryTrue.Margin = new System.Windows.Forms.Padding(2);
this.btnRecoveryTrue.Name = "btnRecoveryTrue";
this.btnRecoveryTrue.Size = new System.Drawing.Size(71, 33);
this.btnRecoveryTrue.TabIndex = 26;
this.btnRecoveryTrue.Text = "Rec. True";
this.btnRecoveryTrue.UseVisualStyleBackColor = true;
this.btnRecoveryTrue.Click += new System.EventHandler(this.btnRecoveryTrue_Click);
//
// btnSendExit
//
this.btnSendExit.Location = new System.Drawing.Point(939, 115);
this.btnSendExit.Margin = new System.Windows.Forms.Padding(2);
this.btnSendExit.Name = "btnSendExit";
this.btnSendExit.Size = new System.Drawing.Size(84, 32);
this.btnSendExit.TabIndex = 28;
this.btnSendExit.Text = "CPF Exit";
this.btnSendExit.UseVisualStyleBackColor = true;
this.btnSendExit.Click += new System.EventHandler(this.btnSendExit_Click);
//
// btnGo
//
this.btnGo.Location = new System.Drawing.Point(852, 115);
this.btnGo.Margin = new System.Windows.Forms.Padding(2);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(70, 30);
this.btnGo.TabIndex = 25;
this.btnGo.Text = "GO";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// DynamicModelTimer
//
this.DynamicModelTimer.Interval = 500;
this.DynamicModelTimer.Tick += new System.EventHandler(this.DynamicModelTimer_Tick);
//
// DataLogCheck
//
this.DataLogCheck.AutoSize = true;
this.DataLogCheck.Checked = true;
this.DataLogCheck.CheckState = System.Windows.Forms.CheckState.Checked;
this.DataLogCheck.Location = new System.Drawing.Point(16, 12);
this.DataLogCheck.Name = "DataLogCheck";
this.DataLogCheck.Size = new System.Drawing.Size(141, 17);
this.DataLogCheck.TabIndex = 29;
this.DataLogCheck.Text = "Log Data in External File";
this.DataLogCheck.UseVisualStyleBackColor = true;
this.DataLogCheck.CheckedChanged += new System.EventHandler(this.DataLogCheck_CheckedChanged);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.ClientSize = new System.Drawing.Size(1051, 692);
this.Controls.Add(this.DataLogCheck);
this.Controls.Add(this.btnSendExit);
this.Controls.Add(this.rtbPIDuCPS);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.btnGo);
this.Controls.Add(this.rtbPIDPV);
this.Controls.Add(this.rtbCPFMessages);
this.Controls.Add(this.label22);
this.Controls.Add(this.rtbBellowsPosition);
this.Controls.Add(this.label4);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.label16);
this.Controls.Add(this.label6);
this.Controls.Add(this.label1);
this.Controls.Add(this.rtbCTDPressure);
this.Controls.Add(this.rtbCPFState);
this.Controls.Add(this.label2);
this.Controls.Add(this.rtbComment);
this.Name = "Form1";
this.Text = "CPF Benchtop Simulator";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.tab_SBE41Status.ResumeLayout(false);
this.tab_SBE41Status.PerformLayout();
this.tab_PIDStatus.ResumeLayout(false);
this.tab_PIDStatus.PerformLayout();
this.tab_DACSetup.ResumeLayout(false);
this.tab_DACSetup.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tab_CPFStatus.ResumeLayout(false);
this.tab_CPFStatus.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.ChannelParams.ResumeLayout(false);
this.ChannelParams.PerformLayout();
this.tabPage1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.RichTextBox rtbCPFMessages;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RichTextBox rtbComment;
private System.Windows.Forms.RichTextBox rtbCPFState;
private System.Windows.Forms.RichTextBox rtbBellowsPosition;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RichTextBox rtbCTDPressure;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Timer DescentSimulationTimer;
private System.Windows.Forms.Timer AscentSimulationTimer;
private System.Windows.Forms.TabPage tab_SBE41Status;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.RichTextBox rtbSBE41InString;
private System.Windows.Forms.RichTextBox rtbCTDSamplePeriod;
private System.Windows.Forms.RichTextBox rtbSBE41DiffVelocity;
private System.Windows.Forms.RichTextBox rtbSBE41LPFVelocity;
private System.Windows.Forms.RichTextBox rtbSBE41LPFPressure;
private System.Windows.Forms.RichTextBox rtbSBE41RawPressure;
private System.Windows.Forms.TabPage tab_PIDStatus;
private System.Windows.Forms.RichTextBox richTextBox2;
private System.Windows.Forms.RichTextBox rtbPIDuCPS;
private System.Windows.Forms.RichTextBox rtbPIDu;
private System.Windows.Forms.RichTextBox rtbPIDY2;
private System.Windows.Forms.RichTextBox rtbPIDv;
private System.Windows.Forms.RichTextBox rtbPIDPV;
private System.Windows.Forms.RichTextBox rtbPIDY1;
private System.Windows.Forms.RichTextBox rtbPIDSP;
private System.Windows.Forms.RichTextBox rtbPIDI;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TabPage tab_DACSetup;
private System.Windows.Forms.Button StopAscentButton;
private System.Windows.Forms.Button SimulateAscentButton;
private System.Windows.Forms.Button stopDescent;
private System.Windows.Forms.Button beginDescent;
private System.Windows.Forms.Button DepthCommandButton;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.TextBox rtbDepthCommand;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.TextBox pressureCommand;
private System.Windows.Forms.TabPage tab_CPFStatus;
private System.Windows.Forms.RichTextBox rtbBatteryVoltage;
private System.Windows.Forms.RichTextBox rtbTime;
private System.Windows.Forms.RichTextBox rtbDate;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox rtbDynamicModelAcceleration;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox rtbDynamicModelDepth;
private System.Windows.Forms.TextBox rtbDynamicModelVelocity;
private System.Windows.Forms.CheckBox CheckBoxToAutomate;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button btnSendExit;
private System.Windows.Forms.Button btnRecoveryFalse;
private System.Windows.Forms.Button btnRecoveryTrue;
private System.Windows.Forms.Button btnGo;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.RichTextBox rtbAscendRate;
private System.Windows.Forms.RichTextBox rtbDescendRate;
private System.Windows.Forms.RichTextBox rtbAnchorDepth;
private System.Windows.Forms.Timer DynamicModelTimer;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RichTextBox rtbHousingT;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.RichTextBox rtbHousingH;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.RichTextBox rtbHousingP;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox ChannelParams;
private System.Windows.Forms.Label label35;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.TextBox minValue;
private System.Windows.Forms.TextBox maxValue;
private System.Windows.Forms.ComboBox physicalChannelComboBox;
private System.Windows.Forms.TabPage tabPage3;
private LiveCharts.WinForms.CartesianChart cartesianChart1;
private System.Windows.Forms.CheckBox FollowBox;
private System.Windows.Forms.CheckBox enableVisualizer;
private System.Windows.Forms.Button clearChart;
private System.Windows.Forms.CheckBox ToggleBellows;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.CheckBox ModelVelocityToggle;
private System.Windows.Forms.CheckBox PVToggle;
private System.Windows.Forms.CheckBox CommandPressureToggle;
private System.Windows.Forms.CheckBox PressureToggle;
private System.Windows.Forms.CheckBox DataLogCheck;
private System.Windows.Forms.Button ResetView_btn;
}
}