This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth

Dependencies:   USBDevice

Committer:
darienf
Date:
Sun May 02 23:09:04 2021 +0000
Revision:
5:bc128a16232f
Parent:
3:36de8b9e4b1a
This is the program that was last used, that has the working temperature and some comments

Who changed what in which revision?

UserRevisionLine numberNew contents of line
darienf 3:36de8b9e4b1a 1 namespace HealthSensorPlatform
darienf 3:36de8b9e4b1a 2 {
darienf 3:36de8b9e4b1a 3 partial class HspForm
darienf 3:36de8b9e4b1a 4 {
darienf 3:36de8b9e4b1a 5 /// <summary>
darienf 3:36de8b9e4b1a 6 /// Required designer variable.
darienf 3:36de8b9e4b1a 7 /// </summary>
darienf 3:36de8b9e4b1a 8 private System.ComponentModel.IContainer components = null;
darienf 3:36de8b9e4b1a 9
darienf 3:36de8b9e4b1a 10 /// <summary>
darienf 3:36de8b9e4b1a 11 /// Clean up any resources being used.
darienf 3:36de8b9e4b1a 12 /// </summary>
darienf 3:36de8b9e4b1a 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
darienf 3:36de8b9e4b1a 14 protected override void Dispose(bool disposing)
darienf 3:36de8b9e4b1a 15 {
darienf 3:36de8b9e4b1a 16 if (disposing && (components != null))
darienf 3:36de8b9e4b1a 17 {
darienf 3:36de8b9e4b1a 18 components.Dispose();
darienf 3:36de8b9e4b1a 19 }
darienf 3:36de8b9e4b1a 20 base.Dispose(disposing);
darienf 3:36de8b9e4b1a 21 }
darienf 3:36de8b9e4b1a 22
darienf 3:36de8b9e4b1a 23 #region Windows Form Designer generated code
darienf 3:36de8b9e4b1a 24
darienf 3:36de8b9e4b1a 25 /// <summary>
darienf 3:36de8b9e4b1a 26 /// Required method for Designer support - do not modify
darienf 3:36de8b9e4b1a 27 /// the contents of this method with the code editor.
darienf 3:36de8b9e4b1a 28 /// </summary>
darienf 3:36de8b9e4b1a 29 private void InitializeComponent()
darienf 3:36de8b9e4b1a 30 {
darienf 3:36de8b9e4b1a 31 this.components = new System.ComponentModel.Container();
darienf 3:36de8b9e4b1a 32 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
darienf 3:36de8b9e4b1a 33 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
darienf 3:36de8b9e4b1a 34 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
darienf 3:36de8b9e4b1a 35 System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
darienf 3:36de8b9e4b1a 36 System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
darienf 3:36de8b9e4b1a 37 System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
darienf 3:36de8b9e4b1a 38 System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
darienf 3:36de8b9e4b1a 39 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
darienf 3:36de8b9e4b1a 40 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
darienf 3:36de8b9e4b1a 41 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
darienf 3:36de8b9e4b1a 42 System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
darienf 3:36de8b9e4b1a 43 System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
darienf 3:36de8b9e4b1a 44 System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
darienf 3:36de8b9e4b1a 45 System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
darienf 3:36de8b9e4b1a 46 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HspForm));
darienf 3:36de8b9e4b1a 47 this.txt_Status = new System.Windows.Forms.TextBox();
darienf 3:36de8b9e4b1a 48 this.label1 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 49 this.btn_Clear = new MaximStyle.MaximButton();
darienf 3:36de8b9e4b1a 50 this.ss_Status = new MaximStyle.MaximStatusStrip();
darienf 3:36de8b9e4b1a 51 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 52 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 53 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 54 this.connectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 55 this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 56 this.optionsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 57 this.registerNamesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 58 this.bioZMilliohmScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 59 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 60 this.loadRegisterSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 61 this.saveRegisterSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 62 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 63 this.loadAllRegisterSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 64 this.registerExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 65 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 66 this.showAdvancedTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 67 this.loggingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 68 this.eCGBioZFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 69 this.eCGFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 70 this.rToRFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 71 this.paceFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 72 this.bioZFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 73 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 74 this.opticalAccelerometerFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 75 this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 76 this.onlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 77 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 78 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 79 this.tsm_exit = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 80 this.deviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 81 this.test1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 82 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 83 this.test2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 84 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 85 this.technicalDocsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 86 this.tsm_EVKitDatasheet = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 87 this.tsm_ICDatasheet = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 88 this.tsm_about = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 89 this.maximGroupBox1 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 90 this.maximTabControl1 = new MaximStyle.MaximTabControl();
darienf 3:36de8b9e4b1a 91 this.tpBlockDiagram = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 92 this.tlbQuickStart = new System.Windows.Forms.TableLayoutPanel();
darienf 3:36de8b9e4b1a 93 this.linkLabelQuickRespiration = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 94 this.label40 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 95 this.linkLabelQuickOpticalSpO2 = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 96 this.linkLabelQuickTemperature = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 97 this.linkLabelQuickBioimpedance = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 98 this.linkLabelQuickEcg = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 99 this.label41 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 100 this.pnlBlockDiagram = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 101 this.label29 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 102 this.linkOpticalSensor = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 103 this.linkBioZLoad = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 104 this.linkTempSensor = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 105 this.linkBioZMux = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 106 this.linkEcgMux = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 107 this.linkBioZChannel = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 108 this.linkEcgChannel = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 109 this.linkPaceChannel = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 110 this.picBlockDiagram = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 111 this.tpOpticalSensor = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 112 this.opticalView1 = new HealthSensorPlatform.CustomControls.OpticalView();
darienf 3:36de8b9e4b1a 113 this.tpTemperature = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 114 this.temperatureView1 = new HealthSensorPlatform.CustomControls.TemperatureView();
darienf 3:36de8b9e4b1a 115 this.tpMAX30001EcgChannel = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 116 this.cboEnRToR = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 117 this.lblEnRToR = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 118 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
darienf 3:36de8b9e4b1a 119 this.panel1 = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 120 this.pnlEcgChannel = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 121 this.linkLabel1 = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 122 this.label30 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 123 this.label28 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 124 this.lblFast = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 125 this.lblChannelGain = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 126 this.cboFastTh = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 127 this.lblSampleRate = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 128 this.lblFastTh = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 129 this.lblDlpf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 130 this.lblDhpf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 131 this.cboDhpf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 132 this.cboFast = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 133 this.cboDlpf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 134 this.cboChannelGain = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 135 this.cboSampleRate = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 136 this.picEcgChannel = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 137 this.grpRToR = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 138 this.cboRRRavg = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 139 this.lblRRRavg = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 140 this.cboRRHoff = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 141 this.lblRRHoff = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 142 this.cboRRRhsf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 143 this.lblRRRhsf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 144 this.cboRRPtsf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 145 this.lblRRPtsf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 146 this.cboRRPavg = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 147 this.lblRRPavg = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 148 this.cboRRGain = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 149 this.lblRRGain = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 150 this.cboRRWndw = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 151 this.lblRRWndw = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 152 this.tpMAX30001InputMux = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 153 this.pnlEcgMux = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 154 this.label26 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 155 this.lblEmuxEnUlpLon = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 156 this.label32 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 157 this.cboCalEnVcal = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 158 this.cboCalVmode = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 159 this.cboEmuxEnUlpLon = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 160 this.cboDcloffImag = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 161 this.cboEmuxPol = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 162 this.cboEmuxCalNSel = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 163 this.lblEmuxPol = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 164 this.lblEmuxCalNSel = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 165 this.lblCalEnVcal = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 166 this.cboEmuxCalPSel = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 167 this.lblCalVMode = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 168 this.lblEmuxCalPSel = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 169 this.lblDcloffImag = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 170 this.cboCalVmag = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 171 this.cboRbiasn = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 172 this.cboCalFifty = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 173 this.lblRbiasn = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 174 this.cboCalThigh = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 175 this.cboRbiasp = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 176 this.cboCalFcal = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 177 this.lblRbiasp = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 178 this.lblCalFifty = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 179 this.cboRbiasv = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 180 this.lblCalTHigh = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 181 this.lblRbiasv = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 182 this.lblCalFreq = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 183 this.cboEnRbias = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 184 this.lblCalVmag = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 185 this.lblEnRbias = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 186 this.lblEmuxOpenp = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 187 this.lblDcloffVth = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 188 this.lblEmuxOpenn = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 189 this.cboDcloffVth = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 190 this.cboEmuxOpenp = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 191 this.cboDcloffIpol = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 192 this.cboEmuxOpenn = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 193 this.lblDcloffIpol = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 194 this.lblEnDcloff = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 195 this.cboEnDcloff = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 196 this.picECGLeadConfig = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 197 this.picSw1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 198 this.picSw2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 199 this.pictureBox1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 200 this.picSw3 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 201 this.picSw4 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 202 this.picSw5 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 203 this.picSw6 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 204 this.picSw7 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 205 this.picSw8 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 206 this.picSw9 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 207 this.picSw10 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 208 this.picSw11 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 209 this.picSw12 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 210 this.picSw13 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 211 this.picSw14 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 212 this.pnlMAX30001Global = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 213 this.grpChannelPlotEnable = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 214 this.chkEnRtor = new MaximStyle.MaximCheckBox();
darienf 3:36de8b9e4b1a 215 this.chkEnECG = new MaximStyle.MaximCheckBox();
darienf 3:36de8b9e4b1a 216 this.chkEnBioZ = new MaximStyle.MaximCheckBox();
darienf 3:36de8b9e4b1a 217 this.chkEnPace = new MaximStyle.MaximCheckBox();
darienf 3:36de8b9e4b1a 218 this.maximGroupBox8 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 219 this.maximButton5 = new MaximStyle.MaximButton();
darienf 3:36de8b9e4b1a 220 this.maximComboBox9 = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 221 this.grpGlobalControls = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 222 this.label39 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 223 this.cboMasterClock = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 224 this.label31 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 225 this.tpBioZChannel = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 226 this.pnlBioZChannel = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 227 this.label34 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 228 this.cboBioZAnalogHpf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 229 this.cboBioZExternalResistorBiasEnable = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 230 this.cboBioZChannelGain = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 231 this.label25 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 232 this.cboBioZSampleRate = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 233 this.cboBioZCurrentGeneratorFrequency = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 234 this.cboBioZDigitalLpf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 235 this.lblBioZCurrentGeneratorFrequency = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 236 this.cboBioZDigitalHpf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 237 this.label21 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 238 this.cboBioZACLeadOffOverRangeThreshold = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 239 this.cboBioZCurrentGeneratorMagnitude = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 240 this.cboBioZACLeadOffUnderRangeThreshold = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 241 this.cboBioZModulationPhaseOffset = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 242 this.cboBioZDigitalLeadOffDetectionEnable = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 243 this.lblBioZExternalResistorBiasEnable = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 244 this.cboBioZCurrentGeneratorMonitor = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 245 this.lblBioZCurrentGeneratorMonitor = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 246 this.cboBioZCurrentGeneratorMode = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 247 this.lblBioZCurrentGeneratorMode = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 248 this.lblBioZAnalogHpf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 249 this.lblBioZModulationPhaseOffset = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 250 this.linkLabel2 = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 251 this.lblBioZCurrentGeneratorMagnitude = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 252 this.lblBioZChannelGain = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 253 this.lblBioZACLeadOffUnderRangeThreshold = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 254 this.lblBioZSampleRate = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 255 this.lblBioZACLeadOffOverRangeThreshold = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 256 this.lblBioZDigitalLpf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 257 this.lblBioZDigitalLeadOffDetectionEnable = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 258 this.lblBioZDigitalHpf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 259 this.picBioZChannel = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 260 this.tpMAX30001BioZInputMux = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 261 this.pnlBioZMux = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 262 this.label36 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 263 this.linkLabelBioZLoad = new System.Windows.Forms.LinkLabel();
darienf 3:36de8b9e4b1a 264 this.cboBioZCalEnVcal = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 265 this.lblBmuxEnUlpLon = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 266 this.cboBioZCalVMode = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 267 this.cboBmuxEnUlpLon = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 268 this.cboBioZDcloffImag = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 269 this.lblBioZCalEnVcal = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 270 this.label27 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 271 this.lblBioZCalVMode = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 272 this.cboBioZBmuxCalnSel = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 273 this.lblBioZDcloffImag = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 274 this.lblBioZBmuxCalnSel = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 275 this.cboBioZCalVmag = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 276 this.cboBioZBmuxCalpSel = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 277 this.cboBioZCalFifty = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 278 this.lblBioZBmuxCalpSel = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 279 this.cboBioZCalThigh = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 280 this.cboBioZRbiasn = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 281 this.cboBioZCalFcal = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 282 this.lblBioZRbiasn = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 283 this.lblBioZCalFifty = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 284 this.cboBioZRbiasp = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 285 this.lblBioZCalThigh = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 286 this.lblBioZRbiasp = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 287 this.lblBioZCalFcal = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 288 this.cboBioZRbiasv = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 289 this.lblBioZCalVmag = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 290 this.lblBioZRbiasv = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 291 this.lblBioZBmuxOpenp = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 292 this.cboBioZEnRbias = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 293 this.lblBioZBmuxOpenn = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 294 this.lblBioZEnRbias = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 295 this.cboBioZBmuxOpenp = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 296 this.lblBioZDcloffVth = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 297 this.cboBioZBmuxOpenn = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 298 this.cboBioZDcloffVth = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 299 this.lblBioZEnDcloff = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 300 this.cboBioZDcloffIpol = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 301 this.cboBioZEnDcloff = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 302 this.lblBioZDcloffIpol = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 303 this.pictureBox2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 304 this.picLoff1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 305 this.picLoff2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 306 this.picLeadOn = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 307 this.picBioZsw1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 308 this.picBioZsw2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 309 this.picLeadBias1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 310 this.picLeadBias2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 311 this.picBioZCal1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 312 this.picBioZCal2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 313 this.tpMAX30001BioZLoad = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 314 this.pnlBioZLoad = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 315 this.label37 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 316 this.lblBioZBmuxEnBist = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 317 this.cboBioZBmuxRnom = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 318 this.lblBioZBmuxRmod = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 319 this.lblBioZBmuxRnom = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 320 this.lblBioZBmuxFbist = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 321 this.cboBioZBmuxFbist = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 322 this.label33 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 323 this.cboBioZBmuxRmod = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 324 this.cboBioZBmuxEnBist = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 325 this.picBioZLoad = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 326 this.picBioZLloff1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 327 this.picBioZLloff2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 328 this.picBioZLlon = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 329 this.picBioZLsw1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 330 this.picBioZLlb2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 331 this.picBioZLcal2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 332 this.picBioZLcal1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 333 this.picBioZLlb1 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 334 this.picBioZLsw2 = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 335 this.picBioZLresload = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 336 this.tpMAX30001Pace = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 337 this.pnlPace = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 338 this.label38 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 339 this.cboPaceAnalogHpf = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 340 this.label35 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 341 this.lblPaceAnalogHpf = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 342 this.cboPaceDetectorNegativeThreshold = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 343 this.lblPaceBufferBandwidth = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 344 this.cboPaceDetectorPostiveThreshold = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 345 this.lblPaceSignalSelection = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 346 this.cboPaceDifferentiatorMode = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 347 this.lblPaceInputPolarity = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 348 this.cboPaceChannelGain = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 349 this.lblPaceChannelGain = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 350 this.cboPaceInputPolarity = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 351 this.lblPaceDifferentiatorMode = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 352 this.cboPaceSignalSelection = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 353 this.lblPaceDetectorPostiveThreshold = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 354 this.cboPaceBufferBandwidth = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 355 this.lblPaceDetectorNegativeThreshold = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 356 this.picPaceChannel = new System.Windows.Forms.PictureBox();
darienf 3:36de8b9e4b1a 357 this.tpMAX30001Plots = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 358 this.ecgView1 = new HealthSensorPlatform.CustomControls.EcgView();
darienf 3:36de8b9e4b1a 359 this.tpFlashLog = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 360 this.dataLoggingView1 = new HealthSensorPlatform.CustomControls.DataLoggingView();
darienf 3:36de8b9e4b1a 361 this.tpRegisters = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 362 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
darienf 3:36de8b9e4b1a 363 this.cboRegisterTabDevice = new MaximStyle.MaximComboBox();
darienf 3:36de8b9e4b1a 364 this.pnlRegMAX30205_U18 = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 365 this.rvMAX30205_U18 = new Maxim.CustomControls.RegisterView();
darienf 3:36de8b9e4b1a 366 this.pnlRegMAX14720 = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 367 this.rvMAX14720 = new Maxim.CustomControls.RegisterView();
darienf 3:36de8b9e4b1a 368 this.pnlRegMAX30101 = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 369 this.rvMAX30101 = new Maxim.CustomControls.RegisterView();
darienf 3:36de8b9e4b1a 370 this.pnlRegMAX30001 = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 371 this.rvMAX30001 = new Maxim.CustomControls.RegisterView();
darienf 3:36de8b9e4b1a 372 this.pnlRegMAX30205 = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 373 this.rvMAX30205 = new Maxim.CustomControls.RegisterView();
darienf 3:36de8b9e4b1a 374 this.pnlRegLIS2HD = new System.Windows.Forms.Panel();
darienf 3:36de8b9e4b1a 375 this.rvLIS2HD = new Maxim.CustomControls.RegisterView();
darienf 3:36de8b9e4b1a 376 this.tpPrimitives = new System.Windows.Forms.TabPage();
darienf 3:36de8b9e4b1a 377 this.primitivesView1 = new HealthSensorPlatform.CustomControls.PrimitivesView();
darienf 3:36de8b9e4b1a 378 this.label16 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 379 this.label12 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 380 this.label13 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 381 this.label14 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 382 this.label15 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 383 this.label5 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 384 this.label9 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 385 this.label10 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 386 this.label11 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 387 this.label8 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 388 this.label4 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 389 this.label6 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 390 this.label7 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 391 this.label17 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 392 this.label18 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 393 this.label19 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 394 this.label20 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 395 this.label22 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 396 this.label3 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 397 this.label2 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 398 this.label23 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 399 this.label24 = new System.Windows.Forms.Label();
darienf 3:36de8b9e4b1a 400 this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
darienf 3:36de8b9e4b1a 401 this.maximGroupBox2 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 402 this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
darienf 3:36de8b9e4b1a 403 this.comboBox1 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 404 this.maximGroupBox3 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 405 this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
darienf 3:36de8b9e4b1a 406 this.maximGroupBox4 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 407 this.comboBox2 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 408 this.comboBox3 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 409 this.comboBox4 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 410 this.comboBox5 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 411 this.maximGroupBox5 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 412 this.comboBox6 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 413 this.comboBox7 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 414 this.comboBox8 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 415 this.comboBox9 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 416 this.maximGroupBox6 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 417 this.comboBox10 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 418 this.comboBox11 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 419 this.comboBox12 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 420 this.maximGroupBox7 = new MaximStyle.MaximGroupBox();
darienf 3:36de8b9e4b1a 421 this.textBox1 = new System.Windows.Forms.TextBox();
darienf 3:36de8b9e4b1a 422 this.maximButton1 = new MaximStyle.MaximButton();
darienf 3:36de8b9e4b1a 423 this.maximButton2 = new MaximStyle.MaximButton();
darienf 3:36de8b9e4b1a 424 this.comboBox13 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 425 this.maximButton3 = new MaximStyle.MaximButton();
darienf 3:36de8b9e4b1a 426 this.maximButton4 = new MaximStyle.MaximButton();
darienf 3:36de8b9e4b1a 427 this.comboBox14 = new System.Windows.Forms.ComboBox();
darienf 3:36de8b9e4b1a 428 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
darienf 3:36de8b9e4b1a 429 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
darienf 3:36de8b9e4b1a 430 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 431 this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 432 this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 433 this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 434 this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 435 this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 436 this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 437 this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 438 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 439 this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 440 this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 441 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 442 this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 443 this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 444 this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 445 this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 446 this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 447 this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 448 this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 449 this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 450 this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 451 this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 452 this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
darienf 3:36de8b9e4b1a 453 this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 454 this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 455 this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 456 this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem();
darienf 3:36de8b9e4b1a 457 this.maximGroupBox1.SuspendLayout();
darienf 3:36de8b9e4b1a 458 this.maximTabControl1.SuspendLayout();
darienf 3:36de8b9e4b1a 459 this.tpBlockDiagram.SuspendLayout();
darienf 3:36de8b9e4b1a 460 this.tlbQuickStart.SuspendLayout();
darienf 3:36de8b9e4b1a 461 this.pnlBlockDiagram.SuspendLayout();
darienf 3:36de8b9e4b1a 462 ((System.ComponentModel.ISupportInitialize)(this.picBlockDiagram)).BeginInit();
darienf 3:36de8b9e4b1a 463 this.tpOpticalSensor.SuspendLayout();
darienf 3:36de8b9e4b1a 464 this.tpTemperature.SuspendLayout();
darienf 3:36de8b9e4b1a 465 this.tpMAX30001EcgChannel.SuspendLayout();
darienf 3:36de8b9e4b1a 466 this.flowLayoutPanel1.SuspendLayout();
darienf 3:36de8b9e4b1a 467 this.pnlEcgChannel.SuspendLayout();
darienf 3:36de8b9e4b1a 468 ((System.ComponentModel.ISupportInitialize)(this.picEcgChannel)).BeginInit();
darienf 3:36de8b9e4b1a 469 this.grpRToR.SuspendLayout();
darienf 3:36de8b9e4b1a 470 this.tpMAX30001InputMux.SuspendLayout();
darienf 3:36de8b9e4b1a 471 this.pnlEcgMux.SuspendLayout();
darienf 3:36de8b9e4b1a 472 ((System.ComponentModel.ISupportInitialize)(this.picECGLeadConfig)).BeginInit();
darienf 3:36de8b9e4b1a 473 ((System.ComponentModel.ISupportInitialize)(this.picSw1)).BeginInit();
darienf 3:36de8b9e4b1a 474 ((System.ComponentModel.ISupportInitialize)(this.picSw2)).BeginInit();
darienf 3:36de8b9e4b1a 475 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
darienf 3:36de8b9e4b1a 476 ((System.ComponentModel.ISupportInitialize)(this.picSw3)).BeginInit();
darienf 3:36de8b9e4b1a 477 ((System.ComponentModel.ISupportInitialize)(this.picSw4)).BeginInit();
darienf 3:36de8b9e4b1a 478 ((System.ComponentModel.ISupportInitialize)(this.picSw5)).BeginInit();
darienf 3:36de8b9e4b1a 479 ((System.ComponentModel.ISupportInitialize)(this.picSw6)).BeginInit();
darienf 3:36de8b9e4b1a 480 ((System.ComponentModel.ISupportInitialize)(this.picSw7)).BeginInit();
darienf 3:36de8b9e4b1a 481 ((System.ComponentModel.ISupportInitialize)(this.picSw8)).BeginInit();
darienf 3:36de8b9e4b1a 482 ((System.ComponentModel.ISupportInitialize)(this.picSw9)).BeginInit();
darienf 3:36de8b9e4b1a 483 ((System.ComponentModel.ISupportInitialize)(this.picSw10)).BeginInit();
darienf 3:36de8b9e4b1a 484 ((System.ComponentModel.ISupportInitialize)(this.picSw11)).BeginInit();
darienf 3:36de8b9e4b1a 485 ((System.ComponentModel.ISupportInitialize)(this.picSw12)).BeginInit();
darienf 3:36de8b9e4b1a 486 ((System.ComponentModel.ISupportInitialize)(this.picSw13)).BeginInit();
darienf 3:36de8b9e4b1a 487 ((System.ComponentModel.ISupportInitialize)(this.picSw14)).BeginInit();
darienf 3:36de8b9e4b1a 488 this.pnlMAX30001Global.SuspendLayout();
darienf 3:36de8b9e4b1a 489 this.grpChannelPlotEnable.SuspendLayout();
darienf 3:36de8b9e4b1a 490 this.maximGroupBox8.SuspendLayout();
darienf 3:36de8b9e4b1a 491 this.grpGlobalControls.SuspendLayout();
darienf 3:36de8b9e4b1a 492 this.tpBioZChannel.SuspendLayout();
darienf 3:36de8b9e4b1a 493 this.pnlBioZChannel.SuspendLayout();
darienf 3:36de8b9e4b1a 494 ((System.ComponentModel.ISupportInitialize)(this.picBioZChannel)).BeginInit();
darienf 3:36de8b9e4b1a 495 this.tpMAX30001BioZInputMux.SuspendLayout();
darienf 3:36de8b9e4b1a 496 this.pnlBioZMux.SuspendLayout();
darienf 3:36de8b9e4b1a 497 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
darienf 3:36de8b9e4b1a 498 ((System.ComponentModel.ISupportInitialize)(this.picLoff1)).BeginInit();
darienf 3:36de8b9e4b1a 499 ((System.ComponentModel.ISupportInitialize)(this.picLoff2)).BeginInit();
darienf 3:36de8b9e4b1a 500 ((System.ComponentModel.ISupportInitialize)(this.picLeadOn)).BeginInit();
darienf 3:36de8b9e4b1a 501 ((System.ComponentModel.ISupportInitialize)(this.picBioZsw1)).BeginInit();
darienf 3:36de8b9e4b1a 502 ((System.ComponentModel.ISupportInitialize)(this.picBioZsw2)).BeginInit();
darienf 3:36de8b9e4b1a 503 ((System.ComponentModel.ISupportInitialize)(this.picLeadBias1)).BeginInit();
darienf 3:36de8b9e4b1a 504 ((System.ComponentModel.ISupportInitialize)(this.picLeadBias2)).BeginInit();
darienf 3:36de8b9e4b1a 505 ((System.ComponentModel.ISupportInitialize)(this.picBioZCal1)).BeginInit();
darienf 3:36de8b9e4b1a 506 ((System.ComponentModel.ISupportInitialize)(this.picBioZCal2)).BeginInit();
darienf 3:36de8b9e4b1a 507 this.tpMAX30001BioZLoad.SuspendLayout();
darienf 3:36de8b9e4b1a 508 this.pnlBioZLoad.SuspendLayout();
darienf 3:36de8b9e4b1a 509 ((System.ComponentModel.ISupportInitialize)(this.picBioZLoad)).BeginInit();
darienf 3:36de8b9e4b1a 510 ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff1)).BeginInit();
darienf 3:36de8b9e4b1a 511 ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff2)).BeginInit();
darienf 3:36de8b9e4b1a 512 ((System.ComponentModel.ISupportInitialize)(this.picBioZLlon)).BeginInit();
darienf 3:36de8b9e4b1a 513 ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw1)).BeginInit();
darienf 3:36de8b9e4b1a 514 ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb2)).BeginInit();
darienf 3:36de8b9e4b1a 515 ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal2)).BeginInit();
darienf 3:36de8b9e4b1a 516 ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal1)).BeginInit();
darienf 3:36de8b9e4b1a 517 ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb1)).BeginInit();
darienf 3:36de8b9e4b1a 518 ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw2)).BeginInit();
darienf 3:36de8b9e4b1a 519 ((System.ComponentModel.ISupportInitialize)(this.picBioZLresload)).BeginInit();
darienf 3:36de8b9e4b1a 520 this.tpMAX30001Pace.SuspendLayout();
darienf 3:36de8b9e4b1a 521 this.pnlPace.SuspendLayout();
darienf 3:36de8b9e4b1a 522 ((System.ComponentModel.ISupportInitialize)(this.picPaceChannel)).BeginInit();
darienf 3:36de8b9e4b1a 523 this.tpMAX30001Plots.SuspendLayout();
darienf 3:36de8b9e4b1a 524 this.tpFlashLog.SuspendLayout();
darienf 3:36de8b9e4b1a 525 this.tpRegisters.SuspendLayout();
darienf 3:36de8b9e4b1a 526 this.tableLayoutPanel1.SuspendLayout();
darienf 3:36de8b9e4b1a 527 this.pnlRegMAX30205_U18.SuspendLayout();
darienf 3:36de8b9e4b1a 528 this.pnlRegMAX14720.SuspendLayout();
darienf 3:36de8b9e4b1a 529 this.pnlRegMAX30101.SuspendLayout();
darienf 3:36de8b9e4b1a 530 this.pnlRegMAX30001.SuspendLayout();
darienf 3:36de8b9e4b1a 531 this.pnlRegMAX30205.SuspendLayout();
darienf 3:36de8b9e4b1a 532 this.pnlRegLIS2HD.SuspendLayout();
darienf 3:36de8b9e4b1a 533 this.tpPrimitives.SuspendLayout();
darienf 3:36de8b9e4b1a 534 ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
darienf 3:36de8b9e4b1a 535 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
darienf 3:36de8b9e4b1a 536 ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
darienf 3:36de8b9e4b1a 537 this.menuStrip1.SuspendLayout();
darienf 3:36de8b9e4b1a 538 this.SuspendLayout();
darienf 3:36de8b9e4b1a 539 //
darienf 3:36de8b9e4b1a 540 // txt_Status
darienf 3:36de8b9e4b1a 541 //
darienf 3:36de8b9e4b1a 542 this.txt_Status.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 543 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 544 this.txt_Status.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 545 this.txt_Status.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 546 this.txt_Status.Location = new System.Drawing.Point(8, 46);
darienf 3:36de8b9e4b1a 547 this.txt_Status.Multiline = true;
darienf 3:36de8b9e4b1a 548 this.txt_Status.Name = "txt_Status";
darienf 3:36de8b9e4b1a 549 this.txt_Status.ReadOnly = true;
darienf 3:36de8b9e4b1a 550 this.txt_Status.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
darienf 3:36de8b9e4b1a 551 this.txt_Status.Size = new System.Drawing.Size(555, 245);
darienf 3:36de8b9e4b1a 552 this.txt_Status.TabIndex = 2;
darienf 3:36de8b9e4b1a 553 this.txt_Status.TabStop = false;
darienf 3:36de8b9e4b1a 554 this.txt_Status.TextChanged += new System.EventHandler(this.txt_Status_TextChanged);
darienf 3:36de8b9e4b1a 555 //
darienf 3:36de8b9e4b1a 556 // label1
darienf 3:36de8b9e4b1a 557 //
darienf 3:36de8b9e4b1a 558 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
darienf 3:36de8b9e4b1a 559 this.label1.AutoSize = true;
darienf 3:36de8b9e4b1a 560 this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 561 this.label1.Location = new System.Drawing.Point(13, 55);
darienf 3:36de8b9e4b1a 562 this.label1.Name = "label1";
darienf 3:36de8b9e4b1a 563 this.label1.Size = new System.Drawing.Size(123, 15);
darienf 3:36de8b9e4b1a 564 this.label1.TabIndex = 24;
darienf 3:36de8b9e4b1a 565 this.label1.Text = "PROX_INT_THRESH";
darienf 3:36de8b9e4b1a 566 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 567 //
darienf 3:36de8b9e4b1a 568 // btn_Clear
darienf 3:36de8b9e4b1a 569 //
darienf 3:36de8b9e4b1a 570 this.btn_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 571 this.btn_Clear.Location = new System.Drawing.Point(484, 12);
darienf 3:36de8b9e4b1a 572 this.btn_Clear.Name = "btn_Clear";
darienf 3:36de8b9e4b1a 573 this.btn_Clear.Size = new System.Drawing.Size(81, 22);
darienf 3:36de8b9e4b1a 574 this.btn_Clear.TabIndex = 6;
darienf 3:36de8b9e4b1a 575 this.btn_Clear.Text = "Clear Log";
darienf 3:36de8b9e4b1a 576 this.btn_Clear.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 577 this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
darienf 3:36de8b9e4b1a 578 //
darienf 3:36de8b9e4b1a 579 // ss_Status
darienf 3:36de8b9e4b1a 580 //
darienf 3:36de8b9e4b1a 581 this.ss_Status.ImageScalingSize = new System.Drawing.Size(20, 20);
darienf 3:36de8b9e4b1a 582 this.ss_Status.Location = new System.Drawing.Point(0, 656);
darienf 3:36de8b9e4b1a 583 this.ss_Status.Name = "ss_Status";
darienf 3:36de8b9e4b1a 584 this.ss_Status.Size = new System.Drawing.Size(961, 26);
darienf 3:36de8b9e4b1a 585 this.ss_Status.TabIndex = 16;
darienf 3:36de8b9e4b1a 586 this.ss_Status.Text = "maximStatusStrip1";
darienf 3:36de8b9e4b1a 587 //
darienf 3:36de8b9e4b1a 588 // toolStripMenuItem1
darienf 3:36de8b9e4b1a 589 //
darienf 3:36de8b9e4b1a 590 this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 591 this.exitToolStripMenuItem});
darienf 3:36de8b9e4b1a 592 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
darienf 3:36de8b9e4b1a 593 this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20);
darienf 3:36de8b9e4b1a 594 this.toolStripMenuItem1.Text = "File";
darienf 3:36de8b9e4b1a 595 //
darienf 3:36de8b9e4b1a 596 // exitToolStripMenuItem
darienf 3:36de8b9e4b1a 597 //
darienf 3:36de8b9e4b1a 598 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
darienf 3:36de8b9e4b1a 599 this.exitToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
darienf 3:36de8b9e4b1a 600 this.exitToolStripMenuItem.Text = "Exit";
darienf 3:36de8b9e4b1a 601 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 602 //
darienf 3:36de8b9e4b1a 603 // toolStripMenuItem2
darienf 3:36de8b9e4b1a 604 //
darienf 3:36de8b9e4b1a 605 this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 606 this.connectionToolStripMenuItem,
darienf 3:36de8b9e4b1a 607 this.disconnectToolStripMenuItem});
darienf 3:36de8b9e4b1a 608 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
darienf 3:36de8b9e4b1a 609 this.toolStripMenuItem2.Size = new System.Drawing.Size(58, 20);
darienf 3:36de8b9e4b1a 610 this.toolStripMenuItem2.Text = "Device";
darienf 3:36de8b9e4b1a 611 //
darienf 3:36de8b9e4b1a 612 // connectionToolStripMenuItem
darienf 3:36de8b9e4b1a 613 //
darienf 3:36de8b9e4b1a 614 this.connectionToolStripMenuItem.Name = "connectionToolStripMenuItem";
darienf 3:36de8b9e4b1a 615 this.connectionToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
darienf 3:36de8b9e4b1a 616 this.connectionToolStripMenuItem.Text = "Connect";
darienf 3:36de8b9e4b1a 617 this.connectionToolStripMenuItem.Click += new System.EventHandler(this.connectionToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 618 //
darienf 3:36de8b9e4b1a 619 // disconnectToolStripMenuItem
darienf 3:36de8b9e4b1a 620 //
darienf 3:36de8b9e4b1a 621 this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem";
darienf 3:36de8b9e4b1a 622 this.disconnectToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
darienf 3:36de8b9e4b1a 623 this.disconnectToolStripMenuItem.Text = "Disconnect";
darienf 3:36de8b9e4b1a 624 this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 625 //
darienf 3:36de8b9e4b1a 626 // optionsToolStripMenuItem1
darienf 3:36de8b9e4b1a 627 //
darienf 3:36de8b9e4b1a 628 this.optionsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 629 this.registerNamesToolStripMenuItem,
darienf 3:36de8b9e4b1a 630 this.bioZMilliohmScaleToolStripMenuItem,
darienf 3:36de8b9e4b1a 631 this.toolStripSeparator1,
darienf 3:36de8b9e4b1a 632 this.loadRegisterSettingsToolStripMenuItem,
darienf 3:36de8b9e4b1a 633 this.saveRegisterSettingsToolStripMenuItem,
darienf 3:36de8b9e4b1a 634 this.toolStripSeparator2,
darienf 3:36de8b9e4b1a 635 this.loadAllRegisterSettingsToolStripMenuItem,
darienf 3:36de8b9e4b1a 636 this.registerExportToolStripMenuItem,
darienf 3:36de8b9e4b1a 637 this.toolStripSeparator3,
darienf 3:36de8b9e4b1a 638 this.showAdvancedTabToolStripMenuItem});
darienf 3:36de8b9e4b1a 639 this.optionsToolStripMenuItem1.Name = "optionsToolStripMenuItem1";
darienf 3:36de8b9e4b1a 640 this.optionsToolStripMenuItem1.Size = new System.Drawing.Size(65, 20);
darienf 3:36de8b9e4b1a 641 this.optionsToolStripMenuItem1.Text = "Options";
darienf 3:36de8b9e4b1a 642 //
darienf 3:36de8b9e4b1a 643 // registerNamesToolStripMenuItem
darienf 3:36de8b9e4b1a 644 //
darienf 3:36de8b9e4b1a 645 this.registerNamesToolStripMenuItem.CheckOnClick = true;
darienf 3:36de8b9e4b1a 646 this.registerNamesToolStripMenuItem.Name = "registerNamesToolStripMenuItem";
darienf 3:36de8b9e4b1a 647 this.registerNamesToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 648 this.registerNamesToolStripMenuItem.Text = "Show MAX30001 Register Names";
darienf 3:36de8b9e4b1a 649 this.registerNamesToolStripMenuItem.Click += new System.EventHandler(this.registerNamesToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 650 //
darienf 3:36de8b9e4b1a 651 // bioZMilliohmScaleToolStripMenuItem
darienf 3:36de8b9e4b1a 652 //
darienf 3:36de8b9e4b1a 653 this.bioZMilliohmScaleToolStripMenuItem.CheckOnClick = true;
darienf 3:36de8b9e4b1a 654 this.bioZMilliohmScaleToolStripMenuItem.Name = "bioZMilliohmScaleToolStripMenuItem";
darienf 3:36de8b9e4b1a 655 this.bioZMilliohmScaleToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 656 this.bioZMilliohmScaleToolStripMenuItem.Text = "BioZ Milliohm Scale";
darienf 3:36de8b9e4b1a 657 this.bioZMilliohmScaleToolStripMenuItem.Click += new System.EventHandler(this.bioZMilliohmScaleToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 658 //
darienf 3:36de8b9e4b1a 659 // toolStripSeparator1
darienf 3:36de8b9e4b1a 660 //
darienf 3:36de8b9e4b1a 661 this.toolStripSeparator1.Name = "toolStripSeparator1";
darienf 3:36de8b9e4b1a 662 this.toolStripSeparator1.Size = new System.Drawing.Size(271, 6);
darienf 3:36de8b9e4b1a 663 //
darienf 3:36de8b9e4b1a 664 // loadRegisterSettingsToolStripMenuItem
darienf 3:36de8b9e4b1a 665 //
darienf 3:36de8b9e4b1a 666 this.loadRegisterSettingsToolStripMenuItem.Name = "loadRegisterSettingsToolStripMenuItem";
darienf 3:36de8b9e4b1a 667 this.loadRegisterSettingsToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 668 this.loadRegisterSettingsToolStripMenuItem.Text = "Load MAX30001 Register Settings";
darienf 3:36de8b9e4b1a 669 this.loadRegisterSettingsToolStripMenuItem.Visible = false;
darienf 3:36de8b9e4b1a 670 //
darienf 3:36de8b9e4b1a 671 // saveRegisterSettingsToolStripMenuItem
darienf 3:36de8b9e4b1a 672 //
darienf 3:36de8b9e4b1a 673 this.saveRegisterSettingsToolStripMenuItem.Name = "saveRegisterSettingsToolStripMenuItem";
darienf 3:36de8b9e4b1a 674 this.saveRegisterSettingsToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 675 this.saveRegisterSettingsToolStripMenuItem.Text = "Save MAX30001 Register Settings";
darienf 3:36de8b9e4b1a 676 this.saveRegisterSettingsToolStripMenuItem.Visible = false;
darienf 3:36de8b9e4b1a 677 //
darienf 3:36de8b9e4b1a 678 // toolStripSeparator2
darienf 3:36de8b9e4b1a 679 //
darienf 3:36de8b9e4b1a 680 this.toolStripSeparator2.Name = "toolStripSeparator2";
darienf 3:36de8b9e4b1a 681 this.toolStripSeparator2.Size = new System.Drawing.Size(271, 6);
darienf 3:36de8b9e4b1a 682 this.toolStripSeparator2.Visible = false;
darienf 3:36de8b9e4b1a 683 //
darienf 3:36de8b9e4b1a 684 // loadAllRegisterSettingsToolStripMenuItem
darienf 3:36de8b9e4b1a 685 //
darienf 3:36de8b9e4b1a 686 this.loadAllRegisterSettingsToolStripMenuItem.Name = "loadAllRegisterSettingsToolStripMenuItem";
darienf 3:36de8b9e4b1a 687 this.loadAllRegisterSettingsToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 688 this.loadAllRegisterSettingsToolStripMenuItem.Text = "Load Register Settings";
darienf 3:36de8b9e4b1a 689 this.loadAllRegisterSettingsToolStripMenuItem.Click += new System.EventHandler(this.loadAllRegisterSettingsToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 690 //
darienf 3:36de8b9e4b1a 691 // registerExportToolStripMenuItem
darienf 3:36de8b9e4b1a 692 //
darienf 3:36de8b9e4b1a 693 this.registerExportToolStripMenuItem.Name = "registerExportToolStripMenuItem";
darienf 3:36de8b9e4b1a 694 this.registerExportToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 695 this.registerExportToolStripMenuItem.Text = "Export Register Settings";
darienf 3:36de8b9e4b1a 696 this.registerExportToolStripMenuItem.Click += new System.EventHandler(this.registerExportToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 697 //
darienf 3:36de8b9e4b1a 698 // toolStripSeparator3
darienf 3:36de8b9e4b1a 699 //
darienf 3:36de8b9e4b1a 700 this.toolStripSeparator3.Name = "toolStripSeparator3";
darienf 3:36de8b9e4b1a 701 this.toolStripSeparator3.Size = new System.Drawing.Size(271, 6);
darienf 3:36de8b9e4b1a 702 //
darienf 3:36de8b9e4b1a 703 // showAdvancedTabToolStripMenuItem
darienf 3:36de8b9e4b1a 704 //
darienf 3:36de8b9e4b1a 705 this.showAdvancedTabToolStripMenuItem.CheckOnClick = true;
darienf 3:36de8b9e4b1a 706 this.showAdvancedTabToolStripMenuItem.Name = "showAdvancedTabToolStripMenuItem";
darienf 3:36de8b9e4b1a 707 this.showAdvancedTabToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
darienf 3:36de8b9e4b1a 708 this.showAdvancedTabToolStripMenuItem.Text = "Show Advanced Tab";
darienf 3:36de8b9e4b1a 709 this.showAdvancedTabToolStripMenuItem.Click += new System.EventHandler(this.showAdvancedTabToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 710 //
darienf 3:36de8b9e4b1a 711 // loggingToolStripMenuItem
darienf 3:36de8b9e4b1a 712 //
darienf 3:36de8b9e4b1a 713 this.loggingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 714 this.eCGBioZFileLogToolStripMenuItem,
darienf 3:36de8b9e4b1a 715 this.eCGFileLogToolStripMenuItem,
darienf 3:36de8b9e4b1a 716 this.rToRFileLogToolStripMenuItem,
darienf 3:36de8b9e4b1a 717 this.paceFileLogToolStripMenuItem,
darienf 3:36de8b9e4b1a 718 this.bioZFileLogToolStripMenuItem,
darienf 3:36de8b9e4b1a 719 this.toolStripSeparator5,
darienf 3:36de8b9e4b1a 720 this.opticalAccelerometerFileLogToolStripMenuItem});
darienf 3:36de8b9e4b1a 721 this.loggingToolStripMenuItem.Name = "loggingToolStripMenuItem";
darienf 3:36de8b9e4b1a 722 this.loggingToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
darienf 3:36de8b9e4b1a 723 this.loggingToolStripMenuItem.Text = "Logging";
darienf 3:36de8b9e4b1a 724 //
darienf 3:36de8b9e4b1a 725 // eCGBioZFileLogToolStripMenuItem
darienf 3:36de8b9e4b1a 726 //
darienf 3:36de8b9e4b1a 727 this.eCGBioZFileLogToolStripMenuItem.Name = "eCGBioZFileLogToolStripMenuItem";
darienf 3:36de8b9e4b1a 728 this.eCGBioZFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 729 this.eCGBioZFileLogToolStripMenuItem.Text = "ECG/BioZ File Log";
darienf 3:36de8b9e4b1a 730 this.eCGBioZFileLogToolStripMenuItem.Visible = false;
darienf 3:36de8b9e4b1a 731 //
darienf 3:36de8b9e4b1a 732 // eCGFileLogToolStripMenuItem
darienf 3:36de8b9e4b1a 733 //
darienf 3:36de8b9e4b1a 734 this.eCGFileLogToolStripMenuItem.Name = "eCGFileLogToolStripMenuItem";
darienf 3:36de8b9e4b1a 735 this.eCGFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 736 this.eCGFileLogToolStripMenuItem.Text = "ECG File Log";
darienf 3:36de8b9e4b1a 737 this.eCGFileLogToolStripMenuItem.Click += new System.EventHandler(this.eCGFileLogToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 738 //
darienf 3:36de8b9e4b1a 739 // rToRFileLogToolStripMenuItem
darienf 3:36de8b9e4b1a 740 //
darienf 3:36de8b9e4b1a 741 this.rToRFileLogToolStripMenuItem.Name = "rToRFileLogToolStripMenuItem";
darienf 3:36de8b9e4b1a 742 this.rToRFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 743 this.rToRFileLogToolStripMenuItem.Text = "R-To-R File Log";
darienf 3:36de8b9e4b1a 744 this.rToRFileLogToolStripMenuItem.Click += new System.EventHandler(this.rToRFileLogToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 745 //
darienf 3:36de8b9e4b1a 746 // paceFileLogToolStripMenuItem
darienf 3:36de8b9e4b1a 747 //
darienf 3:36de8b9e4b1a 748 this.paceFileLogToolStripMenuItem.Name = "paceFileLogToolStripMenuItem";
darienf 3:36de8b9e4b1a 749 this.paceFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 750 this.paceFileLogToolStripMenuItem.Text = "Pace File Log";
darienf 3:36de8b9e4b1a 751 this.paceFileLogToolStripMenuItem.Click += new System.EventHandler(this.paceFileLogToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 752 //
darienf 3:36de8b9e4b1a 753 // bioZFileLogToolStripMenuItem
darienf 3:36de8b9e4b1a 754 //
darienf 3:36de8b9e4b1a 755 this.bioZFileLogToolStripMenuItem.Name = "bioZFileLogToolStripMenuItem";
darienf 3:36de8b9e4b1a 756 this.bioZFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 757 this.bioZFileLogToolStripMenuItem.Text = "BioZ File Log";
darienf 3:36de8b9e4b1a 758 this.bioZFileLogToolStripMenuItem.Click += new System.EventHandler(this.bioZFileLogToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 759 //
darienf 3:36de8b9e4b1a 760 // toolStripSeparator5
darienf 3:36de8b9e4b1a 761 //
darienf 3:36de8b9e4b1a 762 this.toolStripSeparator5.Name = "toolStripSeparator5";
darienf 3:36de8b9e4b1a 763 this.toolStripSeparator5.Size = new System.Drawing.Size(201, 6);
darienf 3:36de8b9e4b1a 764 //
darienf 3:36de8b9e4b1a 765 // opticalAccelerometerFileLogToolStripMenuItem
darienf 3:36de8b9e4b1a 766 //
darienf 3:36de8b9e4b1a 767 this.opticalAccelerometerFileLogToolStripMenuItem.Name = "opticalAccelerometerFileLogToolStripMenuItem";
darienf 3:36de8b9e4b1a 768 this.opticalAccelerometerFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 769 this.opticalAccelerometerFileLogToolStripMenuItem.Text = "Optical/Accel File Log";
darienf 3:36de8b9e4b1a 770 this.opticalAccelerometerFileLogToolStripMenuItem.Click += new System.EventHandler(this.opticalAccelerometerFileLogToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 771 //
darienf 3:36de8b9e4b1a 772 // helpToolStripMenuItem1
darienf 3:36de8b9e4b1a 773 //
darienf 3:36de8b9e4b1a 774 this.helpToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 775 this.onlineDocumentationToolStripMenuItem,
darienf 3:36de8b9e4b1a 776 this.aboutToolStripMenuItem});
darienf 3:36de8b9e4b1a 777 this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
darienf 3:36de8b9e4b1a 778 this.helpToolStripMenuItem1.Size = new System.Drawing.Size(46, 20);
darienf 3:36de8b9e4b1a 779 this.helpToolStripMenuItem1.Text = "Help";
darienf 3:36de8b9e4b1a 780 //
darienf 3:36de8b9e4b1a 781 // onlineDocumentationToolStripMenuItem
darienf 3:36de8b9e4b1a 782 //
darienf 3:36de8b9e4b1a 783 this.onlineDocumentationToolStripMenuItem.Name = "onlineDocumentationToolStripMenuItem";
darienf 3:36de8b9e4b1a 784 this.onlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 785 this.onlineDocumentationToolStripMenuItem.Text = "Online Documentation";
darienf 3:36de8b9e4b1a 786 this.onlineDocumentationToolStripMenuItem.Click += new System.EventHandler(this.onlineDocumentationToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 787 //
darienf 3:36de8b9e4b1a 788 // aboutToolStripMenuItem
darienf 3:36de8b9e4b1a 789 //
darienf 3:36de8b9e4b1a 790 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
darienf 3:36de8b9e4b1a 791 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
darienf 3:36de8b9e4b1a 792 this.aboutToolStripMenuItem.Text = "About";
darienf 3:36de8b9e4b1a 793 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
darienf 3:36de8b9e4b1a 794 //
darienf 3:36de8b9e4b1a 795 // fileToolStripMenuItem
darienf 3:36de8b9e4b1a 796 //
darienf 3:36de8b9e4b1a 797 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 798 this.tsm_exit});
darienf 3:36de8b9e4b1a 799 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
darienf 3:36de8b9e4b1a 800 this.fileToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
darienf 3:36de8b9e4b1a 801 this.fileToolStripMenuItem.Text = "&File";
darienf 3:36de8b9e4b1a 802 //
darienf 3:36de8b9e4b1a 803 // tsm_exit
darienf 3:36de8b9e4b1a 804 //
darienf 3:36de8b9e4b1a 805 this.tsm_exit.Name = "tsm_exit";
darienf 3:36de8b9e4b1a 806 this.tsm_exit.Size = new System.Drawing.Size(67, 22);
darienf 3:36de8b9e4b1a 807 //
darienf 3:36de8b9e4b1a 808 // deviceToolStripMenuItem
darienf 3:36de8b9e4b1a 809 //
darienf 3:36de8b9e4b1a 810 this.deviceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 811 this.test1ToolStripMenuItem});
darienf 3:36de8b9e4b1a 812 this.deviceToolStripMenuItem.Name = "deviceToolStripMenuItem";
darienf 3:36de8b9e4b1a 813 this.deviceToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
darienf 3:36de8b9e4b1a 814 this.deviceToolStripMenuItem.Text = "&Device";
darienf 3:36de8b9e4b1a 815 //
darienf 3:36de8b9e4b1a 816 // test1ToolStripMenuItem
darienf 3:36de8b9e4b1a 817 //
darienf 3:36de8b9e4b1a 818 this.test1ToolStripMenuItem.Name = "test1ToolStripMenuItem";
darienf 3:36de8b9e4b1a 819 this.test1ToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
darienf 3:36de8b9e4b1a 820 this.test1ToolStripMenuItem.Text = "test1";
darienf 3:36de8b9e4b1a 821 //
darienf 3:36de8b9e4b1a 822 // optionsToolStripMenuItem
darienf 3:36de8b9e4b1a 823 //
darienf 3:36de8b9e4b1a 824 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 825 this.test2ToolStripMenuItem});
darienf 3:36de8b9e4b1a 826 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
darienf 3:36de8b9e4b1a 827 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
darienf 3:36de8b9e4b1a 828 this.optionsToolStripMenuItem.Text = "&Options";
darienf 3:36de8b9e4b1a 829 //
darienf 3:36de8b9e4b1a 830 // test2ToolStripMenuItem
darienf 3:36de8b9e4b1a 831 //
darienf 3:36de8b9e4b1a 832 this.test2ToolStripMenuItem.Name = "test2ToolStripMenuItem";
darienf 3:36de8b9e4b1a 833 this.test2ToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
darienf 3:36de8b9e4b1a 834 this.test2ToolStripMenuItem.Text = "test2";
darienf 3:36de8b9e4b1a 835 //
darienf 3:36de8b9e4b1a 836 // helpToolStripMenuItem
darienf 3:36de8b9e4b1a 837 //
darienf 3:36de8b9e4b1a 838 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 839 this.technicalDocsToolStripMenuItem,
darienf 3:36de8b9e4b1a 840 this.tsm_about});
darienf 3:36de8b9e4b1a 841 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
darienf 3:36de8b9e4b1a 842 this.helpToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
darienf 3:36de8b9e4b1a 843 this.helpToolStripMenuItem.Text = "&Help";
darienf 3:36de8b9e4b1a 844 //
darienf 3:36de8b9e4b1a 845 // technicalDocsToolStripMenuItem
darienf 3:36de8b9e4b1a 846 //
darienf 3:36de8b9e4b1a 847 this.technicalDocsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 848 this.tsm_EVKitDatasheet,
darienf 3:36de8b9e4b1a 849 this.tsm_ICDatasheet});
darienf 3:36de8b9e4b1a 850 this.technicalDocsToolStripMenuItem.Name = "technicalDocsToolStripMenuItem";
darienf 3:36de8b9e4b1a 851 this.technicalDocsToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
darienf 3:36de8b9e4b1a 852 this.technicalDocsToolStripMenuItem.Text = "Technical Docs";
darienf 3:36de8b9e4b1a 853 //
darienf 3:36de8b9e4b1a 854 // tsm_EVKitDatasheet
darienf 3:36de8b9e4b1a 855 //
darienf 3:36de8b9e4b1a 856 this.tsm_EVKitDatasheet.Name = "tsm_EVKitDatasheet";
darienf 3:36de8b9e4b1a 857 this.tsm_EVKitDatasheet.Size = new System.Drawing.Size(67, 22);
darienf 3:36de8b9e4b1a 858 //
darienf 3:36de8b9e4b1a 859 // tsm_ICDatasheet
darienf 3:36de8b9e4b1a 860 //
darienf 3:36de8b9e4b1a 861 this.tsm_ICDatasheet.Name = "tsm_ICDatasheet";
darienf 3:36de8b9e4b1a 862 this.tsm_ICDatasheet.Size = new System.Drawing.Size(67, 22);
darienf 3:36de8b9e4b1a 863 //
darienf 3:36de8b9e4b1a 864 // tsm_about
darienf 3:36de8b9e4b1a 865 //
darienf 3:36de8b9e4b1a 866 this.tsm_about.Name = "tsm_about";
darienf 3:36de8b9e4b1a 867 this.tsm_about.Size = new System.Drawing.Size(154, 22);
darienf 3:36de8b9e4b1a 868 //
darienf 3:36de8b9e4b1a 869 // maximGroupBox1
darienf 3:36de8b9e4b1a 870 //
darienf 3:36de8b9e4b1a 871 this.maximGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 872 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 873 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 874 this.maximGroupBox1.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 875 this.maximGroupBox1.Controls.Add(this.txt_Status);
darienf 3:36de8b9e4b1a 876 this.maximGroupBox1.Controls.Add(this.btn_Clear);
darienf 3:36de8b9e4b1a 877 this.maximGroupBox1.Location = new System.Drawing.Point(628, 11);
darienf 3:36de8b9e4b1a 878 this.maximGroupBox1.Name = "maximGroupBox1";
darienf 3:36de8b9e4b1a 879 this.maximGroupBox1.Size = new System.Drawing.Size(452, 577);
darienf 3:36de8b9e4b1a 880 this.maximGroupBox1.TabIndex = 38;
darienf 3:36de8b9e4b1a 881 this.maximGroupBox1.TabStop = false;
darienf 3:36de8b9e4b1a 882 this.maximGroupBox1.Text = "Accelerometer Measurements";
darienf 3:36de8b9e4b1a 883 this.maximGroupBox1.TitleEnable = false;
darienf 3:36de8b9e4b1a 884 //
darienf 3:36de8b9e4b1a 885 // maximTabControl1
darienf 3:36de8b9e4b1a 886 //
darienf 3:36de8b9e4b1a 887 this.maximTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 888 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 889 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 890 this.maximTabControl1.Controls.Add(this.tpBlockDiagram);
darienf 3:36de8b9e4b1a 891 this.maximTabControl1.Controls.Add(this.tpOpticalSensor);
darienf 3:36de8b9e4b1a 892 this.maximTabControl1.Controls.Add(this.tpTemperature);
darienf 3:36de8b9e4b1a 893 this.maximTabControl1.Controls.Add(this.tpMAX30001EcgChannel);
darienf 3:36de8b9e4b1a 894 this.maximTabControl1.Controls.Add(this.tpMAX30001InputMux);
darienf 3:36de8b9e4b1a 895 this.maximTabControl1.Controls.Add(this.tpBioZChannel);
darienf 3:36de8b9e4b1a 896 this.maximTabControl1.Controls.Add(this.tpMAX30001BioZInputMux);
darienf 3:36de8b9e4b1a 897 this.maximTabControl1.Controls.Add(this.tpMAX30001BioZLoad);
darienf 3:36de8b9e4b1a 898 this.maximTabControl1.Controls.Add(this.tpMAX30001Pace);
darienf 3:36de8b9e4b1a 899 this.maximTabControl1.Controls.Add(this.tpMAX30001Plots);
darienf 3:36de8b9e4b1a 900 this.maximTabControl1.Controls.Add(this.tpFlashLog);
darienf 3:36de8b9e4b1a 901 this.maximTabControl1.Controls.Add(this.tpRegisters);
darienf 3:36de8b9e4b1a 902 this.maximTabControl1.Controls.Add(this.tpPrimitives);
darienf 3:36de8b9e4b1a 903 this.maximTabControl1.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 904 this.maximTabControl1.Location = new System.Drawing.Point(-1, 23);
darienf 3:36de8b9e4b1a 905 this.maximTabControl1.Name = "maximTabControl1";
darienf 3:36de8b9e4b1a 906 this.maximTabControl1.SelectedIndex = 0;
darienf 3:36de8b9e4b1a 907 this.maximTabControl1.Size = new System.Drawing.Size(961, 636);
darienf 3:36de8b9e4b1a 908 this.maximTabControl1.TabIndex = 29;
darienf 3:36de8b9e4b1a 909 this.maximTabControl1.SelectedIndexChanged += new System.EventHandler(this.maximTabControl1_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 910 this.maximTabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.maximTabControl1_Selecting);
darienf 3:36de8b9e4b1a 911 //
darienf 3:36de8b9e4b1a 912 // tpBlockDiagram
darienf 3:36de8b9e4b1a 913 //
darienf 3:36de8b9e4b1a 914 this.tpBlockDiagram.Controls.Add(this.tlbQuickStart);
darienf 3:36de8b9e4b1a 915 this.tpBlockDiagram.Controls.Add(this.pnlBlockDiagram);
darienf 3:36de8b9e4b1a 916 this.tpBlockDiagram.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 917 this.tpBlockDiagram.Name = "tpBlockDiagram";
darienf 3:36de8b9e4b1a 918 this.tpBlockDiagram.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 919 this.tpBlockDiagram.TabIndex = 19;
darienf 3:36de8b9e4b1a 920 this.tpBlockDiagram.Text = "Home";
darienf 3:36de8b9e4b1a 921 this.tpBlockDiagram.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 922 //
darienf 3:36de8b9e4b1a 923 // tlbQuickStart
darienf 3:36de8b9e4b1a 924 //
darienf 3:36de8b9e4b1a 925 this.tlbQuickStart.ColumnCount = 1;
darienf 3:36de8b9e4b1a 926 this.tlbQuickStart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
darienf 3:36de8b9e4b1a 927 this.tlbQuickStart.Controls.Add(this.linkLabelQuickRespiration, 0, 5);
darienf 3:36de8b9e4b1a 928 this.tlbQuickStart.Controls.Add(this.label40, 0, 0);
darienf 3:36de8b9e4b1a 929 this.tlbQuickStart.Controls.Add(this.linkLabelQuickOpticalSpO2, 0, 1);
darienf 3:36de8b9e4b1a 930 this.tlbQuickStart.Controls.Add(this.linkLabelQuickTemperature, 0, 2);
darienf 3:36de8b9e4b1a 931 this.tlbQuickStart.Controls.Add(this.linkLabelQuickBioimpedance, 0, 4);
darienf 3:36de8b9e4b1a 932 this.tlbQuickStart.Controls.Add(this.linkLabelQuickEcg, 0, 3);
darienf 3:36de8b9e4b1a 933 this.tlbQuickStart.Controls.Add(this.label41, 0, 6);
darienf 3:36de8b9e4b1a 934 this.tlbQuickStart.Location = new System.Drawing.Point(811, 55);
darienf 3:36de8b9e4b1a 935 this.tlbQuickStart.Name = "tlbQuickStart";
darienf 3:36de8b9e4b1a 936 this.tlbQuickStart.RowCount = 7;
darienf 3:36de8b9e4b1a 937 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
darienf 3:36de8b9e4b1a 938 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
darienf 3:36de8b9e4b1a 939 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
darienf 3:36de8b9e4b1a 940 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
darienf 3:36de8b9e4b1a 941 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
darienf 3:36de8b9e4b1a 942 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
darienf 3:36de8b9e4b1a 943 this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
darienf 3:36de8b9e4b1a 944 this.tlbQuickStart.Size = new System.Drawing.Size(127, 310);
darienf 3:36de8b9e4b1a 945 this.tlbQuickStart.TabIndex = 11;
darienf 3:36de8b9e4b1a 946 //
darienf 3:36de8b9e4b1a 947 // linkLabelQuickRespiration
darienf 3:36de8b9e4b1a 948 //
darienf 3:36de8b9e4b1a 949 this.linkLabelQuickRespiration.AutoSize = true;
darienf 3:36de8b9e4b1a 950 this.linkLabelQuickRespiration.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 951 this.linkLabelQuickRespiration.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 952 this.linkLabelQuickRespiration.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 953 this.linkLabelQuickRespiration.Location = new System.Drawing.Point(3, 130);
darienf 3:36de8b9e4b1a 954 this.linkLabelQuickRespiration.Name = "linkLabelQuickRespiration";
darienf 3:36de8b9e4b1a 955 this.linkLabelQuickRespiration.Size = new System.Drawing.Size(91, 17);
darienf 3:36de8b9e4b1a 956 this.linkLabelQuickRespiration.TabIndex = 6;
darienf 3:36de8b9e4b1a 957 this.linkLabelQuickRespiration.TabStop = true;
darienf 3:36de8b9e4b1a 958 this.linkLabelQuickRespiration.Text = "• Respiration";
darienf 3:36de8b9e4b1a 959 this.linkLabelQuickRespiration.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickRespiration_LinkClicked);
darienf 3:36de8b9e4b1a 960 //
darienf 3:36de8b9e4b1a 961 // label40
darienf 3:36de8b9e4b1a 962 //
darienf 3:36de8b9e4b1a 963 this.label40.AutoSize = true;
darienf 3:36de8b9e4b1a 964 this.label40.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 965 this.label40.Location = new System.Drawing.Point(3, 0);
darienf 3:36de8b9e4b1a 966 this.label40.Name = "label40";
darienf 3:36de8b9e4b1a 967 this.label40.Size = new System.Drawing.Size(81, 17);
darienf 3:36de8b9e4b1a 968 this.label40.TabIndex = 0;
darienf 3:36de8b9e4b1a 969 this.label40.Text = "Quick Start";
darienf 3:36de8b9e4b1a 970 //
darienf 3:36de8b9e4b1a 971 // linkLabelQuickOpticalSpO2
darienf 3:36de8b9e4b1a 972 //
darienf 3:36de8b9e4b1a 973 this.linkLabelQuickOpticalSpO2.AutoSize = true;
darienf 3:36de8b9e4b1a 974 this.linkLabelQuickOpticalSpO2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 975 this.linkLabelQuickOpticalSpO2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 976 this.linkLabelQuickOpticalSpO2.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 977 this.linkLabelQuickOpticalSpO2.Location = new System.Drawing.Point(3, 26);
darienf 3:36de8b9e4b1a 978 this.linkLabelQuickOpticalSpO2.Name = "linkLabelQuickOpticalSpO2";
darienf 3:36de8b9e4b1a 979 this.linkLabelQuickOpticalSpO2.Size = new System.Drawing.Size(114, 17);
darienf 3:36de8b9e4b1a 980 this.linkLabelQuickOpticalSpO2.TabIndex = 1;
darienf 3:36de8b9e4b1a 981 this.linkLabelQuickOpticalSpO2.TabStop = true;
darienf 3:36de8b9e4b1a 982 this.linkLabelQuickOpticalSpO2.Text = "• Optical - SpO2";
darienf 3:36de8b9e4b1a 983 this.linkLabelQuickOpticalSpO2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickOpticalSpO2_LinkClicked);
darienf 3:36de8b9e4b1a 984 //
darienf 3:36de8b9e4b1a 985 // linkLabelQuickTemperature
darienf 3:36de8b9e4b1a 986 //
darienf 3:36de8b9e4b1a 987 this.linkLabelQuickTemperature.AutoSize = true;
darienf 3:36de8b9e4b1a 988 this.linkLabelQuickTemperature.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 989 this.linkLabelQuickTemperature.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 990 this.linkLabelQuickTemperature.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 991 this.linkLabelQuickTemperature.Location = new System.Drawing.Point(3, 52);
darienf 3:36de8b9e4b1a 992 this.linkLabelQuickTemperature.Name = "linkLabelQuickTemperature";
darienf 3:36de8b9e4b1a 993 this.linkLabelQuickTemperature.Size = new System.Drawing.Size(99, 17);
darienf 3:36de8b9e4b1a 994 this.linkLabelQuickTemperature.TabIndex = 2;
darienf 3:36de8b9e4b1a 995 this.linkLabelQuickTemperature.TabStop = true;
darienf 3:36de8b9e4b1a 996 this.linkLabelQuickTemperature.Text = "• Temperature";
darienf 3:36de8b9e4b1a 997 this.linkLabelQuickTemperature.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickTemperature_LinkClicked);
darienf 3:36de8b9e4b1a 998 //
darienf 3:36de8b9e4b1a 999 // linkLabelQuickBioimpedance
darienf 3:36de8b9e4b1a 1000 //
darienf 3:36de8b9e4b1a 1001 this.linkLabelQuickBioimpedance.AutoSize = true;
darienf 3:36de8b9e4b1a 1002 this.linkLabelQuickBioimpedance.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1003 this.linkLabelQuickBioimpedance.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1004 this.linkLabelQuickBioimpedance.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1005 this.linkLabelQuickBioimpedance.Location = new System.Drawing.Point(3, 104);
darienf 3:36de8b9e4b1a 1006 this.linkLabelQuickBioimpedance.Name = "linkLabelQuickBioimpedance";
darienf 3:36de8b9e4b1a 1007 this.linkLabelQuickBioimpedance.Size = new System.Drawing.Size(110, 17);
darienf 3:36de8b9e4b1a 1008 this.linkLabelQuickBioimpedance.TabIndex = 3;
darienf 3:36de8b9e4b1a 1009 this.linkLabelQuickBioimpedance.TabStop = true;
darienf 3:36de8b9e4b1a 1010 this.linkLabelQuickBioimpedance.Text = "• Bioimpedance";
darienf 3:36de8b9e4b1a 1011 this.linkLabelQuickBioimpedance.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickBioimpedance_LinkClicked);
darienf 3:36de8b9e4b1a 1012 //
darienf 3:36de8b9e4b1a 1013 // linkLabelQuickEcg
darienf 3:36de8b9e4b1a 1014 //
darienf 3:36de8b9e4b1a 1015 this.linkLabelQuickEcg.AutoSize = true;
darienf 3:36de8b9e4b1a 1016 this.linkLabelQuickEcg.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1017 this.linkLabelQuickEcg.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1018 this.linkLabelQuickEcg.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1019 this.linkLabelQuickEcg.Location = new System.Drawing.Point(3, 78);
darienf 3:36de8b9e4b1a 1020 this.linkLabelQuickEcg.Name = "linkLabelQuickEcg";
darienf 3:36de8b9e4b1a 1021 this.linkLabelQuickEcg.Size = new System.Drawing.Size(49, 17);
darienf 3:36de8b9e4b1a 1022 this.linkLabelQuickEcg.TabIndex = 4;
darienf 3:36de8b9e4b1a 1023 this.linkLabelQuickEcg.TabStop = true;
darienf 3:36de8b9e4b1a 1024 this.linkLabelQuickEcg.Text = "• ECG";
darienf 3:36de8b9e4b1a 1025 this.linkLabelQuickEcg.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickEcg_LinkClicked);
darienf 3:36de8b9e4b1a 1026 //
darienf 3:36de8b9e4b1a 1027 // label41
darienf 3:36de8b9e4b1a 1028 //
darienf 3:36de8b9e4b1a 1029 this.label41.AutoSize = true;
darienf 3:36de8b9e4b1a 1030 this.label41.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1031 this.label41.Location = new System.Drawing.Point(3, 156);
darienf 3:36de8b9e4b1a 1032 this.label41.Name = "label41";
darienf 3:36de8b9e4b1a 1033 this.label41.Size = new System.Drawing.Size(121, 112);
darienf 3:36de8b9e4b1a 1034 this.label41.TabIndex = 5;
darienf 3:36de8b9e4b1a 1035 this.label41.Text = "Select the above links to apply demo register settings and go to tab. Once on tab" +
darienf 3:36de8b9e4b1a 1036 ", review settings and then start demo.\r\n";
darienf 3:36de8b9e4b1a 1037 //
darienf 3:36de8b9e4b1a 1038 // pnlBlockDiagram
darienf 3:36de8b9e4b1a 1039 //
darienf 3:36de8b9e4b1a 1040 this.pnlBlockDiagram.Anchor = System.Windows.Forms.AnchorStyles.None;
darienf 3:36de8b9e4b1a 1041 this.pnlBlockDiagram.Controls.Add(this.label29);
darienf 3:36de8b9e4b1a 1042 this.pnlBlockDiagram.Controls.Add(this.linkOpticalSensor);
darienf 3:36de8b9e4b1a 1043 this.pnlBlockDiagram.Controls.Add(this.linkBioZLoad);
darienf 3:36de8b9e4b1a 1044 this.pnlBlockDiagram.Controls.Add(this.linkTempSensor);
darienf 3:36de8b9e4b1a 1045 this.pnlBlockDiagram.Controls.Add(this.linkBioZMux);
darienf 3:36de8b9e4b1a 1046 this.pnlBlockDiagram.Controls.Add(this.linkEcgMux);
darienf 3:36de8b9e4b1a 1047 this.pnlBlockDiagram.Controls.Add(this.linkBioZChannel);
darienf 3:36de8b9e4b1a 1048 this.pnlBlockDiagram.Controls.Add(this.linkEcgChannel);
darienf 3:36de8b9e4b1a 1049 this.pnlBlockDiagram.Controls.Add(this.linkPaceChannel);
darienf 3:36de8b9e4b1a 1050 this.pnlBlockDiagram.Controls.Add(this.picBlockDiagram);
darienf 3:36de8b9e4b1a 1051 this.pnlBlockDiagram.Location = new System.Drawing.Point(163, 9);
darienf 3:36de8b9e4b1a 1052 this.pnlBlockDiagram.Name = "pnlBlockDiagram";
darienf 3:36de8b9e4b1a 1053 this.pnlBlockDiagram.Size = new System.Drawing.Size(636, 587);
darienf 3:36de8b9e4b1a 1054 this.pnlBlockDiagram.TabIndex = 10;
darienf 3:36de8b9e4b1a 1055 //
darienf 3:36de8b9e4b1a 1056 // label29
darienf 3:36de8b9e4b1a 1057 //
darienf 3:36de8b9e4b1a 1058 this.label29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1059 this.label29.AutoSize = true;
darienf 3:36de8b9e4b1a 1060 this.label29.Location = new System.Drawing.Point(434, 559);
darienf 3:36de8b9e4b1a 1061 this.label29.Name = "label29";
darienf 3:36de8b9e4b1a 1062 this.label29.Size = new System.Drawing.Size(144, 15);
darienf 3:36de8b9e4b1a 1063 this.label29.TabIndex = 9;
darienf 3:36de8b9e4b1a 1064 this.label29.Text = "Teal text are links to tabs.";
darienf 3:36de8b9e4b1a 1065 //
darienf 3:36de8b9e4b1a 1066 // linkOpticalSensor
darienf 3:36de8b9e4b1a 1067 //
darienf 3:36de8b9e4b1a 1068 this.linkOpticalSensor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1069 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1070 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1071 this.linkOpticalSensor.AutoSize = true;
darienf 3:36de8b9e4b1a 1072 this.linkOpticalSensor.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1073 this.linkOpticalSensor.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1074 this.linkOpticalSensor.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1075 this.linkOpticalSensor.Location = new System.Drawing.Point(74, 130);
darienf 3:36de8b9e4b1a 1076 this.linkOpticalSensor.Name = "linkOpticalSensor";
darienf 3:36de8b9e4b1a 1077 this.linkOpticalSensor.Size = new System.Drawing.Size(107, 19);
darienf 3:36de8b9e4b1a 1078 this.linkOpticalSensor.TabIndex = 2;
darienf 3:36de8b9e4b1a 1079 this.linkOpticalSensor.TabStop = true;
darienf 3:36de8b9e4b1a 1080 this.linkOpticalSensor.Text = "Optical Sensor";
darienf 3:36de8b9e4b1a 1081 this.linkOpticalSensor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkOpticalSensor_Click);
darienf 3:36de8b9e4b1a 1082 //
darienf 3:36de8b9e4b1a 1083 // linkBioZLoad
darienf 3:36de8b9e4b1a 1084 //
darienf 3:36de8b9e4b1a 1085 this.linkBioZLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1086 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1087 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1088 this.linkBioZLoad.AutoSize = true;
darienf 3:36de8b9e4b1a 1089 this.linkBioZLoad.DisabledLinkColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1090 this.linkBioZLoad.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1091 this.linkBioZLoad.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1092 this.linkBioZLoad.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1093 this.linkBioZLoad.Location = new System.Drawing.Point(462, 337);
darienf 3:36de8b9e4b1a 1094 this.linkBioZLoad.Name = "linkBioZLoad";
darienf 3:36de8b9e4b1a 1095 this.linkBioZLoad.Size = new System.Drawing.Size(76, 19);
darienf 3:36de8b9e4b1a 1096 this.linkBioZLoad.TabIndex = 8;
darienf 3:36de8b9e4b1a 1097 this.linkBioZLoad.TabStop = true;
darienf 3:36de8b9e4b1a 1098 this.linkBioZLoad.Text = "BioZ Load";
darienf 3:36de8b9e4b1a 1099 this.linkBioZLoad.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBioZLoad_LinkClicked);
darienf 3:36de8b9e4b1a 1100 //
darienf 3:36de8b9e4b1a 1101 // linkTempSensor
darienf 3:36de8b9e4b1a 1102 //
darienf 3:36de8b9e4b1a 1103 this.linkTempSensor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1104 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1105 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1106 this.linkTempSensor.AutoSize = true;
darienf 3:36de8b9e4b1a 1107 this.linkTempSensor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(254)))));
darienf 3:36de8b9e4b1a 1108 this.linkTempSensor.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1109 this.linkTempSensor.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1110 this.linkTempSensor.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1111 this.linkTempSensor.Location = new System.Drawing.Point(77, 51);
darienf 3:36de8b9e4b1a 1112 this.linkTempSensor.Name = "linkTempSensor";
darienf 3:36de8b9e4b1a 1113 this.linkTempSensor.Size = new System.Drawing.Size(97, 19);
darienf 3:36de8b9e4b1a 1114 this.linkTempSensor.TabIndex = 1;
darienf 3:36de8b9e4b1a 1115 this.linkTempSensor.TabStop = true;
darienf 3:36de8b9e4b1a 1116 this.linkTempSensor.Text = "Temperature";
darienf 3:36de8b9e4b1a 1117 this.linkTempSensor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTempSensor_LinkClicked);
darienf 3:36de8b9e4b1a 1118 //
darienf 3:36de8b9e4b1a 1119 // linkBioZMux
darienf 3:36de8b9e4b1a 1120 //
darienf 3:36de8b9e4b1a 1121 this.linkBioZMux.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1122 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1123 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1124 this.linkBioZMux.AutoSize = true;
darienf 3:36de8b9e4b1a 1125 this.linkBioZMux.DisabledLinkColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1126 this.linkBioZMux.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1127 this.linkBioZMux.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1128 this.linkBioZMux.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1129 this.linkBioZMux.Location = new System.Drawing.Point(462, 308);
darienf 3:36de8b9e4b1a 1130 this.linkBioZMux.Name = "linkBioZMux";
darienf 3:36de8b9e4b1a 1131 this.linkBioZMux.Size = new System.Drawing.Size(76, 19);
darienf 3:36de8b9e4b1a 1132 this.linkBioZMux.TabIndex = 7;
darienf 3:36de8b9e4b1a 1133 this.linkBioZMux.TabStop = true;
darienf 3:36de8b9e4b1a 1134 this.linkBioZMux.Text = "BioZ MUX";
darienf 3:36de8b9e4b1a 1135 this.linkBioZMux.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBioZMux_LinkClicked);
darienf 3:36de8b9e4b1a 1136 //
darienf 3:36de8b9e4b1a 1137 // linkEcgMux
darienf 3:36de8b9e4b1a 1138 //
darienf 3:36de8b9e4b1a 1139 this.linkEcgMux.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1140 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1141 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1142 this.linkEcgMux.AutoSize = true;
darienf 3:36de8b9e4b1a 1143 this.linkEcgMux.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1144 this.linkEcgMux.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1145 this.linkEcgMux.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1146 this.linkEcgMux.Location = new System.Drawing.Point(463, 158);
darienf 3:36de8b9e4b1a 1147 this.linkEcgMux.Name = "linkEcgMux";
darienf 3:36de8b9e4b1a 1148 this.linkEcgMux.Size = new System.Drawing.Size(72, 19);
darienf 3:36de8b9e4b1a 1149 this.linkEcgMux.TabIndex = 4;
darienf 3:36de8b9e4b1a 1150 this.linkEcgMux.TabStop = true;
darienf 3:36de8b9e4b1a 1151 this.linkEcgMux.Text = "ECG MUX";
darienf 3:36de8b9e4b1a 1152 this.linkEcgMux.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEcgMux_LinkClicked);
darienf 3:36de8b9e4b1a 1153 //
darienf 3:36de8b9e4b1a 1154 // linkBioZChannel
darienf 3:36de8b9e4b1a 1155 //
darienf 3:36de8b9e4b1a 1156 this.linkBioZChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1157 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1158 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1159 this.linkBioZChannel.AutoSize = true;
darienf 3:36de8b9e4b1a 1160 this.linkBioZChannel.DisabledLinkColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1161 this.linkBioZChannel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1162 this.linkBioZChannel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1163 this.linkBioZChannel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1164 this.linkBioZChannel.Location = new System.Drawing.Point(450, 279);
darienf 3:36de8b9e4b1a 1165 this.linkBioZChannel.Name = "linkBioZChannel";
darienf 3:36de8b9e4b1a 1166 this.linkBioZChannel.Size = new System.Drawing.Size(98, 19);
darienf 3:36de8b9e4b1a 1167 this.linkBioZChannel.TabIndex = 6;
darienf 3:36de8b9e4b1a 1168 this.linkBioZChannel.TabStop = true;
darienf 3:36de8b9e4b1a 1169 this.linkBioZChannel.Text = "BioZ Channel";
darienf 3:36de8b9e4b1a 1170 this.linkBioZChannel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBioZChannel_LinkClicked);
darienf 3:36de8b9e4b1a 1171 //
darienf 3:36de8b9e4b1a 1172 // linkEcgChannel
darienf 3:36de8b9e4b1a 1173 //
darienf 3:36de8b9e4b1a 1174 this.linkEcgChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1175 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1176 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1177 this.linkEcgChannel.AutoSize = true;
darienf 3:36de8b9e4b1a 1178 this.linkEcgChannel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1179 this.linkEcgChannel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1180 this.linkEcgChannel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1181 this.linkEcgChannel.Location = new System.Drawing.Point(453, 129);
darienf 3:36de8b9e4b1a 1182 this.linkEcgChannel.Name = "linkEcgChannel";
darienf 3:36de8b9e4b1a 1183 this.linkEcgChannel.Size = new System.Drawing.Size(94, 19);
darienf 3:36de8b9e4b1a 1184 this.linkEcgChannel.TabIndex = 3;
darienf 3:36de8b9e4b1a 1185 this.linkEcgChannel.TabStop = true;
darienf 3:36de8b9e4b1a 1186 this.linkEcgChannel.Text = "ECG Channel";
darienf 3:36de8b9e4b1a 1187 this.linkEcgChannel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEcgChannel_LinkClicked);
darienf 3:36de8b9e4b1a 1188 //
darienf 3:36de8b9e4b1a 1189 // linkPaceChannel
darienf 3:36de8b9e4b1a 1190 //
darienf 3:36de8b9e4b1a 1191 this.linkPaceChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 1192 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 1193 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 1194 this.linkPaceChannel.AutoSize = true;
darienf 3:36de8b9e4b1a 1195 this.linkPaceChannel.DisabledLinkColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1196 this.linkPaceChannel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 1197 this.linkPaceChannel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1198 this.linkPaceChannel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1199 this.linkPaceChannel.Location = new System.Drawing.Point(451, 187);
darienf 3:36de8b9e4b1a 1200 this.linkPaceChannel.Name = "linkPaceChannel";
darienf 3:36de8b9e4b1a 1201 this.linkPaceChannel.Size = new System.Drawing.Size(100, 19);
darienf 3:36de8b9e4b1a 1202 this.linkPaceChannel.TabIndex = 5;
darienf 3:36de8b9e4b1a 1203 this.linkPaceChannel.TabStop = true;
darienf 3:36de8b9e4b1a 1204 this.linkPaceChannel.Text = "Pace Channel";
darienf 3:36de8b9e4b1a 1205 this.linkPaceChannel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkPaceChannel_LinkClicked);
darienf 3:36de8b9e4b1a 1206 //
darienf 3:36de8b9e4b1a 1207 // picBlockDiagram
darienf 3:36de8b9e4b1a 1208 //
darienf 3:36de8b9e4b1a 1209 this.picBlockDiagram.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 1210 this.picBlockDiagram.Image = global::HealthSensorPlatform.Properties.Resources.system_block_diagram;
darienf 3:36de8b9e4b1a 1211 this.picBlockDiagram.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 1212 this.picBlockDiagram.Name = "picBlockDiagram";
darienf 3:36de8b9e4b1a 1213 this.picBlockDiagram.Size = new System.Drawing.Size(636, 587);
darienf 3:36de8b9e4b1a 1214 this.picBlockDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 1215 this.picBlockDiagram.TabIndex = 0;
darienf 3:36de8b9e4b1a 1216 this.picBlockDiagram.TabStop = false;
darienf 3:36de8b9e4b1a 1217 //
darienf 3:36de8b9e4b1a 1218 // tpOpticalSensor
darienf 3:36de8b9e4b1a 1219 //
darienf 3:36de8b9e4b1a 1220 this.tpOpticalSensor.Controls.Add(this.opticalView1);
darienf 3:36de8b9e4b1a 1221 this.tpOpticalSensor.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 1222 this.tpOpticalSensor.Name = "tpOpticalSensor";
darienf 3:36de8b9e4b1a 1223 this.tpOpticalSensor.Padding = new System.Windows.Forms.Padding(3);
darienf 3:36de8b9e4b1a 1224 this.tpOpticalSensor.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 1225 this.tpOpticalSensor.TabIndex = 6;
darienf 3:36de8b9e4b1a 1226 this.tpOpticalSensor.Text = "Optical";
darienf 3:36de8b9e4b1a 1227 this.tpOpticalSensor.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 1228 //
darienf 3:36de8b9e4b1a 1229 // opticalView1
darienf 3:36de8b9e4b1a 1230 //
darienf 3:36de8b9e4b1a 1231 this.opticalView1.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1232 this.opticalView1.Connected = false;
darienf 3:36de8b9e4b1a 1233 this.opticalView1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 1234 this.opticalView1.Location = new System.Drawing.Point(3, 3);
darienf 3:36de8b9e4b1a 1235 this.opticalView1.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 1236 this.opticalView1.Name = "opticalView1";
darienf 3:36de8b9e4b1a 1237 this.opticalView1.Size = new System.Drawing.Size(947, 600);
darienf 3:36de8b9e4b1a 1238 this.opticalView1.TabIndex = 0;
darienf 3:36de8b9e4b1a 1239 //
darienf 3:36de8b9e4b1a 1240 // tpTemperature
darienf 3:36de8b9e4b1a 1241 //
darienf 3:36de8b9e4b1a 1242 this.tpTemperature.Controls.Add(this.temperatureView1);
darienf 3:36de8b9e4b1a 1243 this.tpTemperature.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 1244 this.tpTemperature.Name = "tpTemperature";
darienf 3:36de8b9e4b1a 1245 this.tpTemperature.Padding = new System.Windows.Forms.Padding(3);
darienf 3:36de8b9e4b1a 1246 this.tpTemperature.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 1247 this.tpTemperature.TabIndex = 12;
darienf 3:36de8b9e4b1a 1248 this.tpTemperature.Text = "Temperature";
darienf 3:36de8b9e4b1a 1249 this.tpTemperature.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 1250 //
darienf 3:36de8b9e4b1a 1251 // temperatureView1
darienf 3:36de8b9e4b1a 1252 //
darienf 3:36de8b9e4b1a 1253 this.temperatureView1.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1254 this.temperatureView1.Connected = false;
darienf 3:36de8b9e4b1a 1255 this.temperatureView1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 1256 this.temperatureView1.Location = new System.Drawing.Point(3, 3);
darienf 3:36de8b9e4b1a 1257 this.temperatureView1.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 1258 this.temperatureView1.Name = "temperatureView1";
darienf 3:36de8b9e4b1a 1259 this.temperatureView1.RefreshRate = 10;
darienf 3:36de8b9e4b1a 1260 this.temperatureView1.Size = new System.Drawing.Size(947, 600);
darienf 3:36de8b9e4b1a 1261 this.temperatureView1.TabIndex = 0;
darienf 3:36de8b9e4b1a 1262 //
darienf 3:36de8b9e4b1a 1263 // tpMAX30001EcgChannel
darienf 3:36de8b9e4b1a 1264 //
darienf 3:36de8b9e4b1a 1265 this.tpMAX30001EcgChannel.Controls.Add(this.cboEnRToR);
darienf 3:36de8b9e4b1a 1266 this.tpMAX30001EcgChannel.Controls.Add(this.lblEnRToR);
darienf 3:36de8b9e4b1a 1267 this.tpMAX30001EcgChannel.Controls.Add(this.flowLayoutPanel1);
darienf 3:36de8b9e4b1a 1268 this.tpMAX30001EcgChannel.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 1269 this.tpMAX30001EcgChannel.Name = "tpMAX30001EcgChannel";
darienf 3:36de8b9e4b1a 1270 this.tpMAX30001EcgChannel.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 1271 this.tpMAX30001EcgChannel.TabIndex = 7;
darienf 3:36de8b9e4b1a 1272 this.tpMAX30001EcgChannel.Text = "ECG Channel";
darienf 3:36de8b9e4b1a 1273 this.tpMAX30001EcgChannel.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 1274 //
darienf 3:36de8b9e4b1a 1275 // cboEnRToR
darienf 3:36de8b9e4b1a 1276 //
darienf 3:36de8b9e4b1a 1277 this.cboEnRToR.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1278 this.cboEnRToR.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1279 this.cboEnRToR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1280 this.cboEnRToR.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1281 this.cboEnRToR.Location = new System.Drawing.Point(480, 506);
darienf 3:36de8b9e4b1a 1282 this.cboEnRToR.Name = "cboEnRToR";
darienf 3:36de8b9e4b1a 1283 this.cboEnRToR.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1284 this.cboEnRToR.TabIndex = 5;
darienf 3:36de8b9e4b1a 1285 this.cboEnRToR.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1286 this.cboEnRToR.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1287 this.cboEnRToR.Visible = false;
darienf 3:36de8b9e4b1a 1288 //
darienf 3:36de8b9e4b1a 1289 // lblEnRToR
darienf 3:36de8b9e4b1a 1290 //
darienf 3:36de8b9e4b1a 1291 this.lblEnRToR.AutoSize = true;
darienf 3:36de8b9e4b1a 1292 this.lblEnRToR.Location = new System.Drawing.Point(477, 488);
darienf 3:36de8b9e4b1a 1293 this.lblEnRToR.Name = "lblEnRToR";
darienf 3:36de8b9e4b1a 1294 this.lblEnRToR.Size = new System.Drawing.Size(140, 15);
darienf 3:36de8b9e4b1a 1295 this.lblEnRToR.TabIndex = 4;
darienf 3:36de8b9e4b1a 1296 this.lblEnRToR.Text = "R-to-R Detection Enable";
darienf 3:36de8b9e4b1a 1297 this.lblEnRToR.Visible = false;
darienf 3:36de8b9e4b1a 1298 //
darienf 3:36de8b9e4b1a 1299 // flowLayoutPanel1
darienf 3:36de8b9e4b1a 1300 //
darienf 3:36de8b9e4b1a 1301 this.flowLayoutPanel1.Controls.Add(this.panel1);
darienf 3:36de8b9e4b1a 1302 this.flowLayoutPanel1.Controls.Add(this.pnlEcgChannel);
darienf 3:36de8b9e4b1a 1303 this.flowLayoutPanel1.Controls.Add(this.grpRToR);
darienf 3:36de8b9e4b1a 1304 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 1305 this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 1306 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
darienf 3:36de8b9e4b1a 1307 this.flowLayoutPanel1.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 1308 this.flowLayoutPanel1.TabIndex = 48;
darienf 3:36de8b9e4b1a 1309 //
darienf 3:36de8b9e4b1a 1310 // panel1
darienf 3:36de8b9e4b1a 1311 //
darienf 3:36de8b9e4b1a 1312 this.panel1.Location = new System.Drawing.Point(3, 3);
darienf 3:36de8b9e4b1a 1313 this.panel1.Name = "panel1";
darienf 3:36de8b9e4b1a 1314 this.panel1.Size = new System.Drawing.Size(5, 274);
darienf 3:36de8b9e4b1a 1315 this.panel1.TabIndex = 48;
darienf 3:36de8b9e4b1a 1316 //
darienf 3:36de8b9e4b1a 1317 // pnlEcgChannel
darienf 3:36de8b9e4b1a 1318 //
darienf 3:36de8b9e4b1a 1319 this.pnlEcgChannel.Controls.Add(this.linkLabel1);
darienf 3:36de8b9e4b1a 1320 this.pnlEcgChannel.Controls.Add(this.label30);
darienf 3:36de8b9e4b1a 1321 this.pnlEcgChannel.Controls.Add(this.label28);
darienf 3:36de8b9e4b1a 1322 this.pnlEcgChannel.Controls.Add(this.lblFast);
darienf 3:36de8b9e4b1a 1323 this.pnlEcgChannel.Controls.Add(this.lblChannelGain);
darienf 3:36de8b9e4b1a 1324 this.pnlEcgChannel.Controls.Add(this.cboFastTh);
darienf 3:36de8b9e4b1a 1325 this.pnlEcgChannel.Controls.Add(this.lblSampleRate);
darienf 3:36de8b9e4b1a 1326 this.pnlEcgChannel.Controls.Add(this.lblFastTh);
darienf 3:36de8b9e4b1a 1327 this.pnlEcgChannel.Controls.Add(this.lblDlpf);
darienf 3:36de8b9e4b1a 1328 this.pnlEcgChannel.Controls.Add(this.lblDhpf);
darienf 3:36de8b9e4b1a 1329 this.pnlEcgChannel.Controls.Add(this.cboDhpf);
darienf 3:36de8b9e4b1a 1330 this.pnlEcgChannel.Controls.Add(this.cboFast);
darienf 3:36de8b9e4b1a 1331 this.pnlEcgChannel.Controls.Add(this.cboDlpf);
darienf 3:36de8b9e4b1a 1332 this.pnlEcgChannel.Controls.Add(this.cboChannelGain);
darienf 3:36de8b9e4b1a 1333 this.pnlEcgChannel.Controls.Add(this.cboSampleRate);
darienf 3:36de8b9e4b1a 1334 this.pnlEcgChannel.Controls.Add(this.picEcgChannel);
darienf 3:36de8b9e4b1a 1335 this.pnlEcgChannel.Location = new System.Drawing.Point(14, 3);
darienf 3:36de8b9e4b1a 1336 this.pnlEcgChannel.Name = "pnlEcgChannel";
darienf 3:36de8b9e4b1a 1337 this.pnlEcgChannel.Size = new System.Drawing.Size(894, 274);
darienf 3:36de8b9e4b1a 1338 this.pnlEcgChannel.TabIndex = 47;
darienf 3:36de8b9e4b1a 1339 //
darienf 3:36de8b9e4b1a 1340 // linkLabel1
darienf 3:36de8b9e4b1a 1341 //
darienf 3:36de8b9e4b1a 1342 this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 1343 this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1344 this.linkLabel1.Location = new System.Drawing.Point(56, 65);
darienf 3:36de8b9e4b1a 1345 this.linkLabel1.Name = "linkLabel1";
darienf 3:36de8b9e4b1a 1346 this.linkLabel1.Size = new System.Drawing.Size(60, 54);
darienf 3:36de8b9e4b1a 1347 this.linkLabel1.TabIndex = 44;
darienf 3:36de8b9e4b1a 1348 this.linkLabel1.TabStop = true;
darienf 3:36de8b9e4b1a 1349 this.linkLabel1.Text = "ECG Input MUX";
darienf 3:36de8b9e4b1a 1350 this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
darienf 3:36de8b9e4b1a 1351 this.linkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 1352 this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
darienf 3:36de8b9e4b1a 1353 //
darienf 3:36de8b9e4b1a 1354 // label30
darienf 3:36de8b9e4b1a 1355 //
darienf 3:36de8b9e4b1a 1356 this.label30.AutoSize = true;
darienf 3:36de8b9e4b1a 1357 this.label30.Location = new System.Drawing.Point(783, 257);
darienf 3:36de8b9e4b1a 1358 this.label30.Name = "label30";
darienf 3:36de8b9e4b1a 1359 this.label30.Size = new System.Drawing.Size(108, 15);
darienf 3:36de8b9e4b1a 1360 this.label30.TabIndex = 46;
darienf 3:36de8b9e4b1a 1361 this.label30.Text = "* Power-on default";
darienf 3:36de8b9e4b1a 1362 //
darienf 3:36de8b9e4b1a 1363 // label28
darienf 3:36de8b9e4b1a 1364 //
darienf 3:36de8b9e4b1a 1365 this.label28.AutoSize = true;
darienf 3:36de8b9e4b1a 1366 this.label28.Location = new System.Drawing.Point(267, 138);
darienf 3:36de8b9e4b1a 1367 this.label28.Name = "label28";
darienf 3:36de8b9e4b1a 1368 this.label28.Size = new System.Drawing.Size(113, 15);
darienf 3:36de8b9e4b1a 1369 this.label28.TabIndex = 41;
darienf 3:36de8b9e4b1a 1370 this.label28.Text = "DC Offset Recovery";
darienf 3:36de8b9e4b1a 1371 //
darienf 3:36de8b9e4b1a 1372 // lblFast
darienf 3:36de8b9e4b1a 1373 //
darienf 3:36de8b9e4b1a 1374 this.lblFast.AutoSize = true;
darienf 3:36de8b9e4b1a 1375 this.lblFast.Location = new System.Drawing.Point(267, 157);
darienf 3:36de8b9e4b1a 1376 this.lblFast.Name = "lblFast";
darienf 3:36de8b9e4b1a 1377 this.lblFast.Size = new System.Drawing.Size(117, 15);
darienf 3:36de8b9e4b1a 1378 this.lblFast.TabIndex = 11;
darienf 3:36de8b9e4b1a 1379 this.lblFast.Text = "Fast Recovery Mode";
darienf 3:36de8b9e4b1a 1380 //
darienf 3:36de8b9e4b1a 1381 // lblChannelGain
darienf 3:36de8b9e4b1a 1382 //
darienf 3:36de8b9e4b1a 1383 this.lblChannelGain.AutoSize = true;
darienf 3:36de8b9e4b1a 1384 this.lblChannelGain.Location = new System.Drawing.Point(463, 157);
darienf 3:36de8b9e4b1a 1385 this.lblChannelGain.Name = "lblChannelGain";
darienf 3:36de8b9e4b1a 1386 this.lblChannelGain.Size = new System.Drawing.Size(83, 15);
darienf 3:36de8b9e4b1a 1387 this.lblChannelGain.TabIndex = 12;
darienf 3:36de8b9e4b1a 1388 this.lblChannelGain.Text = "Channel Gain";
darienf 3:36de8b9e4b1a 1389 //
darienf 3:36de8b9e4b1a 1390 // cboFastTh
darienf 3:36de8b9e4b1a 1391 //
darienf 3:36de8b9e4b1a 1392 this.cboFastTh.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1393 this.cboFastTh.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1394 this.cboFastTh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1395 this.cboFastTh.DropDownWidth = 162;
darienf 3:36de8b9e4b1a 1396 this.cboFastTh.Location = new System.Drawing.Point(270, 221);
darienf 3:36de8b9e4b1a 1397 this.cboFastTh.Name = "cboFastTh";
darienf 3:36de8b9e4b1a 1398 this.cboFastTh.Size = new System.Drawing.Size(162, 21);
darienf 3:36de8b9e4b1a 1399 this.cboFastTh.TabIndex = 43;
darienf 3:36de8b9e4b1a 1400 this.cboFastTh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1401 this.cboFastTh.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1402 //
darienf 3:36de8b9e4b1a 1403 // lblSampleRate
darienf 3:36de8b9e4b1a 1404 //
darienf 3:36de8b9e4b1a 1405 this.lblSampleRate.AutoSize = true;
darienf 3:36de8b9e4b1a 1406 this.lblSampleRate.Location = new System.Drawing.Point(581, 157);
darienf 3:36de8b9e4b1a 1407 this.lblSampleRate.Name = "lblSampleRate";
darienf 3:36de8b9e4b1a 1408 this.lblSampleRate.Size = new System.Drawing.Size(79, 15);
darienf 3:36de8b9e4b1a 1409 this.lblSampleRate.TabIndex = 13;
darienf 3:36de8b9e4b1a 1410 this.lblSampleRate.Text = "Sample Rate";
darienf 3:36de8b9e4b1a 1411 //
darienf 3:36de8b9e4b1a 1412 // lblFastTh
darienf 3:36de8b9e4b1a 1413 //
darienf 3:36de8b9e4b1a 1414 this.lblFastTh.AutoSize = true;
darienf 3:36de8b9e4b1a 1415 this.lblFastTh.Location = new System.Drawing.Point(267, 202);
darienf 3:36de8b9e4b1a 1416 this.lblFastTh.Name = "lblFastTh";
darienf 3:36de8b9e4b1a 1417 this.lblFastTh.Size = new System.Drawing.Size(143, 15);
darienf 3:36de8b9e4b1a 1418 this.lblFastTh.TabIndex = 42;
darienf 3:36de8b9e4b1a 1419 this.lblFastTh.Text = "Fast Recovery Threshold";
darienf 3:36de8b9e4b1a 1420 //
darienf 3:36de8b9e4b1a 1421 // lblDlpf
darienf 3:36de8b9e4b1a 1422 //
darienf 3:36de8b9e4b1a 1423 this.lblDlpf.AutoSize = true;
darienf 3:36de8b9e4b1a 1424 this.lblDlpf.Location = new System.Drawing.Point(713, 157);
darienf 3:36de8b9e4b1a 1425 this.lblDlpf.Name = "lblDlpf";
darienf 3:36de8b9e4b1a 1426 this.lblDlpf.Size = new System.Drawing.Size(102, 15);
darienf 3:36de8b9e4b1a 1427 this.lblDlpf.TabIndex = 14;
darienf 3:36de8b9e4b1a 1428 this.lblDlpf.Text = "Digital LPF Cutoff";
darienf 3:36de8b9e4b1a 1429 //
darienf 3:36de8b9e4b1a 1430 // lblDhpf
darienf 3:36de8b9e4b1a 1431 //
darienf 3:36de8b9e4b1a 1432 this.lblDhpf.AutoSize = true;
darienf 3:36de8b9e4b1a 1433 this.lblDhpf.Location = new System.Drawing.Point(713, 202);
darienf 3:36de8b9e4b1a 1434 this.lblDhpf.Name = "lblDhpf";
darienf 3:36de8b9e4b1a 1435 this.lblDhpf.Size = new System.Drawing.Size(104, 15);
darienf 3:36de8b9e4b1a 1436 this.lblDhpf.TabIndex = 15;
darienf 3:36de8b9e4b1a 1437 this.lblDhpf.Text = "Digital HPF Cutoff";
darienf 3:36de8b9e4b1a 1438 //
darienf 3:36de8b9e4b1a 1439 // cboDhpf
darienf 3:36de8b9e4b1a 1440 //
darienf 3:36de8b9e4b1a 1441 this.cboDhpf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1442 this.cboDhpf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1443 this.cboDhpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1444 this.cboDhpf.DropDownWidth = 118;
darienf 3:36de8b9e4b1a 1445 this.cboDhpf.Location = new System.Drawing.Point(716, 220);
darienf 3:36de8b9e4b1a 1446 this.cboDhpf.Name = "cboDhpf";
darienf 3:36de8b9e4b1a 1447 this.cboDhpf.Size = new System.Drawing.Size(118, 21);
darienf 3:36de8b9e4b1a 1448 this.cboDhpf.TabIndex = 20;
darienf 3:36de8b9e4b1a 1449 this.cboDhpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1450 this.cboDhpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1451 //
darienf 3:36de8b9e4b1a 1452 // cboFast
darienf 3:36de8b9e4b1a 1453 //
darienf 3:36de8b9e4b1a 1454 this.cboFast.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1455 this.cboFast.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1456 this.cboFast.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1457 this.cboFast.DropDownWidth = 163;
darienf 3:36de8b9e4b1a 1458 this.cboFast.Location = new System.Drawing.Point(269, 176);
darienf 3:36de8b9e4b1a 1459 this.cboFast.Name = "cboFast";
darienf 3:36de8b9e4b1a 1460 this.cboFast.Size = new System.Drawing.Size(163, 21);
darienf 3:36de8b9e4b1a 1461 this.cboFast.TabIndex = 16;
darienf 3:36de8b9e4b1a 1462 this.cboFast.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1463 this.cboFast.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1464 //
darienf 3:36de8b9e4b1a 1465 // cboDlpf
darienf 3:36de8b9e4b1a 1466 //
darienf 3:36de8b9e4b1a 1467 this.cboDlpf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1468 this.cboDlpf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1469 this.cboDlpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1470 this.cboDlpf.DropDownWidth = 118;
darienf 3:36de8b9e4b1a 1471 this.cboDlpf.Location = new System.Drawing.Point(716, 175);
darienf 3:36de8b9e4b1a 1472 this.cboDlpf.Name = "cboDlpf";
darienf 3:36de8b9e4b1a 1473 this.cboDlpf.Size = new System.Drawing.Size(118, 21);
darienf 3:36de8b9e4b1a 1474 this.cboDlpf.TabIndex = 19;
darienf 3:36de8b9e4b1a 1475 this.cboDlpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1476 this.cboDlpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1477 //
darienf 3:36de8b9e4b1a 1478 // cboChannelGain
darienf 3:36de8b9e4b1a 1479 //
darienf 3:36de8b9e4b1a 1480 this.cboChannelGain.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1481 this.cboChannelGain.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1482 this.cboChannelGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1483 this.cboChannelGain.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1484 this.cboChannelGain.Location = new System.Drawing.Point(463, 175);
darienf 3:36de8b9e4b1a 1485 this.cboChannelGain.Name = "cboChannelGain";
darienf 3:36de8b9e4b1a 1486 this.cboChannelGain.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1487 this.cboChannelGain.TabIndex = 17;
darienf 3:36de8b9e4b1a 1488 this.cboChannelGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1489 this.cboChannelGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1490 //
darienf 3:36de8b9e4b1a 1491 // cboSampleRate
darienf 3:36de8b9e4b1a 1492 //
darienf 3:36de8b9e4b1a 1493 this.cboSampleRate.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1494 this.cboSampleRate.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1495 this.cboSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1496 this.cboSampleRate.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1497 this.cboSampleRate.Location = new System.Drawing.Point(581, 175);
darienf 3:36de8b9e4b1a 1498 this.cboSampleRate.Name = "cboSampleRate";
darienf 3:36de8b9e4b1a 1499 this.cboSampleRate.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1500 this.cboSampleRate.TabIndex = 18;
darienf 3:36de8b9e4b1a 1501 this.cboSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1502 this.cboSampleRate.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1503 this.cboSampleRate.SelectedIndexChanged += new System.EventHandler(this.cboSampleRate_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1504 //
darienf 3:36de8b9e4b1a 1505 // picEcgChannel
darienf 3:36de8b9e4b1a 1506 //
darienf 3:36de8b9e4b1a 1507 this.picEcgChannel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
darienf 3:36de8b9e4b1a 1508 this.picEcgChannel.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 1509 this.picEcgChannel.Image = global::HealthSensorPlatform.Properties.Resources.ecg_channel_block;
darienf 3:36de8b9e4b1a 1510 this.picEcgChannel.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 1511 this.picEcgChannel.Name = "picEcgChannel";
darienf 3:36de8b9e4b1a 1512 this.picEcgChannel.Size = new System.Drawing.Size(894, 274);
darienf 3:36de8b9e4b1a 1513 this.picEcgChannel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 1514 this.picEcgChannel.TabIndex = 0;
darienf 3:36de8b9e4b1a 1515 this.picEcgChannel.TabStop = false;
darienf 3:36de8b9e4b1a 1516 //
darienf 3:36de8b9e4b1a 1517 // grpRToR
darienf 3:36de8b9e4b1a 1518 //
darienf 3:36de8b9e4b1a 1519 this.grpRToR.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1520 this.grpRToR.Controls.Add(this.cboRRRavg);
darienf 3:36de8b9e4b1a 1521 this.grpRToR.Controls.Add(this.lblRRRavg);
darienf 3:36de8b9e4b1a 1522 this.grpRToR.Controls.Add(this.cboRRHoff);
darienf 3:36de8b9e4b1a 1523 this.grpRToR.Controls.Add(this.lblRRHoff);
darienf 3:36de8b9e4b1a 1524 this.grpRToR.Controls.Add(this.cboRRRhsf);
darienf 3:36de8b9e4b1a 1525 this.grpRToR.Controls.Add(this.lblRRRhsf);
darienf 3:36de8b9e4b1a 1526 this.grpRToR.Controls.Add(this.cboRRPtsf);
darienf 3:36de8b9e4b1a 1527 this.grpRToR.Controls.Add(this.lblRRPtsf);
darienf 3:36de8b9e4b1a 1528 this.grpRToR.Controls.Add(this.cboRRPavg);
darienf 3:36de8b9e4b1a 1529 this.grpRToR.Controls.Add(this.lblRRPavg);
darienf 3:36de8b9e4b1a 1530 this.grpRToR.Controls.Add(this.cboRRGain);
darienf 3:36de8b9e4b1a 1531 this.grpRToR.Controls.Add(this.lblRRGain);
darienf 3:36de8b9e4b1a 1532 this.grpRToR.Controls.Add(this.cboRRWndw);
darienf 3:36de8b9e4b1a 1533 this.grpRToR.Controls.Add(this.lblRRWndw);
darienf 3:36de8b9e4b1a 1534 this.grpRToR.Location = new System.Drawing.Point(3, 283);
darienf 3:36de8b9e4b1a 1535 this.grpRToR.Name = "grpRToR";
darienf 3:36de8b9e4b1a 1536 this.grpRToR.Size = new System.Drawing.Size(468, 220);
darienf 3:36de8b9e4b1a 1537 this.grpRToR.TabIndex = 45;
darienf 3:36de8b9e4b1a 1538 this.grpRToR.TabStop = false;
darienf 3:36de8b9e4b1a 1539 this.grpRToR.Text = "R-to-R";
darienf 3:36de8b9e4b1a 1540 //
darienf 3:36de8b9e4b1a 1541 // cboRRRavg
darienf 3:36de8b9e4b1a 1542 //
darienf 3:36de8b9e4b1a 1543 this.cboRRRavg.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1544 this.cboRRRavg.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1545 this.cboRRRavg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1546 this.cboRRRavg.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1547 this.cboRRRavg.Location = new System.Drawing.Point(200, 182);
darienf 3:36de8b9e4b1a 1548 this.cboRRRavg.Name = "cboRRRavg";
darienf 3:36de8b9e4b1a 1549 this.cboRRRavg.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1550 this.cboRRRavg.TabIndex = 15;
darienf 3:36de8b9e4b1a 1551 this.cboRRRavg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1552 this.cboRRRavg.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1553 //
darienf 3:36de8b9e4b1a 1554 // lblRRRavg
darienf 3:36de8b9e4b1a 1555 //
darienf 3:36de8b9e4b1a 1556 this.lblRRRavg.AutoSize = true;
darienf 3:36de8b9e4b1a 1557 this.lblRRRavg.Location = new System.Drawing.Point(197, 164);
darienf 3:36de8b9e4b1a 1558 this.lblRRRavg.Name = "lblRRRavg";
darienf 3:36de8b9e4b1a 1559 this.lblRRRavg.Size = new System.Drawing.Size(180, 15);
darienf 3:36de8b9e4b1a 1560 this.lblRRRavg.TabIndex = 14;
darienf 3:36de8b9e4b1a 1561 this.lblRRRavg.Text = "Interval Averaging Weight Factor";
darienf 3:36de8b9e4b1a 1562 //
darienf 3:36de8b9e4b1a 1563 // cboRRHoff
darienf 3:36de8b9e4b1a 1564 //
darienf 3:36de8b9e4b1a 1565 this.cboRRHoff.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1566 this.cboRRHoff.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1567 this.cboRRHoff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1568 this.cboRRHoff.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1569 this.cboRRHoff.Location = new System.Drawing.Point(14, 140);
darienf 3:36de8b9e4b1a 1570 this.cboRRHoff.Name = "cboRRHoff";
darienf 3:36de8b9e4b1a 1571 this.cboRRHoff.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1572 this.cboRRHoff.TabIndex = 13;
darienf 3:36de8b9e4b1a 1573 this.cboRRHoff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1574 this.cboRRHoff.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1575 //
darienf 3:36de8b9e4b1a 1576 // lblRRHoff
darienf 3:36de8b9e4b1a 1577 //
darienf 3:36de8b9e4b1a 1578 this.lblRRHoff.AutoSize = true;
darienf 3:36de8b9e4b1a 1579 this.lblRRHoff.Location = new System.Drawing.Point(11, 122);
darienf 3:36de8b9e4b1a 1580 this.lblRRHoff.Name = "lblRRHoff";
darienf 3:36de8b9e4b1a 1581 this.lblRRHoff.Size = new System.Drawing.Size(105, 15);
darienf 3:36de8b9e4b1a 1582 this.lblRRHoff.TabIndex = 12;
darienf 3:36de8b9e4b1a 1583 this.lblRRHoff.Text = "Minimum Hold Off";
darienf 3:36de8b9e4b1a 1584 //
darienf 3:36de8b9e4b1a 1585 // cboRRRhsf
darienf 3:36de8b9e4b1a 1586 //
darienf 3:36de8b9e4b1a 1587 this.cboRRRhsf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1588 this.cboRRRhsf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1589 this.cboRRRhsf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1590 this.cboRRRhsf.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1591 this.cboRRRhsf.Location = new System.Drawing.Point(200, 140);
darienf 3:36de8b9e4b1a 1592 this.cboRRRhsf.Name = "cboRRRhsf";
darienf 3:36de8b9e4b1a 1593 this.cboRRRhsf.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1594 this.cboRRRhsf.TabIndex = 11;
darienf 3:36de8b9e4b1a 1595 this.cboRRRhsf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1596 this.cboRRRhsf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1597 //
darienf 3:36de8b9e4b1a 1598 // lblRRRhsf
darienf 3:36de8b9e4b1a 1599 //
darienf 3:36de8b9e4b1a 1600 this.lblRRRhsf.AutoSize = true;
darienf 3:36de8b9e4b1a 1601 this.lblRRRhsf.Location = new System.Drawing.Point(197, 122);
darienf 3:36de8b9e4b1a 1602 this.lblRRRhsf.Name = "lblRRRhsf";
darienf 3:36de8b9e4b1a 1603 this.lblRRRhsf.Size = new System.Drawing.Size(174, 15);
darienf 3:36de8b9e4b1a 1604 this.lblRRRhsf.TabIndex = 10;
darienf 3:36de8b9e4b1a 1605 this.lblRRRhsf.Text = "Interval Hold Off Scaling Factor";
darienf 3:36de8b9e4b1a 1606 //
darienf 3:36de8b9e4b1a 1607 // cboRRPtsf
darienf 3:36de8b9e4b1a 1608 //
darienf 3:36de8b9e4b1a 1609 this.cboRRPtsf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1610 this.cboRRPtsf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1611 this.cboRRPtsf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1612 this.cboRRPtsf.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1613 this.cboRRPtsf.Location = new System.Drawing.Point(200, 98);
darienf 3:36de8b9e4b1a 1614 this.cboRRPtsf.Name = "cboRRPtsf";
darienf 3:36de8b9e4b1a 1615 this.cboRRPtsf.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1616 this.cboRRPtsf.TabIndex = 9;
darienf 3:36de8b9e4b1a 1617 this.cboRRPtsf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1618 this.cboRRPtsf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1619 //
darienf 3:36de8b9e4b1a 1620 // lblRRPtsf
darienf 3:36de8b9e4b1a 1621 //
darienf 3:36de8b9e4b1a 1622 this.lblRRPtsf.AutoSize = true;
darienf 3:36de8b9e4b1a 1623 this.lblRRPtsf.Location = new System.Drawing.Point(197, 80);
darienf 3:36de8b9e4b1a 1624 this.lblRRPtsf.Name = "lblRRPtsf";
darienf 3:36de8b9e4b1a 1625 this.lblRRPtsf.Size = new System.Drawing.Size(175, 15);
darienf 3:36de8b9e4b1a 1626 this.lblRRPtsf.TabIndex = 8;
darienf 3:36de8b9e4b1a 1627 this.lblRRPtsf.Text = "Peak Threshold Scaling Factor";
darienf 3:36de8b9e4b1a 1628 //
darienf 3:36de8b9e4b1a 1629 // cboRRPavg
darienf 3:36de8b9e4b1a 1630 //
darienf 3:36de8b9e4b1a 1631 this.cboRRPavg.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1632 this.cboRRPavg.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1633 this.cboRRPavg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1634 this.cboRRPavg.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1635 this.cboRRPavg.Location = new System.Drawing.Point(200, 56);
darienf 3:36de8b9e4b1a 1636 this.cboRRPavg.Name = "cboRRPavg";
darienf 3:36de8b9e4b1a 1637 this.cboRRPavg.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1638 this.cboRRPavg.TabIndex = 7;
darienf 3:36de8b9e4b1a 1639 this.cboRRPavg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1640 this.cboRRPavg.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1641 //
darienf 3:36de8b9e4b1a 1642 // lblRRPavg
darienf 3:36de8b9e4b1a 1643 //
darienf 3:36de8b9e4b1a 1644 this.lblRRPavg.AutoSize = true;
darienf 3:36de8b9e4b1a 1645 this.lblRRPavg.Location = new System.Drawing.Point(197, 38);
darienf 3:36de8b9e4b1a 1646 this.lblRRPavg.Name = "lblRRPavg";
darienf 3:36de8b9e4b1a 1647 this.lblRRPavg.Size = new System.Drawing.Size(169, 15);
darienf 3:36de8b9e4b1a 1648 this.lblRRPavg.TabIndex = 6;
darienf 3:36de8b9e4b1a 1649 this.lblRRPavg.Text = "Peak Averaging Weight Factor";
darienf 3:36de8b9e4b1a 1650 //
darienf 3:36de8b9e4b1a 1651 // cboRRGain
darienf 3:36de8b9e4b1a 1652 //
darienf 3:36de8b9e4b1a 1653 this.cboRRGain.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1654 this.cboRRGain.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1655 this.cboRRGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1656 this.cboRRGain.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1657 this.cboRRGain.Location = new System.Drawing.Point(14, 56);
darienf 3:36de8b9e4b1a 1658 this.cboRRGain.Name = "cboRRGain";
darienf 3:36de8b9e4b1a 1659 this.cboRRGain.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1660 this.cboRRGain.TabIndex = 3;
darienf 3:36de8b9e4b1a 1661 this.cboRRGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1662 this.cboRRGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1663 //
darienf 3:36de8b9e4b1a 1664 // lblRRGain
darienf 3:36de8b9e4b1a 1665 //
darienf 3:36de8b9e4b1a 1666 this.lblRRGain.AutoSize = true;
darienf 3:36de8b9e4b1a 1667 this.lblRRGain.Location = new System.Drawing.Point(11, 38);
darienf 3:36de8b9e4b1a 1668 this.lblRRGain.Name = "lblRRGain";
darienf 3:36de8b9e4b1a 1669 this.lblRRGain.Size = new System.Drawing.Size(33, 15);
darienf 3:36de8b9e4b1a 1670 this.lblRRGain.TabIndex = 2;
darienf 3:36de8b9e4b1a 1671 this.lblRRGain.Text = "Gain";
darienf 3:36de8b9e4b1a 1672 //
darienf 3:36de8b9e4b1a 1673 // cboRRWndw
darienf 3:36de8b9e4b1a 1674 //
darienf 3:36de8b9e4b1a 1675 this.cboRRWndw.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1676 this.cboRRWndw.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1677 this.cboRRWndw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1678 this.cboRRWndw.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1679 this.cboRRWndw.Location = new System.Drawing.Point(14, 98);
darienf 3:36de8b9e4b1a 1680 this.cboRRWndw.Name = "cboRRWndw";
darienf 3:36de8b9e4b1a 1681 this.cboRRWndw.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1682 this.cboRRWndw.TabIndex = 1;
darienf 3:36de8b9e4b1a 1683 this.cboRRWndw.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1684 this.cboRRWndw.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1685 this.cboRRWndw.SelectedIndexChanged += new System.EventHandler(this.cboRRWndw_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1686 //
darienf 3:36de8b9e4b1a 1687 // lblRRWndw
darienf 3:36de8b9e4b1a 1688 //
darienf 3:36de8b9e4b1a 1689 this.lblRRWndw.AutoSize = true;
darienf 3:36de8b9e4b1a 1690 this.lblRRWndw.Location = new System.Drawing.Point(11, 80);
darienf 3:36de8b9e4b1a 1691 this.lblRRWndw.Name = "lblRRWndw";
darienf 3:36de8b9e4b1a 1692 this.lblRRWndw.Size = new System.Drawing.Size(141, 15);
darienf 3:36de8b9e4b1a 1693 this.lblRRWndw.TabIndex = 0;
darienf 3:36de8b9e4b1a 1694 this.lblRRWndw.Text = "Window Averaging Width";
darienf 3:36de8b9e4b1a 1695 //
darienf 3:36de8b9e4b1a 1696 // tpMAX30001InputMux
darienf 3:36de8b9e4b1a 1697 //
darienf 3:36de8b9e4b1a 1698 this.tpMAX30001InputMux.Controls.Add(this.pnlEcgMux);
darienf 3:36de8b9e4b1a 1699 this.tpMAX30001InputMux.Controls.Add(this.pnlMAX30001Global);
darienf 3:36de8b9e4b1a 1700 this.tpMAX30001InputMux.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 1701 this.tpMAX30001InputMux.Name = "tpMAX30001InputMux";
darienf 3:36de8b9e4b1a 1702 this.tpMAX30001InputMux.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 1703 this.tpMAX30001InputMux.TabIndex = 13;
darienf 3:36de8b9e4b1a 1704 this.tpMAX30001InputMux.Text = "ECG MUX";
darienf 3:36de8b9e4b1a 1705 this.tpMAX30001InputMux.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 1706 //
darienf 3:36de8b9e4b1a 1707 // pnlEcgMux
darienf 3:36de8b9e4b1a 1708 //
darienf 3:36de8b9e4b1a 1709 this.pnlEcgMux.Controls.Add(this.label26);
darienf 3:36de8b9e4b1a 1710 this.pnlEcgMux.Controls.Add(this.lblEmuxEnUlpLon);
darienf 3:36de8b9e4b1a 1711 this.pnlEcgMux.Controls.Add(this.label32);
darienf 3:36de8b9e4b1a 1712 this.pnlEcgMux.Controls.Add(this.cboCalEnVcal);
darienf 3:36de8b9e4b1a 1713 this.pnlEcgMux.Controls.Add(this.cboCalVmode);
darienf 3:36de8b9e4b1a 1714 this.pnlEcgMux.Controls.Add(this.cboEmuxEnUlpLon);
darienf 3:36de8b9e4b1a 1715 this.pnlEcgMux.Controls.Add(this.cboDcloffImag);
darienf 3:36de8b9e4b1a 1716 this.pnlEcgMux.Controls.Add(this.cboEmuxPol);
darienf 3:36de8b9e4b1a 1717 this.pnlEcgMux.Controls.Add(this.cboEmuxCalNSel);
darienf 3:36de8b9e4b1a 1718 this.pnlEcgMux.Controls.Add(this.lblEmuxPol);
darienf 3:36de8b9e4b1a 1719 this.pnlEcgMux.Controls.Add(this.lblEmuxCalNSel);
darienf 3:36de8b9e4b1a 1720 this.pnlEcgMux.Controls.Add(this.lblCalEnVcal);
darienf 3:36de8b9e4b1a 1721 this.pnlEcgMux.Controls.Add(this.cboEmuxCalPSel);
darienf 3:36de8b9e4b1a 1722 this.pnlEcgMux.Controls.Add(this.lblCalVMode);
darienf 3:36de8b9e4b1a 1723 this.pnlEcgMux.Controls.Add(this.lblEmuxCalPSel);
darienf 3:36de8b9e4b1a 1724 this.pnlEcgMux.Controls.Add(this.lblDcloffImag);
darienf 3:36de8b9e4b1a 1725 this.pnlEcgMux.Controls.Add(this.cboCalVmag);
darienf 3:36de8b9e4b1a 1726 this.pnlEcgMux.Controls.Add(this.cboRbiasn);
darienf 3:36de8b9e4b1a 1727 this.pnlEcgMux.Controls.Add(this.cboCalFifty);
darienf 3:36de8b9e4b1a 1728 this.pnlEcgMux.Controls.Add(this.lblRbiasn);
darienf 3:36de8b9e4b1a 1729 this.pnlEcgMux.Controls.Add(this.cboCalThigh);
darienf 3:36de8b9e4b1a 1730 this.pnlEcgMux.Controls.Add(this.cboRbiasp);
darienf 3:36de8b9e4b1a 1731 this.pnlEcgMux.Controls.Add(this.cboCalFcal);
darienf 3:36de8b9e4b1a 1732 this.pnlEcgMux.Controls.Add(this.lblRbiasp);
darienf 3:36de8b9e4b1a 1733 this.pnlEcgMux.Controls.Add(this.lblCalFifty);
darienf 3:36de8b9e4b1a 1734 this.pnlEcgMux.Controls.Add(this.cboRbiasv);
darienf 3:36de8b9e4b1a 1735 this.pnlEcgMux.Controls.Add(this.lblCalTHigh);
darienf 3:36de8b9e4b1a 1736 this.pnlEcgMux.Controls.Add(this.lblRbiasv);
darienf 3:36de8b9e4b1a 1737 this.pnlEcgMux.Controls.Add(this.lblCalFreq);
darienf 3:36de8b9e4b1a 1738 this.pnlEcgMux.Controls.Add(this.cboEnRbias);
darienf 3:36de8b9e4b1a 1739 this.pnlEcgMux.Controls.Add(this.lblCalVmag);
darienf 3:36de8b9e4b1a 1740 this.pnlEcgMux.Controls.Add(this.lblEnRbias);
darienf 3:36de8b9e4b1a 1741 this.pnlEcgMux.Controls.Add(this.lblEmuxOpenp);
darienf 3:36de8b9e4b1a 1742 this.pnlEcgMux.Controls.Add(this.lblDcloffVth);
darienf 3:36de8b9e4b1a 1743 this.pnlEcgMux.Controls.Add(this.lblEmuxOpenn);
darienf 3:36de8b9e4b1a 1744 this.pnlEcgMux.Controls.Add(this.cboDcloffVth);
darienf 3:36de8b9e4b1a 1745 this.pnlEcgMux.Controls.Add(this.cboEmuxOpenp);
darienf 3:36de8b9e4b1a 1746 this.pnlEcgMux.Controls.Add(this.cboDcloffIpol);
darienf 3:36de8b9e4b1a 1747 this.pnlEcgMux.Controls.Add(this.cboEmuxOpenn);
darienf 3:36de8b9e4b1a 1748 this.pnlEcgMux.Controls.Add(this.lblDcloffIpol);
darienf 3:36de8b9e4b1a 1749 this.pnlEcgMux.Controls.Add(this.lblEnDcloff);
darienf 3:36de8b9e4b1a 1750 this.pnlEcgMux.Controls.Add(this.cboEnDcloff);
darienf 3:36de8b9e4b1a 1751 this.pnlEcgMux.Controls.Add(this.picECGLeadConfig);
darienf 3:36de8b9e4b1a 1752 this.pnlEcgMux.Controls.Add(this.picSw1);
darienf 3:36de8b9e4b1a 1753 this.pnlEcgMux.Controls.Add(this.picSw2);
darienf 3:36de8b9e4b1a 1754 this.pnlEcgMux.Controls.Add(this.pictureBox1);
darienf 3:36de8b9e4b1a 1755 this.pnlEcgMux.Controls.Add(this.picSw3);
darienf 3:36de8b9e4b1a 1756 this.pnlEcgMux.Controls.Add(this.picSw4);
darienf 3:36de8b9e4b1a 1757 this.pnlEcgMux.Controls.Add(this.picSw5);
darienf 3:36de8b9e4b1a 1758 this.pnlEcgMux.Controls.Add(this.picSw6);
darienf 3:36de8b9e4b1a 1759 this.pnlEcgMux.Controls.Add(this.picSw7);
darienf 3:36de8b9e4b1a 1760 this.pnlEcgMux.Controls.Add(this.picSw8);
darienf 3:36de8b9e4b1a 1761 this.pnlEcgMux.Controls.Add(this.picSw9);
darienf 3:36de8b9e4b1a 1762 this.pnlEcgMux.Controls.Add(this.picSw10);
darienf 3:36de8b9e4b1a 1763 this.pnlEcgMux.Controls.Add(this.picSw11);
darienf 3:36de8b9e4b1a 1764 this.pnlEcgMux.Controls.Add(this.picSw12);
darienf 3:36de8b9e4b1a 1765 this.pnlEcgMux.Controls.Add(this.picSw13);
darienf 3:36de8b9e4b1a 1766 this.pnlEcgMux.Controls.Add(this.picSw14);
darienf 3:36de8b9e4b1a 1767 this.pnlEcgMux.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 1768 this.pnlEcgMux.Margin = new System.Windows.Forms.Padding(2);
darienf 3:36de8b9e4b1a 1769 this.pnlEcgMux.Name = "pnlEcgMux";
darienf 3:36de8b9e4b1a 1770 this.pnlEcgMux.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 1771 this.pnlEcgMux.TabIndex = 88;
darienf 3:36de8b9e4b1a 1772 //
darienf 3:36de8b9e4b1a 1773 // label26
darienf 3:36de8b9e4b1a 1774 //
darienf 3:36de8b9e4b1a 1775 this.label26.AutoSize = true;
darienf 3:36de8b9e4b1a 1776 this.label26.Location = new System.Drawing.Point(54, 479);
darienf 3:36de8b9e4b1a 1777 this.label26.Name = "label26";
darienf 3:36de8b9e4b1a 1778 this.label26.Size = new System.Drawing.Size(361, 15);
darienf 3:36de8b9e4b1a 1779 this.label26.TabIndex = 83;
darienf 3:36de8b9e4b1a 1780 this.label26.Text = "(Options with grey background apply to both ECG and BioZ MUX.)";
darienf 3:36de8b9e4b1a 1781 //
darienf 3:36de8b9e4b1a 1782 // lblEmuxEnUlpLon
darienf 3:36de8b9e4b1a 1783 //
darienf 3:36de8b9e4b1a 1784 this.lblEmuxEnUlpLon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 1785 this.lblEmuxEnUlpLon.Location = new System.Drawing.Point(299, 321);
darienf 3:36de8b9e4b1a 1786 this.lblEmuxEnUlpLon.Name = "lblEmuxEnUlpLon";
darienf 3:36de8b9e4b1a 1787 this.lblEmuxEnUlpLon.Size = new System.Drawing.Size(93, 33);
darienf 3:36de8b9e4b1a 1788 this.lblEmuxEnUlpLon.TabIndex = 87;
darienf 3:36de8b9e4b1a 1789 this.lblEmuxEnUlpLon.Text = "Lead-On Check Enable";
darienf 3:36de8b9e4b1a 1790 //
darienf 3:36de8b9e4b1a 1791 // label32
darienf 3:36de8b9e4b1a 1792 //
darienf 3:36de8b9e4b1a 1793 this.label32.AutoSize = true;
darienf 3:36de8b9e4b1a 1794 this.label32.Location = new System.Drawing.Point(819, 479);
darienf 3:36de8b9e4b1a 1795 this.label32.Name = "label32";
darienf 3:36de8b9e4b1a 1796 this.label32.Size = new System.Drawing.Size(112, 15);
darienf 3:36de8b9e4b1a 1797 this.label32.TabIndex = 86;
darienf 3:36de8b9e4b1a 1798 this.label32.Text = "* Power-On Default";
darienf 3:36de8b9e4b1a 1799 //
darienf 3:36de8b9e4b1a 1800 // cboCalEnVcal
darienf 3:36de8b9e4b1a 1801 //
darienf 3:36de8b9e4b1a 1802 this.cboCalEnVcal.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1803 this.cboCalEnVcal.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1804 this.cboCalEnVcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1805 this.cboCalEnVcal.DropDownWidth = 97;
darienf 3:36de8b9e4b1a 1806 this.cboCalEnVcal.Location = new System.Drawing.Point(723, 257);
darienf 3:36de8b9e4b1a 1807 this.cboCalEnVcal.Name = "cboCalEnVcal";
darienf 3:36de8b9e4b1a 1808 this.cboCalEnVcal.Size = new System.Drawing.Size(97, 20);
darienf 3:36de8b9e4b1a 1809 this.cboCalEnVcal.TabIndex = 42;
darienf 3:36de8b9e4b1a 1810 this.cboCalEnVcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1811 this.cboCalEnVcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1812 this.cboCalEnVcal.SelectedIndexChanged += new System.EventHandler(this.cboCalEnVcal_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1813 //
darienf 3:36de8b9e4b1a 1814 // cboCalVmode
darienf 3:36de8b9e4b1a 1815 //
darienf 3:36de8b9e4b1a 1816 this.cboCalVmode.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1817 this.cboCalVmode.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1818 this.cboCalVmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1819 this.cboCalVmode.DropDownWidth = 97;
darienf 3:36de8b9e4b1a 1820 this.cboCalVmode.Location = new System.Drawing.Point(723, 298);
darienf 3:36de8b9e4b1a 1821 this.cboCalVmode.Name = "cboCalVmode";
darienf 3:36de8b9e4b1a 1822 this.cboCalVmode.Size = new System.Drawing.Size(97, 20);
darienf 3:36de8b9e4b1a 1823 this.cboCalVmode.TabIndex = 43;
darienf 3:36de8b9e4b1a 1824 this.cboCalVmode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1825 this.cboCalVmode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1826 //
darienf 3:36de8b9e4b1a 1827 // cboEmuxEnUlpLon
darienf 3:36de8b9e4b1a 1828 //
darienf 3:36de8b9e4b1a 1829 this.cboEmuxEnUlpLon.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1830 this.cboEmuxEnUlpLon.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1831 this.cboEmuxEnUlpLon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1832 this.cboEmuxEnUlpLon.DropDownWidth = 90;
darienf 3:36de8b9e4b1a 1833 this.cboEmuxEnUlpLon.Location = new System.Drawing.Point(301, 358);
darienf 3:36de8b9e4b1a 1834 this.cboEmuxEnUlpLon.Name = "cboEmuxEnUlpLon";
darienf 3:36de8b9e4b1a 1835 this.cboEmuxEnUlpLon.Size = new System.Drawing.Size(90, 20);
darienf 3:36de8b9e4b1a 1836 this.cboEmuxEnUlpLon.TabIndex = 84;
darienf 3:36de8b9e4b1a 1837 this.cboEmuxEnUlpLon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1838 this.cboEmuxEnUlpLon.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1839 this.cboEmuxEnUlpLon.SelectedIndexChanged += new System.EventHandler(this.cboEmuxEnUlpLon_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1840 //
darienf 3:36de8b9e4b1a 1841 // cboDcloffImag
darienf 3:36de8b9e4b1a 1842 //
darienf 3:36de8b9e4b1a 1843 this.cboDcloffImag.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1844 this.cboDcloffImag.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1845 this.cboDcloffImag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1846 this.cboDcloffImag.DropDownWidth = 129;
darienf 3:36de8b9e4b1a 1847 this.cboDcloffImag.Location = new System.Drawing.Point(102, 380);
darienf 3:36de8b9e4b1a 1848 this.cboDcloffImag.Name = "cboDcloffImag";
darienf 3:36de8b9e4b1a 1849 this.cboDcloffImag.Size = new System.Drawing.Size(129, 20);
darienf 3:36de8b9e4b1a 1850 this.cboDcloffImag.TabIndex = 44;
darienf 3:36de8b9e4b1a 1851 this.cboDcloffImag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1852 this.cboDcloffImag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1853 //
darienf 3:36de8b9e4b1a 1854 // cboEmuxPol
darienf 3:36de8b9e4b1a 1855 //
darienf 3:36de8b9e4b1a 1856 this.cboEmuxPol.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1857 this.cboEmuxPol.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1858 this.cboEmuxPol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1859 this.cboEmuxPol.DropDownWidth = 102;
darienf 3:36de8b9e4b1a 1860 this.cboEmuxPol.Location = new System.Drawing.Point(424, 301);
darienf 3:36de8b9e4b1a 1861 this.cboEmuxPol.Name = "cboEmuxPol";
darienf 3:36de8b9e4b1a 1862 this.cboEmuxPol.Size = new System.Drawing.Size(102, 21);
darienf 3:36de8b9e4b1a 1863 this.cboEmuxPol.TabIndex = 45;
darienf 3:36de8b9e4b1a 1864 this.cboEmuxPol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1865 this.cboEmuxPol.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1866 this.cboEmuxPol.SelectedIndexChanged += new System.EventHandler(this.cboEmuxPol_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1867 //
darienf 3:36de8b9e4b1a 1868 // cboEmuxCalNSel
darienf 3:36de8b9e4b1a 1869 //
darienf 3:36de8b9e4b1a 1870 this.cboEmuxCalNSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1871 this.cboEmuxCalNSel.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1872 this.cboEmuxCalNSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1873 this.cboEmuxCalNSel.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1874 this.cboEmuxCalNSel.Location = new System.Drawing.Point(723, 122);
darienf 3:36de8b9e4b1a 1875 this.cboEmuxCalNSel.Name = "cboEmuxCalNSel";
darienf 3:36de8b9e4b1a 1876 this.cboEmuxCalNSel.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1877 this.cboEmuxCalNSel.TabIndex = 82;
darienf 3:36de8b9e4b1a 1878 this.cboEmuxCalNSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1879 this.cboEmuxCalNSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1880 this.cboEmuxCalNSel.SelectedIndexChanged += new System.EventHandler(this.cboEmuxCalNSel_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1881 //
darienf 3:36de8b9e4b1a 1882 // lblEmuxPol
darienf 3:36de8b9e4b1a 1883 //
darienf 3:36de8b9e4b1a 1884 this.lblEmuxPol.AutoSize = true;
darienf 3:36de8b9e4b1a 1885 this.lblEmuxPol.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1886 this.lblEmuxPol.Location = new System.Drawing.Point(424, 285);
darienf 3:36de8b9e4b1a 1887 this.lblEmuxPol.Name = "lblEmuxPol";
darienf 3:36de8b9e4b1a 1888 this.lblEmuxPol.Size = new System.Drawing.Size(96, 15);
darienf 3:36de8b9e4b1a 1889 this.lblEmuxPol.TabIndex = 46;
darienf 3:36de8b9e4b1a 1890 this.lblEmuxPol.Text = "ECGP/N Polarity";
darienf 3:36de8b9e4b1a 1891 //
darienf 3:36de8b9e4b1a 1892 // lblEmuxCalNSel
darienf 3:36de8b9e4b1a 1893 //
darienf 3:36de8b9e4b1a 1894 this.lblEmuxCalNSel.AutoSize = true;
darienf 3:36de8b9e4b1a 1895 this.lblEmuxCalNSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1896 this.lblEmuxCalNSel.Location = new System.Drawing.Point(720, 103);
darienf 3:36de8b9e4b1a 1897 this.lblEmuxCalNSel.Name = "lblEmuxCalNSel";
darienf 3:36de8b9e4b1a 1898 this.lblEmuxCalNSel.Size = new System.Drawing.Size(105, 15);
darienf 3:36de8b9e4b1a 1899 this.lblEmuxCalNSel.TabIndex = 81;
darienf 3:36de8b9e4b1a 1900 this.lblEmuxCalNSel.Text = "ECGN Calibration";
darienf 3:36de8b9e4b1a 1901 //
darienf 3:36de8b9e4b1a 1902 // lblCalEnVcal
darienf 3:36de8b9e4b1a 1903 //
darienf 3:36de8b9e4b1a 1904 this.lblCalEnVcal.AutoSize = true;
darienf 3:36de8b9e4b1a 1905 this.lblCalEnVcal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 1906 this.lblCalEnVcal.Location = new System.Drawing.Point(720, 238);
darienf 3:36de8b9e4b1a 1907 this.lblCalEnVcal.Name = "lblCalEnVcal";
darienf 3:36de8b9e4b1a 1908 this.lblCalEnVcal.Size = new System.Drawing.Size(109, 15);
darienf 3:36de8b9e4b1a 1909 this.lblCalEnVcal.TabIndex = 47;
darienf 3:36de8b9e4b1a 1910 this.lblCalEnVcal.Text = "Calibration Enable";
darienf 3:36de8b9e4b1a 1911 //
darienf 3:36de8b9e4b1a 1912 // cboEmuxCalPSel
darienf 3:36de8b9e4b1a 1913 //
darienf 3:36de8b9e4b1a 1914 this.cboEmuxCalPSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1915 this.cboEmuxCalPSel.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1916 this.cboEmuxCalPSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1917 this.cboEmuxCalPSel.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1918 this.cboEmuxCalPSel.Location = new System.Drawing.Point(723, 79);
darienf 3:36de8b9e4b1a 1919 this.cboEmuxCalPSel.Name = "cboEmuxCalPSel";
darienf 3:36de8b9e4b1a 1920 this.cboEmuxCalPSel.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1921 this.cboEmuxCalPSel.TabIndex = 80;
darienf 3:36de8b9e4b1a 1922 this.cboEmuxCalPSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1923 this.cboEmuxCalPSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1924 this.cboEmuxCalPSel.SelectedIndexChanged += new System.EventHandler(this.cboEmuxCalPSel_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1925 //
darienf 3:36de8b9e4b1a 1926 // lblCalVMode
darienf 3:36de8b9e4b1a 1927 //
darienf 3:36de8b9e4b1a 1928 this.lblCalVMode.AutoSize = true;
darienf 3:36de8b9e4b1a 1929 this.lblCalVMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 1930 this.lblCalVMode.Location = new System.Drawing.Point(720, 280);
darienf 3:36de8b9e4b1a 1931 this.lblCalVMode.Name = "lblCalVMode";
darienf 3:36de8b9e4b1a 1932 this.lblCalVMode.Size = new System.Drawing.Size(91, 15);
darienf 3:36de8b9e4b1a 1933 this.lblCalVMode.TabIndex = 48;
darienf 3:36de8b9e4b1a 1934 this.lblCalVMode.Text = "Mode Selection";
darienf 3:36de8b9e4b1a 1935 //
darienf 3:36de8b9e4b1a 1936 // lblEmuxCalPSel
darienf 3:36de8b9e4b1a 1937 //
darienf 3:36de8b9e4b1a 1938 this.lblEmuxCalPSel.AutoSize = true;
darienf 3:36de8b9e4b1a 1939 this.lblEmuxCalPSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1940 this.lblEmuxCalPSel.Location = new System.Drawing.Point(720, 60);
darienf 3:36de8b9e4b1a 1941 this.lblEmuxCalPSel.Name = "lblEmuxCalPSel";
darienf 3:36de8b9e4b1a 1942 this.lblEmuxCalPSel.Size = new System.Drawing.Size(104, 15);
darienf 3:36de8b9e4b1a 1943 this.lblEmuxCalPSel.TabIndex = 79;
darienf 3:36de8b9e4b1a 1944 this.lblEmuxCalPSel.Text = "ECGP Calibration";
darienf 3:36de8b9e4b1a 1945 //
darienf 3:36de8b9e4b1a 1946 // lblDcloffImag
darienf 3:36de8b9e4b1a 1947 //
darienf 3:36de8b9e4b1a 1948 this.lblDcloffImag.AutoSize = true;
darienf 3:36de8b9e4b1a 1949 this.lblDcloffImag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 1950 this.lblDcloffImag.Location = new System.Drawing.Point(99, 362);
darienf 3:36de8b9e4b1a 1951 this.lblDcloffImag.Name = "lblDcloffImag";
darienf 3:36de8b9e4b1a 1952 this.lblDcloffImag.Size = new System.Drawing.Size(108, 15);
darienf 3:36de8b9e4b1a 1953 this.lblDcloffImag.TabIndex = 49;
darienf 3:36de8b9e4b1a 1954 this.lblDcloffImag.Text = "Current Magnitude";
darienf 3:36de8b9e4b1a 1955 //
darienf 3:36de8b9e4b1a 1956 // cboCalVmag
darienf 3:36de8b9e4b1a 1957 //
darienf 3:36de8b9e4b1a 1958 this.cboCalVmag.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1959 this.cboCalVmag.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1960 this.cboCalVmag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1961 this.cboCalVmag.DropDownWidth = 97;
darienf 3:36de8b9e4b1a 1962 this.cboCalVmag.Location = new System.Drawing.Point(723, 339);
darienf 3:36de8b9e4b1a 1963 this.cboCalVmag.Name = "cboCalVmag";
darienf 3:36de8b9e4b1a 1964 this.cboCalVmag.Size = new System.Drawing.Size(97, 21);
darienf 3:36de8b9e4b1a 1965 this.cboCalVmag.TabIndex = 50;
darienf 3:36de8b9e4b1a 1966 this.cboCalVmag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1967 this.cboCalVmag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1968 //
darienf 3:36de8b9e4b1a 1969 // cboRbiasn
darienf 3:36de8b9e4b1a 1970 //
darienf 3:36de8b9e4b1a 1971 this.cboRbiasn.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1972 this.cboRbiasn.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1973 this.cboRbiasn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1974 this.cboRbiasn.DropDownWidth = 116;
darienf 3:36de8b9e4b1a 1975 this.cboRbiasn.Location = new System.Drawing.Point(548, 423);
darienf 3:36de8b9e4b1a 1976 this.cboRbiasn.Name = "cboRbiasn";
darienf 3:36de8b9e4b1a 1977 this.cboRbiasn.Size = new System.Drawing.Size(116, 20);
darienf 3:36de8b9e4b1a 1978 this.cboRbiasn.TabIndex = 77;
darienf 3:36de8b9e4b1a 1979 this.cboRbiasn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1980 this.cboRbiasn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1981 this.cboRbiasn.SelectedIndexChanged += new System.EventHandler(this.cboRbiasn_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1982 //
darienf 3:36de8b9e4b1a 1983 // cboCalFifty
darienf 3:36de8b9e4b1a 1984 //
darienf 3:36de8b9e4b1a 1985 this.cboCalFifty.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 1986 this.cboCalFifty.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 1987 this.cboCalFifty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 1988 this.cboCalFifty.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 1989 this.cboCalFifty.Location = new System.Drawing.Point(723, 422);
darienf 3:36de8b9e4b1a 1990 this.cboCalFifty.Name = "cboCalFifty";
darienf 3:36de8b9e4b1a 1991 this.cboCalFifty.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 1992 this.cboCalFifty.TabIndex = 51;
darienf 3:36de8b9e4b1a 1993 this.cboCalFifty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 1994 this.cboCalFifty.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 1995 this.cboCalFifty.SelectedIndexChanged += new System.EventHandler(this.cboCalFifty_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 1996 //
darienf 3:36de8b9e4b1a 1997 // lblRbiasn
darienf 3:36de8b9e4b1a 1998 //
darienf 3:36de8b9e4b1a 1999 this.lblRbiasn.AutoSize = true;
darienf 3:36de8b9e4b1a 2000 this.lblRbiasn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2001 this.lblRbiasn.Location = new System.Drawing.Point(548, 406);
darienf 3:36de8b9e4b1a 2002 this.lblRbiasn.Name = "lblRbiasn";
darienf 3:36de8b9e4b1a 2003 this.lblRbiasn.Size = new System.Drawing.Size(133, 15);
darienf 3:36de8b9e4b1a 2004 this.lblRbiasn.TabIndex = 76;
darienf 3:36de8b9e4b1a 2005 this.lblRbiasn.Text = "Neg. Input Bias Enable";
darienf 3:36de8b9e4b1a 2006 //
darienf 3:36de8b9e4b1a 2007 // cboCalThigh
darienf 3:36de8b9e4b1a 2008 //
darienf 3:36de8b9e4b1a 2009 this.cboCalThigh.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2010 this.cboCalThigh.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2011 this.cboCalThigh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2012 this.cboCalThigh.DropDownWidth = 72;
darienf 3:36de8b9e4b1a 2013 this.cboCalThigh.Location = new System.Drawing.Point(824, 422);
darienf 3:36de8b9e4b1a 2014 this.cboCalThigh.Name = "cboCalThigh";
darienf 3:36de8b9e4b1a 2015 this.cboCalThigh.Size = new System.Drawing.Size(72, 21);
darienf 3:36de8b9e4b1a 2016 this.cboCalThigh.TabIndex = 52;
darienf 3:36de8b9e4b1a 2017 this.cboCalThigh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2018 this.cboCalThigh.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2019 //
darienf 3:36de8b9e4b1a 2020 // cboRbiasp
darienf 3:36de8b9e4b1a 2021 //
darienf 3:36de8b9e4b1a 2022 this.cboRbiasp.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2023 this.cboRbiasp.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2024 this.cboRbiasp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2025 this.cboRbiasp.DropDownWidth = 116;
darienf 3:36de8b9e4b1a 2026 this.cboRbiasp.Location = new System.Drawing.Point(548, 380);
darienf 3:36de8b9e4b1a 2027 this.cboRbiasp.Name = "cboRbiasp";
darienf 3:36de8b9e4b1a 2028 this.cboRbiasp.Size = new System.Drawing.Size(116, 20);
darienf 3:36de8b9e4b1a 2029 this.cboRbiasp.TabIndex = 75;
darienf 3:36de8b9e4b1a 2030 this.cboRbiasp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2031 this.cboRbiasp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2032 this.cboRbiasp.SelectedIndexChanged += new System.EventHandler(this.cboRbiasp_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2033 //
darienf 3:36de8b9e4b1a 2034 // cboCalFcal
darienf 3:36de8b9e4b1a 2035 //
darienf 3:36de8b9e4b1a 2036 this.cboCalFcal.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2037 this.cboCalFcal.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2038 this.cboCalFcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2039 this.cboCalFcal.DropDownWidth = 163;
darienf 3:36de8b9e4b1a 2040 this.cboCalFcal.Location = new System.Drawing.Point(723, 379);
darienf 3:36de8b9e4b1a 2041 this.cboCalFcal.Name = "cboCalFcal";
darienf 3:36de8b9e4b1a 2042 this.cboCalFcal.Size = new System.Drawing.Size(163, 21);
darienf 3:36de8b9e4b1a 2043 this.cboCalFcal.TabIndex = 53;
darienf 3:36de8b9e4b1a 2044 this.cboCalFcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2045 this.cboCalFcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2046 //
darienf 3:36de8b9e4b1a 2047 // lblRbiasp
darienf 3:36de8b9e4b1a 2048 //
darienf 3:36de8b9e4b1a 2049 this.lblRbiasp.AutoSize = true;
darienf 3:36de8b9e4b1a 2050 this.lblRbiasp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2051 this.lblRbiasp.Location = new System.Drawing.Point(548, 362);
darienf 3:36de8b9e4b1a 2052 this.lblRbiasp.Name = "lblRbiasp";
darienf 3:36de8b9e4b1a 2053 this.lblRbiasp.Size = new System.Drawing.Size(147, 15);
darienf 3:36de8b9e4b1a 2054 this.lblRbiasp.TabIndex = 74;
darienf 3:36de8b9e4b1a 2055 this.lblRbiasp.Text = "Postive Input Bias Enable";
darienf 3:36de8b9e4b1a 2056 //
darienf 3:36de8b9e4b1a 2057 // lblCalFifty
darienf 3:36de8b9e4b1a 2058 //
darienf 3:36de8b9e4b1a 2059 this.lblCalFifty.AutoSize = true;
darienf 3:36de8b9e4b1a 2060 this.lblCalFifty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2061 this.lblCalFifty.Location = new System.Drawing.Point(720, 403);
darienf 3:36de8b9e4b1a 2062 this.lblCalFifty.Name = "lblCalFifty";
darienf 3:36de8b9e4b1a 2063 this.lblCalFifty.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 2064 this.lblCalFifty.TabIndex = 54;
darienf 3:36de8b9e4b1a 2065 this.lblCalFifty.Text = "Duty Cycle";
darienf 3:36de8b9e4b1a 2066 //
darienf 3:36de8b9e4b1a 2067 // cboRbiasv
darienf 3:36de8b9e4b1a 2068 //
darienf 3:36de8b9e4b1a 2069 this.cboRbiasv.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2070 this.cboRbiasv.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2071 this.cboRbiasv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2072 this.cboRbiasv.DropDownWidth = 116;
darienf 3:36de8b9e4b1a 2073 this.cboRbiasv.Location = new System.Drawing.Point(548, 339);
darienf 3:36de8b9e4b1a 2074 this.cboRbiasv.Name = "cboRbiasv";
darienf 3:36de8b9e4b1a 2075 this.cboRbiasv.Size = new System.Drawing.Size(116, 20);
darienf 3:36de8b9e4b1a 2076 this.cboRbiasv.TabIndex = 73;
darienf 3:36de8b9e4b1a 2077 this.cboRbiasv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2078 this.cboRbiasv.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2079 //
darienf 3:36de8b9e4b1a 2080 // lblCalTHigh
darienf 3:36de8b9e4b1a 2081 //
darienf 3:36de8b9e4b1a 2082 this.lblCalTHigh.AutoSize = true;
darienf 3:36de8b9e4b1a 2083 this.lblCalTHigh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2084 this.lblCalTHigh.Location = new System.Drawing.Point(821, 403);
darienf 3:36de8b9e4b1a 2085 this.lblCalTHigh.Name = "lblCalTHigh";
darienf 3:36de8b9e4b1a 2086 this.lblCalTHigh.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 2087 this.lblCalTHigh.TabIndex = 55;
darienf 3:36de8b9e4b1a 2088 this.lblCalTHigh.Text = "Time High";
darienf 3:36de8b9e4b1a 2089 //
darienf 3:36de8b9e4b1a 2090 // lblRbiasv
darienf 3:36de8b9e4b1a 2091 //
darienf 3:36de8b9e4b1a 2092 this.lblRbiasv.AutoSize = true;
darienf 3:36de8b9e4b1a 2093 this.lblRbiasv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2094 this.lblRbiasv.Location = new System.Drawing.Point(548, 321);
darienf 3:36de8b9e4b1a 2095 this.lblRbiasv.Name = "lblRbiasv";
darienf 3:36de8b9e4b1a 2096 this.lblRbiasv.Size = new System.Drawing.Size(119, 15);
darienf 3:36de8b9e4b1a 2097 this.lblRbiasv.TabIndex = 72;
darienf 3:36de8b9e4b1a 2098 this.lblRbiasv.Text = "Resistive Bias Value";
darienf 3:36de8b9e4b1a 2099 //
darienf 3:36de8b9e4b1a 2100 // lblCalFreq
darienf 3:36de8b9e4b1a 2101 //
darienf 3:36de8b9e4b1a 2102 this.lblCalFreq.AutoSize = true;
darienf 3:36de8b9e4b1a 2103 this.lblCalFreq.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2104 this.lblCalFreq.Location = new System.Drawing.Point(720, 362);
darienf 3:36de8b9e4b1a 2105 this.lblCalFreq.Name = "lblCalFreq";
darienf 3:36de8b9e4b1a 2106 this.lblCalFreq.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 2107 this.lblCalFreq.TabIndex = 56;
darienf 3:36de8b9e4b1a 2108 this.lblCalFreq.Text = "Frequency";
darienf 3:36de8b9e4b1a 2109 //
darienf 3:36de8b9e4b1a 2110 // cboEnRbias
darienf 3:36de8b9e4b1a 2111 //
darienf 3:36de8b9e4b1a 2112 this.cboEnRbias.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2113 this.cboEnRbias.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2114 this.cboEnRbias.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2115 this.cboEnRbias.DropDownWidth = 87;
darienf 3:36de8b9e4b1a 2116 this.cboEnRbias.Location = new System.Drawing.Point(548, 81);
darienf 3:36de8b9e4b1a 2117 this.cboEnRbias.Name = "cboEnRbias";
darienf 3:36de8b9e4b1a 2118 this.cboEnRbias.Size = new System.Drawing.Size(87, 20);
darienf 3:36de8b9e4b1a 2119 this.cboEnRbias.TabIndex = 71;
darienf 3:36de8b9e4b1a 2120 this.cboEnRbias.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2121 this.cboEnRbias.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2122 this.cboEnRbias.SelectedIndexChanged += new System.EventHandler(this.cboEnRbias_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2123 //
darienf 3:36de8b9e4b1a 2124 // lblCalVmag
darienf 3:36de8b9e4b1a 2125 //
darienf 3:36de8b9e4b1a 2126 this.lblCalVmag.AutoSize = true;
darienf 3:36de8b9e4b1a 2127 this.lblCalVmag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2128 this.lblCalVmag.Location = new System.Drawing.Point(720, 321);
darienf 3:36de8b9e4b1a 2129 this.lblCalVmag.Name = "lblCalVmag";
darienf 3:36de8b9e4b1a 2130 this.lblCalVmag.Size = new System.Drawing.Size(47, 15);
darienf 3:36de8b9e4b1a 2131 this.lblCalVmag.TabIndex = 57;
darienf 3:36de8b9e4b1a 2132 this.lblCalVmag.Text = "Voltage";
darienf 3:36de8b9e4b1a 2133 //
darienf 3:36de8b9e4b1a 2134 // lblEnRbias
darienf 3:36de8b9e4b1a 2135 //
darienf 3:36de8b9e4b1a 2136 this.lblEnRbias.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2137 this.lblEnRbias.Location = new System.Drawing.Point(548, 48);
darienf 3:36de8b9e4b1a 2138 this.lblEnRbias.Name = "lblEnRbias";
darienf 3:36de8b9e4b1a 2139 this.lblEnRbias.Size = new System.Drawing.Size(104, 30);
darienf 3:36de8b9e4b1a 2140 this.lblEnRbias.TabIndex = 70;
darienf 3:36de8b9e4b1a 2141 this.lblEnRbias.Text = "Resistive Lead Bias Enable";
darienf 3:36de8b9e4b1a 2142 //
darienf 3:36de8b9e4b1a 2143 // lblEmuxOpenp
darienf 3:36de8b9e4b1a 2144 //
darienf 3:36de8b9e4b1a 2145 this.lblEmuxOpenp.AutoSize = true;
darienf 3:36de8b9e4b1a 2146 this.lblEmuxOpenp.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2147 this.lblEmuxOpenp.Location = new System.Drawing.Point(424, 103);
darienf 3:36de8b9e4b1a 2148 this.lblEmuxOpenp.Name = "lblEmuxOpenp";
darienf 3:36de8b9e4b1a 2149 this.lblEmuxOpenp.Size = new System.Drawing.Size(94, 15);
darienf 3:36de8b9e4b1a 2150 this.lblEmuxOpenp.TabIndex = 58;
darienf 3:36de8b9e4b1a 2151 this.lblEmuxOpenp.Text = "ECGP Switches";
darienf 3:36de8b9e4b1a 2152 //
darienf 3:36de8b9e4b1a 2153 // lblDcloffVth
darienf 3:36de8b9e4b1a 2154 //
darienf 3:36de8b9e4b1a 2155 this.lblDcloffVth.AutoSize = true;
darienf 3:36de8b9e4b1a 2156 this.lblDcloffVth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2157 this.lblDcloffVth.Location = new System.Drawing.Point(99, 406);
darienf 3:36de8b9e4b1a 2158 this.lblDcloffVth.Name = "lblDcloffVth";
darienf 3:36de8b9e4b1a 2159 this.lblDcloffVth.Size = new System.Drawing.Size(106, 15);
darienf 3:36de8b9e4b1a 2160 this.lblDcloffVth.TabIndex = 69;
darienf 3:36de8b9e4b1a 2161 this.lblDcloffVth.Text = "Voltage Threshold";
darienf 3:36de8b9e4b1a 2162 //
darienf 3:36de8b9e4b1a 2163 // lblEmuxOpenn
darienf 3:36de8b9e4b1a 2164 //
darienf 3:36de8b9e4b1a 2165 this.lblEmuxOpenn.AutoSize = true;
darienf 3:36de8b9e4b1a 2166 this.lblEmuxOpenn.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2167 this.lblEmuxOpenn.Location = new System.Drawing.Point(424, 243);
darienf 3:36de8b9e4b1a 2168 this.lblEmuxOpenn.Name = "lblEmuxOpenn";
darienf 3:36de8b9e4b1a 2169 this.lblEmuxOpenn.Size = new System.Drawing.Size(95, 15);
darienf 3:36de8b9e4b1a 2170 this.lblEmuxOpenn.TabIndex = 59;
darienf 3:36de8b9e4b1a 2171 this.lblEmuxOpenn.Text = "ECGN Switches";
darienf 3:36de8b9e4b1a 2172 //
darienf 3:36de8b9e4b1a 2173 // cboDcloffVth
darienf 3:36de8b9e4b1a 2174 //
darienf 3:36de8b9e4b1a 2175 this.cboDcloffVth.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2176 this.cboDcloffVth.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2177 this.cboDcloffVth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2178 this.cboDcloffVth.DropDownWidth = 129;
darienf 3:36de8b9e4b1a 2179 this.cboDcloffVth.Location = new System.Drawing.Point(102, 423);
darienf 3:36de8b9e4b1a 2180 this.cboDcloffVth.Name = "cboDcloffVth";
darienf 3:36de8b9e4b1a 2181 this.cboDcloffVth.Size = new System.Drawing.Size(129, 20);
darienf 3:36de8b9e4b1a 2182 this.cboDcloffVth.TabIndex = 68;
darienf 3:36de8b9e4b1a 2183 this.cboDcloffVth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2184 this.cboDcloffVth.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2185 //
darienf 3:36de8b9e4b1a 2186 // cboEmuxOpenp
darienf 3:36de8b9e4b1a 2187 //
darienf 3:36de8b9e4b1a 2188 this.cboEmuxOpenp.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2189 this.cboEmuxOpenp.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2190 this.cboEmuxOpenp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2191 this.cboEmuxOpenp.DropDownWidth = 101;
darienf 3:36de8b9e4b1a 2192 this.cboEmuxOpenp.Location = new System.Drawing.Point(424, 121);
darienf 3:36de8b9e4b1a 2193 this.cboEmuxOpenp.Name = "cboEmuxOpenp";
darienf 3:36de8b9e4b1a 2194 this.cboEmuxOpenp.Size = new System.Drawing.Size(101, 21);
darienf 3:36de8b9e4b1a 2195 this.cboEmuxOpenp.TabIndex = 60;
darienf 3:36de8b9e4b1a 2196 this.cboEmuxOpenp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2197 this.cboEmuxOpenp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2198 this.cboEmuxOpenp.SelectedIndexChanged += new System.EventHandler(this.cboEmuxOpenp_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2199 //
darienf 3:36de8b9e4b1a 2200 // cboDcloffIpol
darienf 3:36de8b9e4b1a 2201 //
darienf 3:36de8b9e4b1a 2202 this.cboDcloffIpol.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2203 this.cboDcloffIpol.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2204 this.cboDcloffIpol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2205 this.cboDcloffIpol.DropDownWidth = 172;
darienf 3:36de8b9e4b1a 2206 this.cboDcloffIpol.Location = new System.Drawing.Point(102, 339);
darienf 3:36de8b9e4b1a 2207 this.cboDcloffIpol.Name = "cboDcloffIpol";
darienf 3:36de8b9e4b1a 2208 this.cboDcloffIpol.Size = new System.Drawing.Size(172, 20);
darienf 3:36de8b9e4b1a 2209 this.cboDcloffIpol.TabIndex = 67;
darienf 3:36de8b9e4b1a 2210 this.cboDcloffIpol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2211 this.cboDcloffIpol.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2212 this.cboDcloffIpol.SelectedIndexChanged += new System.EventHandler(this.cboDcloffIpol_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2213 //
darienf 3:36de8b9e4b1a 2214 // cboEmuxOpenn
darienf 3:36de8b9e4b1a 2215 //
darienf 3:36de8b9e4b1a 2216 this.cboEmuxOpenn.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2217 this.cboEmuxOpenn.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2218 this.cboEmuxOpenn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2219 this.cboEmuxOpenn.DropDownWidth = 101;
darienf 3:36de8b9e4b1a 2220 this.cboEmuxOpenn.Location = new System.Drawing.Point(424, 261);
darienf 3:36de8b9e4b1a 2221 this.cboEmuxOpenn.Name = "cboEmuxOpenn";
darienf 3:36de8b9e4b1a 2222 this.cboEmuxOpenn.Size = new System.Drawing.Size(101, 21);
darienf 3:36de8b9e4b1a 2223 this.cboEmuxOpenn.TabIndex = 61;
darienf 3:36de8b9e4b1a 2224 this.cboEmuxOpenn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2225 this.cboEmuxOpenn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2226 this.cboEmuxOpenn.SelectedIndexChanged += new System.EventHandler(this.cboEmuxOpenn_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2227 //
darienf 3:36de8b9e4b1a 2228 // lblDcloffIpol
darienf 3:36de8b9e4b1a 2229 //
darienf 3:36de8b9e4b1a 2230 this.lblDcloffIpol.AutoSize = true;
darienf 3:36de8b9e4b1a 2231 this.lblDcloffIpol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2232 this.lblDcloffIpol.Location = new System.Drawing.Point(99, 321);
darienf 3:36de8b9e4b1a 2233 this.lblDcloffIpol.Name = "lblDcloffIpol";
darienf 3:36de8b9e4b1a 2234 this.lblDcloffIpol.Size = new System.Drawing.Size(91, 15);
darienf 3:36de8b9e4b1a 2235 this.lblDcloffIpol.TabIndex = 66;
darienf 3:36de8b9e4b1a 2236 this.lblDcloffIpol.Text = "Current Polarity";
darienf 3:36de8b9e4b1a 2237 //
darienf 3:36de8b9e4b1a 2238 // lblEnDcloff
darienf 3:36de8b9e4b1a 2239 //
darienf 3:36de8b9e4b1a 2240 this.lblEnDcloff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 2241 this.lblEnDcloff.Location = new System.Drawing.Point(99, 51);
darienf 3:36de8b9e4b1a 2242 this.lblEnDcloff.Name = "lblEnDcloff";
darienf 3:36de8b9e4b1a 2243 this.lblEnDcloff.Size = new System.Drawing.Size(94, 30);
darienf 3:36de8b9e4b1a 2244 this.lblEnDcloff.TabIndex = 64;
darienf 3:36de8b9e4b1a 2245 this.lblEnDcloff.Text = "Lead-Off Detection";
darienf 3:36de8b9e4b1a 2246 //
darienf 3:36de8b9e4b1a 2247 // cboEnDcloff
darienf 3:36de8b9e4b1a 2248 //
darienf 3:36de8b9e4b1a 2249 this.cboEnDcloff.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2250 this.cboEnDcloff.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2251 this.cboEnDcloff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2252 this.cboEnDcloff.DropDownWidth = 90;
darienf 3:36de8b9e4b1a 2253 this.cboEnDcloff.Location = new System.Drawing.Point(102, 84);
darienf 3:36de8b9e4b1a 2254 this.cboEnDcloff.Name = "cboEnDcloff";
darienf 3:36de8b9e4b1a 2255 this.cboEnDcloff.Size = new System.Drawing.Size(90, 20);
darienf 3:36de8b9e4b1a 2256 this.cboEnDcloff.TabIndex = 65;
darienf 3:36de8b9e4b1a 2257 this.cboEnDcloff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2258 this.cboEnDcloff.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2259 this.cboEnDcloff.SelectedIndexChanged += new System.EventHandler(this.cboEnDcloff_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2260 //
darienf 3:36de8b9e4b1a 2261 // picECGLeadConfig
darienf 3:36de8b9e4b1a 2262 //
darienf 3:36de8b9e4b1a 2263 this.picECGLeadConfig.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
darienf 3:36de8b9e4b1a 2264 this.picECGLeadConfig.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2265 this.picECGLeadConfig.Image = global::HealthSensorPlatform.Properties.Resources.ecg_lead_config1;
darienf 3:36de8b9e4b1a 2266 this.picECGLeadConfig.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2267 this.picECGLeadConfig.Name = "picECGLeadConfig";
darienf 3:36de8b9e4b1a 2268 this.picECGLeadConfig.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2269 this.picECGLeadConfig.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2270 this.picECGLeadConfig.TabIndex = 41;
darienf 3:36de8b9e4b1a 2271 this.picECGLeadConfig.TabStop = false;
darienf 3:36de8b9e4b1a 2272 //
darienf 3:36de8b9e4b1a 2273 // picSw1
darienf 3:36de8b9e4b1a 2274 //
darienf 3:36de8b9e4b1a 2275 this.picSw1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2276 this.picSw1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2277 this.picSw1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2278 this.picSw1.Name = "picSw1";
darienf 3:36de8b9e4b1a 2279 this.picSw1.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2280 this.picSw1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2281 this.picSw1.TabIndex = 88;
darienf 3:36de8b9e4b1a 2282 this.picSw1.TabStop = false;
darienf 3:36de8b9e4b1a 2283 //
darienf 3:36de8b9e4b1a 2284 // picSw2
darienf 3:36de8b9e4b1a 2285 //
darienf 3:36de8b9e4b1a 2286 this.picSw2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2287 this.picSw2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2288 this.picSw2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2289 this.picSw2.Name = "picSw2";
darienf 3:36de8b9e4b1a 2290 this.picSw2.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2291 this.picSw2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2292 this.picSw2.TabIndex = 89;
darienf 3:36de8b9e4b1a 2293 this.picSw2.TabStop = false;
darienf 3:36de8b9e4b1a 2294 //
darienf 3:36de8b9e4b1a 2295 // pictureBox1
darienf 3:36de8b9e4b1a 2296 //
darienf 3:36de8b9e4b1a 2297 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2298 this.pictureBox1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2299 this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2300 this.pictureBox1.Name = "pictureBox1";
darienf 3:36de8b9e4b1a 2301 this.pictureBox1.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2302 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2303 this.pictureBox1.TabIndex = 90;
darienf 3:36de8b9e4b1a 2304 this.pictureBox1.TabStop = false;
darienf 3:36de8b9e4b1a 2305 //
darienf 3:36de8b9e4b1a 2306 // picSw3
darienf 3:36de8b9e4b1a 2307 //
darienf 3:36de8b9e4b1a 2308 this.picSw3.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2309 this.picSw3.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2310 this.picSw3.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2311 this.picSw3.Name = "picSw3";
darienf 3:36de8b9e4b1a 2312 this.picSw3.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2313 this.picSw3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2314 this.picSw3.TabIndex = 91;
darienf 3:36de8b9e4b1a 2315 this.picSw3.TabStop = false;
darienf 3:36de8b9e4b1a 2316 //
darienf 3:36de8b9e4b1a 2317 // picSw4
darienf 3:36de8b9e4b1a 2318 //
darienf 3:36de8b9e4b1a 2319 this.picSw4.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2320 this.picSw4.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2321 this.picSw4.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2322 this.picSw4.Name = "picSw4";
darienf 3:36de8b9e4b1a 2323 this.picSw4.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2324 this.picSw4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2325 this.picSw4.TabIndex = 92;
darienf 3:36de8b9e4b1a 2326 this.picSw4.TabStop = false;
darienf 3:36de8b9e4b1a 2327 //
darienf 3:36de8b9e4b1a 2328 // picSw5
darienf 3:36de8b9e4b1a 2329 //
darienf 3:36de8b9e4b1a 2330 this.picSw5.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2331 this.picSw5.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2332 this.picSw5.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2333 this.picSw5.Name = "picSw5";
darienf 3:36de8b9e4b1a 2334 this.picSw5.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2335 this.picSw5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2336 this.picSw5.TabIndex = 93;
darienf 3:36de8b9e4b1a 2337 this.picSw5.TabStop = false;
darienf 3:36de8b9e4b1a 2338 //
darienf 3:36de8b9e4b1a 2339 // picSw6
darienf 3:36de8b9e4b1a 2340 //
darienf 3:36de8b9e4b1a 2341 this.picSw6.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2342 this.picSw6.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2343 this.picSw6.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2344 this.picSw6.Name = "picSw6";
darienf 3:36de8b9e4b1a 2345 this.picSw6.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2346 this.picSw6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2347 this.picSw6.TabIndex = 94;
darienf 3:36de8b9e4b1a 2348 this.picSw6.TabStop = false;
darienf 3:36de8b9e4b1a 2349 //
darienf 3:36de8b9e4b1a 2350 // picSw7
darienf 3:36de8b9e4b1a 2351 //
darienf 3:36de8b9e4b1a 2352 this.picSw7.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2353 this.picSw7.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2354 this.picSw7.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2355 this.picSw7.Name = "picSw7";
darienf 3:36de8b9e4b1a 2356 this.picSw7.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2357 this.picSw7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2358 this.picSw7.TabIndex = 95;
darienf 3:36de8b9e4b1a 2359 this.picSw7.TabStop = false;
darienf 3:36de8b9e4b1a 2360 //
darienf 3:36de8b9e4b1a 2361 // picSw8
darienf 3:36de8b9e4b1a 2362 //
darienf 3:36de8b9e4b1a 2363 this.picSw8.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2364 this.picSw8.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2365 this.picSw8.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2366 this.picSw8.Name = "picSw8";
darienf 3:36de8b9e4b1a 2367 this.picSw8.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2368 this.picSw8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2369 this.picSw8.TabIndex = 96;
darienf 3:36de8b9e4b1a 2370 this.picSw8.TabStop = false;
darienf 3:36de8b9e4b1a 2371 //
darienf 3:36de8b9e4b1a 2372 // picSw9
darienf 3:36de8b9e4b1a 2373 //
darienf 3:36de8b9e4b1a 2374 this.picSw9.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2375 this.picSw9.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2376 this.picSw9.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2377 this.picSw9.Name = "picSw9";
darienf 3:36de8b9e4b1a 2378 this.picSw9.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2379 this.picSw9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2380 this.picSw9.TabIndex = 97;
darienf 3:36de8b9e4b1a 2381 this.picSw9.TabStop = false;
darienf 3:36de8b9e4b1a 2382 //
darienf 3:36de8b9e4b1a 2383 // picSw10
darienf 3:36de8b9e4b1a 2384 //
darienf 3:36de8b9e4b1a 2385 this.picSw10.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2386 this.picSw10.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2387 this.picSw10.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2388 this.picSw10.Name = "picSw10";
darienf 3:36de8b9e4b1a 2389 this.picSw10.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2390 this.picSw10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2391 this.picSw10.TabIndex = 98;
darienf 3:36de8b9e4b1a 2392 this.picSw10.TabStop = false;
darienf 3:36de8b9e4b1a 2393 //
darienf 3:36de8b9e4b1a 2394 // picSw11
darienf 3:36de8b9e4b1a 2395 //
darienf 3:36de8b9e4b1a 2396 this.picSw11.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2397 this.picSw11.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2398 this.picSw11.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2399 this.picSw11.Name = "picSw11";
darienf 3:36de8b9e4b1a 2400 this.picSw11.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2401 this.picSw11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2402 this.picSw11.TabIndex = 99;
darienf 3:36de8b9e4b1a 2403 this.picSw11.TabStop = false;
darienf 3:36de8b9e4b1a 2404 //
darienf 3:36de8b9e4b1a 2405 // picSw12
darienf 3:36de8b9e4b1a 2406 //
darienf 3:36de8b9e4b1a 2407 this.picSw12.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2408 this.picSw12.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2409 this.picSw12.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2410 this.picSw12.Name = "picSw12";
darienf 3:36de8b9e4b1a 2411 this.picSw12.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2412 this.picSw12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2413 this.picSw12.TabIndex = 100;
darienf 3:36de8b9e4b1a 2414 this.picSw12.TabStop = false;
darienf 3:36de8b9e4b1a 2415 //
darienf 3:36de8b9e4b1a 2416 // picSw13
darienf 3:36de8b9e4b1a 2417 //
darienf 3:36de8b9e4b1a 2418 this.picSw13.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2419 this.picSw13.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2420 this.picSw13.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2421 this.picSw13.Name = "picSw13";
darienf 3:36de8b9e4b1a 2422 this.picSw13.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2423 this.picSw13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2424 this.picSw13.TabIndex = 101;
darienf 3:36de8b9e4b1a 2425 this.picSw13.TabStop = false;
darienf 3:36de8b9e4b1a 2426 //
darienf 3:36de8b9e4b1a 2427 // picSw14
darienf 3:36de8b9e4b1a 2428 //
darienf 3:36de8b9e4b1a 2429 this.picSw14.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2430 this.picSw14.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2431 this.picSw14.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 2432 this.picSw14.Name = "picSw14";
darienf 3:36de8b9e4b1a 2433 this.picSw14.Size = new System.Drawing.Size(942, 496);
darienf 3:36de8b9e4b1a 2434 this.picSw14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2435 this.picSw14.TabIndex = 102;
darienf 3:36de8b9e4b1a 2436 this.picSw14.TabStop = false;
darienf 3:36de8b9e4b1a 2437 //
darienf 3:36de8b9e4b1a 2438 // pnlMAX30001Global
darienf 3:36de8b9e4b1a 2439 //
darienf 3:36de8b9e4b1a 2440 this.pnlMAX30001Global.Controls.Add(this.grpChannelPlotEnable);
darienf 3:36de8b9e4b1a 2441 this.pnlMAX30001Global.Controls.Add(this.maximGroupBox8);
darienf 3:36de8b9e4b1a 2442 this.pnlMAX30001Global.Controls.Add(this.grpGlobalControls);
darienf 3:36de8b9e4b1a 2443 this.pnlMAX30001Global.Dock = System.Windows.Forms.DockStyle.Bottom;
darienf 3:36de8b9e4b1a 2444 this.pnlMAX30001Global.Location = new System.Drawing.Point(0, 513);
darienf 3:36de8b9e4b1a 2445 this.pnlMAX30001Global.Name = "pnlMAX30001Global";
darienf 3:36de8b9e4b1a 2446 this.pnlMAX30001Global.Size = new System.Drawing.Size(953, 93);
darienf 3:36de8b9e4b1a 2447 this.pnlMAX30001Global.TabIndex = 78;
darienf 3:36de8b9e4b1a 2448 //
darienf 3:36de8b9e4b1a 2449 // grpChannelPlotEnable
darienf 3:36de8b9e4b1a 2450 //
darienf 3:36de8b9e4b1a 2451 this.grpChannelPlotEnable.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2452 this.grpChannelPlotEnable.Controls.Add(this.chkEnRtor);
darienf 3:36de8b9e4b1a 2453 this.grpChannelPlotEnable.Controls.Add(this.chkEnECG);
darienf 3:36de8b9e4b1a 2454 this.grpChannelPlotEnable.Controls.Add(this.chkEnBioZ);
darienf 3:36de8b9e4b1a 2455 this.grpChannelPlotEnable.Controls.Add(this.chkEnPace);
darienf 3:36de8b9e4b1a 2456 this.grpChannelPlotEnable.Location = new System.Drawing.Point(172, 5);
darienf 3:36de8b9e4b1a 2457 this.grpChannelPlotEnable.Name = "grpChannelPlotEnable";
darienf 3:36de8b9e4b1a 2458 this.grpChannelPlotEnable.Size = new System.Drawing.Size(301, 84);
darienf 3:36de8b9e4b1a 2459 this.grpChannelPlotEnable.TabIndex = 64;
darienf 3:36de8b9e4b1a 2460 this.grpChannelPlotEnable.TabStop = false;
darienf 3:36de8b9e4b1a 2461 this.grpChannelPlotEnable.Text = "Channel/Plot Enable";
darienf 3:36de8b9e4b1a 2462 //
darienf 3:36de8b9e4b1a 2463 // chkEnRtor
darienf 3:36de8b9e4b1a 2464 //
darienf 3:36de8b9e4b1a 2465 this.chkEnRtor.AutoSize = true;
darienf 3:36de8b9e4b1a 2466 this.chkEnRtor.Location = new System.Drawing.Point(99, 54);
darienf 3:36de8b9e4b1a 2467 this.chkEnRtor.Name = "chkEnRtor";
darienf 3:36de8b9e4b1a 2468 this.chkEnRtor.Size = new System.Drawing.Size(62, 19);
darienf 3:36de8b9e4b1a 2469 this.chkEnRtor.TabIndex = 12;
darienf 3:36de8b9e4b1a 2470 this.chkEnRtor.Text = "R-to-R";
darienf 3:36de8b9e4b1a 2471 this.chkEnRtor.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 2472 this.chkEnRtor.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged);
darienf 3:36de8b9e4b1a 2473 //
darienf 3:36de8b9e4b1a 2474 // chkEnECG
darienf 3:36de8b9e4b1a 2475 //
darienf 3:36de8b9e4b1a 2476 this.chkEnECG.AutoSize = true;
darienf 3:36de8b9e4b1a 2477 this.chkEnECG.Location = new System.Drawing.Point(15, 28);
darienf 3:36de8b9e4b1a 2478 this.chkEnECG.Name = "chkEnECG";
darienf 3:36de8b9e4b1a 2479 this.chkEnECG.Size = new System.Drawing.Size(52, 19);
darienf 3:36de8b9e4b1a 2480 this.chkEnECG.TabIndex = 9;
darienf 3:36de8b9e4b1a 2481 this.chkEnECG.Text = "ECG";
darienf 3:36de8b9e4b1a 2482 this.chkEnECG.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 2483 this.chkEnECG.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged);
darienf 3:36de8b9e4b1a 2484 //
darienf 3:36de8b9e4b1a 2485 // chkEnBioZ
darienf 3:36de8b9e4b1a 2486 //
darienf 3:36de8b9e4b1a 2487 this.chkEnBioZ.AutoSize = true;
darienf 3:36de8b9e4b1a 2488 this.chkEnBioZ.Location = new System.Drawing.Point(99, 29);
darienf 3:36de8b9e4b1a 2489 this.chkEnBioZ.Name = "chkEnBioZ";
darienf 3:36de8b9e4b1a 2490 this.chkEnBioZ.Size = new System.Drawing.Size(51, 19);
darienf 3:36de8b9e4b1a 2491 this.chkEnBioZ.TabIndex = 10;
darienf 3:36de8b9e4b1a 2492 this.chkEnBioZ.Text = "BioZ";
darienf 3:36de8b9e4b1a 2493 this.chkEnBioZ.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 2494 this.chkEnBioZ.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged);
darienf 3:36de8b9e4b1a 2495 //
darienf 3:36de8b9e4b1a 2496 // chkEnPace
darienf 3:36de8b9e4b1a 2497 //
darienf 3:36de8b9e4b1a 2498 this.chkEnPace.AutoSize = true;
darienf 3:36de8b9e4b1a 2499 this.chkEnPace.Location = new System.Drawing.Point(15, 53);
darienf 3:36de8b9e4b1a 2500 this.chkEnPace.Name = "chkEnPace";
darienf 3:36de8b9e4b1a 2501 this.chkEnPace.Size = new System.Drawing.Size(54, 19);
darienf 3:36de8b9e4b1a 2502 this.chkEnPace.TabIndex = 11;
darienf 3:36de8b9e4b1a 2503 this.chkEnPace.Text = "Pace";
darienf 3:36de8b9e4b1a 2504 this.chkEnPace.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 2505 this.chkEnPace.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged);
darienf 3:36de8b9e4b1a 2506 //
darienf 3:36de8b9e4b1a 2507 // maximGroupBox8
darienf 3:36de8b9e4b1a 2508 //
darienf 3:36de8b9e4b1a 2509 this.maximGroupBox8.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2510 this.maximGroupBox8.Controls.Add(this.maximButton5);
darienf 3:36de8b9e4b1a 2511 this.maximGroupBox8.Controls.Add(this.maximComboBox9);
darienf 3:36de8b9e4b1a 2512 this.maximGroupBox8.Location = new System.Drawing.Point(479, 5);
darienf 3:36de8b9e4b1a 2513 this.maximGroupBox8.Name = "maximGroupBox8";
darienf 3:36de8b9e4b1a 2514 this.maximGroupBox8.Size = new System.Drawing.Size(249, 82);
darienf 3:36de8b9e4b1a 2515 this.maximGroupBox8.TabIndex = 62;
darienf 3:36de8b9e4b1a 2516 this.maximGroupBox8.TabStop = false;
darienf 3:36de8b9e4b1a 2517 this.maximGroupBox8.Text = "MAX30001 Preset Configuration";
darienf 3:36de8b9e4b1a 2518 this.maximGroupBox8.Visible = false;
darienf 3:36de8b9e4b1a 2519 //
darienf 3:36de8b9e4b1a 2520 // maximButton5
darienf 3:36de8b9e4b1a 2521 //
darienf 3:36de8b9e4b1a 2522 this.maximButton5.Location = new System.Drawing.Point(83, 54);
darienf 3:36de8b9e4b1a 2523 this.maximButton5.Name = "maximButton5";
darienf 3:36de8b9e4b1a 2524 this.maximButton5.Size = new System.Drawing.Size(75, 23);
darienf 3:36de8b9e4b1a 2525 this.maximButton5.TabIndex = 1;
darienf 3:36de8b9e4b1a 2526 this.maximButton5.Text = "Run Preset";
darienf 3:36de8b9e4b1a 2527 this.maximButton5.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 2528 //
darienf 3:36de8b9e4b1a 2529 // maximComboBox9
darienf 3:36de8b9e4b1a 2530 //
darienf 3:36de8b9e4b1a 2531 this.maximComboBox9.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2532 this.maximComboBox9.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2533 this.maximComboBox9.DropDownWidth = 227;
darienf 3:36de8b9e4b1a 2534 this.maximComboBox9.Location = new System.Drawing.Point(11, 28);
darienf 3:36de8b9e4b1a 2535 this.maximComboBox9.Name = "maximComboBox9";
darienf 3:36de8b9e4b1a 2536 this.maximComboBox9.Size = new System.Drawing.Size(227, 21);
darienf 3:36de8b9e4b1a 2537 this.maximComboBox9.TabIndex = 0;
darienf 3:36de8b9e4b1a 2538 this.maximComboBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2539 this.maximComboBox9.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2540 //
darienf 3:36de8b9e4b1a 2541 // grpGlobalControls
darienf 3:36de8b9e4b1a 2542 //
darienf 3:36de8b9e4b1a 2543 this.grpGlobalControls.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2544 this.grpGlobalControls.Controls.Add(this.label39);
darienf 3:36de8b9e4b1a 2545 this.grpGlobalControls.Controls.Add(this.cboMasterClock);
darienf 3:36de8b9e4b1a 2546 this.grpGlobalControls.Controls.Add(this.label31);
darienf 3:36de8b9e4b1a 2547 this.grpGlobalControls.Location = new System.Drawing.Point(3, 5);
darienf 3:36de8b9e4b1a 2548 this.grpGlobalControls.Name = "grpGlobalControls";
darienf 3:36de8b9e4b1a 2549 this.grpGlobalControls.Size = new System.Drawing.Size(163, 84);
darienf 3:36de8b9e4b1a 2550 this.grpGlobalControls.TabIndex = 63;
darienf 3:36de8b9e4b1a 2551 this.grpGlobalControls.TabStop = false;
darienf 3:36de8b9e4b1a 2552 this.grpGlobalControls.Text = "MAX30001 Global Controls";
darienf 3:36de8b9e4b1a 2553 //
darienf 3:36de8b9e4b1a 2554 // label39
darienf 3:36de8b9e4b1a 2555 //
darienf 3:36de8b9e4b1a 2556 this.label39.AutoSize = true;
darienf 3:36de8b9e4b1a 2557 this.label39.Location = new System.Drawing.Point(14, 65);
darienf 3:36de8b9e4b1a 2558 this.label39.Name = "label39";
darienf 3:36de8b9e4b1a 2559 this.label39.Size = new System.Drawing.Size(112, 15);
darienf 3:36de8b9e4b1a 2560 this.label39.TabIndex = 9;
darienf 3:36de8b9e4b1a 2561 this.label39.Text = "* Power-On Default";
darienf 3:36de8b9e4b1a 2562 //
darienf 3:36de8b9e4b1a 2563 // cboMasterClock
darienf 3:36de8b9e4b1a 2564 //
darienf 3:36de8b9e4b1a 2565 this.cboMasterClock.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2566 this.cboMasterClock.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2567 this.cboMasterClock.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2568 this.cboMasterClock.DropDownWidth = 126;
darienf 3:36de8b9e4b1a 2569 this.cboMasterClock.Location = new System.Drawing.Point(16, 42);
darienf 3:36de8b9e4b1a 2570 this.cboMasterClock.Name = "cboMasterClock";
darienf 3:36de8b9e4b1a 2571 this.cboMasterClock.Size = new System.Drawing.Size(126, 21);
darienf 3:36de8b9e4b1a 2572 this.cboMasterClock.TabIndex = 8;
darienf 3:36de8b9e4b1a 2573 this.cboMasterClock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2574 this.cboMasterClock.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2575 this.cboMasterClock.SelectedIndexChanged += new System.EventHandler(this.cboMasterClock_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2576 //
darienf 3:36de8b9e4b1a 2577 // label31
darienf 3:36de8b9e4b1a 2578 //
darienf 3:36de8b9e4b1a 2579 this.label31.AutoSize = true;
darienf 3:36de8b9e4b1a 2580 this.label31.Location = new System.Drawing.Point(13, 25);
darienf 3:36de8b9e4b1a 2581 this.label31.Name = "label31";
darienf 3:36de8b9e4b1a 2582 this.label31.Size = new System.Drawing.Size(129, 15);
darienf 3:36de8b9e4b1a 2583 this.label31.TabIndex = 7;
darienf 3:36de8b9e4b1a 2584 this.label31.Text = "Master Clock (FMSTR)";
darienf 3:36de8b9e4b1a 2585 //
darienf 3:36de8b9e4b1a 2586 // tpBioZChannel
darienf 3:36de8b9e4b1a 2587 //
darienf 3:36de8b9e4b1a 2588 this.tpBioZChannel.Controls.Add(this.pnlBioZChannel);
darienf 3:36de8b9e4b1a 2589 this.tpBioZChannel.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 2590 this.tpBioZChannel.Name = "tpBioZChannel";
darienf 3:36de8b9e4b1a 2591 this.tpBioZChannel.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 2592 this.tpBioZChannel.TabIndex = 14;
darienf 3:36de8b9e4b1a 2593 this.tpBioZChannel.Text = "BioZ Channel";
darienf 3:36de8b9e4b1a 2594 this.tpBioZChannel.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 2595 //
darienf 3:36de8b9e4b1a 2596 // pnlBioZChannel
darienf 3:36de8b9e4b1a 2597 //
darienf 3:36de8b9e4b1a 2598 this.pnlBioZChannel.Controls.Add(this.label34);
darienf 3:36de8b9e4b1a 2599 this.pnlBioZChannel.Controls.Add(this.cboBioZAnalogHpf);
darienf 3:36de8b9e4b1a 2600 this.pnlBioZChannel.Controls.Add(this.cboBioZExternalResistorBiasEnable);
darienf 3:36de8b9e4b1a 2601 this.pnlBioZChannel.Controls.Add(this.cboBioZChannelGain);
darienf 3:36de8b9e4b1a 2602 this.pnlBioZChannel.Controls.Add(this.label25);
darienf 3:36de8b9e4b1a 2603 this.pnlBioZChannel.Controls.Add(this.cboBioZSampleRate);
darienf 3:36de8b9e4b1a 2604 this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorFrequency);
darienf 3:36de8b9e4b1a 2605 this.pnlBioZChannel.Controls.Add(this.cboBioZDigitalLpf);
darienf 3:36de8b9e4b1a 2606 this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorFrequency);
darienf 3:36de8b9e4b1a 2607 this.pnlBioZChannel.Controls.Add(this.cboBioZDigitalHpf);
darienf 3:36de8b9e4b1a 2608 this.pnlBioZChannel.Controls.Add(this.label21);
darienf 3:36de8b9e4b1a 2609 this.pnlBioZChannel.Controls.Add(this.cboBioZACLeadOffOverRangeThreshold);
darienf 3:36de8b9e4b1a 2610 this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorMagnitude);
darienf 3:36de8b9e4b1a 2611 this.pnlBioZChannel.Controls.Add(this.cboBioZACLeadOffUnderRangeThreshold);
darienf 3:36de8b9e4b1a 2612 this.pnlBioZChannel.Controls.Add(this.cboBioZModulationPhaseOffset);
darienf 3:36de8b9e4b1a 2613 this.pnlBioZChannel.Controls.Add(this.cboBioZDigitalLeadOffDetectionEnable);
darienf 3:36de8b9e4b1a 2614 this.pnlBioZChannel.Controls.Add(this.lblBioZExternalResistorBiasEnable);
darienf 3:36de8b9e4b1a 2615 this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorMonitor);
darienf 3:36de8b9e4b1a 2616 this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorMonitor);
darienf 3:36de8b9e4b1a 2617 this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorMode);
darienf 3:36de8b9e4b1a 2618 this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorMode);
darienf 3:36de8b9e4b1a 2619 this.pnlBioZChannel.Controls.Add(this.lblBioZAnalogHpf);
darienf 3:36de8b9e4b1a 2620 this.pnlBioZChannel.Controls.Add(this.lblBioZModulationPhaseOffset);
darienf 3:36de8b9e4b1a 2621 this.pnlBioZChannel.Controls.Add(this.linkLabel2);
darienf 3:36de8b9e4b1a 2622 this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorMagnitude);
darienf 3:36de8b9e4b1a 2623 this.pnlBioZChannel.Controls.Add(this.lblBioZChannelGain);
darienf 3:36de8b9e4b1a 2624 this.pnlBioZChannel.Controls.Add(this.lblBioZACLeadOffUnderRangeThreshold);
darienf 3:36de8b9e4b1a 2625 this.pnlBioZChannel.Controls.Add(this.lblBioZSampleRate);
darienf 3:36de8b9e4b1a 2626 this.pnlBioZChannel.Controls.Add(this.lblBioZACLeadOffOverRangeThreshold);
darienf 3:36de8b9e4b1a 2627 this.pnlBioZChannel.Controls.Add(this.lblBioZDigitalLpf);
darienf 3:36de8b9e4b1a 2628 this.pnlBioZChannel.Controls.Add(this.lblBioZDigitalLeadOffDetectionEnable);
darienf 3:36de8b9e4b1a 2629 this.pnlBioZChannel.Controls.Add(this.lblBioZDigitalHpf);
darienf 3:36de8b9e4b1a 2630 this.pnlBioZChannel.Controls.Add(this.picBioZChannel);
darienf 3:36de8b9e4b1a 2631 this.pnlBioZChannel.Location = new System.Drawing.Point(0, 5);
darienf 3:36de8b9e4b1a 2632 this.pnlBioZChannel.Margin = new System.Windows.Forms.Padding(2);
darienf 3:36de8b9e4b1a 2633 this.pnlBioZChannel.Name = "pnlBioZChannel";
darienf 3:36de8b9e4b1a 2634 this.pnlBioZChannel.Size = new System.Drawing.Size(946, 522);
darienf 3:36de8b9e4b1a 2635 this.pnlBioZChannel.TabIndex = 48;
darienf 3:36de8b9e4b1a 2636 //
darienf 3:36de8b9e4b1a 2637 // label34
darienf 3:36de8b9e4b1a 2638 //
darienf 3:36de8b9e4b1a 2639 this.label34.AutoSize = true;
darienf 3:36de8b9e4b1a 2640 this.label34.Location = new System.Drawing.Point(813, 491);
darienf 3:36de8b9e4b1a 2641 this.label34.Name = "label34";
darienf 3:36de8b9e4b1a 2642 this.label34.Size = new System.Drawing.Size(112, 15);
darienf 3:36de8b9e4b1a 2643 this.label34.TabIndex = 47;
darienf 3:36de8b9e4b1a 2644 this.label34.Text = "* Power-On Default";
darienf 3:36de8b9e4b1a 2645 //
darienf 3:36de8b9e4b1a 2646 // cboBioZAnalogHpf
darienf 3:36de8b9e4b1a 2647 //
darienf 3:36de8b9e4b1a 2648 this.cboBioZAnalogHpf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2649 this.cboBioZAnalogHpf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2650 this.cboBioZAnalogHpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2651 this.cboBioZAnalogHpf.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 2652 this.cboBioZAnalogHpf.Location = new System.Drawing.Point(94, 145);
darienf 3:36de8b9e4b1a 2653 this.cboBioZAnalogHpf.Name = "cboBioZAnalogHpf";
darienf 3:36de8b9e4b1a 2654 this.cboBioZAnalogHpf.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 2655 this.cboBioZAnalogHpf.TabIndex = 2;
darienf 3:36de8b9e4b1a 2656 this.cboBioZAnalogHpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2657 this.cboBioZAnalogHpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2658 //
darienf 3:36de8b9e4b1a 2659 // cboBioZExternalResistorBiasEnable
darienf 3:36de8b9e4b1a 2660 //
darienf 3:36de8b9e4b1a 2661 this.cboBioZExternalResistorBiasEnable.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2662 this.cboBioZExternalResistorBiasEnable.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2663 this.cboBioZExternalResistorBiasEnable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2664 this.cboBioZExternalResistorBiasEnable.DropDownWidth = 118;
darienf 3:36de8b9e4b1a 2665 this.cboBioZExternalResistorBiasEnable.Location = new System.Drawing.Point(80, 393);
darienf 3:36de8b9e4b1a 2666 this.cboBioZExternalResistorBiasEnable.Name = "cboBioZExternalResistorBiasEnable";
darienf 3:36de8b9e4b1a 2667 this.cboBioZExternalResistorBiasEnable.Size = new System.Drawing.Size(118, 21);
darienf 3:36de8b9e4b1a 2668 this.cboBioZExternalResistorBiasEnable.TabIndex = 12;
darienf 3:36de8b9e4b1a 2669 this.cboBioZExternalResistorBiasEnable.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2670 this.cboBioZExternalResistorBiasEnable.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2671 //
darienf 3:36de8b9e4b1a 2672 // cboBioZChannelGain
darienf 3:36de8b9e4b1a 2673 //
darienf 3:36de8b9e4b1a 2674 this.cboBioZChannelGain.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2675 this.cboBioZChannelGain.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2676 this.cboBioZChannelGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2677 this.cboBioZChannelGain.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 2678 this.cboBioZChannelGain.Location = new System.Drawing.Point(459, 141);
darienf 3:36de8b9e4b1a 2679 this.cboBioZChannelGain.Name = "cboBioZChannelGain";
darienf 3:36de8b9e4b1a 2680 this.cboBioZChannelGain.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 2681 this.cboBioZChannelGain.TabIndex = 5;
darienf 3:36de8b9e4b1a 2682 this.cboBioZChannelGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2683 this.cboBioZChannelGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2684 this.cboBioZChannelGain.SelectedIndexChanged += new System.EventHandler(this.cboBioZChannelGain_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2685 //
darienf 3:36de8b9e4b1a 2686 // label25
darienf 3:36de8b9e4b1a 2687 //
darienf 3:36de8b9e4b1a 2688 this.label25.AutoSize = true;
darienf 3:36de8b9e4b1a 2689 this.label25.Location = new System.Drawing.Point(231, 266);
darienf 3:36de8b9e4b1a 2690 this.label25.Name = "label25";
darienf 3:36de8b9e4b1a 2691 this.label25.Size = new System.Drawing.Size(106, 15);
darienf 3:36de8b9e4b1a 2692 this.label25.TabIndex = 32;
darienf 3:36de8b9e4b1a 2693 this.label25.Text = "Current Generator";
darienf 3:36de8b9e4b1a 2694 //
darienf 3:36de8b9e4b1a 2695 // cboBioZSampleRate
darienf 3:36de8b9e4b1a 2696 //
darienf 3:36de8b9e4b1a 2697 this.cboBioZSampleRate.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2698 this.cboBioZSampleRate.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2699 this.cboBioZSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2700 this.cboBioZSampleRate.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 2701 this.cboBioZSampleRate.Location = new System.Drawing.Point(575, 141);
darienf 3:36de8b9e4b1a 2702 this.cboBioZSampleRate.Name = "cboBioZSampleRate";
darienf 3:36de8b9e4b1a 2703 this.cboBioZSampleRate.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 2704 this.cboBioZSampleRate.TabIndex = 6;
darienf 3:36de8b9e4b1a 2705 this.cboBioZSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2706 this.cboBioZSampleRate.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2707 this.cboBioZSampleRate.SelectedIndexChanged += new System.EventHandler(this.cboBioZSampleRate_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2708 //
darienf 3:36de8b9e4b1a 2709 // cboBioZCurrentGeneratorFrequency
darienf 3:36de8b9e4b1a 2710 //
darienf 3:36de8b9e4b1a 2711 this.cboBioZCurrentGeneratorFrequency.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2712 this.cboBioZCurrentGeneratorFrequency.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2713 this.cboBioZCurrentGeneratorFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2714 this.cboBioZCurrentGeneratorFrequency.DropDownWidth = 192;
darienf 3:36de8b9e4b1a 2715 this.cboBioZCurrentGeneratorFrequency.Location = new System.Drawing.Point(234, 303);
darienf 3:36de8b9e4b1a 2716 this.cboBioZCurrentGeneratorFrequency.Name = "cboBioZCurrentGeneratorFrequency";
darienf 3:36de8b9e4b1a 2717 this.cboBioZCurrentGeneratorFrequency.Size = new System.Drawing.Size(192, 21);
darienf 3:36de8b9e4b1a 2718 this.cboBioZCurrentGeneratorFrequency.TabIndex = 31;
darienf 3:36de8b9e4b1a 2719 this.cboBioZCurrentGeneratorFrequency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2720 this.cboBioZCurrentGeneratorFrequency.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2721 this.cboBioZCurrentGeneratorFrequency.SelectedIndexChanged += new System.EventHandler(this.cboBioZCurrentGeneratorFrequency_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2722 //
darienf 3:36de8b9e4b1a 2723 // cboBioZDigitalLpf
darienf 3:36de8b9e4b1a 2724 //
darienf 3:36de8b9e4b1a 2725 this.cboBioZDigitalLpf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2726 this.cboBioZDigitalLpf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2727 this.cboBioZDigitalLpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2728 this.cboBioZDigitalLpf.DropDownWidth = 107;
darienf 3:36de8b9e4b1a 2729 this.cboBioZDigitalLpf.Location = new System.Drawing.Point(710, 141);
darienf 3:36de8b9e4b1a 2730 this.cboBioZDigitalLpf.Name = "cboBioZDigitalLpf";
darienf 3:36de8b9e4b1a 2731 this.cboBioZDigitalLpf.Size = new System.Drawing.Size(107, 21);
darienf 3:36de8b9e4b1a 2732 this.cboBioZDigitalLpf.TabIndex = 7;
darienf 3:36de8b9e4b1a 2733 this.cboBioZDigitalLpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2734 this.cboBioZDigitalLpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2735 //
darienf 3:36de8b9e4b1a 2736 // lblBioZCurrentGeneratorFrequency
darienf 3:36de8b9e4b1a 2737 //
darienf 3:36de8b9e4b1a 2738 this.lblBioZCurrentGeneratorFrequency.AutoSize = true;
darienf 3:36de8b9e4b1a 2739 this.lblBioZCurrentGeneratorFrequency.Location = new System.Drawing.Point(231, 285);
darienf 3:36de8b9e4b1a 2740 this.lblBioZCurrentGeneratorFrequency.Name = "lblBioZCurrentGeneratorFrequency";
darienf 3:36de8b9e4b1a 2741 this.lblBioZCurrentGeneratorFrequency.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 2742 this.lblBioZCurrentGeneratorFrequency.TabIndex = 30;
darienf 3:36de8b9e4b1a 2743 this.lblBioZCurrentGeneratorFrequency.Text = "Frequency";
darienf 3:36de8b9e4b1a 2744 //
darienf 3:36de8b9e4b1a 2745 // cboBioZDigitalHpf
darienf 3:36de8b9e4b1a 2746 //
darienf 3:36de8b9e4b1a 2747 this.cboBioZDigitalHpf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2748 this.cboBioZDigitalHpf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2749 this.cboBioZDigitalHpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2750 this.cboBioZDigitalHpf.DropDownWidth = 106;
darienf 3:36de8b9e4b1a 2751 this.cboBioZDigitalHpf.Location = new System.Drawing.Point(711, 183);
darienf 3:36de8b9e4b1a 2752 this.cboBioZDigitalHpf.Name = "cboBioZDigitalHpf";
darienf 3:36de8b9e4b1a 2753 this.cboBioZDigitalHpf.Size = new System.Drawing.Size(106, 21);
darienf 3:36de8b9e4b1a 2754 this.cboBioZDigitalHpf.TabIndex = 8;
darienf 3:36de8b9e4b1a 2755 this.cboBioZDigitalHpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2756 this.cboBioZDigitalHpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2757 //
darienf 3:36de8b9e4b1a 2758 // label21
darienf 3:36de8b9e4b1a 2759 //
darienf 3:36de8b9e4b1a 2760 this.label21.AutoSize = true;
darienf 3:36de8b9e4b1a 2761 this.label21.Location = new System.Drawing.Point(693, 263);
darienf 3:36de8b9e4b1a 2762 this.label21.Name = "label21";
darienf 3:36de8b9e4b1a 2763 this.label21.Size = new System.Drawing.Size(146, 15);
darienf 3:36de8b9e4b1a 2764 this.label21.TabIndex = 29;
darienf 3:36de8b9e4b1a 2765 this.label21.Text = "Digital Lead Off Detection";
darienf 3:36de8b9e4b1a 2766 //
darienf 3:36de8b9e4b1a 2767 // cboBioZACLeadOffOverRangeThreshold
darienf 3:36de8b9e4b1a 2768 //
darienf 3:36de8b9e4b1a 2769 this.cboBioZACLeadOffOverRangeThreshold.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2770 this.cboBioZACLeadOffOverRangeThreshold.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2771 this.cboBioZACLeadOffOverRangeThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2772 this.cboBioZACLeadOffOverRangeThreshold.DropDownWidth = 128;
darienf 3:36de8b9e4b1a 2773 this.cboBioZACLeadOffOverRangeThreshold.Location = new System.Drawing.Point(696, 344);
darienf 3:36de8b9e4b1a 2774 this.cboBioZACLeadOffOverRangeThreshold.Name = "cboBioZACLeadOffOverRangeThreshold";
darienf 3:36de8b9e4b1a 2775 this.cboBioZACLeadOffOverRangeThreshold.Size = new System.Drawing.Size(128, 21);
darienf 3:36de8b9e4b1a 2776 this.cboBioZACLeadOffOverRangeThreshold.TabIndex = 9;
darienf 3:36de8b9e4b1a 2777 this.cboBioZACLeadOffOverRangeThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2778 this.cboBioZACLeadOffOverRangeThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2779 //
darienf 3:36de8b9e4b1a 2780 // cboBioZCurrentGeneratorMagnitude
darienf 3:36de8b9e4b1a 2781 //
darienf 3:36de8b9e4b1a 2782 this.cboBioZCurrentGeneratorMagnitude.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2783 this.cboBioZCurrentGeneratorMagnitude.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2784 this.cboBioZCurrentGeneratorMagnitude.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2785 this.cboBioZCurrentGeneratorMagnitude.DropDownWidth = 123;
darienf 3:36de8b9e4b1a 2786 this.cboBioZCurrentGeneratorMagnitude.Location = new System.Drawing.Point(234, 347);
darienf 3:36de8b9e4b1a 2787 this.cboBioZCurrentGeneratorMagnitude.Name = "cboBioZCurrentGeneratorMagnitude";
darienf 3:36de8b9e4b1a 2788 this.cboBioZCurrentGeneratorMagnitude.Size = new System.Drawing.Size(123, 21);
darienf 3:36de8b9e4b1a 2789 this.cboBioZCurrentGeneratorMagnitude.TabIndex = 3;
darienf 3:36de8b9e4b1a 2790 this.cboBioZCurrentGeneratorMagnitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2791 this.cboBioZCurrentGeneratorMagnitude.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2792 this.cboBioZCurrentGeneratorMagnitude.SelectedIndexChanged += new System.EventHandler(this.cboBioZCurrentGeneratorMagnitude_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2793 //
darienf 3:36de8b9e4b1a 2794 // cboBioZACLeadOffUnderRangeThreshold
darienf 3:36de8b9e4b1a 2795 //
darienf 3:36de8b9e4b1a 2796 this.cboBioZACLeadOffUnderRangeThreshold.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2797 this.cboBioZACLeadOffUnderRangeThreshold.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2798 this.cboBioZACLeadOffUnderRangeThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2799 this.cboBioZACLeadOffUnderRangeThreshold.DropDownWidth = 128;
darienf 3:36de8b9e4b1a 2800 this.cboBioZACLeadOffUnderRangeThreshold.Location = new System.Drawing.Point(696, 386);
darienf 3:36de8b9e4b1a 2801 this.cboBioZACLeadOffUnderRangeThreshold.Name = "cboBioZACLeadOffUnderRangeThreshold";
darienf 3:36de8b9e4b1a 2802 this.cboBioZACLeadOffUnderRangeThreshold.Size = new System.Drawing.Size(128, 21);
darienf 3:36de8b9e4b1a 2803 this.cboBioZACLeadOffUnderRangeThreshold.TabIndex = 10;
darienf 3:36de8b9e4b1a 2804 this.cboBioZACLeadOffUnderRangeThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2805 this.cboBioZACLeadOffUnderRangeThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2806 //
darienf 3:36de8b9e4b1a 2807 // cboBioZModulationPhaseOffset
darienf 3:36de8b9e4b1a 2808 //
darienf 3:36de8b9e4b1a 2809 this.cboBioZModulationPhaseOffset.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2810 this.cboBioZModulationPhaseOffset.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2811 this.cboBioZModulationPhaseOffset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2812 this.cboBioZModulationPhaseOffset.DropDownWidth = 186;
darienf 3:36de8b9e4b1a 2813 this.cboBioZModulationPhaseOffset.Location = new System.Drawing.Point(367, 211);
darienf 3:36de8b9e4b1a 2814 this.cboBioZModulationPhaseOffset.Name = "cboBioZModulationPhaseOffset";
darienf 3:36de8b9e4b1a 2815 this.cboBioZModulationPhaseOffset.Size = new System.Drawing.Size(186, 21);
darienf 3:36de8b9e4b1a 2816 this.cboBioZModulationPhaseOffset.TabIndex = 4;
darienf 3:36de8b9e4b1a 2817 this.cboBioZModulationPhaseOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2818 this.cboBioZModulationPhaseOffset.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2819 //
darienf 3:36de8b9e4b1a 2820 // cboBioZDigitalLeadOffDetectionEnable
darienf 3:36de8b9e4b1a 2821 //
darienf 3:36de8b9e4b1a 2822 this.cboBioZDigitalLeadOffDetectionEnable.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2823 this.cboBioZDigitalLeadOffDetectionEnable.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2824 this.cboBioZDigitalLeadOffDetectionEnable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2825 this.cboBioZDigitalLeadOffDetectionEnable.DropDownWidth = 188;
darienf 3:36de8b9e4b1a 2826 this.cboBioZDigitalLeadOffDetectionEnable.Location = new System.Drawing.Point(696, 300);
darienf 3:36de8b9e4b1a 2827 this.cboBioZDigitalLeadOffDetectionEnable.Name = "cboBioZDigitalLeadOffDetectionEnable";
darienf 3:36de8b9e4b1a 2828 this.cboBioZDigitalLeadOffDetectionEnable.Size = new System.Drawing.Size(188, 21);
darienf 3:36de8b9e4b1a 2829 this.cboBioZDigitalLeadOffDetectionEnable.TabIndex = 11;
darienf 3:36de8b9e4b1a 2830 this.cboBioZDigitalLeadOffDetectionEnable.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2831 this.cboBioZDigitalLeadOffDetectionEnable.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2832 this.cboBioZDigitalLeadOffDetectionEnable.SelectedIndexChanged += new System.EventHandler(this.cboBioZDigitalLeadOffDetectionEnable_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 2833 //
darienf 3:36de8b9e4b1a 2834 // lblBioZExternalResistorBiasEnable
darienf 3:36de8b9e4b1a 2835 //
darienf 3:36de8b9e4b1a 2836 this.lblBioZExternalResistorBiasEnable.Location = new System.Drawing.Point(81, 360);
darienf 3:36de8b9e4b1a 2837 this.lblBioZExternalResistorBiasEnable.Name = "lblBioZExternalResistorBiasEnable";
darienf 3:36de8b9e4b1a 2838 this.lblBioZExternalResistorBiasEnable.Size = new System.Drawing.Size(117, 37);
darienf 3:36de8b9e4b1a 2839 this.lblBioZExternalResistorBiasEnable.TabIndex = 28;
darienf 3:36de8b9e4b1a 2840 this.lblBioZExternalResistorBiasEnable.Text = "External Resistor Bias Enable";
darienf 3:36de8b9e4b1a 2841 //
darienf 3:36de8b9e4b1a 2842 // cboBioZCurrentGeneratorMonitor
darienf 3:36de8b9e4b1a 2843 //
darienf 3:36de8b9e4b1a 2844 this.cboBioZCurrentGeneratorMonitor.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2845 this.cboBioZCurrentGeneratorMonitor.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2846 this.cboBioZCurrentGeneratorMonitor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2847 this.cboBioZCurrentGeneratorMonitor.DropDownWidth = 123;
darienf 3:36de8b9e4b1a 2848 this.cboBioZCurrentGeneratorMonitor.Location = new System.Drawing.Point(234, 435);
darienf 3:36de8b9e4b1a 2849 this.cboBioZCurrentGeneratorMonitor.Name = "cboBioZCurrentGeneratorMonitor";
darienf 3:36de8b9e4b1a 2850 this.cboBioZCurrentGeneratorMonitor.Size = new System.Drawing.Size(123, 21);
darienf 3:36de8b9e4b1a 2851 this.cboBioZCurrentGeneratorMonitor.TabIndex = 13;
darienf 3:36de8b9e4b1a 2852 this.cboBioZCurrentGeneratorMonitor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2853 this.cboBioZCurrentGeneratorMonitor.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2854 //
darienf 3:36de8b9e4b1a 2855 // lblBioZCurrentGeneratorMonitor
darienf 3:36de8b9e4b1a 2856 //
darienf 3:36de8b9e4b1a 2857 this.lblBioZCurrentGeneratorMonitor.AutoSize = true;
darienf 3:36de8b9e4b1a 2858 this.lblBioZCurrentGeneratorMonitor.Location = new System.Drawing.Point(231, 417);
darienf 3:36de8b9e4b1a 2859 this.lblBioZCurrentGeneratorMonitor.Name = "lblBioZCurrentGeneratorMonitor";
darienf 3:36de8b9e4b1a 2860 this.lblBioZCurrentGeneratorMonitor.Size = new System.Drawing.Size(47, 15);
darienf 3:36de8b9e4b1a 2861 this.lblBioZCurrentGeneratorMonitor.TabIndex = 27;
darienf 3:36de8b9e4b1a 2862 this.lblBioZCurrentGeneratorMonitor.Text = "Monitor";
darienf 3:36de8b9e4b1a 2863 //
darienf 3:36de8b9e4b1a 2864 // cboBioZCurrentGeneratorMode
darienf 3:36de8b9e4b1a 2865 //
darienf 3:36de8b9e4b1a 2866 this.cboBioZCurrentGeneratorMode.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 2867 this.cboBioZCurrentGeneratorMode.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 2868 this.cboBioZCurrentGeneratorMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 2869 this.cboBioZCurrentGeneratorMode.DropDownWidth = 192;
darienf 3:36de8b9e4b1a 2870 this.cboBioZCurrentGeneratorMode.Location = new System.Drawing.Point(234, 393);
darienf 3:36de8b9e4b1a 2871 this.cboBioZCurrentGeneratorMode.Name = "cboBioZCurrentGeneratorMode";
darienf 3:36de8b9e4b1a 2872 this.cboBioZCurrentGeneratorMode.Size = new System.Drawing.Size(192, 21);
darienf 3:36de8b9e4b1a 2873 this.cboBioZCurrentGeneratorMode.TabIndex = 14;
darienf 3:36de8b9e4b1a 2874 this.cboBioZCurrentGeneratorMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 2875 this.cboBioZCurrentGeneratorMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 2876 //
darienf 3:36de8b9e4b1a 2877 // lblBioZCurrentGeneratorMode
darienf 3:36de8b9e4b1a 2878 //
darienf 3:36de8b9e4b1a 2879 this.lblBioZCurrentGeneratorMode.AutoSize = true;
darienf 3:36de8b9e4b1a 2880 this.lblBioZCurrentGeneratorMode.Location = new System.Drawing.Point(231, 375);
darienf 3:36de8b9e4b1a 2881 this.lblBioZCurrentGeneratorMode.Name = "lblBioZCurrentGeneratorMode";
darienf 3:36de8b9e4b1a 2882 this.lblBioZCurrentGeneratorMode.Size = new System.Drawing.Size(37, 15);
darienf 3:36de8b9e4b1a 2883 this.lblBioZCurrentGeneratorMode.TabIndex = 26;
darienf 3:36de8b9e4b1a 2884 this.lblBioZCurrentGeneratorMode.Text = "Mode";
darienf 3:36de8b9e4b1a 2885 //
darienf 3:36de8b9e4b1a 2886 // lblBioZAnalogHpf
darienf 3:36de8b9e4b1a 2887 //
darienf 3:36de8b9e4b1a 2888 this.lblBioZAnalogHpf.AutoSize = true;
darienf 3:36de8b9e4b1a 2889 this.lblBioZAnalogHpf.Location = new System.Drawing.Point(92, 128);
darienf 3:36de8b9e4b1a 2890 this.lblBioZAnalogHpf.Name = "lblBioZAnalogHpf";
darienf 3:36de8b9e4b1a 2891 this.lblBioZAnalogHpf.Size = new System.Drawing.Size(107, 15);
darienf 3:36de8b9e4b1a 2892 this.lblBioZAnalogHpf.TabIndex = 15;
darienf 3:36de8b9e4b1a 2893 this.lblBioZAnalogHpf.Text = "Analog HPF Cutoff";
darienf 3:36de8b9e4b1a 2894 //
darienf 3:36de8b9e4b1a 2895 // lblBioZModulationPhaseOffset
darienf 3:36de8b9e4b1a 2896 //
darienf 3:36de8b9e4b1a 2897 this.lblBioZModulationPhaseOffset.Location = new System.Drawing.Point(367, 177);
darienf 3:36de8b9e4b1a 2898 this.lblBioZModulationPhaseOffset.Name = "lblBioZModulationPhaseOffset";
darienf 3:36de8b9e4b1a 2899 this.lblBioZModulationPhaseOffset.Size = new System.Drawing.Size(86, 39);
darienf 3:36de8b9e4b1a 2900 this.lblBioZModulationPhaseOffset.TabIndex = 25;
darienf 3:36de8b9e4b1a 2901 this.lblBioZModulationPhaseOffset.Text = "Modulation Phase Offset";
darienf 3:36de8b9e4b1a 2902 //
darienf 3:36de8b9e4b1a 2903 // linkLabel2
darienf 3:36de8b9e4b1a 2904 //
darienf 3:36de8b9e4b1a 2905 this.linkLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 2906 this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 2907 this.linkLabel2.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 2908 this.linkLabel2.Location = new System.Drawing.Point(74, 51);
darienf 3:36de8b9e4b1a 2909 this.linkLabel2.Name = "linkLabel2";
darienf 3:36de8b9e4b1a 2910 this.linkLabel2.Size = new System.Drawing.Size(55, 54);
darienf 3:36de8b9e4b1a 2911 this.linkLabel2.TabIndex = 16;
darienf 3:36de8b9e4b1a 2912 this.linkLabel2.TabStop = true;
darienf 3:36de8b9e4b1a 2913 this.linkLabel2.Text = "BioZ Input MUX";
darienf 3:36de8b9e4b1a 2914 this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
darienf 3:36de8b9e4b1a 2915 this.linkLabel2.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 2916 this.linkLabel2.Click += new System.EventHandler(this.linkLabel2_Click);
darienf 3:36de8b9e4b1a 2917 //
darienf 3:36de8b9e4b1a 2918 // lblBioZCurrentGeneratorMagnitude
darienf 3:36de8b9e4b1a 2919 //
darienf 3:36de8b9e4b1a 2920 this.lblBioZCurrentGeneratorMagnitude.AutoSize = true;
darienf 3:36de8b9e4b1a 2921 this.lblBioZCurrentGeneratorMagnitude.Location = new System.Drawing.Point(231, 329);
darienf 3:36de8b9e4b1a 2922 this.lblBioZCurrentGeneratorMagnitude.Name = "lblBioZCurrentGeneratorMagnitude";
darienf 3:36de8b9e4b1a 2923 this.lblBioZCurrentGeneratorMagnitude.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 2924 this.lblBioZCurrentGeneratorMagnitude.TabIndex = 24;
darienf 3:36de8b9e4b1a 2925 this.lblBioZCurrentGeneratorMagnitude.Text = "Magnitude";
darienf 3:36de8b9e4b1a 2926 //
darienf 3:36de8b9e4b1a 2927 // lblBioZChannelGain
darienf 3:36de8b9e4b1a 2928 //
darienf 3:36de8b9e4b1a 2929 this.lblBioZChannelGain.AutoSize = true;
darienf 3:36de8b9e4b1a 2930 this.lblBioZChannelGain.Location = new System.Drawing.Point(456, 123);
darienf 3:36de8b9e4b1a 2931 this.lblBioZChannelGain.Name = "lblBioZChannelGain";
darienf 3:36de8b9e4b1a 2932 this.lblBioZChannelGain.Size = new System.Drawing.Size(83, 15);
darienf 3:36de8b9e4b1a 2933 this.lblBioZChannelGain.TabIndex = 17;
darienf 3:36de8b9e4b1a 2934 this.lblBioZChannelGain.Text = "Channel Gain";
darienf 3:36de8b9e4b1a 2935 //
darienf 3:36de8b9e4b1a 2936 // lblBioZACLeadOffUnderRangeThreshold
darienf 3:36de8b9e4b1a 2937 //
darienf 3:36de8b9e4b1a 2938 this.lblBioZACLeadOffUnderRangeThreshold.AutoSize = true;
darienf 3:36de8b9e4b1a 2939 this.lblBioZACLeadOffUnderRangeThreshold.Location = new System.Drawing.Point(696, 368);
darienf 3:36de8b9e4b1a 2940 this.lblBioZACLeadOffUnderRangeThreshold.Name = "lblBioZACLeadOffUnderRangeThreshold";
darienf 3:36de8b9e4b1a 2941 this.lblBioZACLeadOffUnderRangeThreshold.Size = new System.Drawing.Size(160, 15);
darienf 3:36de8b9e4b1a 2942 this.lblBioZACLeadOffUnderRangeThreshold.TabIndex = 23;
darienf 3:36de8b9e4b1a 2943 this.lblBioZACLeadOffUnderRangeThreshold.Text = "AC Under-Range Threshold";
darienf 3:36de8b9e4b1a 2944 //
darienf 3:36de8b9e4b1a 2945 // lblBioZSampleRate
darienf 3:36de8b9e4b1a 2946 //
darienf 3:36de8b9e4b1a 2947 this.lblBioZSampleRate.AutoSize = true;
darienf 3:36de8b9e4b1a 2948 this.lblBioZSampleRate.Location = new System.Drawing.Point(572, 123);
darienf 3:36de8b9e4b1a 2949 this.lblBioZSampleRate.Name = "lblBioZSampleRate";
darienf 3:36de8b9e4b1a 2950 this.lblBioZSampleRate.Size = new System.Drawing.Size(79, 15);
darienf 3:36de8b9e4b1a 2951 this.lblBioZSampleRate.TabIndex = 18;
darienf 3:36de8b9e4b1a 2952 this.lblBioZSampleRate.Text = "Sample Rate";
darienf 3:36de8b9e4b1a 2953 //
darienf 3:36de8b9e4b1a 2954 // lblBioZACLeadOffOverRangeThreshold
darienf 3:36de8b9e4b1a 2955 //
darienf 3:36de8b9e4b1a 2956 this.lblBioZACLeadOffOverRangeThreshold.AutoSize = true;
darienf 3:36de8b9e4b1a 2957 this.lblBioZACLeadOffOverRangeThreshold.Location = new System.Drawing.Point(696, 326);
darienf 3:36de8b9e4b1a 2958 this.lblBioZACLeadOffOverRangeThreshold.Name = "lblBioZACLeadOffOverRangeThreshold";
darienf 3:36de8b9e4b1a 2959 this.lblBioZACLeadOffOverRangeThreshold.Size = new System.Drawing.Size(151, 15);
darienf 3:36de8b9e4b1a 2960 this.lblBioZACLeadOffOverRangeThreshold.TabIndex = 22;
darienf 3:36de8b9e4b1a 2961 this.lblBioZACLeadOffOverRangeThreshold.Text = "AC Over-Range Threshold";
darienf 3:36de8b9e4b1a 2962 //
darienf 3:36de8b9e4b1a 2963 // lblBioZDigitalLpf
darienf 3:36de8b9e4b1a 2964 //
darienf 3:36de8b9e4b1a 2965 this.lblBioZDigitalLpf.AutoSize = true;
darienf 3:36de8b9e4b1a 2966 this.lblBioZDigitalLpf.Location = new System.Drawing.Point(708, 123);
darienf 3:36de8b9e4b1a 2967 this.lblBioZDigitalLpf.Name = "lblBioZDigitalLpf";
darienf 3:36de8b9e4b1a 2968 this.lblBioZDigitalLpf.Size = new System.Drawing.Size(102, 15);
darienf 3:36de8b9e4b1a 2969 this.lblBioZDigitalLpf.TabIndex = 19;
darienf 3:36de8b9e4b1a 2970 this.lblBioZDigitalLpf.Text = "Digital LPF Cutoff";
darienf 3:36de8b9e4b1a 2971 //
darienf 3:36de8b9e4b1a 2972 // lblBioZDigitalLeadOffDetectionEnable
darienf 3:36de8b9e4b1a 2973 //
darienf 3:36de8b9e4b1a 2974 this.lblBioZDigitalLeadOffDetectionEnable.AutoSize = true;
darienf 3:36de8b9e4b1a 2975 this.lblBioZDigitalLeadOffDetectionEnable.Location = new System.Drawing.Point(693, 282);
darienf 3:36de8b9e4b1a 2976 this.lblBioZDigitalLeadOffDetectionEnable.Name = "lblBioZDigitalLeadOffDetectionEnable";
darienf 3:36de8b9e4b1a 2977 this.lblBioZDigitalLeadOffDetectionEnable.Size = new System.Drawing.Size(46, 15);
darienf 3:36de8b9e4b1a 2978 this.lblBioZDigitalLeadOffDetectionEnable.TabIndex = 21;
darienf 3:36de8b9e4b1a 2979 this.lblBioZDigitalLeadOffDetectionEnable.Text = "Enable";
darienf 3:36de8b9e4b1a 2980 //
darienf 3:36de8b9e4b1a 2981 // lblBioZDigitalHpf
darienf 3:36de8b9e4b1a 2982 //
darienf 3:36de8b9e4b1a 2983 this.lblBioZDigitalHpf.AutoSize = true;
darienf 3:36de8b9e4b1a 2984 this.lblBioZDigitalHpf.Location = new System.Drawing.Point(708, 165);
darienf 3:36de8b9e4b1a 2985 this.lblBioZDigitalHpf.Name = "lblBioZDigitalHpf";
darienf 3:36de8b9e4b1a 2986 this.lblBioZDigitalHpf.Size = new System.Drawing.Size(104, 15);
darienf 3:36de8b9e4b1a 2987 this.lblBioZDigitalHpf.TabIndex = 20;
darienf 3:36de8b9e4b1a 2988 this.lblBioZDigitalHpf.Text = "Digital HPF Cutoff";
darienf 3:36de8b9e4b1a 2989 //
darienf 3:36de8b9e4b1a 2990 // picBioZChannel
darienf 3:36de8b9e4b1a 2991 //
darienf 3:36de8b9e4b1a 2992 this.picBioZChannel.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 2993 this.picBioZChannel.Image = global::HealthSensorPlatform.Properties.Resources.bio_impedance_block;
darienf 3:36de8b9e4b1a 2994 this.picBioZChannel.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 2995 this.picBioZChannel.Name = "picBioZChannel";
darienf 3:36de8b9e4b1a 2996 this.picBioZChannel.Size = new System.Drawing.Size(946, 522);
darienf 3:36de8b9e4b1a 2997 this.picBioZChannel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 2998 this.picBioZChannel.TabIndex = 1;
darienf 3:36de8b9e4b1a 2999 this.picBioZChannel.TabStop = false;
darienf 3:36de8b9e4b1a 3000 //
darienf 3:36de8b9e4b1a 3001 // tpMAX30001BioZInputMux
darienf 3:36de8b9e4b1a 3002 //
darienf 3:36de8b9e4b1a 3003 this.tpMAX30001BioZInputMux.Controls.Add(this.pnlBioZMux);
darienf 3:36de8b9e4b1a 3004 this.tpMAX30001BioZInputMux.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 3005 this.tpMAX30001BioZInputMux.Name = "tpMAX30001BioZInputMux";
darienf 3:36de8b9e4b1a 3006 this.tpMAX30001BioZInputMux.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 3007 this.tpMAX30001BioZInputMux.TabIndex = 15;
darienf 3:36de8b9e4b1a 3008 this.tpMAX30001BioZInputMux.Text = "BioZ MUX";
darienf 3:36de8b9e4b1a 3009 this.tpMAX30001BioZInputMux.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 3010 //
darienf 3:36de8b9e4b1a 3011 // pnlBioZMux
darienf 3:36de8b9e4b1a 3012 //
darienf 3:36de8b9e4b1a 3013 this.pnlBioZMux.Controls.Add(this.label36);
darienf 3:36de8b9e4b1a 3014 this.pnlBioZMux.Controls.Add(this.linkLabelBioZLoad);
darienf 3:36de8b9e4b1a 3015 this.pnlBioZMux.Controls.Add(this.cboBioZCalEnVcal);
darienf 3:36de8b9e4b1a 3016 this.pnlBioZMux.Controls.Add(this.lblBmuxEnUlpLon);
darienf 3:36de8b9e4b1a 3017 this.pnlBioZMux.Controls.Add(this.cboBioZCalVMode);
darienf 3:36de8b9e4b1a 3018 this.pnlBioZMux.Controls.Add(this.cboBmuxEnUlpLon);
darienf 3:36de8b9e4b1a 3019 this.pnlBioZMux.Controls.Add(this.cboBioZDcloffImag);
darienf 3:36de8b9e4b1a 3020 this.pnlBioZMux.Controls.Add(this.lblBioZCalEnVcal);
darienf 3:36de8b9e4b1a 3021 this.pnlBioZMux.Controls.Add(this.label27);
darienf 3:36de8b9e4b1a 3022 this.pnlBioZMux.Controls.Add(this.lblBioZCalVMode);
darienf 3:36de8b9e4b1a 3023 this.pnlBioZMux.Controls.Add(this.cboBioZBmuxCalnSel);
darienf 3:36de8b9e4b1a 3024 this.pnlBioZMux.Controls.Add(this.lblBioZDcloffImag);
darienf 3:36de8b9e4b1a 3025 this.pnlBioZMux.Controls.Add(this.lblBioZBmuxCalnSel);
darienf 3:36de8b9e4b1a 3026 this.pnlBioZMux.Controls.Add(this.cboBioZCalVmag);
darienf 3:36de8b9e4b1a 3027 this.pnlBioZMux.Controls.Add(this.cboBioZBmuxCalpSel);
darienf 3:36de8b9e4b1a 3028 this.pnlBioZMux.Controls.Add(this.cboBioZCalFifty);
darienf 3:36de8b9e4b1a 3029 this.pnlBioZMux.Controls.Add(this.lblBioZBmuxCalpSel);
darienf 3:36de8b9e4b1a 3030 this.pnlBioZMux.Controls.Add(this.cboBioZCalThigh);
darienf 3:36de8b9e4b1a 3031 this.pnlBioZMux.Controls.Add(this.cboBioZRbiasn);
darienf 3:36de8b9e4b1a 3032 this.pnlBioZMux.Controls.Add(this.cboBioZCalFcal);
darienf 3:36de8b9e4b1a 3033 this.pnlBioZMux.Controls.Add(this.lblBioZRbiasn);
darienf 3:36de8b9e4b1a 3034 this.pnlBioZMux.Controls.Add(this.lblBioZCalFifty);
darienf 3:36de8b9e4b1a 3035 this.pnlBioZMux.Controls.Add(this.cboBioZRbiasp);
darienf 3:36de8b9e4b1a 3036 this.pnlBioZMux.Controls.Add(this.lblBioZCalThigh);
darienf 3:36de8b9e4b1a 3037 this.pnlBioZMux.Controls.Add(this.lblBioZRbiasp);
darienf 3:36de8b9e4b1a 3038 this.pnlBioZMux.Controls.Add(this.lblBioZCalFcal);
darienf 3:36de8b9e4b1a 3039 this.pnlBioZMux.Controls.Add(this.cboBioZRbiasv);
darienf 3:36de8b9e4b1a 3040 this.pnlBioZMux.Controls.Add(this.lblBioZCalVmag);
darienf 3:36de8b9e4b1a 3041 this.pnlBioZMux.Controls.Add(this.lblBioZRbiasv);
darienf 3:36de8b9e4b1a 3042 this.pnlBioZMux.Controls.Add(this.lblBioZBmuxOpenp);
darienf 3:36de8b9e4b1a 3043 this.pnlBioZMux.Controls.Add(this.cboBioZEnRbias);
darienf 3:36de8b9e4b1a 3044 this.pnlBioZMux.Controls.Add(this.lblBioZBmuxOpenn);
darienf 3:36de8b9e4b1a 3045 this.pnlBioZMux.Controls.Add(this.lblBioZEnRbias);
darienf 3:36de8b9e4b1a 3046 this.pnlBioZMux.Controls.Add(this.cboBioZBmuxOpenp);
darienf 3:36de8b9e4b1a 3047 this.pnlBioZMux.Controls.Add(this.lblBioZDcloffVth);
darienf 3:36de8b9e4b1a 3048 this.pnlBioZMux.Controls.Add(this.cboBioZBmuxOpenn);
darienf 3:36de8b9e4b1a 3049 this.pnlBioZMux.Controls.Add(this.cboBioZDcloffVth);
darienf 3:36de8b9e4b1a 3050 this.pnlBioZMux.Controls.Add(this.lblBioZEnDcloff);
darienf 3:36de8b9e4b1a 3051 this.pnlBioZMux.Controls.Add(this.cboBioZDcloffIpol);
darienf 3:36de8b9e4b1a 3052 this.pnlBioZMux.Controls.Add(this.cboBioZEnDcloff);
darienf 3:36de8b9e4b1a 3053 this.pnlBioZMux.Controls.Add(this.lblBioZDcloffIpol);
darienf 3:36de8b9e4b1a 3054 this.pnlBioZMux.Controls.Add(this.pictureBox2);
darienf 3:36de8b9e4b1a 3055 this.pnlBioZMux.Controls.Add(this.picLoff1);
darienf 3:36de8b9e4b1a 3056 this.pnlBioZMux.Controls.Add(this.picLoff2);
darienf 3:36de8b9e4b1a 3057 this.pnlBioZMux.Controls.Add(this.picLeadOn);
darienf 3:36de8b9e4b1a 3058 this.pnlBioZMux.Controls.Add(this.picBioZsw1);
darienf 3:36de8b9e4b1a 3059 this.pnlBioZMux.Controls.Add(this.picBioZsw2);
darienf 3:36de8b9e4b1a 3060 this.pnlBioZMux.Controls.Add(this.picLeadBias1);
darienf 3:36de8b9e4b1a 3061 this.pnlBioZMux.Controls.Add(this.picLeadBias2);
darienf 3:36de8b9e4b1a 3062 this.pnlBioZMux.Controls.Add(this.picBioZCal1);
darienf 3:36de8b9e4b1a 3063 this.pnlBioZMux.Controls.Add(this.picBioZCal2);
darienf 3:36de8b9e4b1a 3064 this.pnlBioZMux.Location = new System.Drawing.Point(1, 2);
darienf 3:36de8b9e4b1a 3065 this.pnlBioZMux.Margin = new System.Windows.Forms.Padding(2);
darienf 3:36de8b9e4b1a 3066 this.pnlBioZMux.Name = "pnlBioZMux";
darienf 3:36de8b9e4b1a 3067 this.pnlBioZMux.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3068 this.pnlBioZMux.TabIndex = 127;
darienf 3:36de8b9e4b1a 3069 //
darienf 3:36de8b9e4b1a 3070 // label36
darienf 3:36de8b9e4b1a 3071 //
darienf 3:36de8b9e4b1a 3072 this.label36.AutoSize = true;
darienf 3:36de8b9e4b1a 3073 this.label36.Location = new System.Drawing.Point(814, 478);
darienf 3:36de8b9e4b1a 3074 this.label36.Name = "label36";
darienf 3:36de8b9e4b1a 3075 this.label36.Size = new System.Drawing.Size(112, 15);
darienf 3:36de8b9e4b1a 3076 this.label36.TabIndex = 123;
darienf 3:36de8b9e4b1a 3077 this.label36.Text = "* Power-On Default";
darienf 3:36de8b9e4b1a 3078 //
darienf 3:36de8b9e4b1a 3079 // linkLabelBioZLoad
darienf 3:36de8b9e4b1a 3080 //
darienf 3:36de8b9e4b1a 3081 this.linkLabelBioZLoad.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 3082 this.linkLabelBioZLoad.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
darienf 3:36de8b9e4b1a 3083 this.linkLabelBioZLoad.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 3084 this.linkLabelBioZLoad.Location = new System.Drawing.Point(427, 385);
darienf 3:36de8b9e4b1a 3085 this.linkLabelBioZLoad.Name = "linkLabelBioZLoad";
darienf 3:36de8b9e4b1a 3086 this.linkLabelBioZLoad.Size = new System.Drawing.Size(74, 60);
darienf 3:36de8b9e4b1a 3087 this.linkLabelBioZLoad.TabIndex = 126;
darienf 3:36de8b9e4b1a 3088 this.linkLabelBioZLoad.TabStop = true;
darienf 3:36de8b9e4b1a 3089 this.linkLabelBioZLoad.Text = "Selectable Resistive Load";
darienf 3:36de8b9e4b1a 3090 this.linkLabelBioZLoad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
darienf 3:36de8b9e4b1a 3091 this.linkLabelBioZLoad.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169)))));
darienf 3:36de8b9e4b1a 3092 this.linkLabelBioZLoad.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelBioZLoad_LinkClicked);
darienf 3:36de8b9e4b1a 3093 //
darienf 3:36de8b9e4b1a 3094 // cboBioZCalEnVcal
darienf 3:36de8b9e4b1a 3095 //
darienf 3:36de8b9e4b1a 3096 this.cboBioZCalEnVcal.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3097 this.cboBioZCalEnVcal.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3098 this.cboBioZCalEnVcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3099 this.cboBioZCalEnVcal.DropDownWidth = 97;
darienf 3:36de8b9e4b1a 3100 this.cboBioZCalEnVcal.Location = new System.Drawing.Point(730, 259);
darienf 3:36de8b9e4b1a 3101 this.cboBioZCalEnVcal.Name = "cboBioZCalEnVcal";
darienf 3:36de8b9e4b1a 3102 this.cboBioZCalEnVcal.Size = new System.Drawing.Size(97, 20);
darienf 3:36de8b9e4b1a 3103 this.cboBioZCalEnVcal.TabIndex = 84;
darienf 3:36de8b9e4b1a 3104 this.cboBioZCalEnVcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3105 this.cboBioZCalEnVcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3106 this.cboBioZCalEnVcal.SelectedIndexChanged += new System.EventHandler(this.cboBioZCalEnVcal_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3107 //
darienf 3:36de8b9e4b1a 3108 // lblBmuxEnUlpLon
darienf 3:36de8b9e4b1a 3109 //
darienf 3:36de8b9e4b1a 3110 this.lblBmuxEnUlpLon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3111 this.lblBmuxEnUlpLon.Location = new System.Drawing.Point(298, 326);
darienf 3:36de8b9e4b1a 3112 this.lblBmuxEnUlpLon.Name = "lblBmuxEnUlpLon";
darienf 3:36de8b9e4b1a 3113 this.lblBmuxEnUlpLon.Size = new System.Drawing.Size(93, 33);
darienf 3:36de8b9e4b1a 3114 this.lblBmuxEnUlpLon.TabIndex = 125;
darienf 3:36de8b9e4b1a 3115 this.lblBmuxEnUlpLon.Text = "Lead-On Check Enable";
darienf 3:36de8b9e4b1a 3116 //
darienf 3:36de8b9e4b1a 3117 // cboBioZCalVMode
darienf 3:36de8b9e4b1a 3118 //
darienf 3:36de8b9e4b1a 3119 this.cboBioZCalVMode.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3120 this.cboBioZCalVMode.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3121 this.cboBioZCalVMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3122 this.cboBioZCalVMode.DropDownWidth = 97;
darienf 3:36de8b9e4b1a 3123 this.cboBioZCalVMode.Location = new System.Drawing.Point(730, 298);
darienf 3:36de8b9e4b1a 3124 this.cboBioZCalVMode.Name = "cboBioZCalVMode";
darienf 3:36de8b9e4b1a 3125 this.cboBioZCalVMode.Size = new System.Drawing.Size(97, 20);
darienf 3:36de8b9e4b1a 3126 this.cboBioZCalVMode.TabIndex = 85;
darienf 3:36de8b9e4b1a 3127 this.cboBioZCalVMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3128 this.cboBioZCalVMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3129 //
darienf 3:36de8b9e4b1a 3130 // cboBmuxEnUlpLon
darienf 3:36de8b9e4b1a 3131 //
darienf 3:36de8b9e4b1a 3132 this.cboBmuxEnUlpLon.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3133 this.cboBmuxEnUlpLon.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3134 this.cboBmuxEnUlpLon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3135 this.cboBmuxEnUlpLon.DropDownWidth = 90;
darienf 3:36de8b9e4b1a 3136 this.cboBmuxEnUlpLon.Location = new System.Drawing.Point(302, 362);
darienf 3:36de8b9e4b1a 3137 this.cboBmuxEnUlpLon.Name = "cboBmuxEnUlpLon";
darienf 3:36de8b9e4b1a 3138 this.cboBmuxEnUlpLon.Size = new System.Drawing.Size(90, 20);
darienf 3:36de8b9e4b1a 3139 this.cboBmuxEnUlpLon.TabIndex = 124;
darienf 3:36de8b9e4b1a 3140 this.cboBmuxEnUlpLon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3141 this.cboBmuxEnUlpLon.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3142 this.cboBmuxEnUlpLon.SelectedIndexChanged += new System.EventHandler(this.cboBmuxEnUlpLon_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3143 //
darienf 3:36de8b9e4b1a 3144 // cboBioZDcloffImag
darienf 3:36de8b9e4b1a 3145 //
darienf 3:36de8b9e4b1a 3146 this.cboBioZDcloffImag.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3147 this.cboBioZDcloffImag.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3148 this.cboBioZDcloffImag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3149 this.cboBioZDcloffImag.DropDownWidth = 129;
darienf 3:36de8b9e4b1a 3150 this.cboBioZDcloffImag.Location = new System.Drawing.Point(98, 380);
darienf 3:36de8b9e4b1a 3151 this.cboBioZDcloffImag.Name = "cboBioZDcloffImag";
darienf 3:36de8b9e4b1a 3152 this.cboBioZDcloffImag.Size = new System.Drawing.Size(129, 20);
darienf 3:36de8b9e4b1a 3153 this.cboBioZDcloffImag.TabIndex = 86;
darienf 3:36de8b9e4b1a 3154 this.cboBioZDcloffImag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3155 this.cboBioZDcloffImag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3156 //
darienf 3:36de8b9e4b1a 3157 // lblBioZCalEnVcal
darienf 3:36de8b9e4b1a 3158 //
darienf 3:36de8b9e4b1a 3159 this.lblBioZCalEnVcal.AutoSize = true;
darienf 3:36de8b9e4b1a 3160 this.lblBioZCalEnVcal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3161 this.lblBioZCalEnVcal.Location = new System.Drawing.Point(727, 241);
darienf 3:36de8b9e4b1a 3162 this.lblBioZCalEnVcal.Name = "lblBioZCalEnVcal";
darienf 3:36de8b9e4b1a 3163 this.lblBioZCalEnVcal.Size = new System.Drawing.Size(109, 15);
darienf 3:36de8b9e4b1a 3164 this.lblBioZCalEnVcal.TabIndex = 89;
darienf 3:36de8b9e4b1a 3165 this.lblBioZCalEnVcal.Text = "Calibration Enable";
darienf 3:36de8b9e4b1a 3166 //
darienf 3:36de8b9e4b1a 3167 // label27
darienf 3:36de8b9e4b1a 3168 //
darienf 3:36de8b9e4b1a 3169 this.label27.AutoSize = true;
darienf 3:36de8b9e4b1a 3170 this.label27.Location = new System.Drawing.Point(50, 478);
darienf 3:36de8b9e4b1a 3171 this.label27.Name = "label27";
darienf 3:36de8b9e4b1a 3172 this.label27.Size = new System.Drawing.Size(361, 15);
darienf 3:36de8b9e4b1a 3173 this.label27.TabIndex = 122;
darienf 3:36de8b9e4b1a 3174 this.label27.Text = "(Options with grey background apply to both ECG and BioZ MUX.)";
darienf 3:36de8b9e4b1a 3175 //
darienf 3:36de8b9e4b1a 3176 // lblBioZCalVMode
darienf 3:36de8b9e4b1a 3177 //
darienf 3:36de8b9e4b1a 3178 this.lblBioZCalVMode.AutoSize = true;
darienf 3:36de8b9e4b1a 3179 this.lblBioZCalVMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3180 this.lblBioZCalVMode.Location = new System.Drawing.Point(727, 280);
darienf 3:36de8b9e4b1a 3181 this.lblBioZCalVMode.Name = "lblBioZCalVMode";
darienf 3:36de8b9e4b1a 3182 this.lblBioZCalVMode.Size = new System.Drawing.Size(91, 15);
darienf 3:36de8b9e4b1a 3183 this.lblBioZCalVMode.TabIndex = 90;
darienf 3:36de8b9e4b1a 3184 this.lblBioZCalVMode.Text = "Mode Selection";
darienf 3:36de8b9e4b1a 3185 //
darienf 3:36de8b9e4b1a 3186 // cboBioZBmuxCalnSel
darienf 3:36de8b9e4b1a 3187 //
darienf 3:36de8b9e4b1a 3188 this.cboBioZBmuxCalnSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3189 this.cboBioZBmuxCalnSel.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3190 this.cboBioZBmuxCalnSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3191 this.cboBioZBmuxCalnSel.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 3192 this.cboBioZBmuxCalnSel.Location = new System.Drawing.Point(730, 116);
darienf 3:36de8b9e4b1a 3193 this.cboBioZBmuxCalnSel.Name = "cboBioZBmuxCalnSel";
darienf 3:36de8b9e4b1a 3194 this.cboBioZBmuxCalnSel.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 3195 this.cboBioZBmuxCalnSel.TabIndex = 121;
darienf 3:36de8b9e4b1a 3196 this.cboBioZBmuxCalnSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3197 this.cboBioZBmuxCalnSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3198 this.cboBioZBmuxCalnSel.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxCalnSel_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3199 //
darienf 3:36de8b9e4b1a 3200 // lblBioZDcloffImag
darienf 3:36de8b9e4b1a 3201 //
darienf 3:36de8b9e4b1a 3202 this.lblBioZDcloffImag.AutoSize = true;
darienf 3:36de8b9e4b1a 3203 this.lblBioZDcloffImag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3204 this.lblBioZDcloffImag.Location = new System.Drawing.Point(95, 362);
darienf 3:36de8b9e4b1a 3205 this.lblBioZDcloffImag.Name = "lblBioZDcloffImag";
darienf 3:36de8b9e4b1a 3206 this.lblBioZDcloffImag.Size = new System.Drawing.Size(108, 15);
darienf 3:36de8b9e4b1a 3207 this.lblBioZDcloffImag.TabIndex = 91;
darienf 3:36de8b9e4b1a 3208 this.lblBioZDcloffImag.Text = "Current Magnitude";
darienf 3:36de8b9e4b1a 3209 //
darienf 3:36de8b9e4b1a 3210 // lblBioZBmuxCalnSel
darienf 3:36de8b9e4b1a 3211 //
darienf 3:36de8b9e4b1a 3212 this.lblBioZBmuxCalnSel.AutoSize = true;
darienf 3:36de8b9e4b1a 3213 this.lblBioZBmuxCalnSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3214 this.lblBioZBmuxCalnSel.Location = new System.Drawing.Point(727, 97);
darienf 3:36de8b9e4b1a 3215 this.lblBioZBmuxCalnSel.Name = "lblBioZBmuxCalnSel";
darienf 3:36de8b9e4b1a 3216 this.lblBioZBmuxCalnSel.Size = new System.Drawing.Size(90, 15);
darienf 3:36de8b9e4b1a 3217 this.lblBioZBmuxCalnSel.TabIndex = 120;
darienf 3:36de8b9e4b1a 3218 this.lblBioZBmuxCalnSel.Text = "BIN Calibration";
darienf 3:36de8b9e4b1a 3219 //
darienf 3:36de8b9e4b1a 3220 // cboBioZCalVmag
darienf 3:36de8b9e4b1a 3221 //
darienf 3:36de8b9e4b1a 3222 this.cboBioZCalVmag.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3223 this.cboBioZCalVmag.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3224 this.cboBioZCalVmag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3225 this.cboBioZCalVmag.DropDownWidth = 97;
darienf 3:36de8b9e4b1a 3226 this.cboBioZCalVmag.Location = new System.Drawing.Point(730, 339);
darienf 3:36de8b9e4b1a 3227 this.cboBioZCalVmag.Name = "cboBioZCalVmag";
darienf 3:36de8b9e4b1a 3228 this.cboBioZCalVmag.Size = new System.Drawing.Size(97, 21);
darienf 3:36de8b9e4b1a 3229 this.cboBioZCalVmag.TabIndex = 92;
darienf 3:36de8b9e4b1a 3230 this.cboBioZCalVmag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3231 this.cboBioZCalVmag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3232 //
darienf 3:36de8b9e4b1a 3233 // cboBioZBmuxCalpSel
darienf 3:36de8b9e4b1a 3234 //
darienf 3:36de8b9e4b1a 3235 this.cboBioZBmuxCalpSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3236 this.cboBioZBmuxCalpSel.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3237 this.cboBioZBmuxCalpSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3238 this.cboBioZBmuxCalpSel.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 3239 this.cboBioZBmuxCalpSel.Location = new System.Drawing.Point(730, 73);
darienf 3:36de8b9e4b1a 3240 this.cboBioZBmuxCalpSel.Name = "cboBioZBmuxCalpSel";
darienf 3:36de8b9e4b1a 3241 this.cboBioZBmuxCalpSel.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 3242 this.cboBioZBmuxCalpSel.TabIndex = 119;
darienf 3:36de8b9e4b1a 3243 this.cboBioZBmuxCalpSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3244 this.cboBioZBmuxCalpSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3245 this.cboBioZBmuxCalpSel.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxCalpSel_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3246 //
darienf 3:36de8b9e4b1a 3247 // cboBioZCalFifty
darienf 3:36de8b9e4b1a 3248 //
darienf 3:36de8b9e4b1a 3249 this.cboBioZCalFifty.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3250 this.cboBioZCalFifty.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3251 this.cboBioZCalFifty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3252 this.cboBioZCalFifty.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 3253 this.cboBioZCalFifty.Location = new System.Drawing.Point(730, 421);
darienf 3:36de8b9e4b1a 3254 this.cboBioZCalFifty.Name = "cboBioZCalFifty";
darienf 3:36de8b9e4b1a 3255 this.cboBioZCalFifty.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 3256 this.cboBioZCalFifty.TabIndex = 93;
darienf 3:36de8b9e4b1a 3257 this.cboBioZCalFifty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3258 this.cboBioZCalFifty.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3259 //
darienf 3:36de8b9e4b1a 3260 // lblBioZBmuxCalpSel
darienf 3:36de8b9e4b1a 3261 //
darienf 3:36de8b9e4b1a 3262 this.lblBioZBmuxCalpSel.AutoSize = true;
darienf 3:36de8b9e4b1a 3263 this.lblBioZBmuxCalpSel.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3264 this.lblBioZBmuxCalpSel.Location = new System.Drawing.Point(727, 54);
darienf 3:36de8b9e4b1a 3265 this.lblBioZBmuxCalpSel.Name = "lblBioZBmuxCalpSel";
darienf 3:36de8b9e4b1a 3266 this.lblBioZBmuxCalpSel.Size = new System.Drawing.Size(89, 15);
darienf 3:36de8b9e4b1a 3267 this.lblBioZBmuxCalpSel.TabIndex = 118;
darienf 3:36de8b9e4b1a 3268 this.lblBioZBmuxCalpSel.Text = "BIP Calibration";
darienf 3:36de8b9e4b1a 3269 //
darienf 3:36de8b9e4b1a 3270 // cboBioZCalThigh
darienf 3:36de8b9e4b1a 3271 //
darienf 3:36de8b9e4b1a 3272 this.cboBioZCalThigh.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3273 this.cboBioZCalThigh.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3274 this.cboBioZCalThigh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3275 this.cboBioZCalThigh.DropDownWidth = 72;
darienf 3:36de8b9e4b1a 3276 this.cboBioZCalThigh.Location = new System.Drawing.Point(831, 421);
darienf 3:36de8b9e4b1a 3277 this.cboBioZCalThigh.Name = "cboBioZCalThigh";
darienf 3:36de8b9e4b1a 3278 this.cboBioZCalThigh.Size = new System.Drawing.Size(72, 21);
darienf 3:36de8b9e4b1a 3279 this.cboBioZCalThigh.TabIndex = 94;
darienf 3:36de8b9e4b1a 3280 this.cboBioZCalThigh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3281 this.cboBioZCalThigh.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3282 //
darienf 3:36de8b9e4b1a 3283 // cboBioZRbiasn
darienf 3:36de8b9e4b1a 3284 //
darienf 3:36de8b9e4b1a 3285 this.cboBioZRbiasn.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3286 this.cboBioZRbiasn.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3287 this.cboBioZRbiasn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3288 this.cboBioZRbiasn.DropDownWidth = 116;
darienf 3:36de8b9e4b1a 3289 this.cboBioZRbiasn.Location = new System.Drawing.Point(554, 423);
darienf 3:36de8b9e4b1a 3290 this.cboBioZRbiasn.Name = "cboBioZRbiasn";
darienf 3:36de8b9e4b1a 3291 this.cboBioZRbiasn.Size = new System.Drawing.Size(116, 20);
darienf 3:36de8b9e4b1a 3292 this.cboBioZRbiasn.TabIndex = 117;
darienf 3:36de8b9e4b1a 3293 this.cboBioZRbiasn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3294 this.cboBioZRbiasn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3295 this.cboBioZRbiasn.SelectedIndexChanged += new System.EventHandler(this.cboBioZRbiasn_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3296 //
darienf 3:36de8b9e4b1a 3297 // cboBioZCalFcal
darienf 3:36de8b9e4b1a 3298 //
darienf 3:36de8b9e4b1a 3299 this.cboBioZCalFcal.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3300 this.cboBioZCalFcal.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3301 this.cboBioZCalFcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3302 this.cboBioZCalFcal.DropDownWidth = 163;
darienf 3:36de8b9e4b1a 3303 this.cboBioZCalFcal.Location = new System.Drawing.Point(730, 379);
darienf 3:36de8b9e4b1a 3304 this.cboBioZCalFcal.Name = "cboBioZCalFcal";
darienf 3:36de8b9e4b1a 3305 this.cboBioZCalFcal.Size = new System.Drawing.Size(163, 21);
darienf 3:36de8b9e4b1a 3306 this.cboBioZCalFcal.TabIndex = 95;
darienf 3:36de8b9e4b1a 3307 this.cboBioZCalFcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3308 this.cboBioZCalFcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3309 //
darienf 3:36de8b9e4b1a 3310 // lblBioZRbiasn
darienf 3:36de8b9e4b1a 3311 //
darienf 3:36de8b9e4b1a 3312 this.lblBioZRbiasn.AutoSize = true;
darienf 3:36de8b9e4b1a 3313 this.lblBioZRbiasn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3314 this.lblBioZRbiasn.Location = new System.Drawing.Point(551, 405);
darienf 3:36de8b9e4b1a 3315 this.lblBioZRbiasn.Name = "lblBioZRbiasn";
darienf 3:36de8b9e4b1a 3316 this.lblBioZRbiasn.Size = new System.Drawing.Size(133, 15);
darienf 3:36de8b9e4b1a 3317 this.lblBioZRbiasn.TabIndex = 116;
darienf 3:36de8b9e4b1a 3318 this.lblBioZRbiasn.Text = "Neg. Input Bias Enable";
darienf 3:36de8b9e4b1a 3319 //
darienf 3:36de8b9e4b1a 3320 // lblBioZCalFifty
darienf 3:36de8b9e4b1a 3321 //
darienf 3:36de8b9e4b1a 3322 this.lblBioZCalFifty.AutoSize = true;
darienf 3:36de8b9e4b1a 3323 this.lblBioZCalFifty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3324 this.lblBioZCalFifty.Location = new System.Drawing.Point(727, 403);
darienf 3:36de8b9e4b1a 3325 this.lblBioZCalFifty.Name = "lblBioZCalFifty";
darienf 3:36de8b9e4b1a 3326 this.lblBioZCalFifty.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 3327 this.lblBioZCalFifty.TabIndex = 96;
darienf 3:36de8b9e4b1a 3328 this.lblBioZCalFifty.Text = "Duty Cycle";
darienf 3:36de8b9e4b1a 3329 //
darienf 3:36de8b9e4b1a 3330 // cboBioZRbiasp
darienf 3:36de8b9e4b1a 3331 //
darienf 3:36de8b9e4b1a 3332 this.cboBioZRbiasp.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3333 this.cboBioZRbiasp.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3334 this.cboBioZRbiasp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3335 this.cboBioZRbiasp.DropDownWidth = 116;
darienf 3:36de8b9e4b1a 3336 this.cboBioZRbiasp.Location = new System.Drawing.Point(554, 380);
darienf 3:36de8b9e4b1a 3337 this.cboBioZRbiasp.Name = "cboBioZRbiasp";
darienf 3:36de8b9e4b1a 3338 this.cboBioZRbiasp.Size = new System.Drawing.Size(116, 20);
darienf 3:36de8b9e4b1a 3339 this.cboBioZRbiasp.TabIndex = 115;
darienf 3:36de8b9e4b1a 3340 this.cboBioZRbiasp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3341 this.cboBioZRbiasp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3342 this.cboBioZRbiasp.SelectedIndexChanged += new System.EventHandler(this.cboBioZRbiasp_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3343 //
darienf 3:36de8b9e4b1a 3344 // lblBioZCalThigh
darienf 3:36de8b9e4b1a 3345 //
darienf 3:36de8b9e4b1a 3346 this.lblBioZCalThigh.AutoSize = true;
darienf 3:36de8b9e4b1a 3347 this.lblBioZCalThigh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3348 this.lblBioZCalThigh.Location = new System.Drawing.Point(828, 403);
darienf 3:36de8b9e4b1a 3349 this.lblBioZCalThigh.Name = "lblBioZCalThigh";
darienf 3:36de8b9e4b1a 3350 this.lblBioZCalThigh.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 3351 this.lblBioZCalThigh.TabIndex = 97;
darienf 3:36de8b9e4b1a 3352 this.lblBioZCalThigh.Text = "Time High";
darienf 3:36de8b9e4b1a 3353 //
darienf 3:36de8b9e4b1a 3354 // lblBioZRbiasp
darienf 3:36de8b9e4b1a 3355 //
darienf 3:36de8b9e4b1a 3356 this.lblBioZRbiasp.AutoSize = true;
darienf 3:36de8b9e4b1a 3357 this.lblBioZRbiasp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3358 this.lblBioZRbiasp.Location = new System.Drawing.Point(552, 362);
darienf 3:36de8b9e4b1a 3359 this.lblBioZRbiasp.Name = "lblBioZRbiasp";
darienf 3:36de8b9e4b1a 3360 this.lblBioZRbiasp.Size = new System.Drawing.Size(147, 15);
darienf 3:36de8b9e4b1a 3361 this.lblBioZRbiasp.TabIndex = 114;
darienf 3:36de8b9e4b1a 3362 this.lblBioZRbiasp.Text = "Postive Input Bias Enable";
darienf 3:36de8b9e4b1a 3363 //
darienf 3:36de8b9e4b1a 3364 // lblBioZCalFcal
darienf 3:36de8b9e4b1a 3365 //
darienf 3:36de8b9e4b1a 3366 this.lblBioZCalFcal.AutoSize = true;
darienf 3:36de8b9e4b1a 3367 this.lblBioZCalFcal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3368 this.lblBioZCalFcal.Location = new System.Drawing.Point(727, 362);
darienf 3:36de8b9e4b1a 3369 this.lblBioZCalFcal.Name = "lblBioZCalFcal";
darienf 3:36de8b9e4b1a 3370 this.lblBioZCalFcal.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 3371 this.lblBioZCalFcal.TabIndex = 98;
darienf 3:36de8b9e4b1a 3372 this.lblBioZCalFcal.Text = "Frequency";
darienf 3:36de8b9e4b1a 3373 //
darienf 3:36de8b9e4b1a 3374 // cboBioZRbiasv
darienf 3:36de8b9e4b1a 3375 //
darienf 3:36de8b9e4b1a 3376 this.cboBioZRbiasv.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3377 this.cboBioZRbiasv.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3378 this.cboBioZRbiasv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3379 this.cboBioZRbiasv.DropDownWidth = 116;
darienf 3:36de8b9e4b1a 3380 this.cboBioZRbiasv.Location = new System.Drawing.Point(554, 339);
darienf 3:36de8b9e4b1a 3381 this.cboBioZRbiasv.Name = "cboBioZRbiasv";
darienf 3:36de8b9e4b1a 3382 this.cboBioZRbiasv.Size = new System.Drawing.Size(116, 20);
darienf 3:36de8b9e4b1a 3383 this.cboBioZRbiasv.TabIndex = 113;
darienf 3:36de8b9e4b1a 3384 this.cboBioZRbiasv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3385 this.cboBioZRbiasv.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3386 //
darienf 3:36de8b9e4b1a 3387 // lblBioZCalVmag
darienf 3:36de8b9e4b1a 3388 //
darienf 3:36de8b9e4b1a 3389 this.lblBioZCalVmag.AutoSize = true;
darienf 3:36de8b9e4b1a 3390 this.lblBioZCalVmag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3391 this.lblBioZCalVmag.Location = new System.Drawing.Point(727, 321);
darienf 3:36de8b9e4b1a 3392 this.lblBioZCalVmag.Name = "lblBioZCalVmag";
darienf 3:36de8b9e4b1a 3393 this.lblBioZCalVmag.Size = new System.Drawing.Size(47, 15);
darienf 3:36de8b9e4b1a 3394 this.lblBioZCalVmag.TabIndex = 99;
darienf 3:36de8b9e4b1a 3395 this.lblBioZCalVmag.Text = "Voltage";
darienf 3:36de8b9e4b1a 3396 //
darienf 3:36de8b9e4b1a 3397 // lblBioZRbiasv
darienf 3:36de8b9e4b1a 3398 //
darienf 3:36de8b9e4b1a 3399 this.lblBioZRbiasv.AutoSize = true;
darienf 3:36de8b9e4b1a 3400 this.lblBioZRbiasv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3401 this.lblBioZRbiasv.Location = new System.Drawing.Point(551, 321);
darienf 3:36de8b9e4b1a 3402 this.lblBioZRbiasv.Name = "lblBioZRbiasv";
darienf 3:36de8b9e4b1a 3403 this.lblBioZRbiasv.Size = new System.Drawing.Size(119, 15);
darienf 3:36de8b9e4b1a 3404 this.lblBioZRbiasv.TabIndex = 112;
darienf 3:36de8b9e4b1a 3405 this.lblBioZRbiasv.Text = "Resistive Bias Value";
darienf 3:36de8b9e4b1a 3406 //
darienf 3:36de8b9e4b1a 3407 // lblBioZBmuxOpenp
darienf 3:36de8b9e4b1a 3408 //
darienf 3:36de8b9e4b1a 3409 this.lblBioZBmuxOpenp.AutoSize = true;
darienf 3:36de8b9e4b1a 3410 this.lblBioZBmuxOpenp.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3411 this.lblBioZBmuxOpenp.Location = new System.Drawing.Point(420, 100);
darienf 3:36de8b9e4b1a 3412 this.lblBioZBmuxOpenp.Name = "lblBioZBmuxOpenp";
darienf 3:36de8b9e4b1a 3413 this.lblBioZBmuxOpenp.Size = new System.Drawing.Size(65, 15);
darienf 3:36de8b9e4b1a 3414 this.lblBioZBmuxOpenp.TabIndex = 100;
darienf 3:36de8b9e4b1a 3415 this.lblBioZBmuxOpenp.Text = "BIP Switch";
darienf 3:36de8b9e4b1a 3416 //
darienf 3:36de8b9e4b1a 3417 // cboBioZEnRbias
darienf 3:36de8b9e4b1a 3418 //
darienf 3:36de8b9e4b1a 3419 this.cboBioZEnRbias.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3420 this.cboBioZEnRbias.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3421 this.cboBioZEnRbias.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3422 this.cboBioZEnRbias.DropDownWidth = 87;
darienf 3:36de8b9e4b1a 3423 this.cboBioZEnRbias.Location = new System.Drawing.Point(553, 81);
darienf 3:36de8b9e4b1a 3424 this.cboBioZEnRbias.Name = "cboBioZEnRbias";
darienf 3:36de8b9e4b1a 3425 this.cboBioZEnRbias.Size = new System.Drawing.Size(87, 20);
darienf 3:36de8b9e4b1a 3426 this.cboBioZEnRbias.TabIndex = 111;
darienf 3:36de8b9e4b1a 3427 this.cboBioZEnRbias.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3428 this.cboBioZEnRbias.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3429 this.cboBioZEnRbias.SelectedIndexChanged += new System.EventHandler(this.cboBioZEnRbias_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3430 //
darienf 3:36de8b9e4b1a 3431 // lblBioZBmuxOpenn
darienf 3:36de8b9e4b1a 3432 //
darienf 3:36de8b9e4b1a 3433 this.lblBioZBmuxOpenn.AutoSize = true;
darienf 3:36de8b9e4b1a 3434 this.lblBioZBmuxOpenn.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3435 this.lblBioZBmuxOpenn.ForeColor = System.Drawing.Color.Black;
darienf 3:36de8b9e4b1a 3436 this.lblBioZBmuxOpenn.Location = new System.Drawing.Point(420, 247);
darienf 3:36de8b9e4b1a 3437 this.lblBioZBmuxOpenn.Name = "lblBioZBmuxOpenn";
darienf 3:36de8b9e4b1a 3438 this.lblBioZBmuxOpenn.Size = new System.Drawing.Size(66, 15);
darienf 3:36de8b9e4b1a 3439 this.lblBioZBmuxOpenn.TabIndex = 101;
darienf 3:36de8b9e4b1a 3440 this.lblBioZBmuxOpenn.Text = "BIN Switch";
darienf 3:36de8b9e4b1a 3441 //
darienf 3:36de8b9e4b1a 3442 // lblBioZEnRbias
darienf 3:36de8b9e4b1a 3443 //
darienf 3:36de8b9e4b1a 3444 this.lblBioZEnRbias.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3445 this.lblBioZEnRbias.Location = new System.Drawing.Point(551, 48);
darienf 3:36de8b9e4b1a 3446 this.lblBioZEnRbias.Name = "lblBioZEnRbias";
darienf 3:36de8b9e4b1a 3447 this.lblBioZEnRbias.Size = new System.Drawing.Size(104, 30);
darienf 3:36de8b9e4b1a 3448 this.lblBioZEnRbias.TabIndex = 110;
darienf 3:36de8b9e4b1a 3449 this.lblBioZEnRbias.Text = "Resistive Lead Bias Enable";
darienf 3:36de8b9e4b1a 3450 //
darienf 3:36de8b9e4b1a 3451 // cboBioZBmuxOpenp
darienf 3:36de8b9e4b1a 3452 //
darienf 3:36de8b9e4b1a 3453 this.cboBioZBmuxOpenp.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3454 this.cboBioZBmuxOpenp.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3455 this.cboBioZBmuxOpenp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3456 this.cboBioZBmuxOpenp.DropDownWidth = 101;
darienf 3:36de8b9e4b1a 3457 this.cboBioZBmuxOpenp.Location = new System.Drawing.Point(420, 118);
darienf 3:36de8b9e4b1a 3458 this.cboBioZBmuxOpenp.Name = "cboBioZBmuxOpenp";
darienf 3:36de8b9e4b1a 3459 this.cboBioZBmuxOpenp.Size = new System.Drawing.Size(101, 21);
darienf 3:36de8b9e4b1a 3460 this.cboBioZBmuxOpenp.TabIndex = 102;
darienf 3:36de8b9e4b1a 3461 this.cboBioZBmuxOpenp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3462 this.cboBioZBmuxOpenp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3463 this.cboBioZBmuxOpenp.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxOpenp_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3464 //
darienf 3:36de8b9e4b1a 3465 // lblBioZDcloffVth
darienf 3:36de8b9e4b1a 3466 //
darienf 3:36de8b9e4b1a 3467 this.lblBioZDcloffVth.AutoSize = true;
darienf 3:36de8b9e4b1a 3468 this.lblBioZDcloffVth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3469 this.lblBioZDcloffVth.Location = new System.Drawing.Point(95, 405);
darienf 3:36de8b9e4b1a 3470 this.lblBioZDcloffVth.Name = "lblBioZDcloffVth";
darienf 3:36de8b9e4b1a 3471 this.lblBioZDcloffVth.Size = new System.Drawing.Size(106, 15);
darienf 3:36de8b9e4b1a 3472 this.lblBioZDcloffVth.TabIndex = 109;
darienf 3:36de8b9e4b1a 3473 this.lblBioZDcloffVth.Text = "Voltage Threshold";
darienf 3:36de8b9e4b1a 3474 //
darienf 3:36de8b9e4b1a 3475 // cboBioZBmuxOpenn
darienf 3:36de8b9e4b1a 3476 //
darienf 3:36de8b9e4b1a 3477 this.cboBioZBmuxOpenn.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3478 this.cboBioZBmuxOpenn.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3479 this.cboBioZBmuxOpenn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3480 this.cboBioZBmuxOpenn.DropDownWidth = 101;
darienf 3:36de8b9e4b1a 3481 this.cboBioZBmuxOpenn.Location = new System.Drawing.Point(420, 264);
darienf 3:36de8b9e4b1a 3482 this.cboBioZBmuxOpenn.Name = "cboBioZBmuxOpenn";
darienf 3:36de8b9e4b1a 3483 this.cboBioZBmuxOpenn.Size = new System.Drawing.Size(101, 21);
darienf 3:36de8b9e4b1a 3484 this.cboBioZBmuxOpenn.TabIndex = 103;
darienf 3:36de8b9e4b1a 3485 this.cboBioZBmuxOpenn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3486 this.cboBioZBmuxOpenn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3487 this.cboBioZBmuxOpenn.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxOpenn_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3488 //
darienf 3:36de8b9e4b1a 3489 // cboBioZDcloffVth
darienf 3:36de8b9e4b1a 3490 //
darienf 3:36de8b9e4b1a 3491 this.cboBioZDcloffVth.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3492 this.cboBioZDcloffVth.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3493 this.cboBioZDcloffVth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3494 this.cboBioZDcloffVth.DropDownWidth = 129;
darienf 3:36de8b9e4b1a 3495 this.cboBioZDcloffVth.Location = new System.Drawing.Point(98, 423);
darienf 3:36de8b9e4b1a 3496 this.cboBioZDcloffVth.Name = "cboBioZDcloffVth";
darienf 3:36de8b9e4b1a 3497 this.cboBioZDcloffVth.Size = new System.Drawing.Size(129, 20);
darienf 3:36de8b9e4b1a 3498 this.cboBioZDcloffVth.TabIndex = 108;
darienf 3:36de8b9e4b1a 3499 this.cboBioZDcloffVth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3500 this.cboBioZDcloffVth.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3501 //
darienf 3:36de8b9e4b1a 3502 // lblBioZEnDcloff
darienf 3:36de8b9e4b1a 3503 //
darienf 3:36de8b9e4b1a 3504 this.lblBioZEnDcloff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3505 this.lblBioZEnDcloff.Location = new System.Drawing.Point(95, 48);
darienf 3:36de8b9e4b1a 3506 this.lblBioZEnDcloff.Name = "lblBioZEnDcloff";
darienf 3:36de8b9e4b1a 3507 this.lblBioZEnDcloff.Size = new System.Drawing.Size(94, 30);
darienf 3:36de8b9e4b1a 3508 this.lblBioZEnDcloff.TabIndex = 104;
darienf 3:36de8b9e4b1a 3509 this.lblBioZEnDcloff.Text = "Lead-Off Detection";
darienf 3:36de8b9e4b1a 3510 //
darienf 3:36de8b9e4b1a 3511 // cboBioZDcloffIpol
darienf 3:36de8b9e4b1a 3512 //
darienf 3:36de8b9e4b1a 3513 this.cboBioZDcloffIpol.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3514 this.cboBioZDcloffIpol.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3515 this.cboBioZDcloffIpol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3516 this.cboBioZDcloffIpol.DropDownWidth = 172;
darienf 3:36de8b9e4b1a 3517 this.cboBioZDcloffIpol.Location = new System.Drawing.Point(98, 339);
darienf 3:36de8b9e4b1a 3518 this.cboBioZDcloffIpol.Name = "cboBioZDcloffIpol";
darienf 3:36de8b9e4b1a 3519 this.cboBioZDcloffIpol.Size = new System.Drawing.Size(172, 20);
darienf 3:36de8b9e4b1a 3520 this.cboBioZDcloffIpol.TabIndex = 107;
darienf 3:36de8b9e4b1a 3521 this.cboBioZDcloffIpol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3522 this.cboBioZDcloffIpol.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3523 this.cboBioZDcloffIpol.SelectedIndexChanged += new System.EventHandler(this.cboBioZDcloffIpol_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3524 //
darienf 3:36de8b9e4b1a 3525 // cboBioZEnDcloff
darienf 3:36de8b9e4b1a 3526 //
darienf 3:36de8b9e4b1a 3527 this.cboBioZEnDcloff.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3528 this.cboBioZEnDcloff.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3529 this.cboBioZEnDcloff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3530 this.cboBioZEnDcloff.DropDownWidth = 90;
darienf 3:36de8b9e4b1a 3531 this.cboBioZEnDcloff.Location = new System.Drawing.Point(98, 81);
darienf 3:36de8b9e4b1a 3532 this.cboBioZEnDcloff.Name = "cboBioZEnDcloff";
darienf 3:36de8b9e4b1a 3533 this.cboBioZEnDcloff.Size = new System.Drawing.Size(90, 20);
darienf 3:36de8b9e4b1a 3534 this.cboBioZEnDcloff.TabIndex = 105;
darienf 3:36de8b9e4b1a 3535 this.cboBioZEnDcloff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3536 this.cboBioZEnDcloff.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3537 this.cboBioZEnDcloff.SelectedIndexChanged += new System.EventHandler(this.cboBioZEnDcloff_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3538 //
darienf 3:36de8b9e4b1a 3539 // lblBioZDcloffIpol
darienf 3:36de8b9e4b1a 3540 //
darienf 3:36de8b9e4b1a 3541 this.lblBioZDcloffIpol.AutoSize = true;
darienf 3:36de8b9e4b1a 3542 this.lblBioZDcloffIpol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
darienf 3:36de8b9e4b1a 3543 this.lblBioZDcloffIpol.Location = new System.Drawing.Point(95, 321);
darienf 3:36de8b9e4b1a 3544 this.lblBioZDcloffIpol.Name = "lblBioZDcloffIpol";
darienf 3:36de8b9e4b1a 3545 this.lblBioZDcloffIpol.Size = new System.Drawing.Size(91, 15);
darienf 3:36de8b9e4b1a 3546 this.lblBioZDcloffIpol.TabIndex = 106;
darienf 3:36de8b9e4b1a 3547 this.lblBioZDcloffIpol.Text = "Current Polarity";
darienf 3:36de8b9e4b1a 3548 //
darienf 3:36de8b9e4b1a 3549 // pictureBox2
darienf 3:36de8b9e4b1a 3550 //
darienf 3:36de8b9e4b1a 3551 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3552 this.pictureBox2.Image = global::HealthSensorPlatform.Properties.Resources.bioz_input_mux1;
darienf 3:36de8b9e4b1a 3553 this.pictureBox2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3554 this.pictureBox2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3555 this.pictureBox2.Name = "pictureBox2";
darienf 3:36de8b9e4b1a 3556 this.pictureBox2.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3557 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3558 this.pictureBox2.TabIndex = 83;
darienf 3:36de8b9e4b1a 3559 this.pictureBox2.TabStop = false;
darienf 3:36de8b9e4b1a 3560 //
darienf 3:36de8b9e4b1a 3561 // picLoff1
darienf 3:36de8b9e4b1a 3562 //
darienf 3:36de8b9e4b1a 3563 this.picLoff1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3564 this.picLoff1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3565 this.picLoff1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3566 this.picLoff1.Name = "picLoff1";
darienf 3:36de8b9e4b1a 3567 this.picLoff1.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3568 this.picLoff1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3569 this.picLoff1.TabIndex = 127;
darienf 3:36de8b9e4b1a 3570 this.picLoff1.TabStop = false;
darienf 3:36de8b9e4b1a 3571 //
darienf 3:36de8b9e4b1a 3572 // picLoff2
darienf 3:36de8b9e4b1a 3573 //
darienf 3:36de8b9e4b1a 3574 this.picLoff2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3575 this.picLoff2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3576 this.picLoff2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3577 this.picLoff2.Name = "picLoff2";
darienf 3:36de8b9e4b1a 3578 this.picLoff2.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3579 this.picLoff2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3580 this.picLoff2.TabIndex = 128;
darienf 3:36de8b9e4b1a 3581 this.picLoff2.TabStop = false;
darienf 3:36de8b9e4b1a 3582 //
darienf 3:36de8b9e4b1a 3583 // picLeadOn
darienf 3:36de8b9e4b1a 3584 //
darienf 3:36de8b9e4b1a 3585 this.picLeadOn.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3586 this.picLeadOn.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3587 this.picLeadOn.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3588 this.picLeadOn.Name = "picLeadOn";
darienf 3:36de8b9e4b1a 3589 this.picLeadOn.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3590 this.picLeadOn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3591 this.picLeadOn.TabIndex = 129;
darienf 3:36de8b9e4b1a 3592 this.picLeadOn.TabStop = false;
darienf 3:36de8b9e4b1a 3593 //
darienf 3:36de8b9e4b1a 3594 // picBioZsw1
darienf 3:36de8b9e4b1a 3595 //
darienf 3:36de8b9e4b1a 3596 this.picBioZsw1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3597 this.picBioZsw1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3598 this.picBioZsw1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3599 this.picBioZsw1.Name = "picBioZsw1";
darienf 3:36de8b9e4b1a 3600 this.picBioZsw1.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3601 this.picBioZsw1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3602 this.picBioZsw1.TabIndex = 130;
darienf 3:36de8b9e4b1a 3603 this.picBioZsw1.TabStop = false;
darienf 3:36de8b9e4b1a 3604 //
darienf 3:36de8b9e4b1a 3605 // picBioZsw2
darienf 3:36de8b9e4b1a 3606 //
darienf 3:36de8b9e4b1a 3607 this.picBioZsw2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3608 this.picBioZsw2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3609 this.picBioZsw2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3610 this.picBioZsw2.Name = "picBioZsw2";
darienf 3:36de8b9e4b1a 3611 this.picBioZsw2.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3612 this.picBioZsw2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3613 this.picBioZsw2.TabIndex = 131;
darienf 3:36de8b9e4b1a 3614 this.picBioZsw2.TabStop = false;
darienf 3:36de8b9e4b1a 3615 //
darienf 3:36de8b9e4b1a 3616 // picLeadBias1
darienf 3:36de8b9e4b1a 3617 //
darienf 3:36de8b9e4b1a 3618 this.picLeadBias1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3619 this.picLeadBias1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3620 this.picLeadBias1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3621 this.picLeadBias1.Name = "picLeadBias1";
darienf 3:36de8b9e4b1a 3622 this.picLeadBias1.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3623 this.picLeadBias1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3624 this.picLeadBias1.TabIndex = 132;
darienf 3:36de8b9e4b1a 3625 this.picLeadBias1.TabStop = false;
darienf 3:36de8b9e4b1a 3626 //
darienf 3:36de8b9e4b1a 3627 // picLeadBias2
darienf 3:36de8b9e4b1a 3628 //
darienf 3:36de8b9e4b1a 3629 this.picLeadBias2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3630 this.picLeadBias2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3631 this.picLeadBias2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3632 this.picLeadBias2.Name = "picLeadBias2";
darienf 3:36de8b9e4b1a 3633 this.picLeadBias2.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3634 this.picLeadBias2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3635 this.picLeadBias2.TabIndex = 133;
darienf 3:36de8b9e4b1a 3636 this.picLeadBias2.TabStop = false;
darienf 3:36de8b9e4b1a 3637 //
darienf 3:36de8b9e4b1a 3638 // picBioZCal1
darienf 3:36de8b9e4b1a 3639 //
darienf 3:36de8b9e4b1a 3640 this.picBioZCal1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3641 this.picBioZCal1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3642 this.picBioZCal1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3643 this.picBioZCal1.Name = "picBioZCal1";
darienf 3:36de8b9e4b1a 3644 this.picBioZCal1.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3645 this.picBioZCal1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3646 this.picBioZCal1.TabIndex = 134;
darienf 3:36de8b9e4b1a 3647 this.picBioZCal1.TabStop = false;
darienf 3:36de8b9e4b1a 3648 //
darienf 3:36de8b9e4b1a 3649 // picBioZCal2
darienf 3:36de8b9e4b1a 3650 //
darienf 3:36de8b9e4b1a 3651 this.picBioZCal2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3652 this.picBioZCal2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3653 this.picBioZCal2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3654 this.picBioZCal2.Name = "picBioZCal2";
darienf 3:36de8b9e4b1a 3655 this.picBioZCal2.Size = new System.Drawing.Size(951, 493);
darienf 3:36de8b9e4b1a 3656 this.picBioZCal2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3657 this.picBioZCal2.TabIndex = 135;
darienf 3:36de8b9e4b1a 3658 this.picBioZCal2.TabStop = false;
darienf 3:36de8b9e4b1a 3659 //
darienf 3:36de8b9e4b1a 3660 // tpMAX30001BioZLoad
darienf 3:36de8b9e4b1a 3661 //
darienf 3:36de8b9e4b1a 3662 this.tpMAX30001BioZLoad.Controls.Add(this.pnlBioZLoad);
darienf 3:36de8b9e4b1a 3663 this.tpMAX30001BioZLoad.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 3664 this.tpMAX30001BioZLoad.Name = "tpMAX30001BioZLoad";
darienf 3:36de8b9e4b1a 3665 this.tpMAX30001BioZLoad.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 3666 this.tpMAX30001BioZLoad.TabIndex = 18;
darienf 3:36de8b9e4b1a 3667 this.tpMAX30001BioZLoad.Text = "BioZ Load";
darienf 3:36de8b9e4b1a 3668 this.tpMAX30001BioZLoad.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 3669 //
darienf 3:36de8b9e4b1a 3670 // pnlBioZLoad
darienf 3:36de8b9e4b1a 3671 //
darienf 3:36de8b9e4b1a 3672 this.pnlBioZLoad.Controls.Add(this.label37);
darienf 3:36de8b9e4b1a 3673 this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxEnBist);
darienf 3:36de8b9e4b1a 3674 this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxRnom);
darienf 3:36de8b9e4b1a 3675 this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxRmod);
darienf 3:36de8b9e4b1a 3676 this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxRnom);
darienf 3:36de8b9e4b1a 3677 this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxFbist);
darienf 3:36de8b9e4b1a 3678 this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxFbist);
darienf 3:36de8b9e4b1a 3679 this.pnlBioZLoad.Controls.Add(this.label33);
darienf 3:36de8b9e4b1a 3680 this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxRmod);
darienf 3:36de8b9e4b1a 3681 this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxEnBist);
darienf 3:36de8b9e4b1a 3682 this.pnlBioZLoad.Controls.Add(this.picBioZLoad);
darienf 3:36de8b9e4b1a 3683 this.pnlBioZLoad.Controls.Add(this.picBioZLloff1);
darienf 3:36de8b9e4b1a 3684 this.pnlBioZLoad.Controls.Add(this.picBioZLloff2);
darienf 3:36de8b9e4b1a 3685 this.pnlBioZLoad.Controls.Add(this.picBioZLlon);
darienf 3:36de8b9e4b1a 3686 this.pnlBioZLoad.Controls.Add(this.picBioZLsw1);
darienf 3:36de8b9e4b1a 3687 this.pnlBioZLoad.Controls.Add(this.picBioZLlb2);
darienf 3:36de8b9e4b1a 3688 this.pnlBioZLoad.Controls.Add(this.picBioZLcal2);
darienf 3:36de8b9e4b1a 3689 this.pnlBioZLoad.Controls.Add(this.picBioZLcal1);
darienf 3:36de8b9e4b1a 3690 this.pnlBioZLoad.Controls.Add(this.picBioZLlb1);
darienf 3:36de8b9e4b1a 3691 this.pnlBioZLoad.Controls.Add(this.picBioZLsw2);
darienf 3:36de8b9e4b1a 3692 this.pnlBioZLoad.Controls.Add(this.picBioZLresload);
darienf 3:36de8b9e4b1a 3693 this.pnlBioZLoad.Location = new System.Drawing.Point(2, 2);
darienf 3:36de8b9e4b1a 3694 this.pnlBioZLoad.Margin = new System.Windows.Forms.Padding(2);
darienf 3:36de8b9e4b1a 3695 this.pnlBioZLoad.Name = "pnlBioZLoad";
darienf 3:36de8b9e4b1a 3696 this.pnlBioZLoad.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3697 this.pnlBioZLoad.TabIndex = 110;
darienf 3:36de8b9e4b1a 3698 //
darienf 3:36de8b9e4b1a 3699 // label37
darienf 3:36de8b9e4b1a 3700 //
darienf 3:36de8b9e4b1a 3701 this.label37.AutoSize = true;
darienf 3:36de8b9e4b1a 3702 this.label37.Location = new System.Drawing.Point(826, 508);
darienf 3:36de8b9e4b1a 3703 this.label37.Name = "label37";
darienf 3:36de8b9e4b1a 3704 this.label37.Size = new System.Drawing.Size(112, 15);
darienf 3:36de8b9e4b1a 3705 this.label37.TabIndex = 109;
darienf 3:36de8b9e4b1a 3706 this.label37.Text = "* Power-On Default";
darienf 3:36de8b9e4b1a 3707 //
darienf 3:36de8b9e4b1a 3708 // lblBioZBmuxEnBist
darienf 3:36de8b9e4b1a 3709 //
darienf 3:36de8b9e4b1a 3710 this.lblBioZBmuxEnBist.AutoSize = true;
darienf 3:36de8b9e4b1a 3711 this.lblBioZBmuxEnBist.Location = new System.Drawing.Point(264, 361);
darienf 3:36de8b9e4b1a 3712 this.lblBioZBmuxEnBist.Name = "lblBioZBmuxEnBist";
darienf 3:36de8b9e4b1a 3713 this.lblBioZBmuxEnBist.Size = new System.Drawing.Size(114, 15);
darienf 3:36de8b9e4b1a 3714 this.lblBioZBmuxEnBist.TabIndex = 0;
darienf 3:36de8b9e4b1a 3715 this.lblBioZBmuxEnBist.Text = "RMOD BIST Enable";
darienf 3:36de8b9e4b1a 3716 //
darienf 3:36de8b9e4b1a 3717 // cboBioZBmuxRnom
darienf 3:36de8b9e4b1a 3718 //
darienf 3:36de8b9e4b1a 3719 this.cboBioZBmuxRnom.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3720 this.cboBioZBmuxRnom.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3721 this.cboBioZBmuxRnom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3722 this.cboBioZBmuxRnom.DropDownWidth = 110;
darienf 3:36de8b9e4b1a 3723 this.cboBioZBmuxRnom.Location = new System.Drawing.Point(267, 427);
darienf 3:36de8b9e4b1a 3724 this.cboBioZBmuxRnom.Name = "cboBioZBmuxRnom";
darienf 3:36de8b9e4b1a 3725 this.cboBioZBmuxRnom.Size = new System.Drawing.Size(110, 21);
darienf 3:36de8b9e4b1a 3726 this.cboBioZBmuxRnom.TabIndex = 108;
darienf 3:36de8b9e4b1a 3727 this.cboBioZBmuxRnom.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3728 this.cboBioZBmuxRnom.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3729 //
darienf 3:36de8b9e4b1a 3730 // lblBioZBmuxRmod
darienf 3:36de8b9e4b1a 3731 //
darienf 3:36de8b9e4b1a 3732 this.lblBioZBmuxRmod.AutoSize = true;
darienf 3:36de8b9e4b1a 3733 this.lblBioZBmuxRmod.Location = new System.Drawing.Point(505, 361);
darienf 3:36de8b9e4b1a 3734 this.lblBioZBmuxRmod.Name = "lblBioZBmuxRmod";
darienf 3:36de8b9e4b1a 3735 this.lblBioZBmuxRmod.Size = new System.Drawing.Size(130, 15);
darienf 3:36de8b9e4b1a 3736 this.lblBioZBmuxRmod.TabIndex = 1;
darienf 3:36de8b9e4b1a 3737 this.lblBioZBmuxRmod.Text = "Modulated Resistance";
darienf 3:36de8b9e4b1a 3738 //
darienf 3:36de8b9e4b1a 3739 // lblBioZBmuxRnom
darienf 3:36de8b9e4b1a 3740 //
darienf 3:36de8b9e4b1a 3741 this.lblBioZBmuxRnom.AutoSize = true;
darienf 3:36de8b9e4b1a 3742 this.lblBioZBmuxRnom.Location = new System.Drawing.Point(264, 409);
darienf 3:36de8b9e4b1a 3743 this.lblBioZBmuxRnom.Name = "lblBioZBmuxRnom";
darienf 3:36de8b9e4b1a 3744 this.lblBioZBmuxRnom.Size = new System.Drawing.Size(120, 15);
darienf 3:36de8b9e4b1a 3745 this.lblBioZBmuxRnom.TabIndex = 107;
darienf 3:36de8b9e4b1a 3746 this.lblBioZBmuxRnom.Text = "Nominal Resistance";
darienf 3:36de8b9e4b1a 3747 //
darienf 3:36de8b9e4b1a 3748 // lblBioZBmuxFbist
darienf 3:36de8b9e4b1a 3749 //
darienf 3:36de8b9e4b1a 3750 this.lblBioZBmuxFbist.AutoSize = true;
darienf 3:36de8b9e4b1a 3751 this.lblBioZBmuxFbist.Location = new System.Drawing.Point(505, 409);
darienf 3:36de8b9e4b1a 3752 this.lblBioZBmuxFbist.Name = "lblBioZBmuxFbist";
darienf 3:36de8b9e4b1a 3753 this.lblBioZBmuxFbist.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 3754 this.lblBioZBmuxFbist.TabIndex = 2;
darienf 3:36de8b9e4b1a 3755 this.lblBioZBmuxFbist.Text = "Frequency";
darienf 3:36de8b9e4b1a 3756 //
darienf 3:36de8b9e4b1a 3757 // cboBioZBmuxFbist
darienf 3:36de8b9e4b1a 3758 //
darienf 3:36de8b9e4b1a 3759 this.cboBioZBmuxFbist.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3760 this.cboBioZBmuxFbist.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3761 this.cboBioZBmuxFbist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3762 this.cboBioZBmuxFbist.DropDownWidth = 171;
darienf 3:36de8b9e4b1a 3763 this.cboBioZBmuxFbist.Location = new System.Drawing.Point(508, 427);
darienf 3:36de8b9e4b1a 3764 this.cboBioZBmuxFbist.Name = "cboBioZBmuxFbist";
darienf 3:36de8b9e4b1a 3765 this.cboBioZBmuxFbist.Size = new System.Drawing.Size(171, 21);
darienf 3:36de8b9e4b1a 3766 this.cboBioZBmuxFbist.TabIndex = 105;
darienf 3:36de8b9e4b1a 3767 this.cboBioZBmuxFbist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3768 this.cboBioZBmuxFbist.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3769 //
darienf 3:36de8b9e4b1a 3770 // label33
darienf 3:36de8b9e4b1a 3771 //
darienf 3:36de8b9e4b1a 3772 this.label33.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 3773 this.label33.Location = new System.Drawing.Point(306, 469);
darienf 3:36de8b9e4b1a 3774 this.label33.Name = "label33";
darienf 3:36de8b9e4b1a 3775 this.label33.Size = new System.Drawing.Size(309, 19);
darienf 3:36de8b9e4b1a 3776 this.label33.TabIndex = 3;
darienf 3:36de8b9e4b1a 3777 this.label33.Text = "Modulated Resistance Built-In-Self-Test (RMOD BIST)";
darienf 3:36de8b9e4b1a 3778 //
darienf 3:36de8b9e4b1a 3779 // cboBioZBmuxRmod
darienf 3:36de8b9e4b1a 3780 //
darienf 3:36de8b9e4b1a 3781 this.cboBioZBmuxRmod.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3782 this.cboBioZBmuxRmod.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3783 this.cboBioZBmuxRmod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3784 this.cboBioZBmuxRmod.DropDownWidth = 171;
darienf 3:36de8b9e4b1a 3785 this.cboBioZBmuxRmod.Location = new System.Drawing.Point(508, 379);
darienf 3:36de8b9e4b1a 3786 this.cboBioZBmuxRmod.Name = "cboBioZBmuxRmod";
darienf 3:36de8b9e4b1a 3787 this.cboBioZBmuxRmod.Size = new System.Drawing.Size(171, 21);
darienf 3:36de8b9e4b1a 3788 this.cboBioZBmuxRmod.TabIndex = 104;
darienf 3:36de8b9e4b1a 3789 this.cboBioZBmuxRmod.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3790 this.cboBioZBmuxRmod.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3791 //
darienf 3:36de8b9e4b1a 3792 // cboBioZBmuxEnBist
darienf 3:36de8b9e4b1a 3793 //
darienf 3:36de8b9e4b1a 3794 this.cboBioZBmuxEnBist.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3795 this.cboBioZBmuxEnBist.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3796 this.cboBioZBmuxEnBist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3797 this.cboBioZBmuxEnBist.DropDownWidth = 110;
darienf 3:36de8b9e4b1a 3798 this.cboBioZBmuxEnBist.Location = new System.Drawing.Point(267, 379);
darienf 3:36de8b9e4b1a 3799 this.cboBioZBmuxEnBist.Name = "cboBioZBmuxEnBist";
darienf 3:36de8b9e4b1a 3800 this.cboBioZBmuxEnBist.Size = new System.Drawing.Size(110, 21);
darienf 3:36de8b9e4b1a 3801 this.cboBioZBmuxEnBist.TabIndex = 103;
darienf 3:36de8b9e4b1a 3802 this.cboBioZBmuxEnBist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3803 this.cboBioZBmuxEnBist.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3804 this.cboBioZBmuxEnBist.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxEnBist_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 3805 //
darienf 3:36de8b9e4b1a 3806 // picBioZLoad
darienf 3:36de8b9e4b1a 3807 //
darienf 3:36de8b9e4b1a 3808 this.picBioZLoad.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3809 this.picBioZLoad.Image = global::HealthSensorPlatform.Properties.Resources.bioz_loadrz;
darienf 3:36de8b9e4b1a 3810 this.picBioZLoad.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3811 this.picBioZLoad.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3812 this.picBioZLoad.Name = "picBioZLoad";
darienf 3:36de8b9e4b1a 3813 this.picBioZLoad.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3814 this.picBioZLoad.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3815 this.picBioZLoad.TabIndex = 106;
darienf 3:36de8b9e4b1a 3816 this.picBioZLoad.TabStop = false;
darienf 3:36de8b9e4b1a 3817 //
darienf 3:36de8b9e4b1a 3818 // picBioZLloff1
darienf 3:36de8b9e4b1a 3819 //
darienf 3:36de8b9e4b1a 3820 this.picBioZLloff1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3821 this.picBioZLloff1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3822 this.picBioZLloff1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3823 this.picBioZLloff1.Name = "picBioZLloff1";
darienf 3:36de8b9e4b1a 3824 this.picBioZLloff1.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3825 this.picBioZLloff1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3826 this.picBioZLloff1.TabIndex = 110;
darienf 3:36de8b9e4b1a 3827 this.picBioZLloff1.TabStop = false;
darienf 3:36de8b9e4b1a 3828 //
darienf 3:36de8b9e4b1a 3829 // picBioZLloff2
darienf 3:36de8b9e4b1a 3830 //
darienf 3:36de8b9e4b1a 3831 this.picBioZLloff2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3832 this.picBioZLloff2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3833 this.picBioZLloff2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3834 this.picBioZLloff2.Name = "picBioZLloff2";
darienf 3:36de8b9e4b1a 3835 this.picBioZLloff2.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3836 this.picBioZLloff2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3837 this.picBioZLloff2.TabIndex = 111;
darienf 3:36de8b9e4b1a 3838 this.picBioZLloff2.TabStop = false;
darienf 3:36de8b9e4b1a 3839 //
darienf 3:36de8b9e4b1a 3840 // picBioZLlon
darienf 3:36de8b9e4b1a 3841 //
darienf 3:36de8b9e4b1a 3842 this.picBioZLlon.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3843 this.picBioZLlon.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3844 this.picBioZLlon.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3845 this.picBioZLlon.Name = "picBioZLlon";
darienf 3:36de8b9e4b1a 3846 this.picBioZLlon.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3847 this.picBioZLlon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3848 this.picBioZLlon.TabIndex = 112;
darienf 3:36de8b9e4b1a 3849 this.picBioZLlon.TabStop = false;
darienf 3:36de8b9e4b1a 3850 //
darienf 3:36de8b9e4b1a 3851 // picBioZLsw1
darienf 3:36de8b9e4b1a 3852 //
darienf 3:36de8b9e4b1a 3853 this.picBioZLsw1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3854 this.picBioZLsw1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3855 this.picBioZLsw1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3856 this.picBioZLsw1.Name = "picBioZLsw1";
darienf 3:36de8b9e4b1a 3857 this.picBioZLsw1.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3858 this.picBioZLsw1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3859 this.picBioZLsw1.TabIndex = 113;
darienf 3:36de8b9e4b1a 3860 this.picBioZLsw1.TabStop = false;
darienf 3:36de8b9e4b1a 3861 //
darienf 3:36de8b9e4b1a 3862 // picBioZLlb2
darienf 3:36de8b9e4b1a 3863 //
darienf 3:36de8b9e4b1a 3864 this.picBioZLlb2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3865 this.picBioZLlb2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3866 this.picBioZLlb2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3867 this.picBioZLlb2.Name = "picBioZLlb2";
darienf 3:36de8b9e4b1a 3868 this.picBioZLlb2.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3869 this.picBioZLlb2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3870 this.picBioZLlb2.TabIndex = 117;
darienf 3:36de8b9e4b1a 3871 this.picBioZLlb2.TabStop = false;
darienf 3:36de8b9e4b1a 3872 //
darienf 3:36de8b9e4b1a 3873 // picBioZLcal2
darienf 3:36de8b9e4b1a 3874 //
darienf 3:36de8b9e4b1a 3875 this.picBioZLcal2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3876 this.picBioZLcal2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3877 this.picBioZLcal2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3878 this.picBioZLcal2.Name = "picBioZLcal2";
darienf 3:36de8b9e4b1a 3879 this.picBioZLcal2.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3880 this.picBioZLcal2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3881 this.picBioZLcal2.TabIndex = 118;
darienf 3:36de8b9e4b1a 3882 this.picBioZLcal2.TabStop = false;
darienf 3:36de8b9e4b1a 3883 //
darienf 3:36de8b9e4b1a 3884 // picBioZLcal1
darienf 3:36de8b9e4b1a 3885 //
darienf 3:36de8b9e4b1a 3886 this.picBioZLcal1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3887 this.picBioZLcal1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3888 this.picBioZLcal1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3889 this.picBioZLcal1.Name = "picBioZLcal1";
darienf 3:36de8b9e4b1a 3890 this.picBioZLcal1.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3891 this.picBioZLcal1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3892 this.picBioZLcal1.TabIndex = 116;
darienf 3:36de8b9e4b1a 3893 this.picBioZLcal1.TabStop = false;
darienf 3:36de8b9e4b1a 3894 //
darienf 3:36de8b9e4b1a 3895 // picBioZLlb1
darienf 3:36de8b9e4b1a 3896 //
darienf 3:36de8b9e4b1a 3897 this.picBioZLlb1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3898 this.picBioZLlb1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3899 this.picBioZLlb1.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3900 this.picBioZLlb1.Name = "picBioZLlb1";
darienf 3:36de8b9e4b1a 3901 this.picBioZLlb1.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3902 this.picBioZLlb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3903 this.picBioZLlb1.TabIndex = 115;
darienf 3:36de8b9e4b1a 3904 this.picBioZLlb1.TabStop = false;
darienf 3:36de8b9e4b1a 3905 //
darienf 3:36de8b9e4b1a 3906 // picBioZLsw2
darienf 3:36de8b9e4b1a 3907 //
darienf 3:36de8b9e4b1a 3908 this.picBioZLsw2.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3909 this.picBioZLsw2.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3910 this.picBioZLsw2.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3911 this.picBioZLsw2.Name = "picBioZLsw2";
darienf 3:36de8b9e4b1a 3912 this.picBioZLsw2.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3913 this.picBioZLsw2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3914 this.picBioZLsw2.TabIndex = 114;
darienf 3:36de8b9e4b1a 3915 this.picBioZLsw2.TabStop = false;
darienf 3:36de8b9e4b1a 3916 //
darienf 3:36de8b9e4b1a 3917 // picBioZLresload
darienf 3:36de8b9e4b1a 3918 //
darienf 3:36de8b9e4b1a 3919 this.picBioZLresload.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 3920 this.picBioZLresload.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 3921 this.picBioZLresload.Margin = new System.Windows.Forms.Padding(0);
darienf 3:36de8b9e4b1a 3922 this.picBioZLresload.Name = "picBioZLresload";
darienf 3:36de8b9e4b1a 3923 this.picBioZLresload.Size = new System.Drawing.Size(946, 535);
darienf 3:36de8b9e4b1a 3924 this.picBioZLresload.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 3925 this.picBioZLresload.TabIndex = 119;
darienf 3:36de8b9e4b1a 3926 this.picBioZLresload.TabStop = false;
darienf 3:36de8b9e4b1a 3927 //
darienf 3:36de8b9e4b1a 3928 // tpMAX30001Pace
darienf 3:36de8b9e4b1a 3929 //
darienf 3:36de8b9e4b1a 3930 this.tpMAX30001Pace.Controls.Add(this.pnlPace);
darienf 3:36de8b9e4b1a 3931 this.tpMAX30001Pace.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 3932 this.tpMAX30001Pace.Name = "tpMAX30001Pace";
darienf 3:36de8b9e4b1a 3933 this.tpMAX30001Pace.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 3934 this.tpMAX30001Pace.TabIndex = 16;
darienf 3:36de8b9e4b1a 3935 this.tpMAX30001Pace.Text = "Pace Channel";
darienf 3:36de8b9e4b1a 3936 this.tpMAX30001Pace.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 3937 //
darienf 3:36de8b9e4b1a 3938 // pnlPace
darienf 3:36de8b9e4b1a 3939 //
darienf 3:36de8b9e4b1a 3940 this.pnlPace.Controls.Add(this.label38);
darienf 3:36de8b9e4b1a 3941 this.pnlPace.Controls.Add(this.cboPaceAnalogHpf);
darienf 3:36de8b9e4b1a 3942 this.pnlPace.Controls.Add(this.label35);
darienf 3:36de8b9e4b1a 3943 this.pnlPace.Controls.Add(this.lblPaceAnalogHpf);
darienf 3:36de8b9e4b1a 3944 this.pnlPace.Controls.Add(this.cboPaceDetectorNegativeThreshold);
darienf 3:36de8b9e4b1a 3945 this.pnlPace.Controls.Add(this.lblPaceBufferBandwidth);
darienf 3:36de8b9e4b1a 3946 this.pnlPace.Controls.Add(this.cboPaceDetectorPostiveThreshold);
darienf 3:36de8b9e4b1a 3947 this.pnlPace.Controls.Add(this.lblPaceSignalSelection);
darienf 3:36de8b9e4b1a 3948 this.pnlPace.Controls.Add(this.cboPaceDifferentiatorMode);
darienf 3:36de8b9e4b1a 3949 this.pnlPace.Controls.Add(this.lblPaceInputPolarity);
darienf 3:36de8b9e4b1a 3950 this.pnlPace.Controls.Add(this.cboPaceChannelGain);
darienf 3:36de8b9e4b1a 3951 this.pnlPace.Controls.Add(this.lblPaceChannelGain);
darienf 3:36de8b9e4b1a 3952 this.pnlPace.Controls.Add(this.cboPaceInputPolarity);
darienf 3:36de8b9e4b1a 3953 this.pnlPace.Controls.Add(this.lblPaceDifferentiatorMode);
darienf 3:36de8b9e4b1a 3954 this.pnlPace.Controls.Add(this.cboPaceSignalSelection);
darienf 3:36de8b9e4b1a 3955 this.pnlPace.Controls.Add(this.lblPaceDetectorPostiveThreshold);
darienf 3:36de8b9e4b1a 3956 this.pnlPace.Controls.Add(this.cboPaceBufferBandwidth);
darienf 3:36de8b9e4b1a 3957 this.pnlPace.Controls.Add(this.lblPaceDetectorNegativeThreshold);
darienf 3:36de8b9e4b1a 3958 this.pnlPace.Controls.Add(this.picPaceChannel);
darienf 3:36de8b9e4b1a 3959 this.pnlPace.Location = new System.Drawing.Point(2, 2);
darienf 3:36de8b9e4b1a 3960 this.pnlPace.Margin = new System.Windows.Forms.Padding(2);
darienf 3:36de8b9e4b1a 3961 this.pnlPace.Name = "pnlPace";
darienf 3:36de8b9e4b1a 3962 this.pnlPace.Size = new System.Drawing.Size(946, 473);
darienf 3:36de8b9e4b1a 3963 this.pnlPace.TabIndex = 48;
darienf 3:36de8b9e4b1a 3964 //
darienf 3:36de8b9e4b1a 3965 // label38
darienf 3:36de8b9e4b1a 3966 //
darienf 3:36de8b9e4b1a 3967 this.label38.AutoSize = true;
darienf 3:36de8b9e4b1a 3968 this.label38.Location = new System.Drawing.Point(822, 288);
darienf 3:36de8b9e4b1a 3969 this.label38.Name = "label38";
darienf 3:36de8b9e4b1a 3970 this.label38.Size = new System.Drawing.Size(112, 15);
darienf 3:36de8b9e4b1a 3971 this.label38.TabIndex = 47;
darienf 3:36de8b9e4b1a 3972 this.label38.Text = "* Power-On Default";
darienf 3:36de8b9e4b1a 3973 //
darienf 3:36de8b9e4b1a 3974 // cboPaceAnalogHpf
darienf 3:36de8b9e4b1a 3975 //
darienf 3:36de8b9e4b1a 3976 this.cboPaceAnalogHpf.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 3977 this.cboPaceAnalogHpf.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 3978 this.cboPaceAnalogHpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 3979 this.cboPaceAnalogHpf.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 3980 this.cboPaceAnalogHpf.Location = new System.Drawing.Point(115, 396);
darienf 3:36de8b9e4b1a 3981 this.cboPaceAnalogHpf.Name = "cboPaceAnalogHpf";
darienf 3:36de8b9e4b1a 3982 this.cboPaceAnalogHpf.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 3983 this.cboPaceAnalogHpf.TabIndex = 16;
darienf 3:36de8b9e4b1a 3984 this.cboPaceAnalogHpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 3985 this.cboPaceAnalogHpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 3986 //
darienf 3:36de8b9e4b1a 3987 // label35
darienf 3:36de8b9e4b1a 3988 //
darienf 3:36de8b9e4b1a 3989 this.label35.Location = new System.Drawing.Point(71, 311);
darienf 3:36de8b9e4b1a 3990 this.label35.Name = "label35";
darienf 3:36de8b9e4b1a 3991 this.label35.Size = new System.Drawing.Size(50, 52);
darienf 3:36de8b9e4b1a 3992 this.label35.TabIndex = 32;
darienf 3:36de8b9e4b1a 3993 this.label35.Text = "BioZ Input MUX";
darienf 3:36de8b9e4b1a 3994 this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
darienf 3:36de8b9e4b1a 3995 //
darienf 3:36de8b9e4b1a 3996 // lblPaceAnalogHpf
darienf 3:36de8b9e4b1a 3997 //
darienf 3:36de8b9e4b1a 3998 this.lblPaceAnalogHpf.AutoSize = true;
darienf 3:36de8b9e4b1a 3999 this.lblPaceAnalogHpf.Location = new System.Drawing.Point(112, 378);
darienf 3:36de8b9e4b1a 4000 this.lblPaceAnalogHpf.Name = "lblPaceAnalogHpf";
darienf 3:36de8b9e4b1a 4001 this.lblPaceAnalogHpf.Size = new System.Drawing.Size(107, 15);
darienf 3:36de8b9e4b1a 4002 this.lblPaceAnalogHpf.TabIndex = 17;
darienf 3:36de8b9e4b1a 4003 this.lblPaceAnalogHpf.Text = "Analog HPF Cutoff";
darienf 3:36de8b9e4b1a 4004 //
darienf 3:36de8b9e4b1a 4005 // cboPaceDetectorNegativeThreshold
darienf 3:36de8b9e4b1a 4006 //
darienf 3:36de8b9e4b1a 4007 this.cboPaceDetectorNegativeThreshold.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4008 this.cboPaceDetectorNegativeThreshold.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4009 this.cboPaceDetectorNegativeThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4010 this.cboPaceDetectorNegativeThreshold.DropDownWidth = 132;
darienf 3:36de8b9e4b1a 4011 this.cboPaceDetectorNegativeThreshold.Location = new System.Drawing.Point(770, 250);
darienf 3:36de8b9e4b1a 4012 this.cboPaceDetectorNegativeThreshold.Name = "cboPaceDetectorNegativeThreshold";
darienf 3:36de8b9e4b1a 4013 this.cboPaceDetectorNegativeThreshold.Size = new System.Drawing.Size(132, 21);
darienf 3:36de8b9e4b1a 4014 this.cboPaceDetectorNegativeThreshold.TabIndex = 31;
darienf 3:36de8b9e4b1a 4015 this.cboPaceDetectorNegativeThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4016 this.cboPaceDetectorNegativeThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4017 //
darienf 3:36de8b9e4b1a 4018 // lblPaceBufferBandwidth
darienf 3:36de8b9e4b1a 4019 //
darienf 3:36de8b9e4b1a 4020 this.lblPaceBufferBandwidth.AutoSize = true;
darienf 3:36de8b9e4b1a 4021 this.lblPaceBufferBandwidth.Location = new System.Drawing.Point(50, 126);
darienf 3:36de8b9e4b1a 4022 this.lblPaceBufferBandwidth.Name = "lblPaceBufferBandwidth";
darienf 3:36de8b9e4b1a 4023 this.lblPaceBufferBandwidth.Size = new System.Drawing.Size(100, 15);
darienf 3:36de8b9e4b1a 4024 this.lblPaceBufferBandwidth.TabIndex = 18;
darienf 3:36de8b9e4b1a 4025 this.lblPaceBufferBandwidth.Text = "Buffer Bandwidth";
darienf 3:36de8b9e4b1a 4026 //
darienf 3:36de8b9e4b1a 4027 // cboPaceDetectorPostiveThreshold
darienf 3:36de8b9e4b1a 4028 //
darienf 3:36de8b9e4b1a 4029 this.cboPaceDetectorPostiveThreshold.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4030 this.cboPaceDetectorPostiveThreshold.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4031 this.cboPaceDetectorPostiveThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4032 this.cboPaceDetectorPostiveThreshold.DropDownWidth = 132;
darienf 3:36de8b9e4b1a 4033 this.cboPaceDetectorPostiveThreshold.Location = new System.Drawing.Point(770, 203);
darienf 3:36de8b9e4b1a 4034 this.cboPaceDetectorPostiveThreshold.Name = "cboPaceDetectorPostiveThreshold";
darienf 3:36de8b9e4b1a 4035 this.cboPaceDetectorPostiveThreshold.Size = new System.Drawing.Size(132, 21);
darienf 3:36de8b9e4b1a 4036 this.cboPaceDetectorPostiveThreshold.TabIndex = 30;
darienf 3:36de8b9e4b1a 4037 this.cboPaceDetectorPostiveThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4038 this.cboPaceDetectorPostiveThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4039 //
darienf 3:36de8b9e4b1a 4040 // lblPaceSignalSelection
darienf 3:36de8b9e4b1a 4041 //
darienf 3:36de8b9e4b1a 4042 this.lblPaceSignalSelection.AutoSize = true;
darienf 3:36de8b9e4b1a 4043 this.lblPaceSignalSelection.Location = new System.Drawing.Point(186, 126);
darienf 3:36de8b9e4b1a 4044 this.lblPaceSignalSelection.Name = "lblPaceSignalSelection";
darienf 3:36de8b9e4b1a 4045 this.lblPaceSignalSelection.Size = new System.Drawing.Size(96, 15);
darienf 3:36de8b9e4b1a 4046 this.lblPaceSignalSelection.TabIndex = 19;
darienf 3:36de8b9e4b1a 4047 this.lblPaceSignalSelection.Text = "Signal Selection";
darienf 3:36de8b9e4b1a 4048 //
darienf 3:36de8b9e4b1a 4049 // cboPaceDifferentiatorMode
darienf 3:36de8b9e4b1a 4050 //
darienf 3:36de8b9e4b1a 4051 this.cboPaceDifferentiatorMode.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4052 this.cboPaceDifferentiatorMode.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4053 this.cboPaceDifferentiatorMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4054 this.cboPaceDifferentiatorMode.DropDownWidth = 132;
darienf 3:36de8b9e4b1a 4055 this.cboPaceDifferentiatorMode.Location = new System.Drawing.Point(627, 250);
darienf 3:36de8b9e4b1a 4056 this.cboPaceDifferentiatorMode.Name = "cboPaceDifferentiatorMode";
darienf 3:36de8b9e4b1a 4057 this.cboPaceDifferentiatorMode.Size = new System.Drawing.Size(132, 21);
darienf 3:36de8b9e4b1a 4058 this.cboPaceDifferentiatorMode.TabIndex = 29;
darienf 3:36de8b9e4b1a 4059 this.cboPaceDifferentiatorMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4060 this.cboPaceDifferentiatorMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4061 //
darienf 3:36de8b9e4b1a 4062 // lblPaceInputPolarity
darienf 3:36de8b9e4b1a 4063 //
darienf 3:36de8b9e4b1a 4064 this.lblPaceInputPolarity.AutoSize = true;
darienf 3:36de8b9e4b1a 4065 this.lblPaceInputPolarity.Location = new System.Drawing.Point(167, 227);
darienf 3:36de8b9e4b1a 4066 this.lblPaceInputPolarity.Name = "lblPaceInputPolarity";
darienf 3:36de8b9e4b1a 4067 this.lblPaceInputPolarity.Size = new System.Drawing.Size(77, 15);
darienf 3:36de8b9e4b1a 4068 this.lblPaceInputPolarity.TabIndex = 20;
darienf 3:36de8b9e4b1a 4069 this.lblPaceInputPolarity.Text = "Input Polarity";
darienf 3:36de8b9e4b1a 4070 //
darienf 3:36de8b9e4b1a 4071 // cboPaceChannelGain
darienf 3:36de8b9e4b1a 4072 //
darienf 3:36de8b9e4b1a 4073 this.cboPaceChannelGain.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4074 this.cboPaceChannelGain.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4075 this.cboPaceChannelGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4076 this.cboPaceChannelGain.DropDownWidth = 158;
darienf 3:36de8b9e4b1a 4077 this.cboPaceChannelGain.Location = new System.Drawing.Point(448, 203);
darienf 3:36de8b9e4b1a 4078 this.cboPaceChannelGain.Name = "cboPaceChannelGain";
darienf 3:36de8b9e4b1a 4079 this.cboPaceChannelGain.Size = new System.Drawing.Size(158, 21);
darienf 3:36de8b9e4b1a 4080 this.cboPaceChannelGain.TabIndex = 28;
darienf 3:36de8b9e4b1a 4081 this.cboPaceChannelGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4082 this.cboPaceChannelGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4083 //
darienf 3:36de8b9e4b1a 4084 // lblPaceChannelGain
darienf 3:36de8b9e4b1a 4085 //
darienf 3:36de8b9e4b1a 4086 this.lblPaceChannelGain.AutoSize = true;
darienf 3:36de8b9e4b1a 4087 this.lblPaceChannelGain.Location = new System.Drawing.Point(446, 185);
darienf 3:36de8b9e4b1a 4088 this.lblPaceChannelGain.Name = "lblPaceChannelGain";
darienf 3:36de8b9e4b1a 4089 this.lblPaceChannelGain.Size = new System.Drawing.Size(195, 15);
darienf 3:36de8b9e4b1a 4090 this.lblPaceChannelGain.TabIndex = 21;
darienf 3:36de8b9e4b1a 4091 this.lblPaceChannelGain.Text = "Channel Gain (Normal / INA / PGA)";
darienf 3:36de8b9e4b1a 4092 //
darienf 3:36de8b9e4b1a 4093 // cboPaceInputPolarity
darienf 3:36de8b9e4b1a 4094 //
darienf 3:36de8b9e4b1a 4095 this.cboPaceInputPolarity.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4096 this.cboPaceInputPolarity.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4097 this.cboPaceInputPolarity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4098 this.cboPaceInputPolarity.DropDownWidth = 107;
darienf 3:36de8b9e4b1a 4099 this.cboPaceInputPolarity.Location = new System.Drawing.Point(170, 246);
darienf 3:36de8b9e4b1a 4100 this.cboPaceInputPolarity.Name = "cboPaceInputPolarity";
darienf 3:36de8b9e4b1a 4101 this.cboPaceInputPolarity.Size = new System.Drawing.Size(107, 21);
darienf 3:36de8b9e4b1a 4102 this.cboPaceInputPolarity.TabIndex = 27;
darienf 3:36de8b9e4b1a 4103 this.cboPaceInputPolarity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4104 this.cboPaceInputPolarity.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4105 //
darienf 3:36de8b9e4b1a 4106 // lblPaceDifferentiatorMode
darienf 3:36de8b9e4b1a 4107 //
darienf 3:36de8b9e4b1a 4108 this.lblPaceDifferentiatorMode.AutoSize = true;
darienf 3:36de8b9e4b1a 4109 this.lblPaceDifferentiatorMode.Location = new System.Drawing.Point(623, 232);
darienf 3:36de8b9e4b1a 4110 this.lblPaceDifferentiatorMode.Name = "lblPaceDifferentiatorMode";
darienf 3:36de8b9e4b1a 4111 this.lblPaceDifferentiatorMode.Size = new System.Drawing.Size(110, 15);
darienf 3:36de8b9e4b1a 4112 this.lblPaceDifferentiatorMode.TabIndex = 22;
darienf 3:36de8b9e4b1a 4113 this.lblPaceDifferentiatorMode.Text = "Differentiator Mode";
darienf 3:36de8b9e4b1a 4114 //
darienf 3:36de8b9e4b1a 4115 // cboPaceSignalSelection
darienf 3:36de8b9e4b1a 4116 //
darienf 3:36de8b9e4b1a 4117 this.cboPaceSignalSelection.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4118 this.cboPaceSignalSelection.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4119 this.cboPaceSignalSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4120 this.cboPaceSignalSelection.DropDownWidth = 95;
darienf 3:36de8b9e4b1a 4121 this.cboPaceSignalSelection.Location = new System.Drawing.Point(189, 144);
darienf 3:36de8b9e4b1a 4122 this.cboPaceSignalSelection.Name = "cboPaceSignalSelection";
darienf 3:36de8b9e4b1a 4123 this.cboPaceSignalSelection.Size = new System.Drawing.Size(95, 21);
darienf 3:36de8b9e4b1a 4124 this.cboPaceSignalSelection.TabIndex = 26;
darienf 3:36de8b9e4b1a 4125 this.cboPaceSignalSelection.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4126 this.cboPaceSignalSelection.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4127 //
darienf 3:36de8b9e4b1a 4128 // lblPaceDetectorPostiveThreshold
darienf 3:36de8b9e4b1a 4129 //
darienf 3:36de8b9e4b1a 4130 this.lblPaceDetectorPostiveThreshold.AutoSize = true;
darienf 3:36de8b9e4b1a 4131 this.lblPaceDetectorPostiveThreshold.Location = new System.Drawing.Point(766, 185);
darienf 3:36de8b9e4b1a 4132 this.lblPaceDetectorPostiveThreshold.Name = "lblPaceDetectorPostiveThreshold";
darienf 3:36de8b9e4b1a 4133 this.lblPaceDetectorPostiveThreshold.Size = new System.Drawing.Size(155, 15);
darienf 3:36de8b9e4b1a 4134 this.lblPaceDetectorPostiveThreshold.TabIndex = 23;
darienf 3:36de8b9e4b1a 4135 this.lblPaceDetectorPostiveThreshold.Text = "Detector Postive Threshold";
darienf 3:36de8b9e4b1a 4136 //
darienf 3:36de8b9e4b1a 4137 // cboPaceBufferBandwidth
darienf 3:36de8b9e4b1a 4138 //
darienf 3:36de8b9e4b1a 4139 this.cboPaceBufferBandwidth.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4140 this.cboPaceBufferBandwidth.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4141 this.cboPaceBufferBandwidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4142 this.cboPaceBufferBandwidth.DropDownWidth = 123;
darienf 3:36de8b9e4b1a 4143 this.cboPaceBufferBandwidth.Location = new System.Drawing.Point(53, 144);
darienf 3:36de8b9e4b1a 4144 this.cboPaceBufferBandwidth.Name = "cboPaceBufferBandwidth";
darienf 3:36de8b9e4b1a 4145 this.cboPaceBufferBandwidth.Size = new System.Drawing.Size(123, 21);
darienf 3:36de8b9e4b1a 4146 this.cboPaceBufferBandwidth.TabIndex = 25;
darienf 3:36de8b9e4b1a 4147 this.cboPaceBufferBandwidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4148 this.cboPaceBufferBandwidth.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4149 //
darienf 3:36de8b9e4b1a 4150 // lblPaceDetectorNegativeThreshold
darienf 3:36de8b9e4b1a 4151 //
darienf 3:36de8b9e4b1a 4152 this.lblPaceDetectorNegativeThreshold.AutoSize = true;
darienf 3:36de8b9e4b1a 4153 this.lblPaceDetectorNegativeThreshold.Location = new System.Drawing.Point(766, 232);
darienf 3:36de8b9e4b1a 4154 this.lblPaceDetectorNegativeThreshold.Name = "lblPaceDetectorNegativeThreshold";
darienf 3:36de8b9e4b1a 4155 this.lblPaceDetectorNegativeThreshold.Size = new System.Drawing.Size(163, 15);
darienf 3:36de8b9e4b1a 4156 this.lblPaceDetectorNegativeThreshold.TabIndex = 24;
darienf 3:36de8b9e4b1a 4157 this.lblPaceDetectorNegativeThreshold.Text = "Detector Negative Threshold";
darienf 3:36de8b9e4b1a 4158 //
darienf 3:36de8b9e4b1a 4159 // picPaceChannel
darienf 3:36de8b9e4b1a 4160 //
darienf 3:36de8b9e4b1a 4161 this.picPaceChannel.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4162 this.picPaceChannel.Image = global::HealthSensorPlatform.Properties.Resources.pace_block_diagrams;
darienf 3:36de8b9e4b1a 4163 this.picPaceChannel.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4164 this.picPaceChannel.Name = "picPaceChannel";
darienf 3:36de8b9e4b1a 4165 this.picPaceChannel.Size = new System.Drawing.Size(946, 473);
darienf 3:36de8b9e4b1a 4166 this.picPaceChannel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
darienf 3:36de8b9e4b1a 4167 this.picPaceChannel.TabIndex = 0;
darienf 3:36de8b9e4b1a 4168 this.picPaceChannel.TabStop = false;
darienf 3:36de8b9e4b1a 4169 //
darienf 3:36de8b9e4b1a 4170 // tpMAX30001Plots
darienf 3:36de8b9e4b1a 4171 //
darienf 3:36de8b9e4b1a 4172 this.tpMAX30001Plots.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4173 this.tpMAX30001Plots.Controls.Add(this.ecgView1);
darienf 3:36de8b9e4b1a 4174 this.tpMAX30001Plots.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 4175 this.tpMAX30001Plots.Name = "tpMAX30001Plots";
darienf 3:36de8b9e4b1a 4176 this.tpMAX30001Plots.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4177 this.tpMAX30001Plots.TabIndex = 8;
darienf 3:36de8b9e4b1a 4178 this.tpMAX30001Plots.Text = "Plots";
darienf 3:36de8b9e4b1a 4179 //
darienf 3:36de8b9e4b1a 4180 // ecgView1
darienf 3:36de8b9e4b1a 4181 //
darienf 3:36de8b9e4b1a 4182 this.ecgView1.BioZMilliOhmRange = false;
darienf 3:36de8b9e4b1a 4183 this.ecgView1.Connected = false;
darienf 3:36de8b9e4b1a 4184 this.ecgView1.CurrentBioZ = 0;
darienf 3:36de8b9e4b1a 4185 this.ecgView1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4186 this.ecgView1.EnableBioZ = false;
darienf 3:36de8b9e4b1a 4187 this.ecgView1.EnableBioZOverUnderRange = true;
darienf 3:36de8b9e4b1a 4188 this.ecgView1.EnableDCLeadOff = true;
darienf 3:36de8b9e4b1a 4189 this.ecgView1.EnableECG = false;
darienf 3:36de8b9e4b1a 4190 this.ecgView1.EnableEcgDCLeadOff = false;
darienf 3:36de8b9e4b1a 4191 this.ecgView1.EnablePace = false;
darienf 3:36de8b9e4b1a 4192 this.ecgView1.EnableRToR = false;
darienf 3:36de8b9e4b1a 4193 this.ecgView1.FrequencyMasterField = 0;
darienf 3:36de8b9e4b1a 4194 this.ecgView1.GainBioZ = 20;
darienf 3:36de8b9e4b1a 4195 this.ecgView1.GainECG = 20;
darienf 3:36de8b9e4b1a 4196 this.ecgView1.HspSetting = null;
darienf 3:36de8b9e4b1a 4197 this.ecgView1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4198 this.ecgView1.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4199 this.ecgView1.Name = "ecgView1";
darienf 3:36de8b9e4b1a 4200 this.ecgView1.SampleRateBioZ = 128D;
darienf 3:36de8b9e4b1a 4201 this.ecgView1.SampleRateEcg = 128D;
darienf 3:36de8b9e4b1a 4202 this.ecgView1.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4203 this.ecgView1.TabIndex = 0;
darienf 3:36de8b9e4b1a 4204 //
darienf 3:36de8b9e4b1a 4205 // tpFlashLog
darienf 3:36de8b9e4b1a 4206 //
darienf 3:36de8b9e4b1a 4207 this.tpFlashLog.Controls.Add(this.dataLoggingView1);
darienf 3:36de8b9e4b1a 4208 this.tpFlashLog.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 4209 this.tpFlashLog.Name = "tpFlashLog";
darienf 3:36de8b9e4b1a 4210 this.tpFlashLog.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4211 this.tpFlashLog.TabIndex = 17;
darienf 3:36de8b9e4b1a 4212 this.tpFlashLog.Text = "Flash Log";
darienf 3:36de8b9e4b1a 4213 this.tpFlashLog.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 4214 //
darienf 3:36de8b9e4b1a 4215 // dataLoggingView1
darienf 3:36de8b9e4b1a 4216 //
darienf 3:36de8b9e4b1a 4217 this.dataLoggingView1.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4218 this.dataLoggingView1.BioZArgs = null;
darienf 3:36de8b9e4b1a 4219 this.dataLoggingView1.Connected = false;
darienf 3:36de8b9e4b1a 4220 this.dataLoggingView1.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4221 this.dataLoggingView1.EcgArgs = null;
darienf 3:36de8b9e4b1a 4222 this.dataLoggingView1.EnableAccelerometer = false;
darienf 3:36de8b9e4b1a 4223 this.dataLoggingView1.EnableBioz = false;
darienf 3:36de8b9e4b1a 4224 this.dataLoggingView1.EnableEcg = false;
darienf 3:36de8b9e4b1a 4225 this.dataLoggingView1.EnableOpticalHR = false;
darienf 3:36de8b9e4b1a 4226 this.dataLoggingView1.EnableOpticalMulti = false;
darienf 3:36de8b9e4b1a 4227 this.dataLoggingView1.EnableOpticalSpO2 = false;
darienf 3:36de8b9e4b1a 4228 this.dataLoggingView1.EnablePace = false;
darienf 3:36de8b9e4b1a 4229 this.dataLoggingView1.EnablePressure = false;
darienf 3:36de8b9e4b1a 4230 this.dataLoggingView1.EnableRToR = false;
darienf 3:36de8b9e4b1a 4231 this.dataLoggingView1.EnableTemperature1 = false;
darienf 3:36de8b9e4b1a 4232 this.dataLoggingView1.EnableTemperature2 = false;
darienf 3:36de8b9e4b1a 4233 this.dataLoggingView1.FMSTRArgs = null;
darienf 3:36de8b9e4b1a 4234 this.dataLoggingView1.HRModeArgs = null;
darienf 3:36de8b9e4b1a 4235 this.dataLoggingView1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4236 this.dataLoggingView1.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4237 this.dataLoggingView1.MultiModeArgs = null;
darienf 3:36de8b9e4b1a 4238 this.dataLoggingView1.Name = "dataLoggingView1";
darienf 3:36de8b9e4b1a 4239 this.dataLoggingView1.PaceArgs = null;
darienf 3:36de8b9e4b1a 4240 this.dataLoggingView1.RToRArgs = null;
darienf 3:36de8b9e4b1a 4241 this.dataLoggingView1.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4242 this.dataLoggingView1.SpO2HRModeArgs = null;
darienf 3:36de8b9e4b1a 4243 this.dataLoggingView1.TabIndex = 0;
darienf 3:36de8b9e4b1a 4244 //
darienf 3:36de8b9e4b1a 4245 // tpRegisters
darienf 3:36de8b9e4b1a 4246 //
darienf 3:36de8b9e4b1a 4247 this.tpRegisters.Controls.Add(this.tableLayoutPanel1);
darienf 3:36de8b9e4b1a 4248 this.tpRegisters.Controls.Add(this.pnlRegMAX30205_U18);
darienf 3:36de8b9e4b1a 4249 this.tpRegisters.Controls.Add(this.pnlRegMAX14720);
darienf 3:36de8b9e4b1a 4250 this.tpRegisters.Controls.Add(this.pnlRegMAX30101);
darienf 3:36de8b9e4b1a 4251 this.tpRegisters.Controls.Add(this.pnlRegMAX30001);
darienf 3:36de8b9e4b1a 4252 this.tpRegisters.Controls.Add(this.pnlRegMAX30205);
darienf 3:36de8b9e4b1a 4253 this.tpRegisters.Controls.Add(this.pnlRegLIS2HD);
darienf 3:36de8b9e4b1a 4254 this.tpRegisters.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 4255 this.tpRegisters.Name = "tpRegisters";
darienf 3:36de8b9e4b1a 4256 this.tpRegisters.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4257 this.tpRegisters.TabIndex = 11;
darienf 3:36de8b9e4b1a 4258 this.tpRegisters.Text = "Registers";
darienf 3:36de8b9e4b1a 4259 this.tpRegisters.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 4260 //
darienf 3:36de8b9e4b1a 4261 // tableLayoutPanel1
darienf 3:36de8b9e4b1a 4262 //
darienf 3:36de8b9e4b1a 4263 this.tableLayoutPanel1.ColumnCount = 1;
darienf 3:36de8b9e4b1a 4264 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
darienf 3:36de8b9e4b1a 4265 this.tableLayoutPanel1.Controls.Add(this.cboRegisterTabDevice, 0, 0);
darienf 3:36de8b9e4b1a 4266 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
darienf 3:36de8b9e4b1a 4267 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4268 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
darienf 3:36de8b9e4b1a 4269 this.tableLayoutPanel1.RowCount = 1;
darienf 3:36de8b9e4b1a 4270 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
darienf 3:36de8b9e4b1a 4271 this.tableLayoutPanel1.Size = new System.Drawing.Size(953, 42);
darienf 3:36de8b9e4b1a 4272 this.tableLayoutPanel1.TabIndex = 4;
darienf 3:36de8b9e4b1a 4273 //
darienf 3:36de8b9e4b1a 4274 // cboRegisterTabDevice
darienf 3:36de8b9e4b1a 4275 //
darienf 3:36de8b9e4b1a 4276 this.cboRegisterTabDevice.Anchor = System.Windows.Forms.AnchorStyles.Right;
darienf 3:36de8b9e4b1a 4277 this.cboRegisterTabDevice.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4278 this.cboRegisterTabDevice.DropDownHeight = 200;
darienf 3:36de8b9e4b1a 4279 this.cboRegisterTabDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4280 this.cboRegisterTabDevice.DropDownWidth = 172;
darienf 3:36de8b9e4b1a 4281 this.cboRegisterTabDevice.Items.AddRange(new object[] {
darienf 3:36de8b9e4b1a 4282 "MAX30101",
darienf 3:36de8b9e4b1a 4283 "MAX30205 (Top)",
darienf 3:36de8b9e4b1a 4284 "MAX30205 (Bottom)",
darienf 3:36de8b9e4b1a 4285 "LIS2DH",
darienf 3:36de8b9e4b1a 4286 "MAX30001",
darienf 3:36de8b9e4b1a 4287 "MAX14720"});
darienf 3:36de8b9e4b1a 4288 this.cboRegisterTabDevice.Location = new System.Drawing.Point(778, 7);
darienf 3:36de8b9e4b1a 4289 this.cboRegisterTabDevice.Name = "cboRegisterTabDevice";
darienf 3:36de8b9e4b1a 4290 this.cboRegisterTabDevice.Size = new System.Drawing.Size(172, 28);
darienf 3:36de8b9e4b1a 4291 this.cboRegisterTabDevice.TabIndex = 1;
darienf 3:36de8b9e4b1a 4292 this.cboRegisterTabDevice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4293 this.cboRegisterTabDevice.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left;
darienf 3:36de8b9e4b1a 4294 this.cboRegisterTabDevice.SelectedIndexChanged += new System.EventHandler(this.cboRegisterTabDevice_SelectedIndexChanged);
darienf 3:36de8b9e4b1a 4295 //
darienf 3:36de8b9e4b1a 4296 // pnlRegMAX30205_U18
darienf 3:36de8b9e4b1a 4297 //
darienf 3:36de8b9e4b1a 4298 this.pnlRegMAX30205_U18.Controls.Add(this.rvMAX30205_U18);
darienf 3:36de8b9e4b1a 4299 this.pnlRegMAX30205_U18.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4300 this.pnlRegMAX30205_U18.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4301 this.pnlRegMAX30205_U18.Name = "pnlRegMAX30205_U18";
darienf 3:36de8b9e4b1a 4302 this.pnlRegMAX30205_U18.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4303 this.pnlRegMAX30205_U18.TabIndex = 3;
darienf 3:36de8b9e4b1a 4304 //
darienf 3:36de8b9e4b1a 4305 // rvMAX30205_U18
darienf 3:36de8b9e4b1a 4306 //
darienf 3:36de8b9e4b1a 4307 this.rvMAX30205_U18.Connected = false;
darienf 3:36de8b9e4b1a 4308 this.rvMAX30205_U18.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4309 this.rvMAX30205_U18.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4310 this.rvMAX30205_U18.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4311 this.rvMAX30205_U18.Name = "rvMAX30205_U18";
darienf 3:36de8b9e4b1a 4312 this.rvMAX30205_U18.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4313 this.rvMAX30205_U18.TabIndex = 0;
darienf 3:36de8b9e4b1a 4314 //
darienf 3:36de8b9e4b1a 4315 // pnlRegMAX14720
darienf 3:36de8b9e4b1a 4316 //
darienf 3:36de8b9e4b1a 4317 this.pnlRegMAX14720.Controls.Add(this.rvMAX14720);
darienf 3:36de8b9e4b1a 4318 this.pnlRegMAX14720.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4319 this.pnlRegMAX14720.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4320 this.pnlRegMAX14720.Name = "pnlRegMAX14720";
darienf 3:36de8b9e4b1a 4321 this.pnlRegMAX14720.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4322 this.pnlRegMAX14720.TabIndex = 2;
darienf 3:36de8b9e4b1a 4323 //
darienf 3:36de8b9e4b1a 4324 // rvMAX14720
darienf 3:36de8b9e4b1a 4325 //
darienf 3:36de8b9e4b1a 4326 this.rvMAX14720.Connected = false;
darienf 3:36de8b9e4b1a 4327 this.rvMAX14720.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4328 this.rvMAX14720.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4329 this.rvMAX14720.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4330 this.rvMAX14720.Name = "rvMAX14720";
darienf 3:36de8b9e4b1a 4331 this.rvMAX14720.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4332 this.rvMAX14720.TabIndex = 0;
darienf 3:36de8b9e4b1a 4333 //
darienf 3:36de8b9e4b1a 4334 // pnlRegMAX30101
darienf 3:36de8b9e4b1a 4335 //
darienf 3:36de8b9e4b1a 4336 this.pnlRegMAX30101.Controls.Add(this.rvMAX30101);
darienf 3:36de8b9e4b1a 4337 this.pnlRegMAX30101.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4338 this.pnlRegMAX30101.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4339 this.pnlRegMAX30101.Name = "pnlRegMAX30101";
darienf 3:36de8b9e4b1a 4340 this.pnlRegMAX30101.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4341 this.pnlRegMAX30101.TabIndex = 0;
darienf 3:36de8b9e4b1a 4342 //
darienf 3:36de8b9e4b1a 4343 // rvMAX30101
darienf 3:36de8b9e4b1a 4344 //
darienf 3:36de8b9e4b1a 4345 this.rvMAX30101.Connected = false;
darienf 3:36de8b9e4b1a 4346 this.rvMAX30101.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4347 this.rvMAX30101.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4348 this.rvMAX30101.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4349 this.rvMAX30101.Name = "rvMAX30101";
darienf 3:36de8b9e4b1a 4350 this.rvMAX30101.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4351 this.rvMAX30101.TabIndex = 1;
darienf 3:36de8b9e4b1a 4352 //
darienf 3:36de8b9e4b1a 4353 // pnlRegMAX30001
darienf 3:36de8b9e4b1a 4354 //
darienf 3:36de8b9e4b1a 4355 this.pnlRegMAX30001.Controls.Add(this.rvMAX30001);
darienf 3:36de8b9e4b1a 4356 this.pnlRegMAX30001.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4357 this.pnlRegMAX30001.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4358 this.pnlRegMAX30001.Name = "pnlRegMAX30001";
darienf 3:36de8b9e4b1a 4359 this.pnlRegMAX30001.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4360 this.pnlRegMAX30001.TabIndex = 2;
darienf 3:36de8b9e4b1a 4361 //
darienf 3:36de8b9e4b1a 4362 // rvMAX30001
darienf 3:36de8b9e4b1a 4363 //
darienf 3:36de8b9e4b1a 4364 this.rvMAX30001.Connected = false;
darienf 3:36de8b9e4b1a 4365 this.rvMAX30001.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4366 this.rvMAX30001.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4367 this.rvMAX30001.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4368 this.rvMAX30001.Name = "rvMAX30001";
darienf 3:36de8b9e4b1a 4369 this.rvMAX30001.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4370 this.rvMAX30001.TabIndex = 4;
darienf 3:36de8b9e4b1a 4371 //
darienf 3:36de8b9e4b1a 4372 // pnlRegMAX30205
darienf 3:36de8b9e4b1a 4373 //
darienf 3:36de8b9e4b1a 4374 this.pnlRegMAX30205.Controls.Add(this.rvMAX30205);
darienf 3:36de8b9e4b1a 4375 this.pnlRegMAX30205.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4376 this.pnlRegMAX30205.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4377 this.pnlRegMAX30205.Name = "pnlRegMAX30205";
darienf 3:36de8b9e4b1a 4378 this.pnlRegMAX30205.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4379 this.pnlRegMAX30205.TabIndex = 1;
darienf 3:36de8b9e4b1a 4380 //
darienf 3:36de8b9e4b1a 4381 // rvMAX30205
darienf 3:36de8b9e4b1a 4382 //
darienf 3:36de8b9e4b1a 4383 this.rvMAX30205.Connected = false;
darienf 3:36de8b9e4b1a 4384 this.rvMAX30205.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4385 this.rvMAX30205.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4386 this.rvMAX30205.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4387 this.rvMAX30205.Name = "rvMAX30205";
darienf 3:36de8b9e4b1a 4388 this.rvMAX30205.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4389 this.rvMAX30205.TabIndex = 3;
darienf 3:36de8b9e4b1a 4390 //
darienf 3:36de8b9e4b1a 4391 // pnlRegLIS2HD
darienf 3:36de8b9e4b1a 4392 //
darienf 3:36de8b9e4b1a 4393 this.pnlRegLIS2HD.Controls.Add(this.rvLIS2HD);
darienf 3:36de8b9e4b1a 4394 this.pnlRegLIS2HD.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4395 this.pnlRegLIS2HD.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4396 this.pnlRegLIS2HD.Name = "pnlRegLIS2HD";
darienf 3:36de8b9e4b1a 4397 this.pnlRegLIS2HD.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4398 this.pnlRegLIS2HD.TabIndex = 2;
darienf 3:36de8b9e4b1a 4399 //
darienf 3:36de8b9e4b1a 4400 // rvLIS2HD
darienf 3:36de8b9e4b1a 4401 //
darienf 3:36de8b9e4b1a 4402 this.rvLIS2HD.Connected = false;
darienf 3:36de8b9e4b1a 4403 this.rvLIS2HD.Dock = System.Windows.Forms.DockStyle.Fill;
darienf 3:36de8b9e4b1a 4404 this.rvLIS2HD.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 4405 this.rvLIS2HD.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4406 this.rvLIS2HD.Name = "rvLIS2HD";
darienf 3:36de8b9e4b1a 4407 this.rvLIS2HD.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4408 this.rvLIS2HD.TabIndex = 3;
darienf 3:36de8b9e4b1a 4409 //
darienf 3:36de8b9e4b1a 4410 // tpPrimitives
darienf 3:36de8b9e4b1a 4411 //
darienf 3:36de8b9e4b1a 4412 this.tpPrimitives.Controls.Add(this.primitivesView1);
darienf 3:36de8b9e4b1a 4413 this.tpPrimitives.Location = new System.Drawing.Point(4, 26);
darienf 3:36de8b9e4b1a 4414 this.tpPrimitives.Name = "tpPrimitives";
darienf 3:36de8b9e4b1a 4415 this.tpPrimitives.Padding = new System.Windows.Forms.Padding(3);
darienf 3:36de8b9e4b1a 4416 this.tpPrimitives.Size = new System.Drawing.Size(953, 606);
darienf 3:36de8b9e4b1a 4417 this.tpPrimitives.TabIndex = 0;
darienf 3:36de8b9e4b1a 4418 this.tpPrimitives.Text = "Advanced";
darienf 3:36de8b9e4b1a 4419 this.tpPrimitives.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 4420 //
darienf 3:36de8b9e4b1a 4421 // primitivesView1
darienf 3:36de8b9e4b1a 4422 //
darienf 3:36de8b9e4b1a 4423 this.primitivesView1.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4424 this.primitivesView1.i2cDevice = null;
darienf 3:36de8b9e4b1a 4425 this.primitivesView1.lis2hd = null;
darienf 3:36de8b9e4b1a 4426 this.primitivesView1.Location = new System.Drawing.Point(8, 10);
darienf 3:36de8b9e4b1a 4427 this.primitivesView1.Margin = new System.Windows.Forms.Padding(4);
darienf 3:36de8b9e4b1a 4428 this.primitivesView1.max30001 = null;
darienf 3:36de8b9e4b1a 4429 this.primitivesView1.max30101 = null;
darienf 3:36de8b9e4b1a 4430 this.primitivesView1.max30205 = null;
darienf 3:36de8b9e4b1a 4431 this.primitivesView1.Name = "primitivesView1";
darienf 3:36de8b9e4b1a 4432 this.primitivesView1.rpcClient = null;
darienf 3:36de8b9e4b1a 4433 this.primitivesView1.Size = new System.Drawing.Size(1191, 607);
darienf 3:36de8b9e4b1a 4434 this.primitivesView1.spiDevice = null;
darienf 3:36de8b9e4b1a 4435 this.primitivesView1.TabIndex = 0;
darienf 3:36de8b9e4b1a 4436 //
darienf 3:36de8b9e4b1a 4437 // label16
darienf 3:36de8b9e4b1a 4438 //
darienf 3:36de8b9e4b1a 4439 this.label16.AutoSize = true;
darienf 3:36de8b9e4b1a 4440 this.label16.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4441 this.label16.Location = new System.Drawing.Point(12, 43);
darienf 3:36de8b9e4b1a 4442 this.label16.Name = "label16";
darienf 3:36de8b9e4b1a 4443 this.label16.Size = new System.Drawing.Size(30, 15);
darienf 3:36de8b9e4b1a 4444 this.label16.TabIndex = 4;
darienf 3:36de8b9e4b1a 4445 this.label16.Text = "Red";
darienf 3:36de8b9e4b1a 4446 this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4447 //
darienf 3:36de8b9e4b1a 4448 // label12
darienf 3:36de8b9e4b1a 4449 //
darienf 3:36de8b9e4b1a 4450 this.label12.AutoSize = true;
darienf 3:36de8b9e4b1a 4451 this.label12.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4452 this.label12.Location = new System.Drawing.Point(219, 29);
darienf 3:36de8b9e4b1a 4453 this.label12.Name = "label12";
darienf 3:36de8b9e4b1a 4454 this.label12.Size = new System.Drawing.Size(21, 15);
darienf 3:36de8b9e4b1a 4455 this.label12.TabIndex = 4;
darienf 3:36de8b9e4b1a 4456 this.label12.Text = "Hz";
darienf 3:36de8b9e4b1a 4457 this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4458 //
darienf 3:36de8b9e4b1a 4459 // label13
darienf 3:36de8b9e4b1a 4460 //
darienf 3:36de8b9e4b1a 4461 this.label13.AutoSize = true;
darienf 3:36de8b9e4b1a 4462 this.label13.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4463 this.label13.Location = new System.Drawing.Point(219, 73);
darienf 3:36de8b9e4b1a 4464 this.label13.Name = "label13";
darienf 3:36de8b9e4b1a 4465 this.label13.Size = new System.Drawing.Size(21, 15);
darienf 3:36de8b9e4b1a 4466 this.label13.TabIndex = 4;
darienf 3:36de8b9e4b1a 4467 this.label13.Text = "µs";
darienf 3:36de8b9e4b1a 4468 this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4469 //
darienf 3:36de8b9e4b1a 4470 // label14
darienf 3:36de8b9e4b1a 4471 //
darienf 3:36de8b9e4b1a 4472 this.label14.AutoSize = true;
darienf 3:36de8b9e4b1a 4473 this.label14.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4474 this.label14.Location = new System.Drawing.Point(219, 95);
darienf 3:36de8b9e4b1a 4475 this.label14.Name = "label14";
darienf 3:36de8b9e4b1a 4476 this.label14.Size = new System.Drawing.Size(21, 15);
darienf 3:36de8b9e4b1a 4477 this.label14.TabIndex = 4;
darienf 3:36de8b9e4b1a 4478 this.label14.Text = "nA";
darienf 3:36de8b9e4b1a 4479 this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4480 //
darienf 3:36de8b9e4b1a 4481 // label15
darienf 3:36de8b9e4b1a 4482 //
darienf 3:36de8b9e4b1a 4483 this.label15.AutoSize = true;
darienf 3:36de8b9e4b1a 4484 this.label15.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4485 this.label15.Location = new System.Drawing.Point(11, 71);
darienf 3:36de8b9e4b1a 4486 this.label15.Name = "label15";
darienf 3:36de8b9e4b1a 4487 this.label15.Size = new System.Drawing.Size(76, 15);
darienf 3:36de8b9e4b1a 4488 this.label15.TabIndex = 4;
darienf 3:36de8b9e4b1a 4489 this.label15.Text = "Pulse Width:";
darienf 3:36de8b9e4b1a 4490 this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4491 //
darienf 3:36de8b9e4b1a 4492 // label5
darienf 3:36de8b9e4b1a 4493 //
darienf 3:36de8b9e4b1a 4494 this.label5.AutoSize = true;
darienf 3:36de8b9e4b1a 4495 this.label5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4496 this.label5.Location = new System.Drawing.Point(5, 107);
darienf 3:36de8b9e4b1a 4497 this.label5.Name = "label5";
darienf 3:36de8b9e4b1a 4498 this.label5.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 4499 this.label5.TabIndex = 15;
darienf 3:36de8b9e4b1a 4500 this.label5.Text = "LED slot 4";
darienf 3:36de8b9e4b1a 4501 //
darienf 3:36de8b9e4b1a 4502 // label9
darienf 3:36de8b9e4b1a 4503 //
darienf 3:36de8b9e4b1a 4504 this.label9.AutoSize = true;
darienf 3:36de8b9e4b1a 4505 this.label9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4506 this.label9.Location = new System.Drawing.Point(11, 93);
darienf 3:36de8b9e4b1a 4507 this.label9.Name = "label9";
darienf 3:36de8b9e4b1a 4508 this.label9.Size = new System.Drawing.Size(129, 15);
darienf 3:36de8b9e4b1a 4509 this.label9.TabIndex = 25;
darienf 3:36de8b9e4b1a 4510 this.label9.Text = "ADC Full Scale Range";
darienf 3:36de8b9e4b1a 4511 this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4512 //
darienf 3:36de8b9e4b1a 4513 // label10
darienf 3:36de8b9e4b1a 4514 //
darienf 3:36de8b9e4b1a 4515 this.label10.AutoSize = true;
darienf 3:36de8b9e4b1a 4516 this.label10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4517 this.label10.Location = new System.Drawing.Point(11, 26);
darienf 3:36de8b9e4b1a 4518 this.label10.Name = "label10";
darienf 3:36de8b9e4b1a 4519 this.label10.Size = new System.Drawing.Size(82, 15);
darienf 3:36de8b9e4b1a 4520 this.label10.TabIndex = 4;
darienf 3:36de8b9e4b1a 4521 this.label10.Text = "Sample Rate:";
darienf 3:36de8b9e4b1a 4522 this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4523 //
darienf 3:36de8b9e4b1a 4524 // label11
darienf 3:36de8b9e4b1a 4525 //
darienf 3:36de8b9e4b1a 4526 this.label11.AutoSize = true;
darienf 3:36de8b9e4b1a 4527 this.label11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4528 this.label11.Location = new System.Drawing.Point(11, 48);
darienf 3:36de8b9e4b1a 4529 this.label11.Name = "label11";
darienf 3:36de8b9e4b1a 4530 this.label11.Size = new System.Drawing.Size(99, 15);
darienf 3:36de8b9e4b1a 4531 this.label11.TabIndex = 22;
darienf 3:36de8b9e4b1a 4532 this.label11.Text = "Sample Average:";
darienf 3:36de8b9e4b1a 4533 this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4534 //
darienf 3:36de8b9e4b1a 4535 // label8
darienf 3:36de8b9e4b1a 4536 //
darienf 3:36de8b9e4b1a 4537 this.label8.AutoSize = true;
darienf 3:36de8b9e4b1a 4538 this.label8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4539 this.label8.Location = new System.Drawing.Point(5, 32);
darienf 3:36de8b9e4b1a 4540 this.label8.Name = "label8";
darienf 3:36de8b9e4b1a 4541 this.label8.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 4542 this.label8.TabIndex = 15;
darienf 3:36de8b9e4b1a 4543 this.label8.Text = "LED slot 1";
darienf 3:36de8b9e4b1a 4544 //
darienf 3:36de8b9e4b1a 4545 // label4
darienf 3:36de8b9e4b1a 4546 //
darienf 3:36de8b9e4b1a 4547 this.label4.AutoSize = true;
darienf 3:36de8b9e4b1a 4548 this.label4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4549 this.label4.Location = new System.Drawing.Point(177, 26);
darienf 3:36de8b9e4b1a 4550 this.label4.Name = "label4";
darienf 3:36de8b9e4b1a 4551 this.label4.Size = new System.Drawing.Size(19, 15);
darienf 3:36de8b9e4b1a 4552 this.label4.TabIndex = 19;
darienf 3:36de8b9e4b1a 4553 this.label4.Text = "---";
darienf 3:36de8b9e4b1a 4554 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4555 //
darienf 3:36de8b9e4b1a 4556 // label6
darienf 3:36de8b9e4b1a 4557 //
darienf 3:36de8b9e4b1a 4558 this.label6.AutoSize = true;
darienf 3:36de8b9e4b1a 4559 this.label6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4560 this.label6.Location = new System.Drawing.Point(5, 83);
darienf 3:36de8b9e4b1a 4561 this.label6.Name = "label6";
darienf 3:36de8b9e4b1a 4562 this.label6.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 4563 this.label6.TabIndex = 15;
darienf 3:36de8b9e4b1a 4564 this.label6.Text = "LED slot 3";
darienf 3:36de8b9e4b1a 4565 //
darienf 3:36de8b9e4b1a 4566 // label7
darienf 3:36de8b9e4b1a 4567 //
darienf 3:36de8b9e4b1a 4568 this.label7.AutoSize = true;
darienf 3:36de8b9e4b1a 4569 this.label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4570 this.label7.Location = new System.Drawing.Point(5, 57);
darienf 3:36de8b9e4b1a 4571 this.label7.Name = "label7";
darienf 3:36de8b9e4b1a 4572 this.label7.Size = new System.Drawing.Size(64, 15);
darienf 3:36de8b9e4b1a 4573 this.label7.TabIndex = 15;
darienf 3:36de8b9e4b1a 4574 this.label7.Text = "LED slot 2";
darienf 3:36de8b9e4b1a 4575 //
darienf 3:36de8b9e4b1a 4576 // label17
darienf 3:36de8b9e4b1a 4577 //
darienf 3:36de8b9e4b1a 4578 this.label17.AutoSize = true;
darienf 3:36de8b9e4b1a 4579 this.label17.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4580 this.label17.Location = new System.Drawing.Point(12, 87);
darienf 3:36de8b9e4b1a 4581 this.label17.Name = "label17";
darienf 3:36de8b9e4b1a 4582 this.label17.Size = new System.Drawing.Size(41, 15);
darienf 3:36de8b9e4b1a 4583 this.label17.TabIndex = 4;
darienf 3:36de8b9e4b1a 4584 this.label17.Text = "Green";
darienf 3:36de8b9e4b1a 4585 this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4586 //
darienf 3:36de8b9e4b1a 4587 // label18
darienf 3:36de8b9e4b1a 4588 //
darienf 3:36de8b9e4b1a 4589 this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4590 this.label18.AutoSize = true;
darienf 3:36de8b9e4b1a 4591 this.label18.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4592 this.label18.Location = new System.Drawing.Point(208, 43);
darienf 3:36de8b9e4b1a 4593 this.label18.Name = "label18";
darienf 3:36de8b9e4b1a 4594 this.label18.Size = new System.Drawing.Size(25, 15);
darienf 3:36de8b9e4b1a 4595 this.label18.TabIndex = 4;
darienf 3:36de8b9e4b1a 4596 this.label18.Text = "mA";
darienf 3:36de8b9e4b1a 4597 this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4598 //
darienf 3:36de8b9e4b1a 4599 // label19
darienf 3:36de8b9e4b1a 4600 //
darienf 3:36de8b9e4b1a 4601 this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4602 this.label19.AutoSize = true;
darienf 3:36de8b9e4b1a 4603 this.label19.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4604 this.label19.Location = new System.Drawing.Point(178, 24);
darienf 3:36de8b9e4b1a 4605 this.label19.Name = "label19";
darienf 3:36de8b9e4b1a 4606 this.label19.Size = new System.Drawing.Size(51, 15);
darienf 3:36de8b9e4b1a 4607 this.label19.TabIndex = 4;
darienf 3:36de8b9e4b1a 4608 this.label19.Text = "Average";
darienf 3:36de8b9e4b1a 4609 this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4610 //
darienf 3:36de8b9e4b1a 4611 // label20
darienf 3:36de8b9e4b1a 4612 //
darienf 3:36de8b9e4b1a 4613 this.label20.AutoSize = true;
darienf 3:36de8b9e4b1a 4614 this.label20.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4615 this.label20.Location = new System.Drawing.Point(12, 24);
darienf 3:36de8b9e4b1a 4616 this.label20.Name = "label20";
darienf 3:36de8b9e4b1a 4617 this.label20.Size = new System.Drawing.Size(61, 15);
darienf 3:36de8b9e4b1a 4618 this.label20.TabIndex = 4;
darienf 3:36de8b9e4b1a 4619 this.label20.Text = "LED color";
darienf 3:36de8b9e4b1a 4620 this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4621 //
darienf 3:36de8b9e4b1a 4622 // label22
darienf 3:36de8b9e4b1a 4623 //
darienf 3:36de8b9e4b1a 4624 this.label22.AutoSize = true;
darienf 3:36de8b9e4b1a 4625 this.label22.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4626 this.label22.Location = new System.Drawing.Point(12, 65);
darienf 3:36de8b9e4b1a 4627 this.label22.Name = "label22";
darienf 3:36de8b9e4b1a 4628 this.label22.Size = new System.Drawing.Size(72, 15);
darienf 3:36de8b9e4b1a 4629 this.label22.TabIndex = 4;
darienf 3:36de8b9e4b1a 4630 this.label22.Text = "IR (Infrared)";
darienf 3:36de8b9e4b1a 4631 this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4632 //
darienf 3:36de8b9e4b1a 4633 // label3
darienf 3:36de8b9e4b1a 4634 //
darienf 3:36de8b9e4b1a 4635 this.label3.AutoSize = true;
darienf 3:36de8b9e4b1a 4636 this.label3.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4637 this.label3.Location = new System.Drawing.Point(208, 26);
darienf 3:36de8b9e4b1a 4638 this.label3.Name = "label3";
darienf 3:36de8b9e4b1a 4639 this.label3.Size = new System.Drawing.Size(25, 15);
darienf 3:36de8b9e4b1a 4640 this.label3.TabIndex = 18;
darienf 3:36de8b9e4b1a 4641 this.label3.Text = "mA";
darienf 3:36de8b9e4b1a 4642 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4643 //
darienf 3:36de8b9e4b1a 4644 // label2
darienf 3:36de8b9e4b1a 4645 //
darienf 3:36de8b9e4b1a 4646 this.label2.AutoSize = true;
darienf 3:36de8b9e4b1a 4647 this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4648 this.label2.Location = new System.Drawing.Point(12, 26);
darienf 3:36de8b9e4b1a 4649 this.label2.Name = "label2";
darienf 3:36de8b9e4b1a 4650 this.label2.Size = new System.Drawing.Size(62, 15);
darienf 3:36de8b9e4b1a 4651 this.label2.TabIndex = 4;
darienf 3:36de8b9e4b1a 4652 this.label2.Text = "PILOT_PA";
darienf 3:36de8b9e4b1a 4653 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4654 //
darienf 3:36de8b9e4b1a 4655 // label23
darienf 3:36de8b9e4b1a 4656 //
darienf 3:36de8b9e4b1a 4657 this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4658 this.label23.AutoSize = true;
darienf 3:36de8b9e4b1a 4659 this.label23.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4660 this.label23.Location = new System.Drawing.Point(178, 65);
darienf 3:36de8b9e4b1a 4661 this.label23.Name = "label23";
darienf 3:36de8b9e4b1a 4662 this.label23.Size = new System.Drawing.Size(19, 15);
darienf 3:36de8b9e4b1a 4663 this.label23.TabIndex = 16;
darienf 3:36de8b9e4b1a 4664 this.label23.Text = "---";
darienf 3:36de8b9e4b1a 4665 this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4666 //
darienf 3:36de8b9e4b1a 4667 // label24
darienf 3:36de8b9e4b1a 4668 //
darienf 3:36de8b9e4b1a 4669 this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4670 this.label24.AutoSize = true;
darienf 3:36de8b9e4b1a 4671 this.label24.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4672 this.label24.Location = new System.Drawing.Point(178, 87);
darienf 3:36de8b9e4b1a 4673 this.label24.Name = "label24";
darienf 3:36de8b9e4b1a 4674 this.label24.Size = new System.Drawing.Size(19, 15);
darienf 3:36de8b9e4b1a 4675 this.label24.TabIndex = 19;
darienf 3:36de8b9e4b1a 4676 this.label24.Text = "---";
darienf 3:36de8b9e4b1a 4677 this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
darienf 3:36de8b9e4b1a 4678 //
darienf 3:36de8b9e4b1a 4679 // chart1
darienf 3:36de8b9e4b1a 4680 //
darienf 3:36de8b9e4b1a 4681 this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 4682 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 4683 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4684 chartArea1.AxisY.Title = "Accelerometer X";
darienf 3:36de8b9e4b1a 4685 chartArea1.Name = "ChartArea4AccelX";
darienf 3:36de8b9e4b1a 4686 chartArea2.AlignWithChartArea = "ChartArea4AccelX";
darienf 3:36de8b9e4b1a 4687 chartArea2.AxisY.Title = "Accelerometer Y";
darienf 3:36de8b9e4b1a 4688 chartArea2.Name = "ChartArea5AccelY";
darienf 3:36de8b9e4b1a 4689 chartArea3.AlignWithChartArea = "ChartArea4AccelX";
darienf 3:36de8b9e4b1a 4690 chartArea3.AxisY.Title = "Accelerometer Z";
darienf 3:36de8b9e4b1a 4691 chartArea3.Name = "ChartArea6AccelZ";
darienf 3:36de8b9e4b1a 4692 this.chart1.ChartAreas.Add(chartArea1);
darienf 3:36de8b9e4b1a 4693 this.chart1.ChartAreas.Add(chartArea2);
darienf 3:36de8b9e4b1a 4694 this.chart1.ChartAreas.Add(chartArea3);
darienf 3:36de8b9e4b1a 4695 this.chart1.Location = new System.Drawing.Point(54, 35);
darienf 3:36de8b9e4b1a 4696 this.chart1.Name = "chart1";
darienf 3:36de8b9e4b1a 4697 series1.ChartArea = "ChartArea4AccelX";
darienf 3:36de8b9e4b1a 4698 series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
darienf 3:36de8b9e4b1a 4699 series1.Color = System.Drawing.Color.Cyan;
darienf 3:36de8b9e4b1a 4700 series1.MarkerSize = 1;
darienf 3:36de8b9e4b1a 4701 series1.Name = "SeriesAccelX";
darienf 3:36de8b9e4b1a 4702 series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
darienf 3:36de8b9e4b1a 4703 series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
darienf 3:36de8b9e4b1a 4704 series2.ChartArea = "ChartArea5AccelY";
darienf 3:36de8b9e4b1a 4705 series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
darienf 3:36de8b9e4b1a 4706 series2.Color = System.Drawing.Color.Magenta;
darienf 3:36de8b9e4b1a 4707 series2.Name = "SeriesAccelY";
darienf 3:36de8b9e4b1a 4708 series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
darienf 3:36de8b9e4b1a 4709 series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
darienf 3:36de8b9e4b1a 4710 series3.ChartArea = "ChartArea6AccelZ";
darienf 3:36de8b9e4b1a 4711 series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
darienf 3:36de8b9e4b1a 4712 series3.Color = System.Drawing.Color.Brown;
darienf 3:36de8b9e4b1a 4713 series3.Name = "SeriesAccelZ";
darienf 3:36de8b9e4b1a 4714 series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
darienf 3:36de8b9e4b1a 4715 series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
darienf 3:36de8b9e4b1a 4716 this.chart1.Series.Add(series1);
darienf 3:36de8b9e4b1a 4717 this.chart1.Series.Add(series2);
darienf 3:36de8b9e4b1a 4718 this.chart1.Series.Add(series3);
darienf 3:36de8b9e4b1a 4719 this.chart1.Size = new System.Drawing.Size(343, 526);
darienf 3:36de8b9e4b1a 4720 this.chart1.TabIndex = 32;
darienf 3:36de8b9e4b1a 4721 this.chart1.Text = "chart1";
darienf 3:36de8b9e4b1a 4722 title1.Name = "Title1";
darienf 3:36de8b9e4b1a 4723 title1.Text = "Red";
darienf 3:36de8b9e4b1a 4724 title1.Visible = false;
darienf 3:36de8b9e4b1a 4725 this.chart1.Titles.Add(title1);
darienf 3:36de8b9e4b1a 4726 //
darienf 3:36de8b9e4b1a 4727 // maximGroupBox2
darienf 3:36de8b9e4b1a 4728 //
darienf 3:36de8b9e4b1a 4729 this.maximGroupBox2.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4730 this.maximGroupBox2.Location = new System.Drawing.Point(3, 256);
darienf 3:36de8b9e4b1a 4731 this.maximGroupBox2.Name = "maximGroupBox2";
darienf 3:36de8b9e4b1a 4732 this.maximGroupBox2.Size = new System.Drawing.Size(248, 78);
darienf 3:36de8b9e4b1a 4733 this.maximGroupBox2.TabIndex = 37;
darienf 3:36de8b9e4b1a 4734 this.maximGroupBox2.TabStop = false;
darienf 3:36de8b9e4b1a 4735 this.maximGroupBox2.Text = "Proximity";
darienf 3:36de8b9e4b1a 4736 //
darienf 3:36de8b9e4b1a 4737 // numericUpDown1
darienf 3:36de8b9e4b1a 4738 //
darienf 3:36de8b9e4b1a 4739 this.numericUpDown1.Hexadecimal = true;
darienf 3:36de8b9e4b1a 4740 this.numericUpDown1.Location = new System.Drawing.Point(148, 52);
darienf 3:36de8b9e4b1a 4741 this.numericUpDown1.Maximum = new decimal(new int[] {
darienf 3:36de8b9e4b1a 4742 255,
darienf 3:36de8b9e4b1a 4743 0,
darienf 3:36de8b9e4b1a 4744 0,
darienf 3:36de8b9e4b1a 4745 0});
darienf 3:36de8b9e4b1a 4746 this.numericUpDown1.Name = "numericUpDown1";
darienf 3:36de8b9e4b1a 4747 this.numericUpDown1.Size = new System.Drawing.Size(55, 20);
darienf 3:36de8b9e4b1a 4748 this.numericUpDown1.TabIndex = 14;
darienf 3:36de8b9e4b1a 4749 this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
darienf 3:36de8b9e4b1a 4750 this.numericUpDown1.Value = new decimal(new int[] {
darienf 3:36de8b9e4b1a 4751 255,
darienf 3:36de8b9e4b1a 4752 0,
darienf 3:36de8b9e4b1a 4753 0,
darienf 3:36de8b9e4b1a 4754 0});
darienf 3:36de8b9e4b1a 4755 //
darienf 3:36de8b9e4b1a 4756 // comboBox1
darienf 3:36de8b9e4b1a 4757 //
darienf 3:36de8b9e4b1a 4758 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4759 this.comboBox1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 4760 this.comboBox1.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 4761 this.comboBox1.Location = new System.Drawing.Point(90, 25);
darienf 3:36de8b9e4b1a 4762 this.comboBox1.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 4763 this.comboBox1.Name = "comboBox1";
darienf 3:36de8b9e4b1a 4764 this.comboBox1.Size = new System.Drawing.Size(81, 23);
darienf 3:36de8b9e4b1a 4765 this.comboBox1.TabIndex = 0;
darienf 3:36de8b9e4b1a 4766 //
darienf 3:36de8b9e4b1a 4767 // maximGroupBox3
darienf 3:36de8b9e4b1a 4768 //
darienf 3:36de8b9e4b1a 4769 this.maximGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 4770 | System.Windows.Forms.AnchorStyles.Left)));
darienf 3:36de8b9e4b1a 4771 this.maximGroupBox3.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4772 this.maximGroupBox3.Location = new System.Drawing.Point(257, 11);
darienf 3:36de8b9e4b1a 4773 this.maximGroupBox3.Name = "maximGroupBox3";
darienf 3:36de8b9e4b1a 4774 this.maximGroupBox3.Size = new System.Drawing.Size(355, 577);
darienf 3:36de8b9e4b1a 4775 this.maximGroupBox3.TabIndex = 36;
darienf 3:36de8b9e4b1a 4776 this.maximGroupBox3.TabStop = false;
darienf 3:36de8b9e4b1a 4777 this.maximGroupBox3.Text = "Optical Measurements";
darienf 3:36de8b9e4b1a 4778 //
darienf 3:36de8b9e4b1a 4779 // chart2
darienf 3:36de8b9e4b1a 4780 //
darienf 3:36de8b9e4b1a 4781 this.chart2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
darienf 3:36de8b9e4b1a 4782 | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 4783 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4784 chartArea4.AxisY.Title = "Red ADC Code";
darienf 3:36de8b9e4b1a 4785 chartArea4.Name = "ChartArea1Red";
darienf 3:36de8b9e4b1a 4786 chartArea5.AlignWithChartArea = "ChartArea1Red";
darienf 3:36de8b9e4b1a 4787 chartArea5.AxisY.Title = "IR ADC Code";
darienf 3:36de8b9e4b1a 4788 chartArea5.Name = "ChartArea2IR";
darienf 3:36de8b9e4b1a 4789 chartArea6.AlignWithChartArea = "ChartArea1Red";
darienf 3:36de8b9e4b1a 4790 chartArea6.AxisY.Title = "Green ADC Code";
darienf 3:36de8b9e4b1a 4791 chartArea6.Name = "ChartArea3Green";
darienf 3:36de8b9e4b1a 4792 this.chart2.ChartAreas.Add(chartArea4);
darienf 3:36de8b9e4b1a 4793 this.chart2.ChartAreas.Add(chartArea5);
darienf 3:36de8b9e4b1a 4794 this.chart2.ChartAreas.Add(chartArea6);
darienf 3:36de8b9e4b1a 4795 this.chart2.Location = new System.Drawing.Point(11, 35);
darienf 3:36de8b9e4b1a 4796 this.chart2.Name = "chart2";
darienf 3:36de8b9e4b1a 4797 series4.ChartArea = "ChartArea1Red";
darienf 3:36de8b9e4b1a 4798 series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
darienf 3:36de8b9e4b1a 4799 series4.Color = System.Drawing.Color.DarkRed;
darienf 3:36de8b9e4b1a 4800 series4.MarkerSize = 1;
darienf 3:36de8b9e4b1a 4801 series4.Name = "SeriesRed";
darienf 3:36de8b9e4b1a 4802 series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
darienf 3:36de8b9e4b1a 4803 series4.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
darienf 3:36de8b9e4b1a 4804 series5.ChartArea = "ChartArea2IR";
darienf 3:36de8b9e4b1a 4805 series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
darienf 3:36de8b9e4b1a 4806 series5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(37)))), ((int)(((byte)(133)))));
darienf 3:36de8b9e4b1a 4807 series5.Name = "SeriesIR";
darienf 3:36de8b9e4b1a 4808 series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
darienf 3:36de8b9e4b1a 4809 series5.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
darienf 3:36de8b9e4b1a 4810 series6.ChartArea = "ChartArea3Green";
darienf 3:36de8b9e4b1a 4811 series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
darienf 3:36de8b9e4b1a 4812 series6.Color = System.Drawing.Color.Green;
darienf 3:36de8b9e4b1a 4813 series6.Name = "SeriesGreen";
darienf 3:36de8b9e4b1a 4814 series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
darienf 3:36de8b9e4b1a 4815 series6.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
darienf 3:36de8b9e4b1a 4816 this.chart2.Series.Add(series4);
darienf 3:36de8b9e4b1a 4817 this.chart2.Series.Add(series5);
darienf 3:36de8b9e4b1a 4818 this.chart2.Series.Add(series6);
darienf 3:36de8b9e4b1a 4819 this.chart2.Size = new System.Drawing.Size(327, 526);
darienf 3:36de8b9e4b1a 4820 this.chart2.TabIndex = 31;
darienf 3:36de8b9e4b1a 4821 this.chart2.Text = "chartLED";
darienf 3:36de8b9e4b1a 4822 title2.Name = "Title1";
darienf 3:36de8b9e4b1a 4823 title2.Text = "Red";
darienf 3:36de8b9e4b1a 4824 title2.Visible = false;
darienf 3:36de8b9e4b1a 4825 this.chart2.Titles.Add(title2);
darienf 3:36de8b9e4b1a 4826 //
darienf 3:36de8b9e4b1a 4827 // maximGroupBox4
darienf 3:36de8b9e4b1a 4828 //
darienf 3:36de8b9e4b1a 4829 this.maximGroupBox4.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 4830 this.maximGroupBox4.Location = new System.Drawing.Point(3, 335);
darienf 3:36de8b9e4b1a 4831 this.maximGroupBox4.Name = "maximGroupBox4";
darienf 3:36de8b9e4b1a 4832 this.maximGroupBox4.Size = new System.Drawing.Size(248, 131);
darienf 3:36de8b9e4b1a 4833 this.maximGroupBox4.TabIndex = 34;
darienf 3:36de8b9e4b1a 4834 this.maximGroupBox4.TabStop = false;
darienf 3:36de8b9e4b1a 4835 this.maximGroupBox4.Text = "LED Mode: Timing Slots";
darienf 3:36de8b9e4b1a 4836 //
darienf 3:36de8b9e4b1a 4837 // comboBox2
darienf 3:36de8b9e4b1a 4838 //
darienf 3:36de8b9e4b1a 4839 this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 4840 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4841 this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4842 this.comboBox2.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4843 this.comboBox2.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 4844 this.comboBox2.Items.AddRange(new object[] {
darienf 3:36de8b9e4b1a 4845 "0 Disabled",
darienf 3:36de8b9e4b1a 4846 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4847 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4848 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4849 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4850 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4851 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4852 "7 Reserved",
darienf 3:36de8b9e4b1a 4853 "0 Disabled",
darienf 3:36de8b9e4b1a 4854 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4855 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4856 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4857 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4858 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4859 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4860 "7 Reserved",
darienf 3:36de8b9e4b1a 4861 "0 Disabled",
darienf 3:36de8b9e4b1a 4862 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4863 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4864 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4865 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4866 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4867 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4868 "7 Reserved",
darienf 3:36de8b9e4b1a 4869 "0 Disabled",
darienf 3:36de8b9e4b1a 4870 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4871 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4872 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4873 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4874 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4875 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4876 "7 Reserved",
darienf 3:36de8b9e4b1a 4877 "0 Disabled",
darienf 3:36de8b9e4b1a 4878 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4879 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4880 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4881 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4882 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4883 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4884 "7 Reserved",
darienf 3:36de8b9e4b1a 4885 "0 Disabled",
darienf 3:36de8b9e4b1a 4886 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4887 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4888 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4889 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4890 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4891 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4892 "7 Reserved",
darienf 3:36de8b9e4b1a 4893 "0 Disabled",
darienf 3:36de8b9e4b1a 4894 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4895 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4896 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4897 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4898 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4899 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4900 "7 Reserved",
darienf 3:36de8b9e4b1a 4901 "0 Disabled",
darienf 3:36de8b9e4b1a 4902 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4903 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4904 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4905 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4906 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4907 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4908 "7 Reserved",
darienf 3:36de8b9e4b1a 4909 "0 Disabled",
darienf 3:36de8b9e4b1a 4910 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4911 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4912 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4913 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4914 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4915 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4916 "7 Reserved",
darienf 3:36de8b9e4b1a 4917 "0 Disabled",
darienf 3:36de8b9e4b1a 4918 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4919 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4920 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4921 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4922 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4923 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4924 "7 Reserved",
darienf 3:36de8b9e4b1a 4925 "0 Disabled",
darienf 3:36de8b9e4b1a 4926 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4927 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4928 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4929 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4930 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4931 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4932 "7 Reserved",
darienf 3:36de8b9e4b1a 4933 "0 Disabled",
darienf 3:36de8b9e4b1a 4934 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4935 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4936 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4937 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4938 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4939 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4940 "7 Reserved",
darienf 3:36de8b9e4b1a 4941 "0 Disabled",
darienf 3:36de8b9e4b1a 4942 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4943 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4944 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4945 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4946 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4947 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4948 "7 Reserved",
darienf 3:36de8b9e4b1a 4949 "0 Disabled",
darienf 3:36de8b9e4b1a 4950 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4951 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4952 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4953 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4954 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4955 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4956 "7 Reserved",
darienf 3:36de8b9e4b1a 4957 "0 Disabled",
darienf 3:36de8b9e4b1a 4958 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4959 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4960 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4961 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4962 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4963 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4964 "7 Reserved",
darienf 3:36de8b9e4b1a 4965 "0 Disabled",
darienf 3:36de8b9e4b1a 4966 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4967 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4968 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4969 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4970 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4971 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4972 "7 Reserved"});
darienf 3:36de8b9e4b1a 4973 this.comboBox2.Location = new System.Drawing.Point(80, 29);
darienf 3:36de8b9e4b1a 4974 this.comboBox2.Name = "comboBox2";
darienf 3:36de8b9e4b1a 4975 this.comboBox2.Size = new System.Drawing.Size(160, 23);
darienf 3:36de8b9e4b1a 4976 this.comboBox2.TabIndex = 14;
darienf 3:36de8b9e4b1a 4977 //
darienf 3:36de8b9e4b1a 4978 // comboBox3
darienf 3:36de8b9e4b1a 4979 //
darienf 3:36de8b9e4b1a 4980 this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 4981 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 4982 this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 4983 this.comboBox3.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 4984 this.comboBox3.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 4985 this.comboBox3.Items.AddRange(new object[] {
darienf 3:36de8b9e4b1a 4986 "0 Disabled",
darienf 3:36de8b9e4b1a 4987 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4988 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4989 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4990 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4991 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 4992 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 4993 "7 Reserved",
darienf 3:36de8b9e4b1a 4994 "0 Disabled",
darienf 3:36de8b9e4b1a 4995 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 4996 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 4997 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 4998 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 4999 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5000 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5001 "7 Reserved",
darienf 3:36de8b9e4b1a 5002 "0 Disabled",
darienf 3:36de8b9e4b1a 5003 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5004 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5005 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5006 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5007 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5008 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5009 "7 Reserved",
darienf 3:36de8b9e4b1a 5010 "0 Disabled",
darienf 3:36de8b9e4b1a 5011 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5012 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5013 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5014 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5015 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5016 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5017 "7 Reserved",
darienf 3:36de8b9e4b1a 5018 "0 Disabled",
darienf 3:36de8b9e4b1a 5019 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5020 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5021 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5022 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5023 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5024 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5025 "7 Reserved",
darienf 3:36de8b9e4b1a 5026 "0 Disabled",
darienf 3:36de8b9e4b1a 5027 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5028 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5029 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5030 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5031 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5032 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5033 "7 Reserved",
darienf 3:36de8b9e4b1a 5034 "0 Disabled",
darienf 3:36de8b9e4b1a 5035 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5036 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5037 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5038 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5039 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5040 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5041 "7 Reserved",
darienf 3:36de8b9e4b1a 5042 "0 Disabled",
darienf 3:36de8b9e4b1a 5043 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5044 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5045 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5046 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5047 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5048 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5049 "7 Reserved",
darienf 3:36de8b9e4b1a 5050 "0 Disabled",
darienf 3:36de8b9e4b1a 5051 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5052 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5053 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5054 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5055 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5056 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5057 "7 Reserved",
darienf 3:36de8b9e4b1a 5058 "0 Disabled",
darienf 3:36de8b9e4b1a 5059 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5060 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5061 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5062 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5063 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5064 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5065 "7 Reserved",
darienf 3:36de8b9e4b1a 5066 "0 Disabled",
darienf 3:36de8b9e4b1a 5067 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5068 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5069 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5070 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5071 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5072 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5073 "7 Reserved",
darienf 3:36de8b9e4b1a 5074 "0 Disabled",
darienf 3:36de8b9e4b1a 5075 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5076 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5077 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5078 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5079 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5080 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5081 "7 Reserved",
darienf 3:36de8b9e4b1a 5082 "0 Disabled",
darienf 3:36de8b9e4b1a 5083 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5084 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5085 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5086 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5087 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5088 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5089 "7 Reserved",
darienf 3:36de8b9e4b1a 5090 "0 Disabled",
darienf 3:36de8b9e4b1a 5091 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5092 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5093 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5094 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5095 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5096 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5097 "7 Reserved",
darienf 3:36de8b9e4b1a 5098 "0 Disabled",
darienf 3:36de8b9e4b1a 5099 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5100 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5101 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5102 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5103 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5104 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5105 "7 Reserved"});
darienf 3:36de8b9e4b1a 5106 this.comboBox3.Location = new System.Drawing.Point(80, 54);
darienf 3:36de8b9e4b1a 5107 this.comboBox3.Name = "comboBox3";
darienf 3:36de8b9e4b1a 5108 this.comboBox3.Size = new System.Drawing.Size(160, 23);
darienf 3:36de8b9e4b1a 5109 this.comboBox3.TabIndex = 14;
darienf 3:36de8b9e4b1a 5110 //
darienf 3:36de8b9e4b1a 5111 // comboBox4
darienf 3:36de8b9e4b1a 5112 //
darienf 3:36de8b9e4b1a 5113 this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 5114 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5115 this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5116 this.comboBox4.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 5117 this.comboBox4.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5118 this.comboBox4.Items.AddRange(new object[] {
darienf 3:36de8b9e4b1a 5119 "0 Disabled",
darienf 3:36de8b9e4b1a 5120 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5121 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5122 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5123 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5124 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5125 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5126 "7 Reserved",
darienf 3:36de8b9e4b1a 5127 "0 Disabled",
darienf 3:36de8b9e4b1a 5128 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5129 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5130 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5131 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5132 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5133 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5134 "7 Reserved",
darienf 3:36de8b9e4b1a 5135 "0 Disabled",
darienf 3:36de8b9e4b1a 5136 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5137 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5138 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5139 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5140 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5141 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5142 "7 Reserved",
darienf 3:36de8b9e4b1a 5143 "0 Disabled",
darienf 3:36de8b9e4b1a 5144 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5145 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5146 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5147 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5148 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5149 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5150 "7 Reserved",
darienf 3:36de8b9e4b1a 5151 "0 Disabled",
darienf 3:36de8b9e4b1a 5152 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5153 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5154 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5155 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5156 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5157 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5158 "7 Reserved",
darienf 3:36de8b9e4b1a 5159 "0 Disabled",
darienf 3:36de8b9e4b1a 5160 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5161 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5162 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5163 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5164 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5165 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5166 "7 Reserved",
darienf 3:36de8b9e4b1a 5167 "0 Disabled",
darienf 3:36de8b9e4b1a 5168 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5169 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5170 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5171 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5172 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5173 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5174 "7 Reserved",
darienf 3:36de8b9e4b1a 5175 "0 Disabled",
darienf 3:36de8b9e4b1a 5176 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5177 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5178 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5179 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5180 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5181 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5182 "7 Reserved",
darienf 3:36de8b9e4b1a 5183 "0 Disabled",
darienf 3:36de8b9e4b1a 5184 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5185 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5186 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5187 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5188 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5189 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5190 "7 Reserved",
darienf 3:36de8b9e4b1a 5191 "0 Disabled",
darienf 3:36de8b9e4b1a 5192 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5193 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5194 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5195 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5196 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5197 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5198 "7 Reserved",
darienf 3:36de8b9e4b1a 5199 "0 Disabled",
darienf 3:36de8b9e4b1a 5200 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5201 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5202 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5203 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5204 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5205 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5206 "7 Reserved",
darienf 3:36de8b9e4b1a 5207 "0 Disabled",
darienf 3:36de8b9e4b1a 5208 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5209 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5210 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5211 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5212 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5213 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5214 "7 Reserved",
darienf 3:36de8b9e4b1a 5215 "0 Disabled",
darienf 3:36de8b9e4b1a 5216 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5217 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5218 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5219 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5220 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5221 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5222 "7 Reserved"});
darienf 3:36de8b9e4b1a 5223 this.comboBox4.Location = new System.Drawing.Point(80, 79);
darienf 3:36de8b9e4b1a 5224 this.comboBox4.Name = "comboBox4";
darienf 3:36de8b9e4b1a 5225 this.comboBox4.Size = new System.Drawing.Size(160, 23);
darienf 3:36de8b9e4b1a 5226 this.comboBox4.TabIndex = 14;
darienf 3:36de8b9e4b1a 5227 //
darienf 3:36de8b9e4b1a 5228 // comboBox5
darienf 3:36de8b9e4b1a 5229 //
darienf 3:36de8b9e4b1a 5230 this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 5231 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5232 this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5233 this.comboBox5.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 5234 this.comboBox5.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5235 this.comboBox5.Items.AddRange(new object[] {
darienf 3:36de8b9e4b1a 5236 "0 Disabled",
darienf 3:36de8b9e4b1a 5237 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5238 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5239 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5240 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5241 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5242 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5243 "7 Reserved",
darienf 3:36de8b9e4b1a 5244 "0 Disabled",
darienf 3:36de8b9e4b1a 5245 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5246 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5247 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5248 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5249 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5250 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5251 "7 Reserved",
darienf 3:36de8b9e4b1a 5252 "0 Disabled",
darienf 3:36de8b9e4b1a 5253 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5254 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5255 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5256 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5257 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5258 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5259 "7 Reserved",
darienf 3:36de8b9e4b1a 5260 "0 Disabled",
darienf 3:36de8b9e4b1a 5261 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5262 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5263 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5264 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5265 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5266 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5267 "7 Reserved",
darienf 3:36de8b9e4b1a 5268 "0 Disabled",
darienf 3:36de8b9e4b1a 5269 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5270 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5271 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5272 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5273 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5274 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5275 "7 Reserved",
darienf 3:36de8b9e4b1a 5276 "0 Disabled",
darienf 3:36de8b9e4b1a 5277 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5278 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5279 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5280 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5281 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5282 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5283 "7 Reserved",
darienf 3:36de8b9e4b1a 5284 "0 Disabled",
darienf 3:36de8b9e4b1a 5285 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5286 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5287 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5288 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5289 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5290 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5291 "7 Reserved",
darienf 3:36de8b9e4b1a 5292 "0 Disabled",
darienf 3:36de8b9e4b1a 5293 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5294 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5295 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5296 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5297 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5298 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5299 "7 Reserved",
darienf 3:36de8b9e4b1a 5300 "0 Disabled",
darienf 3:36de8b9e4b1a 5301 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5302 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5303 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5304 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5305 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5306 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5307 "7 Reserved",
darienf 3:36de8b9e4b1a 5308 "0 Disabled",
darienf 3:36de8b9e4b1a 5309 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5310 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5311 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5312 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5313 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5314 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5315 "7 Reserved",
darienf 3:36de8b9e4b1a 5316 "0 Disabled",
darienf 3:36de8b9e4b1a 5317 "1 LED1 (RED)",
darienf 3:36de8b9e4b1a 5318 "2 LED2 (IR)",
darienf 3:36de8b9e4b1a 5319 "3 LED3 (Green)",
darienf 3:36de8b9e4b1a 5320 "4 LED4 (Green)",
darienf 3:36de8b9e4b1a 5321 "5 LED1 Pilot",
darienf 3:36de8b9e4b1a 5322 "6 LED2 Pilot",
darienf 3:36de8b9e4b1a 5323 "7 Reserved"});
darienf 3:36de8b9e4b1a 5324 this.comboBox5.Location = new System.Drawing.Point(80, 104);
darienf 3:36de8b9e4b1a 5325 this.comboBox5.Name = "comboBox5";
darienf 3:36de8b9e4b1a 5326 this.comboBox5.Size = new System.Drawing.Size(160, 23);
darienf 3:36de8b9e4b1a 5327 this.comboBox5.TabIndex = 14;
darienf 3:36de8b9e4b1a 5328 //
darienf 3:36de8b9e4b1a 5329 // maximGroupBox5
darienf 3:36de8b9e4b1a 5330 //
darienf 3:36de8b9e4b1a 5331 this.maximGroupBox5.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 5332 this.maximGroupBox5.Location = new System.Drawing.Point(3, 25);
darienf 3:36de8b9e4b1a 5333 this.maximGroupBox5.Name = "maximGroupBox5";
darienf 3:36de8b9e4b1a 5334 this.maximGroupBox5.Size = new System.Drawing.Size(248, 119);
darienf 3:36de8b9e4b1a 5335 this.maximGroupBox5.TabIndex = 35;
darienf 3:36de8b9e4b1a 5336 this.maximGroupBox5.TabStop = false;
darienf 3:36de8b9e4b1a 5337 this.maximGroupBox5.Text = "Settings";
darienf 3:36de8b9e4b1a 5338 //
darienf 3:36de8b9e4b1a 5339 // comboBox6
darienf 3:36de8b9e4b1a 5340 //
darienf 3:36de8b9e4b1a 5341 this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5342 this.comboBox6.Font = new System.Drawing.Font("Arial", 9F);
darienf 3:36de8b9e4b1a 5343 this.comboBox6.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5344 this.comboBox6.Location = new System.Drawing.Point(145, 92);
darienf 3:36de8b9e4b1a 5345 this.comboBox6.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5346 this.comboBox6.Name = "comboBox6";
darienf 3:36de8b9e4b1a 5347 this.comboBox6.Size = new System.Drawing.Size(70, 23);
darienf 3:36de8b9e4b1a 5348 this.comboBox6.TabIndex = 20;
darienf 3:36de8b9e4b1a 5349 //
darienf 3:36de8b9e4b1a 5350 // comboBox7
darienf 3:36de8b9e4b1a 5351 //
darienf 3:36de8b9e4b1a 5352 this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5353 this.comboBox7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5354 this.comboBox7.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5355 this.comboBox7.Location = new System.Drawing.Point(145, 48);
darienf 3:36de8b9e4b1a 5356 this.comboBox7.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5357 this.comboBox7.Name = "comboBox7";
darienf 3:36de8b9e4b1a 5358 this.comboBox7.Size = new System.Drawing.Size(70, 23);
darienf 3:36de8b9e4b1a 5359 this.comboBox7.TabIndex = 12;
darienf 3:36de8b9e4b1a 5360 //
darienf 3:36de8b9e4b1a 5361 // comboBox8
darienf 3:36de8b9e4b1a 5362 //
darienf 3:36de8b9e4b1a 5363 this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5364 this.comboBox8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5365 this.comboBox8.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5366 this.comboBox8.Location = new System.Drawing.Point(145, 26);
darienf 3:36de8b9e4b1a 5367 this.comboBox8.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5368 this.comboBox8.Name = "comboBox8";
darienf 3:36de8b9e4b1a 5369 this.comboBox8.Size = new System.Drawing.Size(70, 23);
darienf 3:36de8b9e4b1a 5370 this.comboBox8.TabIndex = 0;
darienf 3:36de8b9e4b1a 5371 //
darienf 3:36de8b9e4b1a 5372 // comboBox9
darienf 3:36de8b9e4b1a 5373 //
darienf 3:36de8b9e4b1a 5374 this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5375 this.comboBox9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5376 this.comboBox9.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5377 this.comboBox9.Location = new System.Drawing.Point(145, 70);
darienf 3:36de8b9e4b1a 5378 this.comboBox9.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5379 this.comboBox9.Name = "comboBox9";
darienf 3:36de8b9e4b1a 5380 this.comboBox9.Size = new System.Drawing.Size(70, 23);
darienf 3:36de8b9e4b1a 5381 this.comboBox9.TabIndex = 0;
darienf 3:36de8b9e4b1a 5382 //
darienf 3:36de8b9e4b1a 5383 // maximGroupBox6
darienf 3:36de8b9e4b1a 5384 //
darienf 3:36de8b9e4b1a 5385 this.maximGroupBox6.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 5386 this.maximGroupBox6.Location = new System.Drawing.Point(3, 145);
darienf 3:36de8b9e4b1a 5387 this.maximGroupBox6.Name = "maximGroupBox6";
darienf 3:36de8b9e4b1a 5388 this.maximGroupBox6.Size = new System.Drawing.Size(248, 110);
darienf 3:36de8b9e4b1a 5389 this.maximGroupBox6.TabIndex = 33;
darienf 3:36de8b9e4b1a 5390 this.maximGroupBox6.TabStop = false;
darienf 3:36de8b9e4b1a 5391 this.maximGroupBox6.Text = "LED Currents";
darienf 3:36de8b9e4b1a 5392 //
darienf 3:36de8b9e4b1a 5393 // comboBox10
darienf 3:36de8b9e4b1a 5394 //
darienf 3:36de8b9e4b1a 5395 this.comboBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5396 this.comboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5397 this.comboBox10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5398 this.comboBox10.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5399 this.comboBox10.Location = new System.Drawing.Point(90, 64);
darienf 3:36de8b9e4b1a 5400 this.comboBox10.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5401 this.comboBox10.Name = "comboBox10";
darienf 3:36de8b9e4b1a 5402 this.comboBox10.Size = new System.Drawing.Size(81, 23);
darienf 3:36de8b9e4b1a 5403 this.comboBox10.TabIndex = 0;
darienf 3:36de8b9e4b1a 5404 //
darienf 3:36de8b9e4b1a 5405 // comboBox11
darienf 3:36de8b9e4b1a 5406 //
darienf 3:36de8b9e4b1a 5407 this.comboBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5408 this.comboBox11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5409 this.comboBox11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5410 this.comboBox11.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5411 this.comboBox11.Location = new System.Drawing.Point(90, 42);
darienf 3:36de8b9e4b1a 5412 this.comboBox11.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5413 this.comboBox11.Name = "comboBox11";
darienf 3:36de8b9e4b1a 5414 this.comboBox11.Size = new System.Drawing.Size(81, 23);
darienf 3:36de8b9e4b1a 5415 this.comboBox11.TabIndex = 0;
darienf 3:36de8b9e4b1a 5416 //
darienf 3:36de8b9e4b1a 5417 // comboBox12
darienf 3:36de8b9e4b1a 5418 //
darienf 3:36de8b9e4b1a 5419 this.comboBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5420 this.comboBox12.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5421 this.comboBox12.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5422 this.comboBox12.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5423 this.comboBox12.Location = new System.Drawing.Point(90, 86);
darienf 3:36de8b9e4b1a 5424 this.comboBox12.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5425 this.comboBox12.Name = "comboBox12";
darienf 3:36de8b9e4b1a 5426 this.comboBox12.Size = new System.Drawing.Size(81, 23);
darienf 3:36de8b9e4b1a 5427 this.comboBox12.TabIndex = 0;
darienf 3:36de8b9e4b1a 5428 //
darienf 3:36de8b9e4b1a 5429 // maximGroupBox7
darienf 3:36de8b9e4b1a 5430 //
darienf 3:36de8b9e4b1a 5431 this.maximGroupBox7.BackgroundColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 5432 this.maximGroupBox7.Location = new System.Drawing.Point(3, 467);
darienf 3:36de8b9e4b1a 5433 this.maximGroupBox7.Name = "maximGroupBox7";
darienf 3:36de8b9e4b1a 5434 this.maximGroupBox7.Size = new System.Drawing.Size(248, 53);
darienf 3:36de8b9e4b1a 5435 this.maximGroupBox7.TabIndex = 31;
darienf 3:36de8b9e4b1a 5436 this.maximGroupBox7.TabStop = false;
darienf 3:36de8b9e4b1a 5437 this.maximGroupBox7.Text = "Registers";
darienf 3:36de8b9e4b1a 5438 //
darienf 3:36de8b9e4b1a 5439 // textBox1
darienf 3:36de8b9e4b1a 5440 //
darienf 3:36de8b9e4b1a 5441 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5442 this.textBox1.Location = new System.Drawing.Point(169, 25);
darienf 3:36de8b9e4b1a 5443 this.textBox1.Name = "textBox1";
darienf 3:36de8b9e4b1a 5444 this.textBox1.Size = new System.Drawing.Size(41, 20);
darienf 3:36de8b9e4b1a 5445 this.textBox1.TabIndex = 2;
darienf 3:36de8b9e4b1a 5446 this.textBox1.Text = "0xFF";
darienf 3:36de8b9e4b1a 5447 //
darienf 3:36de8b9e4b1a 5448 // maximButton1
darienf 3:36de8b9e4b1a 5449 //
darienf 3:36de8b9e4b1a 5450 this.maximButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5451 this.maximButton1.Location = new System.Drawing.Point(215, 25);
darienf 3:36de8b9e4b1a 5452 this.maximButton1.Name = "maximButton1";
darienf 3:36de8b9e4b1a 5453 this.maximButton1.Size = new System.Drawing.Size(28, 23);
darienf 3:36de8b9e4b1a 5454 this.maximButton1.TabIndex = 1;
darienf 3:36de8b9e4b1a 5455 this.maximButton1.Text = "Wr";
darienf 3:36de8b9e4b1a 5456 this.maximButton1.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 5457 //
darienf 3:36de8b9e4b1a 5458 // maximButton2
darienf 3:36de8b9e4b1a 5459 //
darienf 3:36de8b9e4b1a 5460 this.maximButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5461 this.maximButton2.Location = new System.Drawing.Point(137, 25);
darienf 3:36de8b9e4b1a 5462 this.maximButton2.Name = "maximButton2";
darienf 3:36de8b9e4b1a 5463 this.maximButton2.Size = new System.Drawing.Size(26, 23);
darienf 3:36de8b9e4b1a 5464 this.maximButton2.TabIndex = 1;
darienf 3:36de8b9e4b1a 5465 this.maximButton2.Text = "Rd";
darienf 3:36de8b9e4b1a 5466 this.maximButton2.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 5467 //
darienf 3:36de8b9e4b1a 5468 // comboBox13
darienf 3:36de8b9e4b1a 5469 //
darienf 3:36de8b9e4b1a 5470 this.comboBox13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
darienf 3:36de8b9e4b1a 5471 | System.Windows.Forms.AnchorStyles.Right)));
darienf 3:36de8b9e4b1a 5472 this.comboBox13.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5473 this.comboBox13.Font = new System.Drawing.Font("Arial", 7.8F);
darienf 3:36de8b9e4b1a 5474 this.comboBox13.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5475 this.comboBox13.Location = new System.Drawing.Point(6, 23);
darienf 3:36de8b9e4b1a 5476 this.comboBox13.Name = "comboBox13";
darienf 3:36de8b9e4b1a 5477 this.comboBox13.Size = new System.Drawing.Size(126, 22);
darienf 3:36de8b9e4b1a 5478 this.comboBox13.TabIndex = 0;
darienf 3:36de8b9e4b1a 5479 //
darienf 3:36de8b9e4b1a 5480 // maximButton3
darienf 3:36de8b9e4b1a 5481 //
darienf 3:36de8b9e4b1a 5482 this.maximButton3.Location = new System.Drawing.Point(133, 523);
darienf 3:36de8b9e4b1a 5483 this.maximButton3.Name = "maximButton3";
darienf 3:36de8b9e4b1a 5484 this.maximButton3.Size = new System.Drawing.Size(118, 23);
darienf 3:36de8b9e4b1a 5485 this.maximButton3.TabIndex = 26;
darienf 3:36de8b9e4b1a 5486 this.maximButton3.Text = "Restore Defaults";
darienf 3:36de8b9e4b1a 5487 this.maximButton3.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 5488 //
darienf 3:36de8b9e4b1a 5489 // maximButton4
darienf 3:36de8b9e4b1a 5490 //
darienf 3:36de8b9e4b1a 5491 this.maximButton4.Location = new System.Drawing.Point(7, 523);
darienf 3:36de8b9e4b1a 5492 this.maximButton4.Name = "maximButton4";
darienf 3:36de8b9e4b1a 5493 this.maximButton4.Size = new System.Drawing.Size(120, 23);
darienf 3:36de8b9e4b1a 5494 this.maximButton4.TabIndex = 13;
darienf 3:36de8b9e4b1a 5495 this.maximButton4.Text = "Start Monitor";
darienf 3:36de8b9e4b1a 5496 this.maximButton4.UseVisualStyleBackColor = true;
darienf 3:36de8b9e4b1a 5497 //
darienf 3:36de8b9e4b1a 5498 // comboBox14
darienf 3:36de8b9e4b1a 5499 //
darienf 3:36de8b9e4b1a 5500 this.comboBox14.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
darienf 3:36de8b9e4b1a 5501 this.comboBox14.Font = new System.Drawing.Font("Arial", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5502 this.comboBox14.FormattingEnabled = true;
darienf 3:36de8b9e4b1a 5503 this.comboBox14.Location = new System.Drawing.Point(147, 2);
darienf 3:36de8b9e4b1a 5504 this.comboBox14.MaxDropDownItems = 10;
darienf 3:36de8b9e4b1a 5505 this.comboBox14.Name = "comboBox14";
darienf 3:36de8b9e4b1a 5506 this.comboBox14.Size = new System.Drawing.Size(71, 22);
darienf 3:36de8b9e4b1a 5507 this.comboBox14.TabIndex = 20;
darienf 3:36de8b9e4b1a 5508 //
darienf 3:36de8b9e4b1a 5509 // menuStrip1
darienf 3:36de8b9e4b1a 5510 //
darienf 3:36de8b9e4b1a 5511 this.menuStrip1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5512 this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
darienf 3:36de8b9e4b1a 5513 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
darienf 3:36de8b9e4b1a 5514 this.toolStripMenuItem1,
darienf 3:36de8b9e4b1a 5515 this.toolStripMenuItem2,
darienf 3:36de8b9e4b1a 5516 this.optionsToolStripMenuItem1,
darienf 3:36de8b9e4b1a 5517 this.loggingToolStripMenuItem,
darienf 3:36de8b9e4b1a 5518 this.helpToolStripMenuItem1});
darienf 3:36de8b9e4b1a 5519 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
darienf 3:36de8b9e4b1a 5520 this.menuStrip1.Name = "menuStrip1";
darienf 3:36de8b9e4b1a 5521 this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
darienf 3:36de8b9e4b1a 5522 this.menuStrip1.Size = new System.Drawing.Size(961, 24);
darienf 3:36de8b9e4b1a 5523 this.menuStrip1.TabIndex = 17;
darienf 3:36de8b9e4b1a 5524 this.menuStrip1.Text = "menuStrip1";
darienf 3:36de8b9e4b1a 5525 //
darienf 3:36de8b9e4b1a 5526 // toolStripMenuItem3
darienf 3:36de8b9e4b1a 5527 //
darienf 3:36de8b9e4b1a 5528 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
darienf 3:36de8b9e4b1a 5529 this.toolStripMenuItem3.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5530 //
darienf 3:36de8b9e4b1a 5531 // toolStripMenuItem4
darienf 3:36de8b9e4b1a 5532 //
darienf 3:36de8b9e4b1a 5533 this.toolStripMenuItem4.Name = "toolStripMenuItem4";
darienf 3:36de8b9e4b1a 5534 this.toolStripMenuItem4.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5535 //
darienf 3:36de8b9e4b1a 5536 // toolStripMenuItem5
darienf 3:36de8b9e4b1a 5537 //
darienf 3:36de8b9e4b1a 5538 this.toolStripMenuItem5.Name = "toolStripMenuItem5";
darienf 3:36de8b9e4b1a 5539 this.toolStripMenuItem5.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5540 //
darienf 3:36de8b9e4b1a 5541 // toolStripMenuItem6
darienf 3:36de8b9e4b1a 5542 //
darienf 3:36de8b9e4b1a 5543 this.toolStripMenuItem6.Name = "toolStripMenuItem6";
darienf 3:36de8b9e4b1a 5544 this.toolStripMenuItem6.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5545 //
darienf 3:36de8b9e4b1a 5546 // toolStripMenuItem7
darienf 3:36de8b9e4b1a 5547 //
darienf 3:36de8b9e4b1a 5548 this.toolStripMenuItem7.Name = "toolStripMenuItem7";
darienf 3:36de8b9e4b1a 5549 this.toolStripMenuItem7.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5550 //
darienf 3:36de8b9e4b1a 5551 // toolStripMenuItem8
darienf 3:36de8b9e4b1a 5552 //
darienf 3:36de8b9e4b1a 5553 this.toolStripMenuItem8.Name = "toolStripMenuItem8";
darienf 3:36de8b9e4b1a 5554 this.toolStripMenuItem8.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5555 //
darienf 3:36de8b9e4b1a 5556 // toolStripMenuItem9
darienf 3:36de8b9e4b1a 5557 //
darienf 3:36de8b9e4b1a 5558 this.toolStripMenuItem9.Name = "toolStripMenuItem9";
darienf 3:36de8b9e4b1a 5559 this.toolStripMenuItem9.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5560 //
darienf 3:36de8b9e4b1a 5561 // toolStripMenuItem10
darienf 3:36de8b9e4b1a 5562 //
darienf 3:36de8b9e4b1a 5563 this.toolStripMenuItem10.Name = "toolStripMenuItem10";
darienf 3:36de8b9e4b1a 5564 this.toolStripMenuItem10.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5565 //
darienf 3:36de8b9e4b1a 5566 // toolStripSeparator4
darienf 3:36de8b9e4b1a 5567 //
darienf 3:36de8b9e4b1a 5568 this.toolStripSeparator4.Name = "toolStripSeparator4";
darienf 3:36de8b9e4b1a 5569 this.toolStripSeparator4.Size = new System.Drawing.Size(6, 6);
darienf 3:36de8b9e4b1a 5570 //
darienf 3:36de8b9e4b1a 5571 // toolStripMenuItem11
darienf 3:36de8b9e4b1a 5572 //
darienf 3:36de8b9e4b1a 5573 this.toolStripMenuItem11.Name = "toolStripMenuItem11";
darienf 3:36de8b9e4b1a 5574 this.toolStripMenuItem11.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5575 //
darienf 3:36de8b9e4b1a 5576 // toolStripMenuItem12
darienf 3:36de8b9e4b1a 5577 //
darienf 3:36de8b9e4b1a 5578 this.toolStripMenuItem12.Name = "toolStripMenuItem12";
darienf 3:36de8b9e4b1a 5579 this.toolStripMenuItem12.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5580 //
darienf 3:36de8b9e4b1a 5581 // toolStripSeparator6
darienf 3:36de8b9e4b1a 5582 //
darienf 3:36de8b9e4b1a 5583 this.toolStripSeparator6.Name = "toolStripSeparator6";
darienf 3:36de8b9e4b1a 5584 this.toolStripSeparator6.Size = new System.Drawing.Size(6, 6);
darienf 3:36de8b9e4b1a 5585 //
darienf 3:36de8b9e4b1a 5586 // toolStripMenuItem13
darienf 3:36de8b9e4b1a 5587 //
darienf 3:36de8b9e4b1a 5588 this.toolStripMenuItem13.Name = "toolStripMenuItem13";
darienf 3:36de8b9e4b1a 5589 this.toolStripMenuItem13.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5590 //
darienf 3:36de8b9e4b1a 5591 // toolStripMenuItem14
darienf 3:36de8b9e4b1a 5592 //
darienf 3:36de8b9e4b1a 5593 this.toolStripMenuItem14.Name = "toolStripMenuItem14";
darienf 3:36de8b9e4b1a 5594 this.toolStripMenuItem14.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5595 //
darienf 3:36de8b9e4b1a 5596 // toolStripSeparator7
darienf 3:36de8b9e4b1a 5597 //
darienf 3:36de8b9e4b1a 5598 this.toolStripSeparator7.Name = "toolStripSeparator7";
darienf 3:36de8b9e4b1a 5599 this.toolStripSeparator7.Size = new System.Drawing.Size(6, 6);
darienf 3:36de8b9e4b1a 5600 //
darienf 3:36de8b9e4b1a 5601 // toolStripMenuItem15
darienf 3:36de8b9e4b1a 5602 //
darienf 3:36de8b9e4b1a 5603 this.toolStripMenuItem15.Name = "toolStripMenuItem15";
darienf 3:36de8b9e4b1a 5604 this.toolStripMenuItem15.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5605 //
darienf 3:36de8b9e4b1a 5606 // toolStripMenuItem16
darienf 3:36de8b9e4b1a 5607 //
darienf 3:36de8b9e4b1a 5608 this.toolStripMenuItem16.Name = "toolStripMenuItem16";
darienf 3:36de8b9e4b1a 5609 this.toolStripMenuItem16.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5610 //
darienf 3:36de8b9e4b1a 5611 // toolStripMenuItem17
darienf 3:36de8b9e4b1a 5612 //
darienf 3:36de8b9e4b1a 5613 this.toolStripMenuItem17.Name = "toolStripMenuItem17";
darienf 3:36de8b9e4b1a 5614 this.toolStripMenuItem17.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5615 //
darienf 3:36de8b9e4b1a 5616 // toolStripMenuItem18
darienf 3:36de8b9e4b1a 5617 //
darienf 3:36de8b9e4b1a 5618 this.toolStripMenuItem18.Name = "toolStripMenuItem18";
darienf 3:36de8b9e4b1a 5619 this.toolStripMenuItem18.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5620 //
darienf 3:36de8b9e4b1a 5621 // toolStripMenuItem19
darienf 3:36de8b9e4b1a 5622 //
darienf 3:36de8b9e4b1a 5623 this.toolStripMenuItem19.Name = "toolStripMenuItem19";
darienf 3:36de8b9e4b1a 5624 this.toolStripMenuItem19.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5625 //
darienf 3:36de8b9e4b1a 5626 // toolStripMenuItem20
darienf 3:36de8b9e4b1a 5627 //
darienf 3:36de8b9e4b1a 5628 this.toolStripMenuItem20.Name = "toolStripMenuItem20";
darienf 3:36de8b9e4b1a 5629 this.toolStripMenuItem20.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5630 //
darienf 3:36de8b9e4b1a 5631 // toolStripMenuItem21
darienf 3:36de8b9e4b1a 5632 //
darienf 3:36de8b9e4b1a 5633 this.toolStripMenuItem21.Name = "toolStripMenuItem21";
darienf 3:36de8b9e4b1a 5634 this.toolStripMenuItem21.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5635 //
darienf 3:36de8b9e4b1a 5636 // toolStripSeparator8
darienf 3:36de8b9e4b1a 5637 //
darienf 3:36de8b9e4b1a 5638 this.toolStripSeparator8.Name = "toolStripSeparator8";
darienf 3:36de8b9e4b1a 5639 this.toolStripSeparator8.Size = new System.Drawing.Size(6, 6);
darienf 3:36de8b9e4b1a 5640 //
darienf 3:36de8b9e4b1a 5641 // toolStripMenuItem22
darienf 3:36de8b9e4b1a 5642 //
darienf 3:36de8b9e4b1a 5643 this.toolStripMenuItem22.Name = "toolStripMenuItem22";
darienf 3:36de8b9e4b1a 5644 this.toolStripMenuItem22.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5645 //
darienf 3:36de8b9e4b1a 5646 // toolStripMenuItem23
darienf 3:36de8b9e4b1a 5647 //
darienf 3:36de8b9e4b1a 5648 this.toolStripMenuItem23.Name = "toolStripMenuItem23";
darienf 3:36de8b9e4b1a 5649 this.toolStripMenuItem23.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5650 //
darienf 3:36de8b9e4b1a 5651 // toolStripMenuItem24
darienf 3:36de8b9e4b1a 5652 //
darienf 3:36de8b9e4b1a 5653 this.toolStripMenuItem24.Name = "toolStripMenuItem24";
darienf 3:36de8b9e4b1a 5654 this.toolStripMenuItem24.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5655 //
darienf 3:36de8b9e4b1a 5656 // toolStripMenuItem25
darienf 3:36de8b9e4b1a 5657 //
darienf 3:36de8b9e4b1a 5658 this.toolStripMenuItem25.Name = "toolStripMenuItem25";
darienf 3:36de8b9e4b1a 5659 this.toolStripMenuItem25.Size = new System.Drawing.Size(32, 19);
darienf 3:36de8b9e4b1a 5660 //
darienf 3:36de8b9e4b1a 5661 // HspForm
darienf 3:36de8b9e4b1a 5662 //
darienf 3:36de8b9e4b1a 5663 this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
darienf 3:36de8b9e4b1a 5664 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
darienf 3:36de8b9e4b1a 5665 this.BackColor = System.Drawing.Color.White;
darienf 3:36de8b9e4b1a 5666 this.ClientSize = new System.Drawing.Size(961, 682);
darienf 3:36de8b9e4b1a 5667 this.Controls.Add(this.menuStrip1);
darienf 3:36de8b9e4b1a 5668 this.Controls.Add(this.maximTabControl1);
darienf 3:36de8b9e4b1a 5669 this.Controls.Add(this.ss_Status);
darienf 3:36de8b9e4b1a 5670 this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 3:36de8b9e4b1a 5671 this.ForeColor = System.Drawing.Color.Black;
darienf 3:36de8b9e4b1a 5672 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
darienf 3:36de8b9e4b1a 5673 this.Name = "HspForm";
darienf 3:36de8b9e4b1a 5674 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
darienf 3:36de8b9e4b1a 5675 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
darienf 3:36de8b9e4b1a 5676 this.Text = "MAXREFDES100 Health Sensor Platform";
darienf 3:36de8b9e4b1a 5677 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HspForm_FormClosing);
darienf 3:36de8b9e4b1a 5678 this.Load += new System.EventHandler(this.Form_Load);
darienf 3:36de8b9e4b1a 5679 this.ResizeEnd += new System.EventHandler(this.HspForm_ResizeEnd);
darienf 3:36de8b9e4b1a 5680 this.maximGroupBox1.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5681 this.maximGroupBox1.PerformLayout();
darienf 3:36de8b9e4b1a 5682 this.maximTabControl1.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5683 this.tpBlockDiagram.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5684 this.tlbQuickStart.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5685 this.tlbQuickStart.PerformLayout();
darienf 3:36de8b9e4b1a 5686 this.pnlBlockDiagram.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5687 this.pnlBlockDiagram.PerformLayout();
darienf 3:36de8b9e4b1a 5688 ((System.ComponentModel.ISupportInitialize)(this.picBlockDiagram)).EndInit();
darienf 3:36de8b9e4b1a 5689 this.tpOpticalSensor.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5690 this.tpTemperature.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5691 this.tpMAX30001EcgChannel.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5692 this.tpMAX30001EcgChannel.PerformLayout();
darienf 3:36de8b9e4b1a 5693 this.flowLayoutPanel1.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5694 this.pnlEcgChannel.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5695 this.pnlEcgChannel.PerformLayout();
darienf 3:36de8b9e4b1a 5696 ((System.ComponentModel.ISupportInitialize)(this.picEcgChannel)).EndInit();
darienf 3:36de8b9e4b1a 5697 this.grpRToR.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5698 this.grpRToR.PerformLayout();
darienf 3:36de8b9e4b1a 5699 this.tpMAX30001InputMux.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5700 this.pnlEcgMux.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5701 this.pnlEcgMux.PerformLayout();
darienf 3:36de8b9e4b1a 5702 ((System.ComponentModel.ISupportInitialize)(this.picECGLeadConfig)).EndInit();
darienf 3:36de8b9e4b1a 5703 ((System.ComponentModel.ISupportInitialize)(this.picSw1)).EndInit();
darienf 3:36de8b9e4b1a 5704 ((System.ComponentModel.ISupportInitialize)(this.picSw2)).EndInit();
darienf 3:36de8b9e4b1a 5705 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
darienf 3:36de8b9e4b1a 5706 ((System.ComponentModel.ISupportInitialize)(this.picSw3)).EndInit();
darienf 3:36de8b9e4b1a 5707 ((System.ComponentModel.ISupportInitialize)(this.picSw4)).EndInit();
darienf 3:36de8b9e4b1a 5708 ((System.ComponentModel.ISupportInitialize)(this.picSw5)).EndInit();
darienf 3:36de8b9e4b1a 5709 ((System.ComponentModel.ISupportInitialize)(this.picSw6)).EndInit();
darienf 3:36de8b9e4b1a 5710 ((System.ComponentModel.ISupportInitialize)(this.picSw7)).EndInit();
darienf 3:36de8b9e4b1a 5711 ((System.ComponentModel.ISupportInitialize)(this.picSw8)).EndInit();
darienf 3:36de8b9e4b1a 5712 ((System.ComponentModel.ISupportInitialize)(this.picSw9)).EndInit();
darienf 3:36de8b9e4b1a 5713 ((System.ComponentModel.ISupportInitialize)(this.picSw10)).EndInit();
darienf 3:36de8b9e4b1a 5714 ((System.ComponentModel.ISupportInitialize)(this.picSw11)).EndInit();
darienf 3:36de8b9e4b1a 5715 ((System.ComponentModel.ISupportInitialize)(this.picSw12)).EndInit();
darienf 3:36de8b9e4b1a 5716 ((System.ComponentModel.ISupportInitialize)(this.picSw13)).EndInit();
darienf 3:36de8b9e4b1a 5717 ((System.ComponentModel.ISupportInitialize)(this.picSw14)).EndInit();
darienf 3:36de8b9e4b1a 5718 this.pnlMAX30001Global.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5719 this.grpChannelPlotEnable.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5720 this.grpChannelPlotEnable.PerformLayout();
darienf 3:36de8b9e4b1a 5721 this.maximGroupBox8.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5722 this.grpGlobalControls.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5723 this.grpGlobalControls.PerformLayout();
darienf 3:36de8b9e4b1a 5724 this.tpBioZChannel.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5725 this.pnlBioZChannel.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5726 this.pnlBioZChannel.PerformLayout();
darienf 3:36de8b9e4b1a 5727 ((System.ComponentModel.ISupportInitialize)(this.picBioZChannel)).EndInit();
darienf 3:36de8b9e4b1a 5728 this.tpMAX30001BioZInputMux.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5729 this.pnlBioZMux.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5730 this.pnlBioZMux.PerformLayout();
darienf 3:36de8b9e4b1a 5731 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
darienf 3:36de8b9e4b1a 5732 ((System.ComponentModel.ISupportInitialize)(this.picLoff1)).EndInit();
darienf 3:36de8b9e4b1a 5733 ((System.ComponentModel.ISupportInitialize)(this.picLoff2)).EndInit();
darienf 3:36de8b9e4b1a 5734 ((System.ComponentModel.ISupportInitialize)(this.picLeadOn)).EndInit();
darienf 3:36de8b9e4b1a 5735 ((System.ComponentModel.ISupportInitialize)(this.picBioZsw1)).EndInit();
darienf 3:36de8b9e4b1a 5736 ((System.ComponentModel.ISupportInitialize)(this.picBioZsw2)).EndInit();
darienf 3:36de8b9e4b1a 5737 ((System.ComponentModel.ISupportInitialize)(this.picLeadBias1)).EndInit();
darienf 3:36de8b9e4b1a 5738 ((System.ComponentModel.ISupportInitialize)(this.picLeadBias2)).EndInit();
darienf 3:36de8b9e4b1a 5739 ((System.ComponentModel.ISupportInitialize)(this.picBioZCal1)).EndInit();
darienf 3:36de8b9e4b1a 5740 ((System.ComponentModel.ISupportInitialize)(this.picBioZCal2)).EndInit();
darienf 3:36de8b9e4b1a 5741 this.tpMAX30001BioZLoad.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5742 this.pnlBioZLoad.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5743 this.pnlBioZLoad.PerformLayout();
darienf 3:36de8b9e4b1a 5744 ((System.ComponentModel.ISupportInitialize)(this.picBioZLoad)).EndInit();
darienf 3:36de8b9e4b1a 5745 ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff1)).EndInit();
darienf 3:36de8b9e4b1a 5746 ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff2)).EndInit();
darienf 3:36de8b9e4b1a 5747 ((System.ComponentModel.ISupportInitialize)(this.picBioZLlon)).EndInit();
darienf 3:36de8b9e4b1a 5748 ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw1)).EndInit();
darienf 3:36de8b9e4b1a 5749 ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb2)).EndInit();
darienf 3:36de8b9e4b1a 5750 ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal2)).EndInit();
darienf 3:36de8b9e4b1a 5751 ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal1)).EndInit();
darienf 3:36de8b9e4b1a 5752 ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb1)).EndInit();
darienf 3:36de8b9e4b1a 5753 ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw2)).EndInit();
darienf 3:36de8b9e4b1a 5754 ((System.ComponentModel.ISupportInitialize)(this.picBioZLresload)).EndInit();
darienf 3:36de8b9e4b1a 5755 this.tpMAX30001Pace.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5756 this.pnlPace.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5757 this.pnlPace.PerformLayout();
darienf 3:36de8b9e4b1a 5758 ((System.ComponentModel.ISupportInitialize)(this.picPaceChannel)).EndInit();
darienf 3:36de8b9e4b1a 5759 this.tpMAX30001Plots.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5760 this.tpFlashLog.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5761 this.tpRegisters.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5762 this.tableLayoutPanel1.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5763 this.pnlRegMAX30205_U18.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5764 this.pnlRegMAX14720.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5765 this.pnlRegMAX30101.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5766 this.pnlRegMAX30001.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5767 this.pnlRegMAX30205.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5768 this.pnlRegLIS2HD.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5769 this.tpPrimitives.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5770 ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
darienf 3:36de8b9e4b1a 5771 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
darienf 3:36de8b9e4b1a 5772 ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
darienf 3:36de8b9e4b1a 5773 this.menuStrip1.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5774 this.menuStrip1.PerformLayout();
darienf 3:36de8b9e4b1a 5775 this.ResumeLayout(false);
darienf 3:36de8b9e4b1a 5776 this.PerformLayout();
darienf 3:36de8b9e4b1a 5777
darienf 3:36de8b9e4b1a 5778 }
darienf 3:36de8b9e4b1a 5779
darienf 3:36de8b9e4b1a 5780 #endregion
darienf 3:36de8b9e4b1a 5781
darienf 3:36de8b9e4b1a 5782 private System.Windows.Forms.TextBox txt_Status;
darienf 3:36de8b9e4b1a 5783 private System.Windows.Forms.Label label1;
darienf 3:36de8b9e4b1a 5784 private MaximStyle.MaximButton btn_Clear;
darienf 3:36de8b9e4b1a 5785 private MaximStyle.MaximStatusStrip ss_Status;
darienf 3:36de8b9e4b1a 5786 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
darienf 3:36de8b9e4b1a 5787 private System.Windows.Forms.ToolStripMenuItem tsm_exit;
darienf 3:36de8b9e4b1a 5788 private System.Windows.Forms.ToolStripMenuItem deviceToolStripMenuItem;
darienf 3:36de8b9e4b1a 5789 private System.Windows.Forms.ToolStripMenuItem test1ToolStripMenuItem;
darienf 3:36de8b9e4b1a 5790 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
darienf 3:36de8b9e4b1a 5791 private System.Windows.Forms.ToolStripMenuItem test2ToolStripMenuItem;
darienf 3:36de8b9e4b1a 5792 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
darienf 3:36de8b9e4b1a 5793 private System.Windows.Forms.ToolStripMenuItem technicalDocsToolStripMenuItem;
darienf 3:36de8b9e4b1a 5794 private System.Windows.Forms.ToolStripMenuItem tsm_EVKitDatasheet;
darienf 3:36de8b9e4b1a 5795 private System.Windows.Forms.ToolStripMenuItem tsm_ICDatasheet;
darienf 3:36de8b9e4b1a 5796 private System.Windows.Forms.ToolStripMenuItem tsm_about;
darienf 3:36de8b9e4b1a 5797 private MaximStyle.MaximGroupBox maximGroupBox1;
darienf 3:36de8b9e4b1a 5798 private MaximStyle.MaximTabControl maximTabControl1;
darienf 3:36de8b9e4b1a 5799 private System.Windows.Forms.TabPage tpPrimitives;
darienf 3:36de8b9e4b1a 5800 private System.Windows.Forms.Label label22;
darienf 3:36de8b9e4b1a 5801 private System.Windows.Forms.Label label23;
darienf 3:36de8b9e4b1a 5802 private System.Windows.Forms.Label label24;
darienf 3:36de8b9e4b1a 5803 private System.Windows.Forms.Label label2;
darienf 3:36de8b9e4b1a 5804 private System.Windows.Forms.Label label3;
darienf 3:36de8b9e4b1a 5805 private System.Windows.Forms.Label label12;
darienf 3:36de8b9e4b1a 5806 private System.Windows.Forms.Label label13;
darienf 3:36de8b9e4b1a 5807 private System.Windows.Forms.Label label14;
darienf 3:36de8b9e4b1a 5808 private System.Windows.Forms.Label label15;
darienf 3:36de8b9e4b1a 5809 private System.Windows.Forms.Label label8;
darienf 3:36de8b9e4b1a 5810 private System.Windows.Forms.Label label4;
darienf 3:36de8b9e4b1a 5811 private System.Windows.Forms.Label label6;
darienf 3:36de8b9e4b1a 5812 private System.Windows.Forms.Label label7;
darienf 3:36de8b9e4b1a 5813 private System.Windows.Forms.Label label17;
darienf 3:36de8b9e4b1a 5814 private System.Windows.Forms.Label label18;
darienf 3:36de8b9e4b1a 5815 private System.Windows.Forms.Label label19;
darienf 3:36de8b9e4b1a 5816 private System.Windows.Forms.Label label20;
darienf 3:36de8b9e4b1a 5817 private System.Windows.Forms.Label label16;
darienf 3:36de8b9e4b1a 5818 private System.Windows.Forms.Label label5;
darienf 3:36de8b9e4b1a 5819 private System.Windows.Forms.Label label9;
darienf 3:36de8b9e4b1a 5820 private System.Windows.Forms.Label label10;
darienf 3:36de8b9e4b1a 5821 private System.Windows.Forms.Label label11;
darienf 3:36de8b9e4b1a 5822 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
darienf 3:36de8b9e4b1a 5823 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
darienf 3:36de8b9e4b1a 5824 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem1;
darienf 3:36de8b9e4b1a 5825 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
darienf 3:36de8b9e4b1a 5826 private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
darienf 3:36de8b9e4b1a 5827 private MaximStyle.MaximGroupBox maximGroupBox2;
darienf 3:36de8b9e4b1a 5828 private System.Windows.Forms.NumericUpDown numericUpDown1;
darienf 3:36de8b9e4b1a 5829 private System.Windows.Forms.ComboBox comboBox1;
darienf 3:36de8b9e4b1a 5830 private MaximStyle.MaximGroupBox maximGroupBox3;
darienf 3:36de8b9e4b1a 5831 private System.Windows.Forms.DataVisualization.Charting.Chart chart2;
darienf 3:36de8b9e4b1a 5832 private MaximStyle.MaximGroupBox maximGroupBox4;
darienf 3:36de8b9e4b1a 5833 private System.Windows.Forms.ComboBox comboBox2;
darienf 3:36de8b9e4b1a 5834 private System.Windows.Forms.ComboBox comboBox3;
darienf 3:36de8b9e4b1a 5835 private System.Windows.Forms.ComboBox comboBox4;
darienf 3:36de8b9e4b1a 5836 private System.Windows.Forms.ComboBox comboBox5;
darienf 3:36de8b9e4b1a 5837 private MaximStyle.MaximGroupBox maximGroupBox5;
darienf 3:36de8b9e4b1a 5838 private System.Windows.Forms.ComboBox comboBox6;
darienf 3:36de8b9e4b1a 5839 private System.Windows.Forms.ComboBox comboBox7;
darienf 3:36de8b9e4b1a 5840 private System.Windows.Forms.ComboBox comboBox8;
darienf 3:36de8b9e4b1a 5841 private System.Windows.Forms.ComboBox comboBox9;
darienf 3:36de8b9e4b1a 5842 private MaximStyle.MaximGroupBox maximGroupBox6;
darienf 3:36de8b9e4b1a 5843 private System.Windows.Forms.ComboBox comboBox10;
darienf 3:36de8b9e4b1a 5844 private System.Windows.Forms.ComboBox comboBox11;
darienf 3:36de8b9e4b1a 5845 private System.Windows.Forms.ComboBox comboBox12;
darienf 3:36de8b9e4b1a 5846 private MaximStyle.MaximGroupBox maximGroupBox7;
darienf 3:36de8b9e4b1a 5847 private System.Windows.Forms.TextBox textBox1;
darienf 3:36de8b9e4b1a 5848 private MaximStyle.MaximButton maximButton1;
darienf 3:36de8b9e4b1a 5849 private MaximStyle.MaximButton maximButton2;
darienf 3:36de8b9e4b1a 5850 private System.Windows.Forms.ComboBox comboBox13;
darienf 3:36de8b9e4b1a 5851 private MaximStyle.MaximButton maximButton3;
darienf 3:36de8b9e4b1a 5852 private MaximStyle.MaximButton maximButton4;
darienf 3:36de8b9e4b1a 5853 private System.Windows.Forms.ComboBox comboBox14;
darienf 3:36de8b9e4b1a 5854 private System.Windows.Forms.TabPage tpOpticalSensor;
darienf 3:36de8b9e4b1a 5855 private CustomControls.PrimitivesView primitivesView1;
darienf 3:36de8b9e4b1a 5856 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
darienf 3:36de8b9e4b1a 5857 private System.Windows.Forms.TabPage tpMAX30001EcgChannel;
darienf 3:36de8b9e4b1a 5858 private System.Windows.Forms.TabPage tpMAX30001Plots;
darienf 3:36de8b9e4b1a 5859 private System.Windows.Forms.TabPage tpRegisters;
darienf 3:36de8b9e4b1a 5860 private System.Windows.Forms.TabPage tpTemperature;
darienf 3:36de8b9e4b1a 5861 private CustomControls.TemperatureView temperatureView1;
darienf 3:36de8b9e4b1a 5862 private MaximStyle.MaximComboBox cboDhpf;
darienf 3:36de8b9e4b1a 5863 private MaximStyle.MaximComboBox cboDlpf;
darienf 3:36de8b9e4b1a 5864 private MaximStyle.MaximComboBox cboSampleRate;
darienf 3:36de8b9e4b1a 5865 private MaximStyle.MaximComboBox cboChannelGain;
darienf 3:36de8b9e4b1a 5866 private MaximStyle.MaximComboBox cboFast;
darienf 3:36de8b9e4b1a 5867 private System.Windows.Forms.Label lblDhpf;
darienf 3:36de8b9e4b1a 5868 private System.Windows.Forms.Label lblDlpf;
darienf 3:36de8b9e4b1a 5869 private System.Windows.Forms.Label lblSampleRate;
darienf 3:36de8b9e4b1a 5870 private System.Windows.Forms.Label lblChannelGain;
darienf 3:36de8b9e4b1a 5871 private System.Windows.Forms.Label lblFast;
darienf 3:36de8b9e4b1a 5872 private System.Windows.Forms.Panel pnlRegMAX30101;
darienf 3:36de8b9e4b1a 5873 private System.Windows.Forms.Panel pnlRegMAX30205;
darienf 3:36de8b9e4b1a 5874 private System.Windows.Forms.Panel pnlRegLIS2HD;
darienf 3:36de8b9e4b1a 5875 private System.Windows.Forms.Panel pnlRegMAX30001;
darienf 3:36de8b9e4b1a 5876 private Maxim.CustomControls.RegisterView rvMAX30101;
darienf 3:36de8b9e4b1a 5877 private Maxim.CustomControls.RegisterView rvMAX30205;
darienf 3:36de8b9e4b1a 5878 private Maxim.CustomControls.RegisterView rvLIS2HD;
darienf 3:36de8b9e4b1a 5879 private System.Windows.Forms.Panel pnlRegMAX14720;
darienf 3:36de8b9e4b1a 5880 private Maxim.CustomControls.RegisterView rvMAX14720;
darienf 3:36de8b9e4b1a 5881 private Maxim.CustomControls.RegisterView rvMAX30001;
darienf 3:36de8b9e4b1a 5882 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
darienf 3:36de8b9e4b1a 5883 private Maxim.CustomControls.RegisterView rvMAX30205_U18;
darienf 3:36de8b9e4b1a 5884 private System.Windows.Forms.ToolStripMenuItem connectionToolStripMenuItem;
darienf 3:36de8b9e4b1a 5885 private MaximStyle.MaximComboBox cboFastTh;
darienf 3:36de8b9e4b1a 5886 private System.Windows.Forms.Label lblFastTh;
darienf 3:36de8b9e4b1a 5887 private System.Windows.Forms.Label label28;
darienf 3:36de8b9e4b1a 5888 private System.Windows.Forms.TabPage tpMAX30001InputMux;
darienf 3:36de8b9e4b1a 5889 private MaximStyle.MaximComboBox cboEmuxOpenn;
darienf 3:36de8b9e4b1a 5890 private MaximStyle.MaximComboBox cboEmuxOpenp;
darienf 3:36de8b9e4b1a 5891 private System.Windows.Forms.Label lblEmuxOpenn;
darienf 3:36de8b9e4b1a 5892 private System.Windows.Forms.Label lblEmuxOpenp;
darienf 3:36de8b9e4b1a 5893 private System.Windows.Forms.Label lblCalVmag;
darienf 3:36de8b9e4b1a 5894 private System.Windows.Forms.Label lblCalFreq;
darienf 3:36de8b9e4b1a 5895 private System.Windows.Forms.Label lblCalTHigh;
darienf 3:36de8b9e4b1a 5896 private System.Windows.Forms.Label lblCalFifty;
darienf 3:36de8b9e4b1a 5897 private MaximStyle.MaximComboBox cboCalFcal;
darienf 3:36de8b9e4b1a 5898 private MaximStyle.MaximComboBox cboCalThigh;
darienf 3:36de8b9e4b1a 5899 private MaximStyle.MaximComboBox cboCalFifty;
darienf 3:36de8b9e4b1a 5900 private MaximStyle.MaximComboBox cboCalVmag;
darienf 3:36de8b9e4b1a 5901 private System.Windows.Forms.Label lblDcloffImag;
darienf 3:36de8b9e4b1a 5902 private System.Windows.Forms.Label lblCalVMode;
darienf 3:36de8b9e4b1a 5903 private System.Windows.Forms.Label lblCalEnVcal;
darienf 3:36de8b9e4b1a 5904 private System.Windows.Forms.Label lblEmuxPol;
darienf 3:36de8b9e4b1a 5905 private MaximStyle.MaximComboBox cboEmuxPol;
darienf 3:36de8b9e4b1a 5906 private MaximStyle.MaximComboBox cboDcloffImag;
darienf 3:36de8b9e4b1a 5907 private MaximStyle.MaximComboBox cboCalVmode;
darienf 3:36de8b9e4b1a 5908 private MaximStyle.MaximComboBox cboCalEnVcal;
darienf 3:36de8b9e4b1a 5909 private System.Windows.Forms.PictureBox picECGLeadConfig;
darienf 3:36de8b9e4b1a 5910 private System.Windows.Forms.Label lblDcloffVth;
darienf 3:36de8b9e4b1a 5911 private MaximStyle.MaximComboBox cboDcloffVth;
darienf 3:36de8b9e4b1a 5912 private MaximStyle.MaximComboBox cboDcloffIpol;
darienf 3:36de8b9e4b1a 5913 private System.Windows.Forms.Label lblDcloffIpol;
darienf 3:36de8b9e4b1a 5914 private MaximStyle.MaximComboBox cboEnDcloff;
darienf 3:36de8b9e4b1a 5915 private System.Windows.Forms.Label lblEnDcloff;
darienf 3:36de8b9e4b1a 5916 private MaximStyle.MaximGroupBox grpGlobalControls;
darienf 3:36de8b9e4b1a 5917 private MaximStyle.MaximComboBox cboMasterClock;
darienf 3:36de8b9e4b1a 5918 private System.Windows.Forms.Label label31;
darienf 3:36de8b9e4b1a 5919 private MaximStyle.MaximGroupBox maximGroupBox8;
darienf 3:36de8b9e4b1a 5920 private MaximStyle.MaximButton maximButton5;
darienf 3:36de8b9e4b1a 5921 private MaximStyle.MaximComboBox maximComboBox9;
darienf 3:36de8b9e4b1a 5922 private MaximStyle.MaximComboBox cboRbiasn;
darienf 3:36de8b9e4b1a 5923 private System.Windows.Forms.Label lblRbiasn;
darienf 3:36de8b9e4b1a 5924 private MaximStyle.MaximComboBox cboRbiasp;
darienf 3:36de8b9e4b1a 5925 private System.Windows.Forms.Label lblRbiasp;
darienf 3:36de8b9e4b1a 5926 private MaximStyle.MaximComboBox cboRbiasv;
darienf 3:36de8b9e4b1a 5927 private System.Windows.Forms.Label lblRbiasv;
darienf 3:36de8b9e4b1a 5928 private MaximStyle.MaximComboBox cboEnRbias;
darienf 3:36de8b9e4b1a 5929 private System.Windows.Forms.Label lblEnRbias;
darienf 3:36de8b9e4b1a 5930 private System.Windows.Forms.LinkLabel linkLabel1;
darienf 3:36de8b9e4b1a 5931 private System.Windows.Forms.Panel pnlMAX30001Global;
darienf 3:36de8b9e4b1a 5932 private System.Windows.Forms.ToolTip toolTip1;
darienf 3:36de8b9e4b1a 5933 private System.Windows.Forms.ToolStripMenuItem registerNamesToolStripMenuItem;
darienf 3:36de8b9e4b1a 5934 private MaximStyle.MaximGroupBox grpRToR;
darienf 3:36de8b9e4b1a 5935 private MaximStyle.MaximComboBox cboRRWndw;
darienf 3:36de8b9e4b1a 5936 private System.Windows.Forms.Label lblRRWndw;
darienf 3:36de8b9e4b1a 5937 private MaximStyle.MaximComboBox cboEnRToR;
darienf 3:36de8b9e4b1a 5938 private System.Windows.Forms.Label lblEnRToR;
darienf 3:36de8b9e4b1a 5939 private MaximStyle.MaximComboBox cboRRGain;
darienf 3:36de8b9e4b1a 5940 private System.Windows.Forms.Label lblRRGain;
darienf 3:36de8b9e4b1a 5941 private MaximStyle.MaximComboBox cboRRPtsf;
darienf 3:36de8b9e4b1a 5942 private System.Windows.Forms.Label lblRRPtsf;
darienf 3:36de8b9e4b1a 5943 private MaximStyle.MaximComboBox cboRRPavg;
darienf 3:36de8b9e4b1a 5944 private System.Windows.Forms.Label lblRRPavg;
darienf 3:36de8b9e4b1a 5945 private MaximStyle.MaximComboBox cboRRRhsf;
darienf 3:36de8b9e4b1a 5946 private System.Windows.Forms.Label lblRRRhsf;
darienf 3:36de8b9e4b1a 5947 private MaximStyle.MaximComboBox cboRRRavg;
darienf 3:36de8b9e4b1a 5948 private System.Windows.Forms.Label lblRRRavg;
darienf 3:36de8b9e4b1a 5949 private MaximStyle.MaximComboBox cboRRHoff;
darienf 3:36de8b9e4b1a 5950 private System.Windows.Forms.Label lblRRHoff;
darienf 3:36de8b9e4b1a 5951 private MaximStyle.MaximComboBox cboEmuxCalNSel;
darienf 3:36de8b9e4b1a 5952 private System.Windows.Forms.Label lblEmuxCalNSel;
darienf 3:36de8b9e4b1a 5953 private MaximStyle.MaximComboBox cboEmuxCalPSel;
darienf 3:36de8b9e4b1a 5954 private System.Windows.Forms.Label lblEmuxCalPSel;
darienf 3:36de8b9e4b1a 5955 private CustomControls.EcgView ecgView1;
darienf 3:36de8b9e4b1a 5956 private System.Windows.Forms.ToolStripMenuItem disconnectToolStripMenuItem;
darienf 3:36de8b9e4b1a 5957 private System.Windows.Forms.TabPage tpBioZChannel;
darienf 3:36de8b9e4b1a 5958 private System.Windows.Forms.TabPage tpMAX30001BioZInputMux;
darienf 3:36de8b9e4b1a 5959 private System.Windows.Forms.TabPage tpMAX30001Pace;
darienf 3:36de8b9e4b1a 5960 private System.Windows.Forms.TabPage tpFlashLog;
darienf 3:36de8b9e4b1a 5961 private System.Windows.Forms.PictureBox picBioZChannel;
darienf 3:36de8b9e4b1a 5962 private System.Windows.Forms.Label lblBioZExternalResistorBiasEnable;
darienf 3:36de8b9e4b1a 5963 private System.Windows.Forms.Label lblBioZCurrentGeneratorMonitor;
darienf 3:36de8b9e4b1a 5964 private System.Windows.Forms.Label lblBioZCurrentGeneratorMode;
darienf 3:36de8b9e4b1a 5965 private System.Windows.Forms.Label lblBioZModulationPhaseOffset;
darienf 3:36de8b9e4b1a 5966 private System.Windows.Forms.Label lblBioZCurrentGeneratorMagnitude;
darienf 3:36de8b9e4b1a 5967 private System.Windows.Forms.Label lblBioZACLeadOffUnderRangeThreshold;
darienf 3:36de8b9e4b1a 5968 private System.Windows.Forms.Label lblBioZACLeadOffOverRangeThreshold;
darienf 3:36de8b9e4b1a 5969 private System.Windows.Forms.Label lblBioZDigitalLeadOffDetectionEnable;
darienf 3:36de8b9e4b1a 5970 private System.Windows.Forms.Label lblBioZDigitalHpf;
darienf 3:36de8b9e4b1a 5971 private System.Windows.Forms.Label lblBioZDigitalLpf;
darienf 3:36de8b9e4b1a 5972 private System.Windows.Forms.Label lblBioZSampleRate;
darienf 3:36de8b9e4b1a 5973 private System.Windows.Forms.Label lblBioZChannelGain;
darienf 3:36de8b9e4b1a 5974 private System.Windows.Forms.LinkLabel linkLabel2;
darienf 3:36de8b9e4b1a 5975 private System.Windows.Forms.Label lblBioZAnalogHpf;
darienf 3:36de8b9e4b1a 5976 private MaximStyle.MaximComboBox cboBioZCurrentGeneratorMode;
darienf 3:36de8b9e4b1a 5977 private MaximStyle.MaximComboBox cboBioZCurrentGeneratorMonitor;
darienf 3:36de8b9e4b1a 5978 private MaximStyle.MaximComboBox cboBioZExternalResistorBiasEnable;
darienf 3:36de8b9e4b1a 5979 private MaximStyle.MaximComboBox cboBioZDigitalLeadOffDetectionEnable;
darienf 3:36de8b9e4b1a 5980 private MaximStyle.MaximComboBox cboBioZACLeadOffUnderRangeThreshold;
darienf 3:36de8b9e4b1a 5981 private MaximStyle.MaximComboBox cboBioZACLeadOffOverRangeThreshold;
darienf 3:36de8b9e4b1a 5982 private MaximStyle.MaximComboBox cboBioZDigitalHpf;
darienf 3:36de8b9e4b1a 5983 private MaximStyle.MaximComboBox cboBioZDigitalLpf;
darienf 3:36de8b9e4b1a 5984 private MaximStyle.MaximComboBox cboBioZSampleRate;
darienf 3:36de8b9e4b1a 5985 private MaximStyle.MaximComboBox cboBioZChannelGain;
darienf 3:36de8b9e4b1a 5986 private MaximStyle.MaximComboBox cboBioZModulationPhaseOffset;
darienf 3:36de8b9e4b1a 5987 private MaximStyle.MaximComboBox cboBioZCurrentGeneratorMagnitude;
darienf 3:36de8b9e4b1a 5988 private MaximStyle.MaximComboBox cboBioZAnalogHpf;
darienf 3:36de8b9e4b1a 5989 private System.Windows.Forms.Label label21;
darienf 3:36de8b9e4b1a 5990 private System.Windows.Forms.PictureBox picPaceChannel;
darienf 3:36de8b9e4b1a 5991 private System.Windows.Forms.Label lblPaceSignalSelection;
darienf 3:36de8b9e4b1a 5992 private System.Windows.Forms.Label lblPaceBufferBandwidth;
darienf 3:36de8b9e4b1a 5993 private System.Windows.Forms.Label lblPaceAnalogHpf;
darienf 3:36de8b9e4b1a 5994 private MaximStyle.MaximComboBox cboPaceAnalogHpf;
darienf 3:36de8b9e4b1a 5995 private MaximStyle.MaximComboBox cboPaceDetectorNegativeThreshold;
darienf 3:36de8b9e4b1a 5996 private MaximStyle.MaximComboBox cboPaceDetectorPostiveThreshold;
darienf 3:36de8b9e4b1a 5997 private MaximStyle.MaximComboBox cboPaceDifferentiatorMode;
darienf 3:36de8b9e4b1a 5998 private MaximStyle.MaximComboBox cboPaceChannelGain;
darienf 3:36de8b9e4b1a 5999 private MaximStyle.MaximComboBox cboPaceInputPolarity;
darienf 3:36de8b9e4b1a 6000 private MaximStyle.MaximComboBox cboPaceSignalSelection;
darienf 3:36de8b9e4b1a 6001 private MaximStyle.MaximComboBox cboPaceBufferBandwidth;
darienf 3:36de8b9e4b1a 6002 private System.Windows.Forms.Label lblPaceDetectorNegativeThreshold;
darienf 3:36de8b9e4b1a 6003 private System.Windows.Forms.Label lblPaceDetectorPostiveThreshold;
darienf 3:36de8b9e4b1a 6004 private System.Windows.Forms.Label lblPaceDifferentiatorMode;
darienf 3:36de8b9e4b1a 6005 private System.Windows.Forms.Label lblPaceChannelGain;
darienf 3:36de8b9e4b1a 6006 private System.Windows.Forms.Label lblPaceInputPolarity;
darienf 3:36de8b9e4b1a 6007 private System.Windows.Forms.Label label35;
darienf 3:36de8b9e4b1a 6008 private MaximStyle.MaximCheckBox chkEnRtor;
darienf 3:36de8b9e4b1a 6009 private MaximStyle.MaximCheckBox chkEnPace;
darienf 3:36de8b9e4b1a 6010 private MaximStyle.MaximCheckBox chkEnBioZ;
darienf 3:36de8b9e4b1a 6011 private MaximStyle.MaximCheckBox chkEnECG;
darienf 3:36de8b9e4b1a 6012 private MaximStyle.MaximGroupBox grpChannelPlotEnable;
darienf 3:36de8b9e4b1a 6013 private MaximStyle.MaximComboBox cboBioZCurrentGeneratorFrequency;
darienf 3:36de8b9e4b1a 6014 private System.Windows.Forms.Label lblBioZCurrentGeneratorFrequency;
darienf 3:36de8b9e4b1a 6015 private MaximStyle.MaximComboBox cboBioZBmuxCalnSel;
darienf 3:36de8b9e4b1a 6016 private System.Windows.Forms.Label lblBioZBmuxCalnSel;
darienf 3:36de8b9e4b1a 6017 private MaximStyle.MaximComboBox cboBioZBmuxCalpSel;
darienf 3:36de8b9e4b1a 6018 private System.Windows.Forms.Label lblBioZBmuxCalpSel;
darienf 3:36de8b9e4b1a 6019 private MaximStyle.MaximComboBox cboBioZRbiasn;
darienf 3:36de8b9e4b1a 6020 private System.Windows.Forms.Label lblBioZRbiasn;
darienf 3:36de8b9e4b1a 6021 private MaximStyle.MaximComboBox cboBioZRbiasp;
darienf 3:36de8b9e4b1a 6022 private System.Windows.Forms.Label lblBioZRbiasp;
darienf 3:36de8b9e4b1a 6023 private MaximStyle.MaximComboBox cboBioZRbiasv;
darienf 3:36de8b9e4b1a 6024 private System.Windows.Forms.Label lblBioZRbiasv;
darienf 3:36de8b9e4b1a 6025 private MaximStyle.MaximComboBox cboBioZEnRbias;
darienf 3:36de8b9e4b1a 6026 private System.Windows.Forms.Label lblBioZEnRbias;
darienf 3:36de8b9e4b1a 6027 private System.Windows.Forms.Label lblBioZDcloffVth;
darienf 3:36de8b9e4b1a 6028 private MaximStyle.MaximComboBox cboBioZDcloffVth;
darienf 3:36de8b9e4b1a 6029 private MaximStyle.MaximComboBox cboBioZDcloffIpol;
darienf 3:36de8b9e4b1a 6030 private System.Windows.Forms.Label lblBioZDcloffIpol;
darienf 3:36de8b9e4b1a 6031 private MaximStyle.MaximComboBox cboBioZEnDcloff;
darienf 3:36de8b9e4b1a 6032 private System.Windows.Forms.Label lblBioZEnDcloff;
darienf 3:36de8b9e4b1a 6033 private MaximStyle.MaximComboBox cboBioZBmuxOpenn;
darienf 3:36de8b9e4b1a 6034 private MaximStyle.MaximComboBox cboBioZBmuxOpenp;
darienf 3:36de8b9e4b1a 6035 private System.Windows.Forms.Label lblBioZBmuxOpenn;
darienf 3:36de8b9e4b1a 6036 private System.Windows.Forms.Label lblBioZBmuxOpenp;
darienf 3:36de8b9e4b1a 6037 private System.Windows.Forms.Label lblBioZCalVmag;
darienf 3:36de8b9e4b1a 6038 private System.Windows.Forms.Label lblBioZCalFcal;
darienf 3:36de8b9e4b1a 6039 private System.Windows.Forms.Label lblBioZCalThigh;
darienf 3:36de8b9e4b1a 6040 private System.Windows.Forms.Label lblBioZCalFifty;
darienf 3:36de8b9e4b1a 6041 private MaximStyle.MaximComboBox cboBioZCalFcal;
darienf 3:36de8b9e4b1a 6042 private MaximStyle.MaximComboBox cboBioZCalThigh;
darienf 3:36de8b9e4b1a 6043 private MaximStyle.MaximComboBox cboBioZCalFifty;
darienf 3:36de8b9e4b1a 6044 private MaximStyle.MaximComboBox cboBioZCalVmag;
darienf 3:36de8b9e4b1a 6045 private System.Windows.Forms.Label lblBioZDcloffImag;
darienf 3:36de8b9e4b1a 6046 private System.Windows.Forms.Label lblBioZCalVMode;
darienf 3:36de8b9e4b1a 6047 private System.Windows.Forms.Label lblBioZCalEnVcal;
darienf 3:36de8b9e4b1a 6048 private MaximStyle.MaximComboBox cboBioZDcloffImag;
darienf 3:36de8b9e4b1a 6049 private MaximStyle.MaximComboBox cboBioZCalVMode;
darienf 3:36de8b9e4b1a 6050 private MaximStyle.MaximComboBox cboBioZCalEnVcal;
darienf 3:36de8b9e4b1a 6051 private System.Windows.Forms.PictureBox pictureBox2;
darienf 3:36de8b9e4b1a 6052 private System.Windows.Forms.Label label25;
darienf 3:36de8b9e4b1a 6053 private System.Windows.Forms.Label label26;
darienf 3:36de8b9e4b1a 6054 private System.Windows.Forms.Label label27;
darienf 3:36de8b9e4b1a 6055 private System.Windows.Forms.TabPage tpMAX30001BioZLoad;
darienf 3:36de8b9e4b1a 6056 private System.Windows.Forms.Label lblBioZBmuxFbist;
darienf 3:36de8b9e4b1a 6057 private System.Windows.Forms.Label lblBioZBmuxRmod;
darienf 3:36de8b9e4b1a 6058 private System.Windows.Forms.Label lblBioZBmuxEnBist;
darienf 3:36de8b9e4b1a 6059 private System.Windows.Forms.Label label33;
darienf 3:36de8b9e4b1a 6060 private MaximStyle.MaximComboBox cboBioZBmuxFbist;
darienf 3:36de8b9e4b1a 6061 private MaximStyle.MaximComboBox cboBioZBmuxRmod;
darienf 3:36de8b9e4b1a 6062 private MaximStyle.MaximComboBox cboBioZBmuxEnBist;
darienf 3:36de8b9e4b1a 6063 private System.Windows.Forms.PictureBox picBioZLoad;
darienf 3:36de8b9e4b1a 6064 private MaximStyle.MaximComboBox cboBioZBmuxRnom;
darienf 3:36de8b9e4b1a 6065 private System.Windows.Forms.Label lblBioZBmuxRnom;
darienf 3:36de8b9e4b1a 6066 private System.Windows.Forms.ToolStripMenuItem showAdvancedTabToolStripMenuItem;
darienf 3:36de8b9e4b1a 6067 private CustomControls.DataLoggingView dataLoggingView1;
darienf 3:36de8b9e4b1a 6068 private MaximStyle.MaximComboBox cboEmuxEnUlpLon;
darienf 3:36de8b9e4b1a 6069 private System.Windows.Forms.Label label30;
darienf 3:36de8b9e4b1a 6070 private System.Windows.Forms.Label label32;
darienf 3:36de8b9e4b1a 6071 private System.Windows.Forms.Label label34;
darienf 3:36de8b9e4b1a 6072 private System.Windows.Forms.Label label36;
darienf 3:36de8b9e4b1a 6073 private System.Windows.Forms.Label label37;
darienf 3:36de8b9e4b1a 6074 private System.Windows.Forms.Label label38;
darienf 3:36de8b9e4b1a 6075 private System.Windows.Forms.ToolStripMenuItem onlineDocumentationToolStripMenuItem;
darienf 3:36de8b9e4b1a 6076 private System.Windows.Forms.Label lblEmuxEnUlpLon;
darienf 3:36de8b9e4b1a 6077 private System.Windows.Forms.Label lblBmuxEnUlpLon;
darienf 3:36de8b9e4b1a 6078 private MaximStyle.MaximComboBox cboBmuxEnUlpLon;
darienf 3:36de8b9e4b1a 6079 private System.Windows.Forms.ToolStripMenuItem bioZMilliohmScaleToolStripMenuItem;
darienf 3:36de8b9e4b1a 6080 private System.Windows.Forms.Panel pnlRegMAX30205_U18;
darienf 3:36de8b9e4b1a 6081 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
darienf 3:36de8b9e4b1a 6082 private MaximStyle.MaximComboBox cboRegisterTabDevice;
darienf 3:36de8b9e4b1a 6083 private CustomControls.OpticalView opticalView1;
darienf 3:36de8b9e4b1a 6084 private System.Windows.Forms.ToolStripMenuItem saveRegisterSettingsToolStripMenuItem;
darienf 3:36de8b9e4b1a 6085 private System.Windows.Forms.ToolStripMenuItem loadRegisterSettingsToolStripMenuItem;
darienf 3:36de8b9e4b1a 6086 private System.Windows.Forms.TabPage tpBlockDiagram;
darienf 3:36de8b9e4b1a 6087 private System.Windows.Forms.PictureBox picBlockDiagram;
darienf 3:36de8b9e4b1a 6088 private System.Windows.Forms.LinkLabel linkBioZLoad;
darienf 3:36de8b9e4b1a 6089 private System.Windows.Forms.LinkLabel linkBioZMux;
darienf 3:36de8b9e4b1a 6090 private System.Windows.Forms.LinkLabel linkBioZChannel;
darienf 3:36de8b9e4b1a 6091 private System.Windows.Forms.LinkLabel linkPaceChannel;
darienf 3:36de8b9e4b1a 6092 private System.Windows.Forms.LinkLabel linkEcgMux;
darienf 3:36de8b9e4b1a 6093 private System.Windows.Forms.LinkLabel linkEcgChannel;
darienf 3:36de8b9e4b1a 6094 private System.Windows.Forms.LinkLabel linkOpticalSensor;
darienf 3:36de8b9e4b1a 6095 private System.Windows.Forms.LinkLabel linkTempSensor;
darienf 3:36de8b9e4b1a 6096 private System.Windows.Forms.Label label29;
darienf 3:36de8b9e4b1a 6097 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
darienf 3:36de8b9e4b1a 6098 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
darienf 3:36de8b9e4b1a 6099 private System.Windows.Forms.LinkLabel linkLabelBioZLoad;
darienf 3:36de8b9e4b1a 6100 private System.Windows.Forms.ToolStripMenuItem loggingToolStripMenuItem;
darienf 3:36de8b9e4b1a 6101 private System.Windows.Forms.ToolStripMenuItem eCGBioZFileLogToolStripMenuItem;
darienf 3:36de8b9e4b1a 6102 private System.Windows.Forms.ToolStripMenuItem eCGFileLogToolStripMenuItem;
darienf 3:36de8b9e4b1a 6103 private System.Windows.Forms.ToolStripMenuItem rToRFileLogToolStripMenuItem;
darienf 3:36de8b9e4b1a 6104 private System.Windows.Forms.ToolStripMenuItem paceFileLogToolStripMenuItem;
darienf 3:36de8b9e4b1a 6105 private System.Windows.Forms.ToolStripMenuItem bioZFileLogToolStripMenuItem;
darienf 3:36de8b9e4b1a 6106 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
darienf 3:36de8b9e4b1a 6107 private System.Windows.Forms.ToolStripMenuItem opticalAccelerometerFileLogToolStripMenuItem;
darienf 3:36de8b9e4b1a 6108 private System.Windows.Forms.ToolStripMenuItem registerExportToolStripMenuItem;
darienf 3:36de8b9e4b1a 6109 private System.Windows.Forms.ToolStripMenuItem loadAllRegisterSettingsToolStripMenuItem;
darienf 3:36de8b9e4b1a 6110 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
darienf 3:36de8b9e4b1a 6111 private System.Windows.Forms.Panel pnlBlockDiagram;
darienf 3:36de8b9e4b1a 6112 private System.Windows.Forms.Panel pnlEcgChannel;
darienf 3:36de8b9e4b1a 6113 private System.Windows.Forms.PictureBox picEcgChannel;
darienf 3:36de8b9e4b1a 6114 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
darienf 3:36de8b9e4b1a 6115 private System.Windows.Forms.Panel pnlEcgMux;
darienf 3:36de8b9e4b1a 6116 private System.Windows.Forms.Panel pnlBioZChannel;
darienf 3:36de8b9e4b1a 6117 private System.Windows.Forms.Panel pnlBioZMux;
darienf 3:36de8b9e4b1a 6118 private System.Windows.Forms.Panel pnlBioZLoad;
darienf 3:36de8b9e4b1a 6119 private System.Windows.Forms.Panel pnlPace;
darienf 3:36de8b9e4b1a 6120 private System.Windows.Forms.Label label39;
darienf 3:36de8b9e4b1a 6121 private System.Windows.Forms.Panel panel1;
darienf 3:36de8b9e4b1a 6122 private System.Windows.Forms.PictureBox picSw1;
darienf 3:36de8b9e4b1a 6123 private System.Windows.Forms.PictureBox picSw2;
darienf 3:36de8b9e4b1a 6124 private System.Windows.Forms.PictureBox pictureBox1;
darienf 3:36de8b9e4b1a 6125 private System.Windows.Forms.PictureBox picSw3;
darienf 3:36de8b9e4b1a 6126 private System.Windows.Forms.PictureBox picSw4;
darienf 3:36de8b9e4b1a 6127 private System.Windows.Forms.PictureBox picSw5;
darienf 3:36de8b9e4b1a 6128 private System.Windows.Forms.PictureBox picSw6;
darienf 3:36de8b9e4b1a 6129 private System.Windows.Forms.PictureBox picSw7;
darienf 3:36de8b9e4b1a 6130 private System.Windows.Forms.PictureBox picSw8;
darienf 3:36de8b9e4b1a 6131 private System.Windows.Forms.PictureBox picSw9;
darienf 3:36de8b9e4b1a 6132 private System.Windows.Forms.PictureBox picSw10;
darienf 3:36de8b9e4b1a 6133 private System.Windows.Forms.PictureBox picSw11;
darienf 3:36de8b9e4b1a 6134 private System.Windows.Forms.PictureBox picSw12;
darienf 3:36de8b9e4b1a 6135 private System.Windows.Forms.PictureBox picSw13;
darienf 3:36de8b9e4b1a 6136 private System.Windows.Forms.PictureBox picSw14;
darienf 3:36de8b9e4b1a 6137 private System.Windows.Forms.PictureBox picLoff1;
darienf 3:36de8b9e4b1a 6138 private System.Windows.Forms.PictureBox picLoff2;
darienf 3:36de8b9e4b1a 6139 private System.Windows.Forms.PictureBox picLeadOn;
darienf 3:36de8b9e4b1a 6140 private System.Windows.Forms.PictureBox picBioZsw1;
darienf 3:36de8b9e4b1a 6141 private System.Windows.Forms.PictureBox picBioZsw2;
darienf 3:36de8b9e4b1a 6142 private System.Windows.Forms.PictureBox picLeadBias1;
darienf 3:36de8b9e4b1a 6143 private System.Windows.Forms.PictureBox picLeadBias2;
darienf 3:36de8b9e4b1a 6144 private System.Windows.Forms.PictureBox picBioZCal1;
darienf 3:36de8b9e4b1a 6145 private System.Windows.Forms.PictureBox picBioZCal2;
darienf 3:36de8b9e4b1a 6146 private System.Windows.Forms.PictureBox picBioZLloff1;
darienf 3:36de8b9e4b1a 6147 private System.Windows.Forms.PictureBox picBioZLloff2;
darienf 3:36de8b9e4b1a 6148 private System.Windows.Forms.PictureBox picBioZLlon;
darienf 3:36de8b9e4b1a 6149 private System.Windows.Forms.PictureBox picBioZLsw1;
darienf 3:36de8b9e4b1a 6150 private System.Windows.Forms.PictureBox picBioZLlb2;
darienf 3:36de8b9e4b1a 6151 private System.Windows.Forms.PictureBox picBioZLcal2;
darienf 3:36de8b9e4b1a 6152 private System.Windows.Forms.PictureBox picBioZLcal1;
darienf 3:36de8b9e4b1a 6153 private System.Windows.Forms.PictureBox picBioZLlb1;
darienf 3:36de8b9e4b1a 6154 private System.Windows.Forms.PictureBox picBioZLsw2;
darienf 3:36de8b9e4b1a 6155 private System.Windows.Forms.PictureBox picBioZLresload;
darienf 3:36de8b9e4b1a 6156 private System.Windows.Forms.MenuStrip menuStrip1;
darienf 3:36de8b9e4b1a 6157 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
darienf 3:36de8b9e4b1a 6158 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
darienf 3:36de8b9e4b1a 6159 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
darienf 3:36de8b9e4b1a 6160 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
darienf 3:36de8b9e4b1a 6161 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
darienf 3:36de8b9e4b1a 6162 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
darienf 3:36de8b9e4b1a 6163 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
darienf 3:36de8b9e4b1a 6164 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
darienf 3:36de8b9e4b1a 6165 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
darienf 3:36de8b9e4b1a 6166 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
darienf 3:36de8b9e4b1a 6167 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
darienf 3:36de8b9e4b1a 6168 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
darienf 3:36de8b9e4b1a 6169 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
darienf 3:36de8b9e4b1a 6170 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14;
darienf 3:36de8b9e4b1a 6171 private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
darienf 3:36de8b9e4b1a 6172 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15;
darienf 3:36de8b9e4b1a 6173 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16;
darienf 3:36de8b9e4b1a 6174 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem17;
darienf 3:36de8b9e4b1a 6175 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem18;
darienf 3:36de8b9e4b1a 6176 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem19;
darienf 3:36de8b9e4b1a 6177 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem20;
darienf 3:36de8b9e4b1a 6178 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem21;
darienf 3:36de8b9e4b1a 6179 private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
darienf 3:36de8b9e4b1a 6180 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem22;
darienf 3:36de8b9e4b1a 6181 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem23;
darienf 3:36de8b9e4b1a 6182 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem24;
darienf 3:36de8b9e4b1a 6183 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem25;
darienf 3:36de8b9e4b1a 6184 private System.Windows.Forms.TableLayoutPanel tlbQuickStart;
darienf 3:36de8b9e4b1a 6185 private System.Windows.Forms.Label label40;
darienf 3:36de8b9e4b1a 6186 private System.Windows.Forms.LinkLabel linkLabelQuickOpticalSpO2;
darienf 3:36de8b9e4b1a 6187 private System.Windows.Forms.LinkLabel linkLabelQuickTemperature;
darienf 3:36de8b9e4b1a 6188 private System.Windows.Forms.LinkLabel linkLabelQuickBioimpedance;
darienf 3:36de8b9e4b1a 6189 private System.Windows.Forms.LinkLabel linkLabelQuickEcg;
darienf 3:36de8b9e4b1a 6190 private System.Windows.Forms.Label label41;
darienf 3:36de8b9e4b1a 6191 private System.Windows.Forms.LinkLabel linkLabelQuickRespiration;
darienf 3:36de8b9e4b1a 6192 }
darienf 3:36de8b9e4b1a 6193 }
darienf 3:36de8b9e4b1a 6194