namespace CPF_Console { 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.rtbBellowsPosition = new System.Windows.Forms.RichTextBox(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbCTDPressure = new System.Windows.Forms.TextBox(); this.rtbCPFState = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.rtbReceivedLine = new System.Windows.Forms.RichTextBox(); this.label3 = new System.Windows.Forms.Label(); this.rtbCTDPressureAge = new System.Windows.Forms.TextBox(); this.buttonOpenSP = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tbPIDuCPS = new System.Windows.Forms.TextBox(); this.tbPIDu = new System.Windows.Forms.TextBox(); this.tbPIDY2 = new System.Windows.Forms.TextBox(); this.tbPIDv = new System.Windows.Forms.TextBox(); this.tbPIDPV = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.tbPIDY1 = new System.Windows.Forms.TextBox(); this.tbPIDSP = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.tbPIDI = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label36 = 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.tbCTDSamplePeriod = new System.Windows.Forms.TextBox(); this.tbCTDDiff2Velocity = new System.Windows.Forms.TextBox(); this.tbCTDDiffVelocity = new System.Windows.Forms.TextBox(); this.tbCTDLPFVelocity = new System.Windows.Forms.TextBox(); this.tbCTDLPFPressure = new System.Windows.Forms.TextBox(); this.tbCTDRawPressure = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnSendExit = new System.Windows.Forms.Button(); this.btnRecoveryFalse = new System.Windows.Forms.Button(); this.btnRecoveryTrue = new System.Windows.Forms.Button(); this.btnGo = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.buttonReadFromFile = new System.Windows.Forms.Button(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.cmbStopBits = new System.Windows.Forms.ComboBox(); this.cmbBaudRate = new System.Windows.Forms.ComboBox(); this.cmbPortName = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.cmbDataBits = new System.Windows.Forms.ComboBox(); this.cmbParity = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.tbPIDh = new System.Windows.Forms.TextBox(); this.tbPIDB = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.rtbPIDTd = new System.Windows.Forms.RichTextBox(); this.rtbPIDuHigh = new System.Windows.Forms.RichTextBox(); this.rtbPIDTt = new System.Windows.Forms.RichTextBox(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.rtbPIDuLow = new System.Windows.Forms.RichTextBox(); this.rtbPIDTi = new System.Windows.Forms.RichTextBox(); this.rtbPIDTf = new System.Windows.Forms.RichTextBox(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.rtbPIDK = new System.Windows.Forms.RichTextBox(); this.label32 = new System.Windows.Forms.Label(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.tbMSCMessage = new System.Windows.Forms.TextBox(); this.btnExit = new System.Windows.Forms.Button(); this.rtbHousingT = new System.Windows.Forms.RichTextBox(); this.label33 = new System.Windows.Forms.Label(); this.rtbHousingH = new System.Windows.Forms.RichTextBox(); this.label34 = new System.Windows.Forms.Label(); this.rtbHousingP = new System.Windows.Forms.RichTextBox(); this.label35 = new System.Windows.Forms.Label(); this.fileReadTimer = new System.Windows.Forms.Timer(this.components); this.tbDateAndTime = new System.Windows.Forms.TextBox(); this.tbReadFromFileTimerInterval = new System.Windows.Forms.TextBox(); this.buttonSetRFFTimerInterval = new System.Windows.Forms.Button(); this.buttonPauseFileRead = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.tabPage5.SuspendLayout(); this.tabPage6.SuspendLayout(); this.SuspendLayout(); // // 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(398, 44); 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 = 11; this.rtbBellowsPosition.Text = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(415, 27); 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 = 7; this.label4.Text = "Bellows Position"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(279, 27); 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 = 8; this.label6.Text = "Pressure"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(87, 27); 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 = 9; this.label1.Text = "CPF State"; // // tbCTDPressure // this.tbCTDPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDPressure.Location = new System.Drawing.Point(246, 44); this.tbCTDPressure.Margin = new System.Windows.Forms.Padding(2); this.tbCTDPressure.Name = "tbCTDPressure"; this.tbCTDPressure.Size = new System.Drawing.Size(121, 26); this.tbCTDPressure.TabIndex = 12; this.tbCTDPressure.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // 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(30, 44); this.rtbCPFState.Margin = new System.Windows.Forms.Padding(2); this.rtbCPFState.Name = "rtbCPFState"; this.rtbCPFState.Size = new System.Drawing.Size(191, 26); this.rtbCPFState.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(405, 113); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 13); this.label2.TabIndex = 10; this.label2.Text = "Received Line"; // // rtbReceivedLine // this.rtbReceivedLine.Location = new System.Drawing.Point(30, 128); this.rtbReceivedLine.Margin = new System.Windows.Forms.Padding(2); this.rtbReceivedLine.Name = "rtbReceivedLine"; this.rtbReceivedLine.Size = new System.Drawing.Size(1105, 32); this.rtbReceivedLine.TabIndex = 13; this.rtbReceivedLine.Text = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(246, 81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(25, 13); this.label3.TabIndex = 14; this.label3.Text = "age"; // // rtbCTDPressureAge // this.rtbCTDPressureAge.Location = new System.Drawing.Point(282, 78); this.rtbCTDPressureAge.Name = "rtbCTDPressureAge"; this.rtbCTDPressureAge.Size = new System.Drawing.Size(85, 20); this.rtbCTDPressureAge.TabIndex = 15; // // buttonOpenSP // this.buttonOpenSP.Location = new System.Drawing.Point(343, 127); this.buttonOpenSP.Name = "buttonOpenSP"; this.buttonOpenSP.Size = new System.Drawing.Size(75, 23); this.buttonOpenSP.TabIndex = 16; this.buttonOpenSP.Text = "Open SP"; this.buttonOpenSP.UseVisualStyleBackColor = true; this.buttonOpenSP.Click += new System.EventHandler(this.buttonOpenSP_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage5); this.tabControl1.Controls.Add(this.tabPage6); this.tabControl1.Location = new System.Drawing.Point(30, 179); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1109, 272); this.tabControl1.TabIndex = 17; // // tabPage1 // this.tabPage1.Controls.Add(this.tbPIDuCPS); this.tabPage1.Controls.Add(this.tbPIDu); this.tabPage1.Controls.Add(this.tbPIDY2); this.tabPage1.Controls.Add(this.tbPIDv); this.tabPage1.Controls.Add(this.tbPIDPV); this.tabPage1.Controls.Add(this.label22); this.tabPage1.Controls.Add(this.label21); this.tabPage1.Controls.Add(this.label18); this.tabPage1.Controls.Add(this.label16); this.tabPage1.Controls.Add(this.tbPIDY1); this.tabPage1.Controls.Add(this.tbPIDSP); this.tabPage1.Controls.Add(this.label20); this.tabPage1.Controls.Add(this.label17); this.tabPage1.Controls.Add(this.tbPIDI); this.tabPage1.Controls.Add(this.label15); this.tabPage1.Controls.Add(this.label19); this.tabPage1.Controls.Add(this.label31); this.tabPage1.Controls.Add(this.label36); this.tabPage1.Controls.Add(this.label30); this.tabPage1.Controls.Add(this.label29); this.tabPage1.Controls.Add(this.label28); this.tabPage1.Controls.Add(this.label27); this.tabPage1.Controls.Add(this.tbCTDSamplePeriod); this.tabPage1.Controls.Add(this.tbCTDDiff2Velocity); this.tabPage1.Controls.Add(this.tbCTDDiffVelocity); this.tabPage1.Controls.Add(this.tbCTDLPFVelocity); this.tabPage1.Controls.Add(this.tbCTDLPFPressure); this.tabPage1.Controls.Add(this.tbCTDRawPressure); 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(1101, 246); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Data"; this.tabPage1.UseVisualStyleBackColor = true; // // tbPIDuCPS // this.tbPIDuCPS.Location = new System.Drawing.Point(500, 90); this.tbPIDuCPS.Margin = new System.Windows.Forms.Padding(2); this.tbPIDuCPS.Name = "tbPIDuCPS"; this.tbPIDuCPS.Size = new System.Drawing.Size(105, 20); this.tbPIDuCPS.TabIndex = 25; // // tbPIDu // this.tbPIDu.Location = new System.Drawing.Point(385, 89); this.tbPIDu.Margin = new System.Windows.Forms.Padding(2); this.tbPIDu.Name = "tbPIDu"; this.tbPIDu.Size = new System.Drawing.Size(111, 20); this.tbPIDu.TabIndex = 26; // // tbPIDY2 // this.tbPIDY2.Location = new System.Drawing.Point(786, 89); this.tbPIDY2.Margin = new System.Windows.Forms.Padding(2); this.tbPIDY2.Name = "tbPIDY2"; this.tbPIDY2.Size = new System.Drawing.Size(121, 20); this.tbPIDY2.TabIndex = 27; // // tbPIDv // this.tbPIDv.Location = new System.Drawing.Point(279, 89); this.tbPIDv.Margin = new System.Windows.Forms.Padding(2); this.tbPIDv.Name = "tbPIDv"; this.tbPIDv.Size = new System.Drawing.Size(102, 20); this.tbPIDv.TabIndex = 28; // // tbPIDPV // this.tbPIDPV.Location = new System.Drawing.Point(134, 91); this.tbPIDPV.Margin = new System.Windows.Forms.Padding(2); this.tbPIDPV.Name = "tbPIDPV"; this.tbPIDPV.Size = new System.Drawing.Size(88, 20); this.tbPIDPV.TabIndex = 29; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(524, 75); this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(32, 13); this.label22.TabIndex = 17; this.label22.Text = "Ucps"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(427, 74); 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 = 18; this.label21.Text = "u"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(835, 74); 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 = 19; this.label18.Text = "Y2"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(170, 78); 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 = 20; this.label16.Text = "PV"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tbPIDY1 // this.tbPIDY1.Location = new System.Drawing.Point(656, 91); this.tbPIDY1.Margin = new System.Windows.Forms.Padding(2); this.tbPIDY1.Name = "tbPIDY1"; this.tbPIDY1.Size = new System.Drawing.Size(121, 20); this.tbPIDY1.TabIndex = 30; // // tbPIDSP // this.tbPIDSP.Location = new System.Drawing.Point(24, 90); this.tbPIDSP.Margin = new System.Windows.Forms.Padding(2); this.tbPIDSP.Name = "tbPIDSP"; this.tbPIDSP.Size = new System.Drawing.Size(88, 20); this.tbPIDSP.TabIndex = 31; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(324, 75); 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 = 21; this.label20.Text = "v"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(701, 76); 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 = 22; this.label17.Text = "Y1"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tbPIDI // this.tbPIDI.Location = new System.Drawing.Point(923, 90); this.tbPIDI.Margin = new System.Windows.Forms.Padding(2); this.tbPIDI.Name = "tbPIDI"; this.tbPIDI.Size = new System.Drawing.Size(121, 20); this.tbPIDI.TabIndex = 32; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(57, 76); 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 = 23; this.label15.Text = "SP"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(979, 75); 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 = 24; this.label19.Text = "I"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(820, 14); 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 = 12; this.label31.Text = "CTD Sample Period"; // // label36 // this.label36.AutoSize = true; this.label36.Location = new System.Drawing.Point(599, 14); this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(105, 13); this.label36.TabIndex = 13; this.label36.Text = "Difference 2 Velocity"; // // label30 // this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(457, 14); 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 = 13; this.label30.Text = "Difference Velocity"; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(339, 14); 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 = 14; this.label29.Text = "LPF Velocity"; // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(202, 14); 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 = 15; this.label28.Text = "LPF Pressure"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(54, 14); 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 = 16; this.label27.Text = "Raw Pressure"; // // tbCTDSamplePeriod // this.tbCTDSamplePeriod.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDSamplePeriod.Location = new System.Drawing.Point(811, 31); this.tbCTDSamplePeriod.Margin = new System.Windows.Forms.Padding(2); this.tbCTDSamplePeriod.Name = "tbCTDSamplePeriod"; this.tbCTDSamplePeriod.Size = new System.Drawing.Size(121, 26); this.tbCTDSamplePeriod.TabIndex = 7; // // tbCTDDiff2Velocity // this.tbCTDDiff2Velocity.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDDiff2Velocity.Location = new System.Drawing.Point(587, 31); this.tbCTDDiff2Velocity.Margin = new System.Windows.Forms.Padding(2); this.tbCTDDiff2Velocity.Name = "tbCTDDiff2Velocity"; this.tbCTDDiff2Velocity.Size = new System.Drawing.Size(121, 26); this.tbCTDDiff2Velocity.TabIndex = 8; this.tbCTDDiff2Velocity.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged); // // tbCTDDiffVelocity // this.tbCTDDiffVelocity.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDDiffVelocity.Location = new System.Drawing.Point(445, 31); this.tbCTDDiffVelocity.Margin = new System.Windows.Forms.Padding(2); this.tbCTDDiffVelocity.Name = "tbCTDDiffVelocity"; this.tbCTDDiffVelocity.Size = new System.Drawing.Size(121, 26); this.tbCTDDiffVelocity.TabIndex = 8; // // tbCTDLPFVelocity // this.tbCTDLPFVelocity.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDLPFVelocity.Location = new System.Drawing.Point(309, 31); this.tbCTDLPFVelocity.Margin = new System.Windows.Forms.Padding(2); this.tbCTDLPFVelocity.Name = "tbCTDLPFVelocity"; this.tbCTDLPFVelocity.Size = new System.Drawing.Size(121, 26); this.tbCTDLPFVelocity.TabIndex = 9; // // tbCTDLPFPressure // this.tbCTDLPFPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDLPFPressure.Location = new System.Drawing.Point(172, 31); this.tbCTDLPFPressure.Margin = new System.Windows.Forms.Padding(2); this.tbCTDLPFPressure.Name = "tbCTDLPFPressure"; this.tbCTDLPFPressure.Size = new System.Drawing.Size(121, 26); this.tbCTDLPFPressure.TabIndex = 10; // // tbCTDRawPressure // this.tbCTDRawPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbCTDRawPressure.Location = new System.Drawing.Point(24, 31); this.tbCTDRawPressure.Margin = new System.Windows.Forms.Padding(2); this.tbCTDRawPressure.Name = "tbCTDRawPressure"; this.tbCTDRawPressure.Size = new System.Drawing.Size(121, 26); this.tbCTDRawPressure.TabIndex = 11; // // tabPage2 // this.tabPage2.Controls.Add(this.btnSendExit); this.tabPage2.Controls.Add(this.btnRecoveryFalse); this.tabPage2.Controls.Add(this.btnRecoveryTrue); this.tabPage2.Controls.Add(this.btnGo); 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(1101, 246); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Commands"; this.tabPage2.UseVisualStyleBackColor = true; // // btnSendExit // this.btnSendExit.Location = new System.Drawing.Point(1001, 200); 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); // // btnRecoveryFalse // this.btnRecoveryFalse.Location = new System.Drawing.Point(113, 62); 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(113, 15); 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); // // btnGo // this.btnGo.Location = new System.Drawing.Point(12, 18); 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); // // tabPage3 // this.tabPage3.Controls.Add(this.buttonSetRFFTimerInterval); this.tabPage3.Controls.Add(this.tbReadFromFileTimerInterval); this.tabPage3.Controls.Add(this.buttonReadFromFile); 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(1101, 246); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "File Ops"; this.tabPage3.UseVisualStyleBackColor = true; // // buttonReadFromFile // this.buttonReadFromFile.Location = new System.Drawing.Point(33, 123); this.buttonReadFromFile.Name = "buttonReadFromFile"; this.buttonReadFromFile.Size = new System.Drawing.Size(110, 23); this.buttonReadFromFile.TabIndex = 0; this.buttonReadFromFile.Text = "Read From File"; this.buttonReadFromFile.UseVisualStyleBackColor = true; this.buttonReadFromFile.Click += new System.EventHandler(this.buttonReadFromFile_Click); // // tabPage4 // this.tabPage4.Controls.Add(this.cmbStopBits); this.tabPage4.Controls.Add(this.cmbBaudRate); this.tabPage4.Controls.Add(this.cmbPortName); this.tabPage4.Controls.Add(this.label10); this.tabPage4.Controls.Add(this.label9); this.tabPage4.Controls.Add(this.buttonOpenSP); this.tabPage4.Controls.Add(this.label8); this.tabPage4.Controls.Add(this.label7); this.tabPage4.Controls.Add(this.cmbDataBits); this.tabPage4.Controls.Add(this.cmbParity); this.tabPage4.Controls.Add(this.label5); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(1101, 246); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Serial Port"; this.tabPage4.UseVisualStyleBackColor = true; // // cmbStopBits // this.cmbStopBits.FormattingEnabled = true; this.cmbStopBits.Items.AddRange(new object[] { "1", "2", "3"}); this.cmbStopBits.Location = new System.Drawing.Point(100, 126); this.cmbStopBits.Name = "cmbStopBits"; this.cmbStopBits.Size = new System.Drawing.Size(121, 21); this.cmbStopBits.TabIndex = 18; this.cmbStopBits.Text = "Select Num Stop Bits"; // // cmbBaudRate // this.cmbBaudRate.FormattingEnabled = true; this.cmbBaudRate.Items.AddRange(new object[] { "1200", "2400", "4800", "9600", "19200", "28400", "57600", "115200"}); this.cmbBaudRate.Location = new System.Drawing.Point(100, 45); this.cmbBaudRate.Name = "cmbBaudRate"; this.cmbBaudRate.Size = new System.Drawing.Size(121, 21); this.cmbBaudRate.TabIndex = 18; this.cmbBaudRate.Text = "Select Baud Rate"; // // cmbPortName // this.cmbPortName.FormattingEnabled = true; this.cmbPortName.Location = new System.Drawing.Point(100, 14); this.cmbPortName.Name = "cmbPortName"; this.cmbPortName.Size = new System.Drawing.Size(121, 21); this.cmbPortName.TabIndex = 18; this.cmbPortName.Text = "Select Port Name"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(29, 127); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(49, 13); this.label10.TabIndex = 17; this.label10.Text = "Stop Bits"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(29, 102); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(50, 13); this.label9.TabIndex = 17; this.label9.Text = "Data Bits"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(29, 72); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(33, 13); this.label8.TabIndex = 17; this.label8.Text = "Parity"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(29, 45); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(58, 13); this.label7.TabIndex = 17; this.label7.Text = "Baud Rate"; // // cmbDataBits // this.cmbDataBits.FormattingEnabled = true; this.cmbDataBits.Items.AddRange(new object[] { "7", "8", "9"}); this.cmbDataBits.Location = new System.Drawing.Point(100, 99); this.cmbDataBits.Name = "cmbDataBits"; this.cmbDataBits.Size = new System.Drawing.Size(121, 21); this.cmbDataBits.TabIndex = 18; this.cmbDataBits.Text = "Select Num Data Bits"; // // cmbParity // this.cmbParity.FormattingEnabled = true; this.cmbParity.Items.AddRange(new object[] { "None", "Even", "Odd"}); this.cmbParity.Location = new System.Drawing.Point(100, 72); this.cmbParity.Name = "cmbParity"; this.cmbParity.Size = new System.Drawing.Size(121, 21); this.cmbParity.TabIndex = 18; this.cmbParity.Text = "Select Parity"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(29, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 13); this.label5.TabIndex = 17; this.label5.Text = "COM Port"; // // tabPage5 // this.tabPage5.Controls.Add(this.tbPIDh); this.tabPage5.Controls.Add(this.tbPIDB); this.tabPage5.Controls.Add(this.label14); this.tabPage5.Controls.Add(this.label11); this.tabPage5.Controls.Add(this.rtbPIDTd); this.tabPage5.Controls.Add(this.rtbPIDuHigh); this.tabPage5.Controls.Add(this.rtbPIDTt); this.tabPage5.Controls.Add(this.label13); this.tabPage5.Controls.Add(this.label12); this.tabPage5.Controls.Add(this.label23); this.tabPage5.Controls.Add(this.rtbPIDuLow); this.tabPage5.Controls.Add(this.rtbPIDTi); this.tabPage5.Controls.Add(this.rtbPIDTf); this.tabPage5.Controls.Add(this.label24); this.tabPage5.Controls.Add(this.label25); this.tabPage5.Controls.Add(this.label26); this.tabPage5.Controls.Add(this.rtbPIDK); this.tabPage5.Controls.Add(this.label32); this.tabPage5.Location = new System.Drawing.Point(4, 22); this.tabPage5.Name = "tabPage5"; this.tabPage5.Padding = new System.Windows.Forms.Padding(3); this.tabPage5.Size = new System.Drawing.Size(1101, 246); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "Configuration"; this.tabPage5.UseVisualStyleBackColor = true; // // tbPIDh // this.tbPIDh.Location = new System.Drawing.Point(380, 83); this.tbPIDh.Margin = new System.Windows.Forms.Padding(2); this.tbPIDh.Name = "tbPIDh"; this.tbPIDh.Size = new System.Drawing.Size(121, 20); this.tbPIDh.TabIndex = 23; // // tbPIDB // this.tbPIDB.Location = new System.Drawing.Point(215, 80); this.tbPIDB.Margin = new System.Windows.Forms.Padding(2); this.tbPIDB.Name = "tbPIDB"; this.tbPIDB.Size = new System.Drawing.Size(121, 20); this.tbPIDB.TabIndex = 21; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(346, 85); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(13, 13); this.label14.TabIndex = 14; this.label14.Text = "h"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(198, 83); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(14, 13); this.label11.TabIndex = 13; this.label11.Text = "B"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // rtbPIDTd // this.rtbPIDTd.Location = new System.Drawing.Point(56, 80); this.rtbPIDTd.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDTd.Name = "rtbPIDTd"; this.rtbPIDTd.Size = new System.Drawing.Size(121, 22); this.rtbPIDTd.TabIndex = 17; this.rtbPIDTd.Text = ""; // // rtbPIDuHigh // this.rtbPIDuHigh.Location = new System.Drawing.Point(380, 57); this.rtbPIDuHigh.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDuHigh.Name = "rtbPIDuHigh"; this.rtbPIDuHigh.Size = new System.Drawing.Size(121, 22); this.rtbPIDuHigh.TabIndex = 15; this.rtbPIDuHigh.Text = ""; // // rtbPIDTt // this.rtbPIDTt.Location = new System.Drawing.Point(215, 54); this.rtbPIDTt.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDTt.Name = "rtbPIDTt"; this.rtbPIDTt.Size = new System.Drawing.Size(121, 22); this.rtbPIDTt.TabIndex = 22; this.rtbPIDTt.Text = ""; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(346, 59); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(35, 13); this.label13.TabIndex = 11; this.label13.Text = "uHigh"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(38, 83); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(20, 13); this.label12.TabIndex = 6; this.label12.Text = "Td"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(198, 57); this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(17, 13); this.label23.TabIndex = 10; this.label23.Text = "Tt"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // rtbPIDuLow // this.rtbPIDuLow.Location = new System.Drawing.Point(380, 31); this.rtbPIDuLow.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDuLow.Name = "rtbPIDuLow"; this.rtbPIDuLow.Size = new System.Drawing.Size(121, 22); this.rtbPIDuLow.TabIndex = 18; this.rtbPIDuLow.Text = ""; // // rtbPIDTi // this.rtbPIDTi.Location = new System.Drawing.Point(56, 54); this.rtbPIDTi.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDTi.Name = "rtbPIDTi"; this.rtbPIDTi.Size = new System.Drawing.Size(121, 22); this.rtbPIDTi.TabIndex = 19; this.rtbPIDTi.Text = ""; // // rtbPIDTf // this.rtbPIDTf.Location = new System.Drawing.Point(215, 28); this.rtbPIDTf.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDTf.Name = "rtbPIDTf"; this.rtbPIDTf.Size = new System.Drawing.Size(121, 22); this.rtbPIDTf.TabIndex = 20; this.rtbPIDTf.Text = ""; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(346, 33); this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(33, 13); this.label24.TabIndex = 9; this.label24.Text = "uLow"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(38, 57); this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(16, 13); this.label25.TabIndex = 8; this.label25.Text = "Ti"; this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(198, 31); this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(17, 13); this.label26.TabIndex = 7; this.label26.Text = "Tf"; this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // rtbPIDK // this.rtbPIDK.Location = new System.Drawing.Point(56, 28); this.rtbPIDK.Margin = new System.Windows.Forms.Padding(2); this.rtbPIDK.Name = "rtbPIDK"; this.rtbPIDK.Size = new System.Drawing.Size(121, 22); this.rtbPIDK.TabIndex = 16; this.rtbPIDK.Text = ""; // // label32 // this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(38, 31); this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(14, 13); this.label32.TabIndex = 12; this.label32.Text = "K"; this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabPage6 // this.tabPage6.Controls.Add(this.tbMSCMessage); this.tabPage6.Location = new System.Drawing.Point(4, 22); this.tabPage6.Name = "tabPage6"; this.tabPage6.Padding = new System.Windows.Forms.Padding(3); this.tabPage6.Size = new System.Drawing.Size(1101, 246); this.tabPage6.TabIndex = 5; this.tabPage6.Text = "MSC"; this.tabPage6.UseVisualStyleBackColor = true; // // tbMSCMessage // this.tbMSCMessage.Location = new System.Drawing.Point(112, 31); this.tbMSCMessage.Multiline = true; this.tbMSCMessage.Name = "tbMSCMessage"; this.tbMSCMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tbMSCMessage.Size = new System.Drawing.Size(938, 161); this.tbMSCMessage.TabIndex = 0; this.tbMSCMessage.TextChanged += new System.EventHandler(this.tbMSCMessage_TextChanged); // // btnExit // this.btnExit.Location = new System.Drawing.Point(1173, 413); this.btnExit.Margin = new System.Windows.Forms.Padding(2); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(73, 34); this.btnExit.TabIndex = 27; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // 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(773, 46); 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 = 24; this.rtbHousingT.Text = ""; // // label33 // this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(762, 29); this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(109, 13); this.label33.TabIndex = 21; this.label33.Text = "Housing Temperature"; this.label33.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(666, 46); 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 = 25; this.rtbHousingH.Text = ""; // // label34 // this.label34.AutoSize = true; this.label34.Location = new System.Drawing.Point(669, 29); this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(89, 13); this.label34.TabIndex = 22; this.label34.Text = "Housing Humidity"; this.label34.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(557, 46); 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 = 26; this.rtbHousingP.Text = ""; // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(564, 29); this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(90, 13); this.label35.TabIndex = 23; this.label35.Text = "Housing Pressure"; this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // fileReadTimer // this.fileReadTimer.Interval = 200; // // tbDateAndTime // this.tbDateAndTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbDateAndTime.Location = new System.Drawing.Point(911, 45); this.tbDateAndTime.Name = "tbDateAndTime"; this.tbDateAndTime.Size = new System.Drawing.Size(210, 24); this.tbDateAndTime.TabIndex = 29; this.tbDateAndTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbReadFromFileTimerInterval // this.tbReadFromFileTimerInterval.Location = new System.Drawing.Point(33, 19); this.tbReadFromFileTimerInterval.Name = "tbReadFromFileTimerInterval"; this.tbReadFromFileTimerInterval.Size = new System.Drawing.Size(58, 20); this.tbReadFromFileTimerInterval.TabIndex = 1; this.tbReadFromFileTimerInterval.Text = "200"; this.tbReadFromFileTimerInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // buttonSetRFFTimerInterval // this.buttonSetRFFTimerInterval.Location = new System.Drawing.Point(97, 19); this.buttonSetRFFTimerInterval.Name = "buttonSetRFFTimerInterval"; this.buttonSetRFFTimerInterval.Size = new System.Drawing.Size(110, 58); this.buttonSetRFFTimerInterval.TabIndex = 2; this.buttonSetRFFTimerInterval.Text = "Set RFF Timer Interval (mSec)"; this.buttonSetRFFTimerInterval.UseVisualStyleBackColor = true; this.buttonSetRFFTimerInterval.Click += new System.EventHandler(this.buttonSetRFFTimerInterval_Click); // // buttonPauseFileRead // this.buttonPauseFileRead.Location = new System.Drawing.Point(1173, 205); this.buttonPauseFileRead.Name = "buttonPauseFileRead"; this.buttonPauseFileRead.Size = new System.Drawing.Size(73, 44); this.buttonPauseFileRead.TabIndex = 0; this.buttonPauseFileRead.Text = "Pause File Read"; this.buttonPauseFileRead.UseVisualStyleBackColor = true; this.buttonPauseFileRead.Click += new System.EventHandler(this.buttonPauseFileRead_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1282, 463); this.Controls.Add(this.tbDateAndTime); this.Controls.Add(this.btnExit); this.Controls.Add(this.buttonPauseFileRead); this.Controls.Add(this.rtbHousingT); this.Controls.Add(this.label33); this.Controls.Add(this.rtbHousingH); this.Controls.Add(this.label34); this.Controls.Add(this.rtbHousingP); this.Controls.Add(this.label35); this.Controls.Add(this.tabControl1); this.Controls.Add(this.rtbCTDPressureAge); this.Controls.Add(this.label3); this.Controls.Add(this.rtbReceivedLine); this.Controls.Add(this.rtbBellowsPosition); this.Controls.Add(this.label4); this.Controls.Add(this.label6); this.Controls.Add(this.label1); this.Controls.Add(this.tbCTDPressure); this.Controls.Add(this.rtbCPFState); this.Controls.Add(this.label2); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.tabPage5.ResumeLayout(false); this.tabPage5.PerformLayout(); this.tabPage6.ResumeLayout(false); this.tabPage6.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RichTextBox rtbBellowsPosition; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbCTDPressure; private System.Windows.Forms.TextBox rtbCPFState; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox rtbReceivedLine; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox rtbCTDPressureAge; private System.Windows.Forms.Button buttonOpenSP; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.ComboBox cmbStopBits; private System.Windows.Forms.ComboBox cmbDataBits; private System.Windows.Forms.ComboBox cmbParity; private System.Windows.Forms.ComboBox cmbBaudRate; private System.Windows.Forms.ComboBox cmbPortName; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TextBox tbPIDuCPS; private System.Windows.Forms.TextBox tbPIDu; private System.Windows.Forms.TextBox tbPIDY2; private System.Windows.Forms.TextBox tbPIDv; private System.Windows.Forms.TextBox tbPIDPV; 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.TextBox tbPIDY1; private System.Windows.Forms.TextBox tbPIDSP; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox tbPIDI; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label19; 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.TextBox tbCTDSamplePeriod; private System.Windows.Forms.TextBox tbCTDDiffVelocity; private System.Windows.Forms.TextBox tbCTDLPFVelocity; private System.Windows.Forms.TextBox tbCTDLPFPressure; private System.Windows.Forms.TextBox tbCTDRawPressure; private System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.TextBox tbPIDh; private System.Windows.Forms.TextBox tbPIDB; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label11; private System.Windows.Forms.RichTextBox rtbPIDTd; private System.Windows.Forms.RichTextBox rtbPIDuHigh; private System.Windows.Forms.RichTextBox rtbPIDTt; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label23; private System.Windows.Forms.RichTextBox rtbPIDuLow; private System.Windows.Forms.RichTextBox rtbPIDTi; private System.Windows.Forms.RichTextBox rtbPIDTf; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label26; private System.Windows.Forms.RichTextBox rtbPIDK; private System.Windows.Forms.Label label32; 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.Button btnExit; private System.Windows.Forms.RichTextBox rtbHousingT; private System.Windows.Forms.Label label33; private System.Windows.Forms.RichTextBox rtbHousingH; private System.Windows.Forms.Label label34; private System.Windows.Forms.RichTextBox rtbHousingP; private System.Windows.Forms.Label label35; private System.Windows.Forms.Button buttonReadFromFile; private System.Windows.Forms.Timer fileReadTimer; private System.Windows.Forms.TextBox tbDateAndTime; private System.Windows.Forms.Label label36; private System.Windows.Forms.TextBox tbCTDDiff2Velocity; private System.Windows.Forms.TabPage tabPage6; private System.Windows.Forms.TextBox tbMSCMessage; private System.Windows.Forms.Button buttonSetRFFTimerInterval; private System.Windows.Forms.TextBox tbReadFromFileTimerInterval; private System.Windows.Forms.Button buttonPauseFileRead; } }