repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Revision:
20:6d2af70c92ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HspGuiSourceV301/HSPGui/CustomControls/LoggingView.Designer.cs	Tue Apr 06 06:41:40 2021 +0000
@@ -0,0 +1,903 @@
+namespace HealthSensorPlatform.CustomControls
+{
+    partial class DataLoggingView
+    {
+        /// <summary> 
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary> 
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Component Designer generated code
+
+        /// <summary> 
+        /// Required method for Designer support - do not modify 
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.components = new System.ComponentModel.Container();
+            this.btnRead = new MaximStyle.MaximButton();
+            this.btnErase = new MaximStyle.MaximButton();
+            this.btnWrite = new MaximStyle.MaximButton();
+            this.ckbxRtoR = new MaximStyle.MaximCheckBox();
+            this.ckbxBioz = new MaximStyle.MaximCheckBox();
+            this.ckbxPace = new MaximStyle.MaximCheckBox();
+            this.ckbxEcg = new MaximStyle.MaximCheckBox();
+            this.ckbxTemp1 = new MaximStyle.MaximCheckBox();
+            this.ckbxTemp2 = new MaximStyle.MaximCheckBox();
+            this.tbRtoRParameters = new System.Windows.Forms.TextBox();
+            this.tbBiozParameters = new System.Windows.Forms.TextBox();
+            this.tbPaceParameters = new System.Windows.Forms.TextBox();
+            this.tbEcgParameters = new System.Windows.Forms.TextBox();
+            this.txtTemp2SampleTime = new System.Windows.Forms.TextBox();
+            this.txtTemp1SampleTime = new System.Windows.Forms.TextBox();
+            this.txtPressureSampleTime = new System.Windows.Forms.TextBox();
+            this.ckbxPressure = new MaximStyle.MaximCheckBox();
+            this.ckbxAccel = new MaximStyle.MaximCheckBox();
+            this.groupBox4 = new System.Windows.Forms.GroupBox();
+            this.label6 = new System.Windows.Forms.Label();
+            this.rbMulti = new System.Windows.Forms.RadioButton();
+            this.rbHR = new System.Windows.Forms.RadioButton();
+            this.rbSPO2 = new System.Windows.Forms.RadioButton();
+            this.ckbxOpticalSensor = new System.Windows.Forms.CheckBox();
+            this.tbMultiParameters = new System.Windows.Forms.TextBox();
+            this.tbHRParameters = new System.Windows.Forms.TextBox();
+            this.tbSpO2Parameters = new System.Windows.Forms.TextBox();
+            this.btnTestMission = new System.Windows.Forms.Button();
+            this.btnTestWriteLogMemory = new System.Windows.Forms.Button();
+            this.btnTestReadLogMemory = new System.Windows.Forms.Button();
+            this.btnBulkErase = new System.Windows.Forms.Button();
+            this.btnLogSectorsErase = new System.Windows.Forms.Button();
+            this.grpPrePostCommands = new MaximStyle.MaximGroupBox();
+            this.label8 = new System.Windows.Forms.Label();
+            this.label7 = new System.Windows.Forms.Label();
+            this.tbPostCmd = new System.Windows.Forms.TextBox();
+            this.tbPreCmd = new System.Windows.Forms.TextBox();
+            this.maximGroupBox1 = new MaximStyle.MaximGroupBox();
+            this.maximGroupBox2 = new MaximStyle.MaximGroupBox();
+            this.cboAccelSampleRate = new MaximStyle.MaximComboBox();
+            this.label14 = new System.Windows.Forms.Label();
+            this.label13 = new System.Windows.Forms.Label();
+            this.label12 = new System.Windows.Forms.Label();
+            this.label11 = new System.Windows.Forms.Label();
+            this.label10 = new System.Windows.Forms.Label();
+            this.label9 = new System.Windows.Forms.Label();
+            this.maximGroupBox3 = new MaximStyle.MaximGroupBox();
+            this.cboOpticalMode = new MaximStyle.MaximComboBox();
+            this.label15 = new System.Windows.Forms.Label();
+            this.grpParameters = new MaximStyle.MaximGroupBox();
+            this.tbFMSTRParameters = new System.Windows.Forms.TextBox();
+            this.label23 = new System.Windows.Forms.Label();
+            this.label21 = new System.Windows.Forms.Label();
+            this.label20 = new System.Windows.Forms.Label();
+            this.label1 = new System.Windows.Forms.Label();
+            this.lblRToR = new System.Windows.Forms.Label();
+            this.lblBioZ = new System.Windows.Forms.Label();
+            this.lblPace = new System.Windows.Forms.Label();
+            this.label16 = new System.Windows.Forms.Label();
+            this.btnAdvanced = new MaximStyle.MaximButton();
+            this.btnSaveToFile = new MaximStyle.MaximButton();
+            this.maximGroupBox4 = new MaximStyle.MaximGroupBox();
+            this.label22 = new System.Windows.Forms.Label();
+            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
+            this.groupBox4.SuspendLayout();
+            this.grpPrePostCommands.SuspendLayout();
+            this.maximGroupBox1.SuspendLayout();
+            this.maximGroupBox2.SuspendLayout();
+            this.maximGroupBox3.SuspendLayout();
+            this.grpParameters.SuspendLayout();
+            this.maximGroupBox4.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // btnRead
+            // 
+            this.btnRead.Location = new System.Drawing.Point(43, 179);
+            this.btnRead.Name = "btnRead";
+            this.btnRead.Size = new System.Drawing.Size(75, 23);
+            this.btnRead.TabIndex = 0;
+            this.btnRead.Text = "Read";
+            this.toolTip1.SetToolTip(this.btnRead, "Read mission settings and apply settings to device registers");
+            this.btnRead.UseVisualStyleBackColor = true;
+            this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
+            // 
+            // btnErase
+            // 
+            this.btnErase.Location = new System.Drawing.Point(156, 179);
+            this.btnErase.Name = "btnErase";
+            this.btnErase.Size = new System.Drawing.Size(75, 23);
+            this.btnErase.TabIndex = 1;
+            this.btnErase.Text = "Erase";
+            this.toolTip1.SetToolTip(this.btnErase, "Erase mission");
+            this.btnErase.UseVisualStyleBackColor = true;
+            this.btnErase.Click += new System.EventHandler(this.btnErase_Click);
+            // 
+            // btnWrite
+            // 
+            this.btnWrite.Location = new System.Drawing.Point(271, 179);
+            this.btnWrite.Name = "btnWrite";
+            this.btnWrite.Size = new System.Drawing.Size(75, 23);
+            this.btnWrite.TabIndex = 2;
+            this.btnWrite.Text = "Write";
+            this.toolTip1.SetToolTip(this.btnWrite, "Write mission settings to flash and erase flash memory");
+            this.btnWrite.UseVisualStyleBackColor = true;
+            this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
+            // 
+            // ckbxRtoR
+            // 
+            this.ckbxRtoR.AutoSize = true;
+            this.ckbxRtoR.Enabled = false;
+            this.ckbxRtoR.Location = new System.Drawing.Point(121, 64);
+            this.ckbxRtoR.Name = "ckbxRtoR";
+            this.ckbxRtoR.Size = new System.Drawing.Size(57, 17);
+            this.ckbxRtoR.TabIndex = 68;
+            this.ckbxRtoR.Text = "R-to-R";
+            this.ckbxRtoR.UseVisualStyleBackColor = true;
+            this.ckbxRtoR.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged);
+            // 
+            // ckbxBioz
+            // 
+            this.ckbxBioz.AutoSize = true;
+            this.ckbxBioz.Location = new System.Drawing.Point(121, 32);
+            this.ckbxBioz.Name = "ckbxBioz";
+            this.ckbxBioz.Size = new System.Drawing.Size(48, 17);
+            this.ckbxBioz.TabIndex = 67;
+            this.ckbxBioz.Text = "BioZ";
+            this.ckbxBioz.UseVisualStyleBackColor = true;
+            this.ckbxBioz.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged);
+            // 
+            // ckbxPace
+            // 
+            this.ckbxPace.AutoSize = true;
+            this.ckbxPace.Location = new System.Drawing.Point(22, 64);
+            this.ckbxPace.Name = "ckbxPace";
+            this.ckbxPace.Size = new System.Drawing.Size(51, 17);
+            this.ckbxPace.TabIndex = 66;
+            this.ckbxPace.Text = "Pace";
+            this.ckbxPace.UseVisualStyleBackColor = true;
+            this.ckbxPace.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged);
+            // 
+            // ckbxEcg
+            // 
+            this.ckbxEcg.AutoSize = true;
+            this.ckbxEcg.Location = new System.Drawing.Point(22, 32);
+            this.ckbxEcg.Name = "ckbxEcg";
+            this.ckbxEcg.Size = new System.Drawing.Size(48, 17);
+            this.ckbxEcg.TabIndex = 65;
+            this.ckbxEcg.Text = "ECG";
+            this.ckbxEcg.UseVisualStyleBackColor = true;
+            this.ckbxEcg.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged);
+            // 
+            // ckbxTemp1
+            // 
+            this.ckbxTemp1.AutoSize = true;
+            this.ckbxTemp1.Location = new System.Drawing.Point(18, 50);
+            this.ckbxTemp1.Name = "ckbxTemp1";
+            this.ckbxTemp1.Size = new System.Drawing.Size(95, 17);
+            this.ckbxTemp1.TabIndex = 69;
+            this.ckbxTemp1.Text = "Temperature 1";
+            this.ckbxTemp1.UseVisualStyleBackColor = true;
+            // 
+            // ckbxTemp2
+            // 
+            this.ckbxTemp2.AutoSize = true;
+            this.ckbxTemp2.Location = new System.Drawing.Point(18, 77);
+            this.ckbxTemp2.Name = "ckbxTemp2";
+            this.ckbxTemp2.Size = new System.Drawing.Size(95, 17);
+            this.ckbxTemp2.TabIndex = 70;
+            this.ckbxTemp2.Text = "Temperature 2";
+            this.ckbxTemp2.UseVisualStyleBackColor = true;
+            // 
+            // tbRtoRParameters
+            // 
+            this.tbRtoRParameters.Location = new System.Drawing.Point(76, 100);
+            this.tbRtoRParameters.Name = "tbRtoRParameters";
+            this.tbRtoRParameters.ReadOnly = true;
+            this.tbRtoRParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbRtoRParameters.TabIndex = 80;
+            this.tbRtoRParameters.Text = "01 03 0F 00 03 01 00 00 01";
+            this.tbRtoRParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // tbBiozParameters
+            // 
+            this.tbBiozParameters.Location = new System.Drawing.Point(76, 75);
+            this.tbBiozParameters.Name = "tbBiozParameters";
+            this.tbBiozParameters.ReadOnly = true;
+            this.tbBiozParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbBiozParameters.TabIndex = 79;
+            this.tbBiozParameters.Text = "01 01 01 02 03 00 07 00 07 00 02 00 00 01 00 07 00";
+            this.tbBiozParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // tbPaceParameters
+            // 
+            this.tbPaceParameters.Location = new System.Drawing.Point(76, 50);
+            this.tbPaceParameters.Name = "tbPaceParameters";
+            this.tbPaceParameters.ReadOnly = true;
+            this.tbPaceParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbPaceParameters.TabIndex = 78;
+            this.tbPaceParameters.Text = "01 00 00 01 00 00 00 00 00";
+            this.tbPaceParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // tbEcgParameters
+            // 
+            this.tbEcgParameters.Location = new System.Drawing.Point(76, 25);
+            this.tbEcgParameters.Name = "tbEcgParameters";
+            this.tbEcgParameters.ReadOnly = true;
+            this.tbEcgParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbEcgParameters.TabIndex = 76;
+            this.tbEcgParameters.Text = "01 01 01 00 02 03 1F 00 02 00 01";
+            this.tbEcgParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // txtTemp2SampleTime
+            // 
+            this.txtTemp2SampleTime.Location = new System.Drawing.Point(126, 75);
+            this.txtTemp2SampleTime.Name = "txtTemp2SampleTime";
+            this.txtTemp2SampleTime.Size = new System.Drawing.Size(52, 20);
+            this.txtTemp2SampleTime.TabIndex = 77;
+            this.txtTemp2SampleTime.Text = "10";
+            this.txtTemp2SampleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // txtTemp1SampleTime
+            // 
+            this.txtTemp1SampleTime.Location = new System.Drawing.Point(126, 49);
+            this.txtTemp1SampleTime.Name = "txtTemp1SampleTime";
+            this.txtTemp1SampleTime.Size = new System.Drawing.Size(52, 20);
+            this.txtTemp1SampleTime.TabIndex = 75;
+            this.txtTemp1SampleTime.Text = "10";
+            this.txtTemp1SampleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // txtPressureSampleTime
+            // 
+            this.txtPressureSampleTime.Location = new System.Drawing.Point(126, 101);
+            this.txtPressureSampleTime.Name = "txtPressureSampleTime";
+            this.txtPressureSampleTime.Size = new System.Drawing.Size(52, 20);
+            this.txtPressureSampleTime.TabIndex = 79;
+            this.txtPressureSampleTime.Text = "30";
+            this.txtPressureSampleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // ckbxPressure
+            // 
+            this.ckbxPressure.AutoSize = true;
+            this.ckbxPressure.Location = new System.Drawing.Point(18, 103);
+            this.ckbxPressure.Name = "ckbxPressure";
+            this.ckbxPressure.Size = new System.Drawing.Size(74, 17);
+            this.ckbxPressure.TabIndex = 72;
+            this.ckbxPressure.Text = "Barometer";
+            this.ckbxPressure.UseVisualStyleBackColor = true;
+            // 
+            // ckbxAccel
+            // 
+            this.ckbxAccel.AutoSize = true;
+            this.ckbxAccel.Location = new System.Drawing.Point(18, 129);
+            this.ckbxAccel.Name = "ckbxAccel";
+            this.ckbxAccel.Size = new System.Drawing.Size(94, 17);
+            this.ckbxAccel.TabIndex = 71;
+            this.ckbxAccel.Text = "Accelerometer";
+            this.ckbxAccel.UseVisualStyleBackColor = true;
+            // 
+            // groupBox4
+            // 
+            this.groupBox4.Controls.Add(this.label6);
+            this.groupBox4.Controls.Add(this.rbMulti);
+            this.groupBox4.Controls.Add(this.rbHR);
+            this.groupBox4.Controls.Add(this.rbSPO2);
+            this.groupBox4.Controls.Add(this.ckbxOpticalSensor);
+            this.groupBox4.Location = new System.Drawing.Point(24, 568);
+            this.groupBox4.Name = "groupBox4";
+            this.groupBox4.Size = new System.Drawing.Size(538, 128);
+            this.groupBox4.TabIndex = 74;
+            this.groupBox4.TabStop = false;
+            this.groupBox4.Text = "Optical";
+            this.groupBox4.Visible = false;
+            // 
+            // label6
+            // 
+            this.label6.AutoSize = true;
+            this.label6.Location = new System.Drawing.Point(215, 22);
+            this.label6.Name = "label6";
+            this.label6.Size = new System.Drawing.Size(60, 13);
+            this.label6.TabIndex = 81;
+            this.label6.Text = "Parameters";
+            // 
+            // rbMulti
+            // 
+            this.rbMulti.AutoSize = true;
+            this.rbMulti.Location = new System.Drawing.Point(130, 88);
+            this.rbMulti.Name = "rbMulti";
+            this.rbMulti.Size = new System.Drawing.Size(77, 17);
+            this.rbMulti.TabIndex = 75;
+            this.rbMulti.TabStop = true;
+            this.rbMulti.Text = "Multi Mode";
+            this.rbMulti.UseVisualStyleBackColor = true;
+            // 
+            // rbHR
+            // 
+            this.rbHR.AutoSize = true;
+            this.rbHR.Location = new System.Drawing.Point(130, 65);
+            this.rbHR.Name = "rbHR";
+            this.rbHR.Size = new System.Drawing.Size(71, 17);
+            this.rbHR.TabIndex = 74;
+            this.rbHR.TabStop = true;
+            this.rbHR.Text = "HR Mode";
+            this.rbHR.UseVisualStyleBackColor = true;
+            // 
+            // rbSPO2
+            // 
+            this.rbSPO2.AutoSize = true;
+            this.rbSPO2.Location = new System.Drawing.Point(130, 42);
+            this.rbSPO2.Name = "rbSPO2";
+            this.rbSPO2.Size = new System.Drawing.Size(82, 17);
+            this.rbSPO2.TabIndex = 73;
+            this.rbSPO2.TabStop = true;
+            this.rbSPO2.Text = "SpO2 Mode";
+            this.rbSPO2.UseVisualStyleBackColor = true;
+            // 
+            // ckbxOpticalSensor
+            // 
+            this.ckbxOpticalSensor.AutoSize = true;
+            this.ckbxOpticalSensor.Location = new System.Drawing.Point(18, 22);
+            this.ckbxOpticalSensor.Name = "ckbxOpticalSensor";
+            this.ckbxOpticalSensor.Size = new System.Drawing.Size(95, 17);
+            this.ckbxOpticalSensor.TabIndex = 72;
+            this.ckbxOpticalSensor.Text = "Optical Sensor";
+            this.ckbxOpticalSensor.UseVisualStyleBackColor = true;
+            // 
+            // tbMultiParameters
+            // 
+            this.tbMultiParameters.Location = new System.Drawing.Point(76, 200);
+            this.tbMultiParameters.Name = "tbMultiParameters";
+            this.tbMultiParameters.ReadOnly = true;
+            this.tbMultiParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbMultiParameters.TabIndex = 83;
+            this.tbMultiParameters.Text = "00 02 01 02 7F 7F 7F 03 01 03 02";
+            this.tbMultiParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // tbHRParameters
+            // 
+            this.tbHRParameters.Location = new System.Drawing.Point(76, 175);
+            this.tbHRParameters.Name = "tbHRParameters";
+            this.tbHRParameters.ReadOnly = true;
+            this.tbHRParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbHRParameters.TabIndex = 82;
+            this.tbHRParameters.Text = "00 02 01 02 1F";
+            this.tbHRParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // tbSpO2Parameters
+            // 
+            this.tbSpO2Parameters.Location = new System.Drawing.Point(76, 150);
+            this.tbSpO2Parameters.Name = "tbSpO2Parameters";
+            this.tbSpO2Parameters.ReadOnly = true;
+            this.tbSpO2Parameters.Size = new System.Drawing.Size(350, 20);
+            this.tbSpO2Parameters.TabIndex = 81;
+            this.tbSpO2Parameters.Text = "0F 02 01 02 1F 1F";
+            this.tbSpO2Parameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // btnTestMission
+            // 
+            this.btnTestMission.Location = new System.Drawing.Point(579, 404);
+            this.btnTestMission.Name = "btnTestMission";
+            this.btnTestMission.Size = new System.Drawing.Size(135, 23);
+            this.btnTestMission.TabIndex = 75;
+            this.btnTestMission.Text = "Test Mission";
+            this.btnTestMission.UseVisualStyleBackColor = true;
+            this.btnTestMission.Visible = false;
+            this.btnTestMission.Click += new System.EventHandler(this.btnTestMission_Click);
+            // 
+            // btnTestWriteLogMemory
+            // 
+            this.btnTestWriteLogMemory.Location = new System.Drawing.Point(579, 433);
+            this.btnTestWriteLogMemory.Name = "btnTestWriteLogMemory";
+            this.btnTestWriteLogMemory.Size = new System.Drawing.Size(135, 23);
+            this.btnTestWriteLogMemory.TabIndex = 76;
+            this.btnTestWriteLogMemory.Text = "Test Write Log Memory";
+            this.btnTestWriteLogMemory.UseVisualStyleBackColor = true;
+            this.btnTestWriteLogMemory.Visible = false;
+            this.btnTestWriteLogMemory.Click += new System.EventHandler(this.btnTestWriteLogMemory_Click);
+            // 
+            // btnTestReadLogMemory
+            // 
+            this.btnTestReadLogMemory.Location = new System.Drawing.Point(579, 462);
+            this.btnTestReadLogMemory.Name = "btnTestReadLogMemory";
+            this.btnTestReadLogMemory.Size = new System.Drawing.Size(135, 23);
+            this.btnTestReadLogMemory.TabIndex = 77;
+            this.btnTestReadLogMemory.Text = "Test Read Log Memory";
+            this.btnTestReadLogMemory.UseVisualStyleBackColor = true;
+            this.btnTestReadLogMemory.Visible = false;
+            this.btnTestReadLogMemory.Click += new System.EventHandler(this.btnTestReadLogMemory_Click);
+            // 
+            // btnBulkErase
+            // 
+            this.btnBulkErase.Location = new System.Drawing.Point(579, 491);
+            this.btnBulkErase.Name = "btnBulkErase";
+            this.btnBulkErase.Size = new System.Drawing.Size(135, 23);
+            this.btnBulkErase.TabIndex = 78;
+            this.btnBulkErase.Text = "Bulk Erase";
+            this.btnBulkErase.UseVisualStyleBackColor = true;
+            this.btnBulkErase.Visible = false;
+            this.btnBulkErase.Click += new System.EventHandler(this.btnBulkErase_Click);
+            // 
+            // btnLogSectorsErase
+            // 
+            this.btnLogSectorsErase.Location = new System.Drawing.Point(579, 520);
+            this.btnLogSectorsErase.Name = "btnLogSectorsErase";
+            this.btnLogSectorsErase.Size = new System.Drawing.Size(135, 23);
+            this.btnLogSectorsErase.TabIndex = 79;
+            this.btnLogSectorsErase.Text = "Log Sectors Erase";
+            this.btnLogSectorsErase.UseVisualStyleBackColor = true;
+            this.btnLogSectorsErase.Visible = false;
+            this.btnLogSectorsErase.Click += new System.EventHandler(this.btnLogSectorsErase_Click);
+            // 
+            // grpPrePostCommands
+            // 
+            this.grpPrePostCommands.BackgroundColor = System.Drawing.Color.White;
+            this.grpPrePostCommands.Controls.Add(this.label8);
+            this.grpPrePostCommands.Controls.Add(this.label7);
+            this.grpPrePostCommands.Controls.Add(this.tbPostCmd);
+            this.grpPrePostCommands.Controls.Add(this.tbPreCmd);
+            this.grpPrePostCommands.Location = new System.Drawing.Point(15, 440);
+            this.grpPrePostCommands.Name = "grpPrePostCommands";
+            this.grpPrePostCommands.Size = new System.Drawing.Size(462, 74);
+            this.grpPrePostCommands.TabIndex = 80;
+            this.grpPrePostCommands.TabStop = false;
+            this.grpPrePostCommands.Text = "Pre/Post RPC Commands";
+            this.grpPrePostCommands.Visible = false;
+            // 
+            // label8
+            // 
+            this.label8.AutoSize = true;
+            this.label8.Location = new System.Drawing.Point(6, 53);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(33, 13);
+            this.label8.TabIndex = 85;
+            this.label8.Text = "Suffix";
+            // 
+            // label7
+            // 
+            this.label7.AutoSize = true;
+            this.label7.Location = new System.Drawing.Point(6, 27);
+            this.label7.Name = "label7";
+            this.label7.Size = new System.Drawing.Size(33, 13);
+            this.label7.TabIndex = 79;
+            this.label7.Text = "Prefix";
+            // 
+            // tbPostCmd
+            // 
+            this.tbPostCmd.Location = new System.Drawing.Point(76, 50);
+            this.tbPostCmd.Name = "tbPostCmd";
+            this.tbPostCmd.Size = new System.Drawing.Size(350, 20);
+            this.tbPostCmd.TabIndex = 84;
+            this.tbPostCmd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // tbPreCmd
+            // 
+            this.tbPreCmd.Location = new System.Drawing.Point(76, 24);
+            this.tbPreCmd.Name = "tbPreCmd";
+            this.tbPreCmd.Size = new System.Drawing.Size(350, 20);
+            this.tbPreCmd.TabIndex = 82;
+            this.tbPreCmd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // maximGroupBox1
+            // 
+            this.maximGroupBox1.BackgroundColor = System.Drawing.Color.White;
+            this.maximGroupBox1.Controls.Add(this.ckbxEcg);
+            this.maximGroupBox1.Controls.Add(this.ckbxPace);
+            this.maximGroupBox1.Controls.Add(this.ckbxBioz);
+            this.maximGroupBox1.Controls.Add(this.ckbxRtoR);
+            this.maximGroupBox1.Location = new System.Drawing.Point(21, 5);
+            this.maximGroupBox1.Name = "maximGroupBox1";
+            this.maximGroupBox1.Size = new System.Drawing.Size(220, 100);
+            this.maximGroupBox1.TabIndex = 81;
+            this.maximGroupBox1.TabStop = false;
+            this.maximGroupBox1.Text = "ECG Channel Log Enable";
+            // 
+            // maximGroupBox2
+            // 
+            this.maximGroupBox2.BackgroundColor = System.Drawing.Color.White;
+            this.maximGroupBox2.Controls.Add(this.cboAccelSampleRate);
+            this.maximGroupBox2.Controls.Add(this.label14);
+            this.maximGroupBox2.Controls.Add(this.label13);
+            this.maximGroupBox2.Controls.Add(this.label12);
+            this.maximGroupBox2.Controls.Add(this.label11);
+            this.maximGroupBox2.Controls.Add(this.ckbxAccel);
+            this.maximGroupBox2.Controls.Add(this.txtPressureSampleTime);
+            this.maximGroupBox2.Controls.Add(this.label10);
+            this.maximGroupBox2.Controls.Add(this.label9);
+            this.maximGroupBox2.Controls.Add(this.ckbxPressure);
+            this.maximGroupBox2.Controls.Add(this.ckbxTemp1);
+            this.maximGroupBox2.Controls.Add(this.txtTemp2SampleTime);
+            this.maximGroupBox2.Controls.Add(this.ckbxTemp2);
+            this.maximGroupBox2.Controls.Add(this.txtTemp1SampleTime);
+            this.maximGroupBox2.Location = new System.Drawing.Point(247, 5);
+            this.maximGroupBox2.Name = "maximGroupBox2";
+            this.maximGroupBox2.Size = new System.Drawing.Size(230, 168);
+            this.maximGroupBox2.TabIndex = 82;
+            this.maximGroupBox2.TabStop = false;
+            this.maximGroupBox2.Text = "Other Channel Log Enable";
+            // 
+            // cboAccelSampleRate
+            // 
+            this.cboAccelSampleRate.BackColor = System.Drawing.Color.White;
+            this.cboAccelSampleRate.DropDownHeight = 200;
+            this.cboAccelSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cboAccelSampleRate.DropDownWidth = 52;
+            this.cboAccelSampleRate.Items.AddRange(new object[] {
+            "1",
+            "10",
+            "25",
+            "50",
+            "100",
+            "200",
+            "400"});
+            this.cboAccelSampleRate.Location = new System.Drawing.Point(126, 127);
+            this.cboAccelSampleRate.Name = "cboAccelSampleRate";
+            this.cboAccelSampleRate.Size = new System.Drawing.Size(52, 21);
+            this.cboAccelSampleRate.TabIndex = 86;
+            this.cboAccelSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            this.cboAccelSampleRate.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
+            // 
+            // label14
+            // 
+            this.label14.AutoSize = true;
+            this.label14.Location = new System.Drawing.Point(184, 130);
+            this.label14.Name = "label14";
+            this.label14.Size = new System.Drawing.Size(20, 13);
+            this.label14.TabIndex = 83;
+            this.label14.Text = "Hz";
+            // 
+            // label13
+            // 
+            this.label13.AutoSize = true;
+            this.label13.Location = new System.Drawing.Point(184, 104);
+            this.label13.Name = "label13";
+            this.label13.Size = new System.Drawing.Size(12, 13);
+            this.label13.TabIndex = 82;
+            this.label13.Text = "s";
+            // 
+            // label12
+            // 
+            this.label12.AutoSize = true;
+            this.label12.Location = new System.Drawing.Point(184, 80);
+            this.label12.Name = "label12";
+            this.label12.Size = new System.Drawing.Size(12, 13);
+            this.label12.TabIndex = 81;
+            this.label12.Text = "s";
+            // 
+            // label11
+            // 
+            this.label11.AutoSize = true;
+            this.label11.Location = new System.Drawing.Point(184, 52);
+            this.label11.Name = "label11";
+            this.label11.Size = new System.Drawing.Size(12, 13);
+            this.label11.TabIndex = 80;
+            this.label11.Text = "s";
+            // 
+            // label10
+            // 
+            this.label10.AutoSize = true;
+            this.label10.Location = new System.Drawing.Point(123, 26);
+            this.label10.Name = "label10";
+            this.label10.Size = new System.Drawing.Size(30, 13);
+            this.label10.TabIndex = 79;
+            this.label10.Text = "Rate";
+            // 
+            // label9
+            // 
+            this.label9.AutoSize = true;
+            this.label9.Location = new System.Drawing.Point(30, 26);
+            this.label9.Name = "label9";
+            this.label9.Size = new System.Drawing.Size(40, 13);
+            this.label9.TabIndex = 78;
+            this.label9.Text = "Sensor";
+            // 
+            // maximGroupBox3
+            // 
+            this.maximGroupBox3.BackgroundColor = System.Drawing.Color.White;
+            this.maximGroupBox3.Controls.Add(this.cboOpticalMode);
+            this.maximGroupBox3.Controls.Add(this.label15);
+            this.maximGroupBox3.Location = new System.Drawing.Point(21, 111);
+            this.maximGroupBox3.Name = "maximGroupBox3";
+            this.maximGroupBox3.Size = new System.Drawing.Size(220, 62);
+            this.maximGroupBox3.TabIndex = 83;
+            this.maximGroupBox3.TabStop = false;
+            this.maximGroupBox3.Text = "Optical Log Enable";
+            // 
+            // cboOpticalMode
+            // 
+            this.cboOpticalMode.BackColor = System.Drawing.Color.White;
+            this.cboOpticalMode.DropDownHeight = 200;
+            this.cboOpticalMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cboOpticalMode.DropDownWidth = 95;
+            this.cboOpticalMode.Items.AddRange(new object[] {
+            "None",
+            "SpO2",
+            "HR",
+            "Multi"});
+            this.cboOpticalMode.Location = new System.Drawing.Point(86, 28);
+            this.cboOpticalMode.Name = "cboOpticalMode";
+            this.cboOpticalMode.Size = new System.Drawing.Size(95, 21);
+            this.cboOpticalMode.TabIndex = 1;
+            this.cboOpticalMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            this.cboOpticalMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
+            this.cboOpticalMode.SelectedIndexChanged += new System.EventHandler(this.cboOpticalMode_SelectedIndexChanged);
+            // 
+            // label15
+            // 
+            this.label15.AutoSize = true;
+            this.label15.Location = new System.Drawing.Point(19, 31);
+            this.label15.Name = "label15";
+            this.label15.Size = new System.Drawing.Size(34, 13);
+            this.label15.TabIndex = 0;
+            this.label15.Text = "Mode";
+            // 
+            // grpParameters
+            // 
+            this.grpParameters.BackgroundColor = System.Drawing.Color.White;
+            this.grpParameters.Controls.Add(this.tbFMSTRParameters);
+            this.grpParameters.Controls.Add(this.label23);
+            this.grpParameters.Controls.Add(this.label21);
+            this.grpParameters.Controls.Add(this.tbMultiParameters);
+            this.grpParameters.Controls.Add(this.label20);
+            this.grpParameters.Controls.Add(this.tbHRParameters);
+            this.grpParameters.Controls.Add(this.label1);
+            this.grpParameters.Controls.Add(this.lblRToR);
+            this.grpParameters.Controls.Add(this.lblBioZ);
+            this.grpParameters.Controls.Add(this.tbSpO2Parameters);
+            this.grpParameters.Controls.Add(this.lblPace);
+            this.grpParameters.Controls.Add(this.tbRtoRParameters);
+            this.grpParameters.Controls.Add(this.label16);
+            this.grpParameters.Controls.Add(this.tbBiozParameters);
+            this.grpParameters.Controls.Add(this.tbEcgParameters);
+            this.grpParameters.Controls.Add(this.tbPaceParameters);
+            this.grpParameters.Location = new System.Drawing.Point(15, 209);
+            this.grpParameters.Name = "grpParameters";
+            this.grpParameters.Size = new System.Drawing.Size(462, 229);
+            this.grpParameters.TabIndex = 84;
+            this.grpParameters.TabStop = false;
+            this.grpParameters.Text = "Parameters";
+            this.grpParameters.Visible = false;
+            // 
+            // tbFMSTRParameters
+            // 
+            this.tbFMSTRParameters.Location = new System.Drawing.Point(76, 125);
+            this.tbFMSTRParameters.Name = "tbFMSTRParameters";
+            this.tbFMSTRParameters.ReadOnly = true;
+            this.tbFMSTRParameters.Size = new System.Drawing.Size(350, 20);
+            this.tbFMSTRParameters.TabIndex = 88;
+            this.tbFMSTRParameters.Text = "00 02 01 01 00";
+            this.tbFMSTRParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            // 
+            // label23
+            // 
+            this.label23.AutoSize = true;
+            this.label23.Location = new System.Drawing.Point(14, 128);
+            this.label23.Name = "label23";
+            this.label23.Size = new System.Drawing.Size(44, 13);
+            this.label23.TabIndex = 87;
+            this.label23.Text = "FMSTR";
+            // 
+            // label21
+            // 
+            this.label21.AutoSize = true;
+            this.label21.Location = new System.Drawing.Point(14, 203);
+            this.label21.Name = "label21";
+            this.label21.Size = new System.Drawing.Size(29, 13);
+            this.label21.TabIndex = 86;
+            this.label21.Text = "Multi";
+            // 
+            // label20
+            // 
+            this.label20.AutoSize = true;
+            this.label20.Location = new System.Drawing.Point(14, 178);
+            this.label20.Name = "label20";
+            this.label20.Size = new System.Drawing.Size(23, 13);
+            this.label20.TabIndex = 85;
+            this.label20.Text = "HR";
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(14, 153);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(34, 13);
+            this.label1.TabIndex = 84;
+            this.label1.Text = "SpO2";
+            // 
+            // lblRToR
+            // 
+            this.lblRToR.AutoSize = true;
+            this.lblRToR.Location = new System.Drawing.Point(14, 103);
+            this.lblRToR.Name = "lblRToR";
+            this.lblRToR.Size = new System.Drawing.Size(38, 13);
+            this.lblRToR.TabIndex = 83;
+            this.lblRToR.Text = "R-to-R";
+            // 
+            // lblBioZ
+            // 
+            this.lblBioZ.AutoSize = true;
+            this.lblBioZ.Location = new System.Drawing.Point(14, 78);
+            this.lblBioZ.Name = "lblBioZ";
+            this.lblBioZ.Size = new System.Drawing.Size(29, 13);
+            this.lblBioZ.TabIndex = 82;
+            this.lblBioZ.Text = "BioZ";
+            // 
+            // lblPace
+            // 
+            this.lblPace.AutoSize = true;
+            this.lblPace.Location = new System.Drawing.Point(14, 53);
+            this.lblPace.Name = "lblPace";
+            this.lblPace.Size = new System.Drawing.Size(32, 13);
+            this.lblPace.TabIndex = 81;
+            this.lblPace.Text = "Pace";
+            // 
+            // label16
+            // 
+            this.label16.AutoSize = true;
+            this.label16.Location = new System.Drawing.Point(14, 28);
+            this.label16.Name = "label16";
+            this.label16.Size = new System.Drawing.Size(29, 13);
+            this.label16.TabIndex = 0;
+            this.label16.Text = "ECG";
+            // 
+            // btnAdvanced
+            // 
+            this.btnAdvanced.Location = new System.Drawing.Point(382, 179);
+            this.btnAdvanced.Name = "btnAdvanced";
+            this.btnAdvanced.Size = new System.Drawing.Size(75, 23);
+            this.btnAdvanced.TabIndex = 85;
+            this.btnAdvanced.Text = "Advanced";
+            this.toolTip1.SetToolTip(this.btnAdvanced, "Show raw parameters");
+            this.btnAdvanced.UseVisualStyleBackColor = true;
+            this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
+            // 
+            // btnSaveToFile
+            // 
+            this.btnSaveToFile.Location = new System.Drawing.Point(70, 64);
+            this.btnSaveToFile.Name = "btnSaveToFile";
+            this.btnSaveToFile.Size = new System.Drawing.Size(75, 23);
+            this.btnSaveToFile.TabIndex = 86;
+            this.btnSaveToFile.Text = "Save to File";
+            this.toolTip1.SetToolTip(this.btnSaveToFile, "Download data to csv file.");
+            this.btnSaveToFile.UseVisualStyleBackColor = true;
+            this.btnSaveToFile.Click += new System.EventHandler(this.btnSaveToFile_Click);
+            // 
+            // maximGroupBox4
+            // 
+            this.maximGroupBox4.BackgroundColor = System.Drawing.Color.White;
+            this.maximGroupBox4.Controls.Add(this.label22);
+            this.maximGroupBox4.Controls.Add(this.btnSaveToFile);
+            this.maximGroupBox4.Location = new System.Drawing.Point(483, 5);
+            this.maximGroupBox4.Name = "maximGroupBox4";
+            this.maximGroupBox4.Size = new System.Drawing.Size(220, 168);
+            this.maximGroupBox4.TabIndex = 87;
+            this.maximGroupBox4.TabStop = false;
+            this.maximGroupBox4.Text = "Log Export";
+            // 
+            // label22
+            // 
+            this.label22.Location = new System.Drawing.Point(6, 26);
+            this.label22.Name = "label22";
+            this.label22.Size = new System.Drawing.Size(208, 35);
+            this.label22.TabIndex = 87;
+            this.label22.Text = "Download data from flash memory.";
+            // 
+            // DataLoggingView
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.BackColor = System.Drawing.Color.White;
+            this.Controls.Add(this.maximGroupBox4);
+            this.Controls.Add(this.btnAdvanced);
+            this.Controls.Add(this.grpParameters);
+            this.Controls.Add(this.maximGroupBox3);
+            this.Controls.Add(this.maximGroupBox2);
+            this.Controls.Add(this.maximGroupBox1);
+            this.Controls.Add(this.grpPrePostCommands);
+            this.Controls.Add(this.btnLogSectorsErase);
+            this.Controls.Add(this.btnBulkErase);
+            this.Controls.Add(this.btnTestReadLogMemory);
+            this.Controls.Add(this.btnTestWriteLogMemory);
+            this.Controls.Add(this.btnTestMission);
+            this.Controls.Add(this.groupBox4);
+            this.Controls.Add(this.btnWrite);
+            this.Controls.Add(this.btnErase);
+            this.Controls.Add(this.btnRead);
+            this.Name = "DataLoggingView";
+            this.Size = new System.Drawing.Size(714, 558);
+            this.Load += new System.EventHandler(this.LoggingView_Load);
+            this.groupBox4.ResumeLayout(false);
+            this.groupBox4.PerformLayout();
+            this.grpPrePostCommands.ResumeLayout(false);
+            this.grpPrePostCommands.PerformLayout();
+            this.maximGroupBox1.ResumeLayout(false);
+            this.maximGroupBox1.PerformLayout();
+            this.maximGroupBox2.ResumeLayout(false);
+            this.maximGroupBox2.PerformLayout();
+            this.maximGroupBox3.ResumeLayout(false);
+            this.maximGroupBox3.PerformLayout();
+            this.grpParameters.ResumeLayout(false);
+            this.grpParameters.PerformLayout();
+            this.maximGroupBox4.ResumeLayout(false);
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private MaximStyle.MaximButton btnRead;
+        private MaximStyle.MaximButton btnErase;
+        private MaximStyle.MaximButton btnWrite;
+        private MaximStyle.MaximCheckBox ckbxRtoR;
+        private MaximStyle.MaximCheckBox ckbxBioz;
+        private MaximStyle.MaximCheckBox ckbxPace;
+        private MaximStyle.MaximCheckBox ckbxEcg;
+        private MaximStyle.MaximCheckBox ckbxTemp1;
+        private MaximStyle.MaximCheckBox ckbxTemp2;
+        private System.Windows.Forms.GroupBox groupBox4;
+        private System.Windows.Forms.CheckBox ckbxOpticalSensor;
+        private System.Windows.Forms.TextBox txtTemp1SampleTime;
+        private System.Windows.Forms.TextBox txtTemp2SampleTime;
+        private System.Windows.Forms.TextBox txtPressureSampleTime;
+        private System.Windows.Forms.Button btnTestMission;
+        private System.Windows.Forms.Button btnTestWriteLogMemory;
+        private System.Windows.Forms.Button btnTestReadLogMemory;
+        private System.Windows.Forms.Button btnBulkErase;
+        private System.Windows.Forms.Button btnLogSectorsErase;
+        private System.Windows.Forms.RadioButton rbMulti;
+        private System.Windows.Forms.RadioButton rbHR;
+        private System.Windows.Forms.RadioButton rbSPO2;
+        private System.Windows.Forms.TextBox tbRtoRParameters;
+        private System.Windows.Forms.TextBox tbBiozParameters;
+        private System.Windows.Forms.TextBox tbPaceParameters;
+        private System.Windows.Forms.TextBox tbEcgParameters;
+        private System.Windows.Forms.Label label6;
+        private System.Windows.Forms.TextBox tbMultiParameters;
+        private System.Windows.Forms.TextBox tbHRParameters;
+        private System.Windows.Forms.TextBox tbSpO2Parameters;
+        private System.Windows.Forms.TextBox tbPostCmd;
+        private System.Windows.Forms.TextBox tbPreCmd;
+        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.Label label7;
+        private MaximStyle.MaximGroupBox maximGroupBox1;
+        private MaximStyle.MaximCheckBox ckbxAccel;
+        private MaximStyle.MaximCheckBox ckbxPressure;
+        private MaximStyle.MaximGroupBox maximGroupBox2;
+        private System.Windows.Forms.Label label14;
+        private System.Windows.Forms.Label label13;
+        private System.Windows.Forms.Label label12;
+        private System.Windows.Forms.Label label11;
+        private System.Windows.Forms.Label label10;
+        private System.Windows.Forms.Label label9;
+        private MaximStyle.MaximGroupBox maximGroupBox3;
+        private MaximStyle.MaximComboBox cboOpticalMode;
+        private System.Windows.Forms.Label label15;
+        private MaximStyle.MaximGroupBox grpParameters;
+        private System.Windows.Forms.Label label21;
+        private System.Windows.Forms.Label label20;
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Label lblRToR;
+        private System.Windows.Forms.Label lblBioZ;
+        private System.Windows.Forms.Label lblPace;
+        private System.Windows.Forms.Label label16;
+        private MaximStyle.MaximGroupBox grpPrePostCommands;
+        private MaximStyle.MaximButton btnAdvanced;
+        private MaximStyle.MaximComboBox cboAccelSampleRate;
+        private MaximStyle.MaximButton btnSaveToFile;
+        private MaximStyle.MaximGroupBox maximGroupBox4;
+        private System.Windows.Forms.Label label22;
+        private System.Windows.Forms.TextBox tbFMSTRParameters;
+        private System.Windows.Forms.Label label23;
+        private System.Windows.Forms.ToolTip toolTip1;
+    }
+}