This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth
Diff: hspguisourcev301/HspGuiSourceV301/HSPGui/Form1.Designer.cs
- Revision:
- 3:36de8b9e4b1a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hspguisourcev301/HspGuiSourceV301/HSPGui/Form1.Designer.cs Sat Apr 10 03:05:42 2021 +0000 @@ -0,0 +1,6194 @@ +namespace HealthSensorPlatform +{ + partial class HspForm + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HspForm)); + this.txt_Status = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.btn_Clear = new MaximStyle.MaximButton(); + this.ss_Status = new MaximStyle.MaximStatusStrip(); + this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); + this.connectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.registerNamesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.bioZMilliohmScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.loadRegisterSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveRegisterSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.loadAllRegisterSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.registerExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.showAdvancedTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.loggingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.eCGBioZFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.eCGFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.rToRFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.paceFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.bioZFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.opticalAccelerometerFileLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.onlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.tsm_exit = new System.Windows.Forms.ToolStripMenuItem(); + this.deviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.test1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.test2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.technicalDocsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.tsm_EVKitDatasheet = new System.Windows.Forms.ToolStripMenuItem(); + this.tsm_ICDatasheet = new System.Windows.Forms.ToolStripMenuItem(); + this.tsm_about = new System.Windows.Forms.ToolStripMenuItem(); + this.maximGroupBox1 = new MaximStyle.MaximGroupBox(); + this.maximTabControl1 = new MaximStyle.MaximTabControl(); + this.tpBlockDiagram = new System.Windows.Forms.TabPage(); + this.tlbQuickStart = new System.Windows.Forms.TableLayoutPanel(); + this.linkLabelQuickRespiration = new System.Windows.Forms.LinkLabel(); + this.label40 = new System.Windows.Forms.Label(); + this.linkLabelQuickOpticalSpO2 = new System.Windows.Forms.LinkLabel(); + this.linkLabelQuickTemperature = new System.Windows.Forms.LinkLabel(); + this.linkLabelQuickBioimpedance = new System.Windows.Forms.LinkLabel(); + this.linkLabelQuickEcg = new System.Windows.Forms.LinkLabel(); + this.label41 = new System.Windows.Forms.Label(); + this.pnlBlockDiagram = new System.Windows.Forms.Panel(); + this.label29 = new System.Windows.Forms.Label(); + this.linkOpticalSensor = new System.Windows.Forms.LinkLabel(); + this.linkBioZLoad = new System.Windows.Forms.LinkLabel(); + this.linkTempSensor = new System.Windows.Forms.LinkLabel(); + this.linkBioZMux = new System.Windows.Forms.LinkLabel(); + this.linkEcgMux = new System.Windows.Forms.LinkLabel(); + this.linkBioZChannel = new System.Windows.Forms.LinkLabel(); + this.linkEcgChannel = new System.Windows.Forms.LinkLabel(); + this.linkPaceChannel = new System.Windows.Forms.LinkLabel(); + this.picBlockDiagram = new System.Windows.Forms.PictureBox(); + this.tpOpticalSensor = new System.Windows.Forms.TabPage(); + this.opticalView1 = new HealthSensorPlatform.CustomControls.OpticalView(); + this.tpTemperature = new System.Windows.Forms.TabPage(); + this.temperatureView1 = new HealthSensorPlatform.CustomControls.TemperatureView(); + this.tpMAX30001EcgChannel = new System.Windows.Forms.TabPage(); + this.cboEnRToR = new MaximStyle.MaximComboBox(); + this.lblEnRToR = new System.Windows.Forms.Label(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.panel1 = new System.Windows.Forms.Panel(); + this.pnlEcgChannel = new System.Windows.Forms.Panel(); + this.linkLabel1 = new System.Windows.Forms.LinkLabel(); + this.label30 = new System.Windows.Forms.Label(); + this.label28 = new System.Windows.Forms.Label(); + this.lblFast = new System.Windows.Forms.Label(); + this.lblChannelGain = new System.Windows.Forms.Label(); + this.cboFastTh = new MaximStyle.MaximComboBox(); + this.lblSampleRate = new System.Windows.Forms.Label(); + this.lblFastTh = new System.Windows.Forms.Label(); + this.lblDlpf = new System.Windows.Forms.Label(); + this.lblDhpf = new System.Windows.Forms.Label(); + this.cboDhpf = new MaximStyle.MaximComboBox(); + this.cboFast = new MaximStyle.MaximComboBox(); + this.cboDlpf = new MaximStyle.MaximComboBox(); + this.cboChannelGain = new MaximStyle.MaximComboBox(); + this.cboSampleRate = new MaximStyle.MaximComboBox(); + this.picEcgChannel = new System.Windows.Forms.PictureBox(); + this.grpRToR = new MaximStyle.MaximGroupBox(); + this.cboRRRavg = new MaximStyle.MaximComboBox(); + this.lblRRRavg = new System.Windows.Forms.Label(); + this.cboRRHoff = new MaximStyle.MaximComboBox(); + this.lblRRHoff = new System.Windows.Forms.Label(); + this.cboRRRhsf = new MaximStyle.MaximComboBox(); + this.lblRRRhsf = new System.Windows.Forms.Label(); + this.cboRRPtsf = new MaximStyle.MaximComboBox(); + this.lblRRPtsf = new System.Windows.Forms.Label(); + this.cboRRPavg = new MaximStyle.MaximComboBox(); + this.lblRRPavg = new System.Windows.Forms.Label(); + this.cboRRGain = new MaximStyle.MaximComboBox(); + this.lblRRGain = new System.Windows.Forms.Label(); + this.cboRRWndw = new MaximStyle.MaximComboBox(); + this.lblRRWndw = new System.Windows.Forms.Label(); + this.tpMAX30001InputMux = new System.Windows.Forms.TabPage(); + this.pnlEcgMux = new System.Windows.Forms.Panel(); + this.label26 = new System.Windows.Forms.Label(); + this.lblEmuxEnUlpLon = new System.Windows.Forms.Label(); + this.label32 = new System.Windows.Forms.Label(); + this.cboCalEnVcal = new MaximStyle.MaximComboBox(); + this.cboCalVmode = new MaximStyle.MaximComboBox(); + this.cboEmuxEnUlpLon = new MaximStyle.MaximComboBox(); + this.cboDcloffImag = new MaximStyle.MaximComboBox(); + this.cboEmuxPol = new MaximStyle.MaximComboBox(); + this.cboEmuxCalNSel = new MaximStyle.MaximComboBox(); + this.lblEmuxPol = new System.Windows.Forms.Label(); + this.lblEmuxCalNSel = new System.Windows.Forms.Label(); + this.lblCalEnVcal = new System.Windows.Forms.Label(); + this.cboEmuxCalPSel = new MaximStyle.MaximComboBox(); + this.lblCalVMode = new System.Windows.Forms.Label(); + this.lblEmuxCalPSel = new System.Windows.Forms.Label(); + this.lblDcloffImag = new System.Windows.Forms.Label(); + this.cboCalVmag = new MaximStyle.MaximComboBox(); + this.cboRbiasn = new MaximStyle.MaximComboBox(); + this.cboCalFifty = new MaximStyle.MaximComboBox(); + this.lblRbiasn = new System.Windows.Forms.Label(); + this.cboCalThigh = new MaximStyle.MaximComboBox(); + this.cboRbiasp = new MaximStyle.MaximComboBox(); + this.cboCalFcal = new MaximStyle.MaximComboBox(); + this.lblRbiasp = new System.Windows.Forms.Label(); + this.lblCalFifty = new System.Windows.Forms.Label(); + this.cboRbiasv = new MaximStyle.MaximComboBox(); + this.lblCalTHigh = new System.Windows.Forms.Label(); + this.lblRbiasv = new System.Windows.Forms.Label(); + this.lblCalFreq = new System.Windows.Forms.Label(); + this.cboEnRbias = new MaximStyle.MaximComboBox(); + this.lblCalVmag = new System.Windows.Forms.Label(); + this.lblEnRbias = new System.Windows.Forms.Label(); + this.lblEmuxOpenp = new System.Windows.Forms.Label(); + this.lblDcloffVth = new System.Windows.Forms.Label(); + this.lblEmuxOpenn = new System.Windows.Forms.Label(); + this.cboDcloffVth = new MaximStyle.MaximComboBox(); + this.cboEmuxOpenp = new MaximStyle.MaximComboBox(); + this.cboDcloffIpol = new MaximStyle.MaximComboBox(); + this.cboEmuxOpenn = new MaximStyle.MaximComboBox(); + this.lblDcloffIpol = new System.Windows.Forms.Label(); + this.lblEnDcloff = new System.Windows.Forms.Label(); + this.cboEnDcloff = new MaximStyle.MaximComboBox(); + this.picECGLeadConfig = new System.Windows.Forms.PictureBox(); + this.picSw1 = new System.Windows.Forms.PictureBox(); + this.picSw2 = new System.Windows.Forms.PictureBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.picSw3 = new System.Windows.Forms.PictureBox(); + this.picSw4 = new System.Windows.Forms.PictureBox(); + this.picSw5 = new System.Windows.Forms.PictureBox(); + this.picSw6 = new System.Windows.Forms.PictureBox(); + this.picSw7 = new System.Windows.Forms.PictureBox(); + this.picSw8 = new System.Windows.Forms.PictureBox(); + this.picSw9 = new System.Windows.Forms.PictureBox(); + this.picSw10 = new System.Windows.Forms.PictureBox(); + this.picSw11 = new System.Windows.Forms.PictureBox(); + this.picSw12 = new System.Windows.Forms.PictureBox(); + this.picSw13 = new System.Windows.Forms.PictureBox(); + this.picSw14 = new System.Windows.Forms.PictureBox(); + this.pnlMAX30001Global = new System.Windows.Forms.Panel(); + this.grpChannelPlotEnable = new MaximStyle.MaximGroupBox(); + this.chkEnRtor = new MaximStyle.MaximCheckBox(); + this.chkEnECG = new MaximStyle.MaximCheckBox(); + this.chkEnBioZ = new MaximStyle.MaximCheckBox(); + this.chkEnPace = new MaximStyle.MaximCheckBox(); + this.maximGroupBox8 = new MaximStyle.MaximGroupBox(); + this.maximButton5 = new MaximStyle.MaximButton(); + this.maximComboBox9 = new MaximStyle.MaximComboBox(); + this.grpGlobalControls = new MaximStyle.MaximGroupBox(); + this.label39 = new System.Windows.Forms.Label(); + this.cboMasterClock = new MaximStyle.MaximComboBox(); + this.label31 = new System.Windows.Forms.Label(); + this.tpBioZChannel = new System.Windows.Forms.TabPage(); + this.pnlBioZChannel = new System.Windows.Forms.Panel(); + this.label34 = new System.Windows.Forms.Label(); + this.cboBioZAnalogHpf = new MaximStyle.MaximComboBox(); + this.cboBioZExternalResistorBiasEnable = new MaximStyle.MaximComboBox(); + this.cboBioZChannelGain = new MaximStyle.MaximComboBox(); + this.label25 = new System.Windows.Forms.Label(); + this.cboBioZSampleRate = new MaximStyle.MaximComboBox(); + this.cboBioZCurrentGeneratorFrequency = new MaximStyle.MaximComboBox(); + this.cboBioZDigitalLpf = new MaximStyle.MaximComboBox(); + this.lblBioZCurrentGeneratorFrequency = new System.Windows.Forms.Label(); + this.cboBioZDigitalHpf = new MaximStyle.MaximComboBox(); + this.label21 = new System.Windows.Forms.Label(); + this.cboBioZACLeadOffOverRangeThreshold = new MaximStyle.MaximComboBox(); + this.cboBioZCurrentGeneratorMagnitude = new MaximStyle.MaximComboBox(); + this.cboBioZACLeadOffUnderRangeThreshold = new MaximStyle.MaximComboBox(); + this.cboBioZModulationPhaseOffset = new MaximStyle.MaximComboBox(); + this.cboBioZDigitalLeadOffDetectionEnable = new MaximStyle.MaximComboBox(); + this.lblBioZExternalResistorBiasEnable = new System.Windows.Forms.Label(); + this.cboBioZCurrentGeneratorMonitor = new MaximStyle.MaximComboBox(); + this.lblBioZCurrentGeneratorMonitor = new System.Windows.Forms.Label(); + this.cboBioZCurrentGeneratorMode = new MaximStyle.MaximComboBox(); + this.lblBioZCurrentGeneratorMode = new System.Windows.Forms.Label(); + this.lblBioZAnalogHpf = new System.Windows.Forms.Label(); + this.lblBioZModulationPhaseOffset = new System.Windows.Forms.Label(); + this.linkLabel2 = new System.Windows.Forms.LinkLabel(); + this.lblBioZCurrentGeneratorMagnitude = new System.Windows.Forms.Label(); + this.lblBioZChannelGain = new System.Windows.Forms.Label(); + this.lblBioZACLeadOffUnderRangeThreshold = new System.Windows.Forms.Label(); + this.lblBioZSampleRate = new System.Windows.Forms.Label(); + this.lblBioZACLeadOffOverRangeThreshold = new System.Windows.Forms.Label(); + this.lblBioZDigitalLpf = new System.Windows.Forms.Label(); + this.lblBioZDigitalLeadOffDetectionEnable = new System.Windows.Forms.Label(); + this.lblBioZDigitalHpf = new System.Windows.Forms.Label(); + this.picBioZChannel = new System.Windows.Forms.PictureBox(); + this.tpMAX30001BioZInputMux = new System.Windows.Forms.TabPage(); + this.pnlBioZMux = new System.Windows.Forms.Panel(); + this.label36 = new System.Windows.Forms.Label(); + this.linkLabelBioZLoad = new System.Windows.Forms.LinkLabel(); + this.cboBioZCalEnVcal = new MaximStyle.MaximComboBox(); + this.lblBmuxEnUlpLon = new System.Windows.Forms.Label(); + this.cboBioZCalVMode = new MaximStyle.MaximComboBox(); + this.cboBmuxEnUlpLon = new MaximStyle.MaximComboBox(); + this.cboBioZDcloffImag = new MaximStyle.MaximComboBox(); + this.lblBioZCalEnVcal = new System.Windows.Forms.Label(); + this.label27 = new System.Windows.Forms.Label(); + this.lblBioZCalVMode = new System.Windows.Forms.Label(); + this.cboBioZBmuxCalnSel = new MaximStyle.MaximComboBox(); + this.lblBioZDcloffImag = new System.Windows.Forms.Label(); + this.lblBioZBmuxCalnSel = new System.Windows.Forms.Label(); + this.cboBioZCalVmag = new MaximStyle.MaximComboBox(); + this.cboBioZBmuxCalpSel = new MaximStyle.MaximComboBox(); + this.cboBioZCalFifty = new MaximStyle.MaximComboBox(); + this.lblBioZBmuxCalpSel = new System.Windows.Forms.Label(); + this.cboBioZCalThigh = new MaximStyle.MaximComboBox(); + this.cboBioZRbiasn = new MaximStyle.MaximComboBox(); + this.cboBioZCalFcal = new MaximStyle.MaximComboBox(); + this.lblBioZRbiasn = new System.Windows.Forms.Label(); + this.lblBioZCalFifty = new System.Windows.Forms.Label(); + this.cboBioZRbiasp = new MaximStyle.MaximComboBox(); + this.lblBioZCalThigh = new System.Windows.Forms.Label(); + this.lblBioZRbiasp = new System.Windows.Forms.Label(); + this.lblBioZCalFcal = new System.Windows.Forms.Label(); + this.cboBioZRbiasv = new MaximStyle.MaximComboBox(); + this.lblBioZCalVmag = new System.Windows.Forms.Label(); + this.lblBioZRbiasv = new System.Windows.Forms.Label(); + this.lblBioZBmuxOpenp = new System.Windows.Forms.Label(); + this.cboBioZEnRbias = new MaximStyle.MaximComboBox(); + this.lblBioZBmuxOpenn = new System.Windows.Forms.Label(); + this.lblBioZEnRbias = new System.Windows.Forms.Label(); + this.cboBioZBmuxOpenp = new MaximStyle.MaximComboBox(); + this.lblBioZDcloffVth = new System.Windows.Forms.Label(); + this.cboBioZBmuxOpenn = new MaximStyle.MaximComboBox(); + this.cboBioZDcloffVth = new MaximStyle.MaximComboBox(); + this.lblBioZEnDcloff = new System.Windows.Forms.Label(); + this.cboBioZDcloffIpol = new MaximStyle.MaximComboBox(); + this.cboBioZEnDcloff = new MaximStyle.MaximComboBox(); + this.lblBioZDcloffIpol = new System.Windows.Forms.Label(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.picLoff1 = new System.Windows.Forms.PictureBox(); + this.picLoff2 = new System.Windows.Forms.PictureBox(); + this.picLeadOn = new System.Windows.Forms.PictureBox(); + this.picBioZsw1 = new System.Windows.Forms.PictureBox(); + this.picBioZsw2 = new System.Windows.Forms.PictureBox(); + this.picLeadBias1 = new System.Windows.Forms.PictureBox(); + this.picLeadBias2 = new System.Windows.Forms.PictureBox(); + this.picBioZCal1 = new System.Windows.Forms.PictureBox(); + this.picBioZCal2 = new System.Windows.Forms.PictureBox(); + this.tpMAX30001BioZLoad = new System.Windows.Forms.TabPage(); + this.pnlBioZLoad = new System.Windows.Forms.Panel(); + this.label37 = new System.Windows.Forms.Label(); + this.lblBioZBmuxEnBist = new System.Windows.Forms.Label(); + this.cboBioZBmuxRnom = new MaximStyle.MaximComboBox(); + this.lblBioZBmuxRmod = new System.Windows.Forms.Label(); + this.lblBioZBmuxRnom = new System.Windows.Forms.Label(); + this.lblBioZBmuxFbist = new System.Windows.Forms.Label(); + this.cboBioZBmuxFbist = new MaximStyle.MaximComboBox(); + this.label33 = new System.Windows.Forms.Label(); + this.cboBioZBmuxRmod = new MaximStyle.MaximComboBox(); + this.cboBioZBmuxEnBist = new MaximStyle.MaximComboBox(); + this.picBioZLoad = new System.Windows.Forms.PictureBox(); + this.picBioZLloff1 = new System.Windows.Forms.PictureBox(); + this.picBioZLloff2 = new System.Windows.Forms.PictureBox(); + this.picBioZLlon = new System.Windows.Forms.PictureBox(); + this.picBioZLsw1 = new System.Windows.Forms.PictureBox(); + this.picBioZLlb2 = new System.Windows.Forms.PictureBox(); + this.picBioZLcal2 = new System.Windows.Forms.PictureBox(); + this.picBioZLcal1 = new System.Windows.Forms.PictureBox(); + this.picBioZLlb1 = new System.Windows.Forms.PictureBox(); + this.picBioZLsw2 = new System.Windows.Forms.PictureBox(); + this.picBioZLresload = new System.Windows.Forms.PictureBox(); + this.tpMAX30001Pace = new System.Windows.Forms.TabPage(); + this.pnlPace = new System.Windows.Forms.Panel(); + this.label38 = new System.Windows.Forms.Label(); + this.cboPaceAnalogHpf = new MaximStyle.MaximComboBox(); + this.label35 = new System.Windows.Forms.Label(); + this.lblPaceAnalogHpf = new System.Windows.Forms.Label(); + this.cboPaceDetectorNegativeThreshold = new MaximStyle.MaximComboBox(); + this.lblPaceBufferBandwidth = new System.Windows.Forms.Label(); + this.cboPaceDetectorPostiveThreshold = new MaximStyle.MaximComboBox(); + this.lblPaceSignalSelection = new System.Windows.Forms.Label(); + this.cboPaceDifferentiatorMode = new MaximStyle.MaximComboBox(); + this.lblPaceInputPolarity = new System.Windows.Forms.Label(); + this.cboPaceChannelGain = new MaximStyle.MaximComboBox(); + this.lblPaceChannelGain = new System.Windows.Forms.Label(); + this.cboPaceInputPolarity = new MaximStyle.MaximComboBox(); + this.lblPaceDifferentiatorMode = new System.Windows.Forms.Label(); + this.cboPaceSignalSelection = new MaximStyle.MaximComboBox(); + this.lblPaceDetectorPostiveThreshold = new System.Windows.Forms.Label(); + this.cboPaceBufferBandwidth = new MaximStyle.MaximComboBox(); + this.lblPaceDetectorNegativeThreshold = new System.Windows.Forms.Label(); + this.picPaceChannel = new System.Windows.Forms.PictureBox(); + this.tpMAX30001Plots = new System.Windows.Forms.TabPage(); + this.ecgView1 = new HealthSensorPlatform.CustomControls.EcgView(); + this.tpFlashLog = new System.Windows.Forms.TabPage(); + this.dataLoggingView1 = new HealthSensorPlatform.CustomControls.DataLoggingView(); + this.tpRegisters = new System.Windows.Forms.TabPage(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.cboRegisterTabDevice = new MaximStyle.MaximComboBox(); + this.pnlRegMAX30205_U18 = new System.Windows.Forms.Panel(); + this.rvMAX30205_U18 = new Maxim.CustomControls.RegisterView(); + this.pnlRegMAX14720 = new System.Windows.Forms.Panel(); + this.rvMAX14720 = new Maxim.CustomControls.RegisterView(); + this.pnlRegMAX30101 = new System.Windows.Forms.Panel(); + this.rvMAX30101 = new Maxim.CustomControls.RegisterView(); + this.pnlRegMAX30001 = new System.Windows.Forms.Panel(); + this.rvMAX30001 = new Maxim.CustomControls.RegisterView(); + this.pnlRegMAX30205 = new System.Windows.Forms.Panel(); + this.rvMAX30205 = new Maxim.CustomControls.RegisterView(); + this.pnlRegLIS2HD = new System.Windows.Forms.Panel(); + this.rvLIS2HD = new Maxim.CustomControls.RegisterView(); + this.tpPrimitives = new System.Windows.Forms.TabPage(); + this.primitivesView1 = new HealthSensorPlatform.CustomControls.PrimitivesView(); + this.label16 = new System.Windows.Forms.Label(); + this.label12 = new System.Windows.Forms.Label(); + this.label13 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.label20 = new System.Windows.Forms.Label(); + this.label22 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label23 = new System.Windows.Forms.Label(); + this.label24 = new System.Windows.Forms.Label(); + this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); + this.maximGroupBox2 = new MaximStyle.MaximGroupBox(); + this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); + this.comboBox1 = new System.Windows.Forms.ComboBox(); + this.maximGroupBox3 = new MaximStyle.MaximGroupBox(); + this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart(); + this.maximGroupBox4 = new MaximStyle.MaximGroupBox(); + this.comboBox2 = new System.Windows.Forms.ComboBox(); + this.comboBox3 = new System.Windows.Forms.ComboBox(); + this.comboBox4 = new System.Windows.Forms.ComboBox(); + this.comboBox5 = new System.Windows.Forms.ComboBox(); + this.maximGroupBox5 = new MaximStyle.MaximGroupBox(); + this.comboBox6 = new System.Windows.Forms.ComboBox(); + this.comboBox7 = new System.Windows.Forms.ComboBox(); + this.comboBox8 = new System.Windows.Forms.ComboBox(); + this.comboBox9 = new System.Windows.Forms.ComboBox(); + this.maximGroupBox6 = new MaximStyle.MaximGroupBox(); + this.comboBox10 = new System.Windows.Forms.ComboBox(); + this.comboBox11 = new System.Windows.Forms.ComboBox(); + this.comboBox12 = new System.Windows.Forms.ComboBox(); + this.maximGroupBox7 = new MaximStyle.MaximGroupBox(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.maximButton1 = new MaximStyle.MaximButton(); + this.maximButton2 = new MaximStyle.MaximButton(); + this.comboBox13 = new System.Windows.Forms.ComboBox(); + this.maximButton3 = new MaximStyle.MaximButton(); + this.maximButton4 = new MaximStyle.MaximButton(); + this.comboBox14 = new System.Windows.Forms.ComboBox(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.menuStrip1 = new System.Windows.Forms.MenuStrip(); + this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem(); + this.maximGroupBox1.SuspendLayout(); + this.maximTabControl1.SuspendLayout(); + this.tpBlockDiagram.SuspendLayout(); + this.tlbQuickStart.SuspendLayout(); + this.pnlBlockDiagram.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picBlockDiagram)).BeginInit(); + this.tpOpticalSensor.SuspendLayout(); + this.tpTemperature.SuspendLayout(); + this.tpMAX30001EcgChannel.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); + this.pnlEcgChannel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picEcgChannel)).BeginInit(); + this.grpRToR.SuspendLayout(); + this.tpMAX30001InputMux.SuspendLayout(); + this.pnlEcgMux.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picECGLeadConfig)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw14)).BeginInit(); + this.pnlMAX30001Global.SuspendLayout(); + this.grpChannelPlotEnable.SuspendLayout(); + this.maximGroupBox8.SuspendLayout(); + this.grpGlobalControls.SuspendLayout(); + this.tpBioZChannel.SuspendLayout(); + this.pnlBioZChannel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZChannel)).BeginInit(); + this.tpMAX30001BioZInputMux.SuspendLayout(); + this.pnlBioZMux.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLoff1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLoff2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLeadOn)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZsw1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZsw2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLeadBias1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLeadBias2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZCal1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZCal2)).BeginInit(); + this.tpMAX30001BioZLoad.SuspendLayout(); + this.pnlBioZLoad.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLoad)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLlon)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLresload)).BeginInit(); + this.tpMAX30001Pace.SuspendLayout(); + this.pnlPace.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picPaceChannel)).BeginInit(); + this.tpMAX30001Plots.SuspendLayout(); + this.tpFlashLog.SuspendLayout(); + this.tpRegisters.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); + this.pnlRegMAX30205_U18.SuspendLayout(); + this.pnlRegMAX14720.SuspendLayout(); + this.pnlRegMAX30101.SuspendLayout(); + this.pnlRegMAX30001.SuspendLayout(); + this.pnlRegMAX30205.SuspendLayout(); + this.pnlRegLIS2HD.SuspendLayout(); + this.tpPrimitives.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit(); + this.menuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // txt_Status + // + this.txt_Status.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txt_Status.BackColor = System.Drawing.Color.White; + this.txt_Status.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_Status.Location = new System.Drawing.Point(8, 46); + this.txt_Status.Multiline = true; + this.txt_Status.Name = "txt_Status"; + this.txt_Status.ReadOnly = true; + this.txt_Status.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txt_Status.Size = new System.Drawing.Size(555, 245); + this.txt_Status.TabIndex = 2; + this.txt_Status.TabStop = false; + this.txt_Status.TextChanged += new System.EventHandler(this.txt_Status_TextChanged); + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(13, 55); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(123, 15); + this.label1.TabIndex = 24; + this.label1.Text = "PROX_INT_THRESH"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // btn_Clear + // + this.btn_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btn_Clear.Location = new System.Drawing.Point(484, 12); + this.btn_Clear.Name = "btn_Clear"; + this.btn_Clear.Size = new System.Drawing.Size(81, 22); + this.btn_Clear.TabIndex = 6; + this.btn_Clear.Text = "Clear Log"; + this.btn_Clear.UseVisualStyleBackColor = true; + this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); + // + // ss_Status + // + this.ss_Status.ImageScalingSize = new System.Drawing.Size(20, 20); + this.ss_Status.Location = new System.Drawing.Point(0, 656); + this.ss_Status.Name = "ss_Status"; + this.ss_Status.Size = new System.Drawing.Size(961, 26); + this.ss_Status.TabIndex = 16; + this.ss_Status.Text = "maximStatusStrip1"; + // + // toolStripMenuItem1 + // + this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.exitToolStripMenuItem}); + this.toolStripMenuItem1.Name = "toolStripMenuItem1"; + this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20); + this.toolStripMenuItem1.Text = "File"; + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.Size = new System.Drawing.Size(99, 22); + this.exitToolStripMenuItem.Text = "Exit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // toolStripMenuItem2 + // + this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.connectionToolStripMenuItem, + this.disconnectToolStripMenuItem}); + this.toolStripMenuItem2.Name = "toolStripMenuItem2"; + this.toolStripMenuItem2.Size = new System.Drawing.Size(58, 20); + this.toolStripMenuItem2.Text = "Device"; + // + // connectionToolStripMenuItem + // + this.connectionToolStripMenuItem.Name = "connectionToolStripMenuItem"; + this.connectionToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.connectionToolStripMenuItem.Text = "Connect"; + this.connectionToolStripMenuItem.Click += new System.EventHandler(this.connectionToolStripMenuItem_Click); + // + // disconnectToolStripMenuItem + // + this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem"; + this.disconnectToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.disconnectToolStripMenuItem.Text = "Disconnect"; + this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click); + // + // optionsToolStripMenuItem1 + // + this.optionsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.registerNamesToolStripMenuItem, + this.bioZMilliohmScaleToolStripMenuItem, + this.toolStripSeparator1, + this.loadRegisterSettingsToolStripMenuItem, + this.saveRegisterSettingsToolStripMenuItem, + this.toolStripSeparator2, + this.loadAllRegisterSettingsToolStripMenuItem, + this.registerExportToolStripMenuItem, + this.toolStripSeparator3, + this.showAdvancedTabToolStripMenuItem}); + this.optionsToolStripMenuItem1.Name = "optionsToolStripMenuItem1"; + this.optionsToolStripMenuItem1.Size = new System.Drawing.Size(65, 20); + this.optionsToolStripMenuItem1.Text = "Options"; + // + // registerNamesToolStripMenuItem + // + this.registerNamesToolStripMenuItem.CheckOnClick = true; + this.registerNamesToolStripMenuItem.Name = "registerNamesToolStripMenuItem"; + this.registerNamesToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.registerNamesToolStripMenuItem.Text = "Show MAX30001 Register Names"; + this.registerNamesToolStripMenuItem.Click += new System.EventHandler(this.registerNamesToolStripMenuItem_Click); + // + // bioZMilliohmScaleToolStripMenuItem + // + this.bioZMilliohmScaleToolStripMenuItem.CheckOnClick = true; + this.bioZMilliohmScaleToolStripMenuItem.Name = "bioZMilliohmScaleToolStripMenuItem"; + this.bioZMilliohmScaleToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.bioZMilliohmScaleToolStripMenuItem.Text = "BioZ Milliohm Scale"; + this.bioZMilliohmScaleToolStripMenuItem.Click += new System.EventHandler(this.bioZMilliohmScaleToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(271, 6); + // + // loadRegisterSettingsToolStripMenuItem + // + this.loadRegisterSettingsToolStripMenuItem.Name = "loadRegisterSettingsToolStripMenuItem"; + this.loadRegisterSettingsToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.loadRegisterSettingsToolStripMenuItem.Text = "Load MAX30001 Register Settings"; + this.loadRegisterSettingsToolStripMenuItem.Visible = false; + // + // saveRegisterSettingsToolStripMenuItem + // + this.saveRegisterSettingsToolStripMenuItem.Name = "saveRegisterSettingsToolStripMenuItem"; + this.saveRegisterSettingsToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.saveRegisterSettingsToolStripMenuItem.Text = "Save MAX30001 Register Settings"; + this.saveRegisterSettingsToolStripMenuItem.Visible = false; + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(271, 6); + this.toolStripSeparator2.Visible = false; + // + // loadAllRegisterSettingsToolStripMenuItem + // + this.loadAllRegisterSettingsToolStripMenuItem.Name = "loadAllRegisterSettingsToolStripMenuItem"; + this.loadAllRegisterSettingsToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.loadAllRegisterSettingsToolStripMenuItem.Text = "Load Register Settings"; + this.loadAllRegisterSettingsToolStripMenuItem.Click += new System.EventHandler(this.loadAllRegisterSettingsToolStripMenuItem_Click); + // + // registerExportToolStripMenuItem + // + this.registerExportToolStripMenuItem.Name = "registerExportToolStripMenuItem"; + this.registerExportToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.registerExportToolStripMenuItem.Text = "Export Register Settings"; + this.registerExportToolStripMenuItem.Click += new System.EventHandler(this.registerExportToolStripMenuItem_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(271, 6); + // + // showAdvancedTabToolStripMenuItem + // + this.showAdvancedTabToolStripMenuItem.CheckOnClick = true; + this.showAdvancedTabToolStripMenuItem.Name = "showAdvancedTabToolStripMenuItem"; + this.showAdvancedTabToolStripMenuItem.Size = new System.Drawing.Size(274, 22); + this.showAdvancedTabToolStripMenuItem.Text = "Show Advanced Tab"; + this.showAdvancedTabToolStripMenuItem.Click += new System.EventHandler(this.showAdvancedTabToolStripMenuItem_Click); + // + // loggingToolStripMenuItem + // + this.loggingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.eCGBioZFileLogToolStripMenuItem, + this.eCGFileLogToolStripMenuItem, + this.rToRFileLogToolStripMenuItem, + this.paceFileLogToolStripMenuItem, + this.bioZFileLogToolStripMenuItem, + this.toolStripSeparator5, + this.opticalAccelerometerFileLogToolStripMenuItem}); + this.loggingToolStripMenuItem.Name = "loggingToolStripMenuItem"; + this.loggingToolStripMenuItem.Size = new System.Drawing.Size(65, 20); + this.loggingToolStripMenuItem.Text = "Logging"; + // + // eCGBioZFileLogToolStripMenuItem + // + this.eCGBioZFileLogToolStripMenuItem.Name = "eCGBioZFileLogToolStripMenuItem"; + this.eCGBioZFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.eCGBioZFileLogToolStripMenuItem.Text = "ECG/BioZ File Log"; + this.eCGBioZFileLogToolStripMenuItem.Visible = false; + // + // eCGFileLogToolStripMenuItem + // + this.eCGFileLogToolStripMenuItem.Name = "eCGFileLogToolStripMenuItem"; + this.eCGFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.eCGFileLogToolStripMenuItem.Text = "ECG File Log"; + this.eCGFileLogToolStripMenuItem.Click += new System.EventHandler(this.eCGFileLogToolStripMenuItem_Click); + // + // rToRFileLogToolStripMenuItem + // + this.rToRFileLogToolStripMenuItem.Name = "rToRFileLogToolStripMenuItem"; + this.rToRFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.rToRFileLogToolStripMenuItem.Text = "R-To-R File Log"; + this.rToRFileLogToolStripMenuItem.Click += new System.EventHandler(this.rToRFileLogToolStripMenuItem_Click); + // + // paceFileLogToolStripMenuItem + // + this.paceFileLogToolStripMenuItem.Name = "paceFileLogToolStripMenuItem"; + this.paceFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.paceFileLogToolStripMenuItem.Text = "Pace File Log"; + this.paceFileLogToolStripMenuItem.Click += new System.EventHandler(this.paceFileLogToolStripMenuItem_Click); + // + // bioZFileLogToolStripMenuItem + // + this.bioZFileLogToolStripMenuItem.Name = "bioZFileLogToolStripMenuItem"; + this.bioZFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.bioZFileLogToolStripMenuItem.Text = "BioZ File Log"; + this.bioZFileLogToolStripMenuItem.Click += new System.EventHandler(this.bioZFileLogToolStripMenuItem_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(201, 6); + // + // opticalAccelerometerFileLogToolStripMenuItem + // + this.opticalAccelerometerFileLogToolStripMenuItem.Name = "opticalAccelerometerFileLogToolStripMenuItem"; + this.opticalAccelerometerFileLogToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.opticalAccelerometerFileLogToolStripMenuItem.Text = "Optical/Accel File Log"; + this.opticalAccelerometerFileLogToolStripMenuItem.Click += new System.EventHandler(this.opticalAccelerometerFileLogToolStripMenuItem_Click); + // + // helpToolStripMenuItem1 + // + this.helpToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.onlineDocumentationToolStripMenuItem, + this.aboutToolStripMenuItem}); + this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1"; + this.helpToolStripMenuItem1.Size = new System.Drawing.Size(46, 20); + this.helpToolStripMenuItem1.Text = "Help"; + // + // onlineDocumentationToolStripMenuItem + // + this.onlineDocumentationToolStripMenuItem.Name = "onlineDocumentationToolStripMenuItem"; + this.onlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.onlineDocumentationToolStripMenuItem.Text = "Online Documentation"; + this.onlineDocumentationToolStripMenuItem.Click += new System.EventHandler(this.onlineDocumentationToolStripMenuItem_Click); + // + // aboutToolStripMenuItem + // + this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; + this.aboutToolStripMenuItem.Size = new System.Drawing.Size(204, 22); + this.aboutToolStripMenuItem.Text = "About"; + this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.tsm_exit}); + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(41, 20); + this.fileToolStripMenuItem.Text = "&File"; + // + // tsm_exit + // + this.tsm_exit.Name = "tsm_exit"; + this.tsm_exit.Size = new System.Drawing.Size(67, 22); + // + // deviceToolStripMenuItem + // + this.deviceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.test1ToolStripMenuItem}); + this.deviceToolStripMenuItem.Name = "deviceToolStripMenuItem"; + this.deviceToolStripMenuItem.Size = new System.Drawing.Size(58, 20); + this.deviceToolStripMenuItem.Text = "&Device"; + // + // test1ToolStripMenuItem + // + this.test1ToolStripMenuItem.Name = "test1ToolStripMenuItem"; + this.test1ToolStripMenuItem.Size = new System.Drawing.Size(99, 22); + this.test1ToolStripMenuItem.Text = "test1"; + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.test2ToolStripMenuItem}); + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(65, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + // + // test2ToolStripMenuItem + // + this.test2ToolStripMenuItem.Name = "test2ToolStripMenuItem"; + this.test2ToolStripMenuItem.Size = new System.Drawing.Size(99, 22); + this.test2ToolStripMenuItem.Text = "test2"; + // + // helpToolStripMenuItem + // + this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.technicalDocsToolStripMenuItem, + this.tsm_about}); + this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; + this.helpToolStripMenuItem.Size = new System.Drawing.Size(46, 20); + this.helpToolStripMenuItem.Text = "&Help"; + // + // technicalDocsToolStripMenuItem + // + this.technicalDocsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.tsm_EVKitDatasheet, + this.tsm_ICDatasheet}); + this.technicalDocsToolStripMenuItem.Name = "technicalDocsToolStripMenuItem"; + this.technicalDocsToolStripMenuItem.Size = new System.Drawing.Size(154, 22); + this.technicalDocsToolStripMenuItem.Text = "Technical Docs"; + // + // tsm_EVKitDatasheet + // + this.tsm_EVKitDatasheet.Name = "tsm_EVKitDatasheet"; + this.tsm_EVKitDatasheet.Size = new System.Drawing.Size(67, 22); + // + // tsm_ICDatasheet + // + this.tsm_ICDatasheet.Name = "tsm_ICDatasheet"; + this.tsm_ICDatasheet.Size = new System.Drawing.Size(67, 22); + // + // tsm_about + // + this.tsm_about.Name = "tsm_about"; + this.tsm_about.Size = new System.Drawing.Size(154, 22); + // + // maximGroupBox1 + // + this.maximGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.maximGroupBox1.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox1.Controls.Add(this.txt_Status); + this.maximGroupBox1.Controls.Add(this.btn_Clear); + this.maximGroupBox1.Location = new System.Drawing.Point(628, 11); + this.maximGroupBox1.Name = "maximGroupBox1"; + this.maximGroupBox1.Size = new System.Drawing.Size(452, 577); + this.maximGroupBox1.TabIndex = 38; + this.maximGroupBox1.TabStop = false; + this.maximGroupBox1.Text = "Accelerometer Measurements"; + this.maximGroupBox1.TitleEnable = false; + // + // maximTabControl1 + // + this.maximTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.maximTabControl1.Controls.Add(this.tpBlockDiagram); + this.maximTabControl1.Controls.Add(this.tpOpticalSensor); + this.maximTabControl1.Controls.Add(this.tpTemperature); + this.maximTabControl1.Controls.Add(this.tpMAX30001EcgChannel); + this.maximTabControl1.Controls.Add(this.tpMAX30001InputMux); + this.maximTabControl1.Controls.Add(this.tpBioZChannel); + this.maximTabControl1.Controls.Add(this.tpMAX30001BioZInputMux); + this.maximTabControl1.Controls.Add(this.tpMAX30001BioZLoad); + this.maximTabControl1.Controls.Add(this.tpMAX30001Pace); + this.maximTabControl1.Controls.Add(this.tpMAX30001Plots); + this.maximTabControl1.Controls.Add(this.tpFlashLog); + this.maximTabControl1.Controls.Add(this.tpRegisters); + this.maximTabControl1.Controls.Add(this.tpPrimitives); + this.maximTabControl1.Font = new System.Drawing.Font("Arial", 9F); + this.maximTabControl1.Location = new System.Drawing.Point(-1, 23); + this.maximTabControl1.Name = "maximTabControl1"; + this.maximTabControl1.SelectedIndex = 0; + this.maximTabControl1.Size = new System.Drawing.Size(961, 636); + this.maximTabControl1.TabIndex = 29; + this.maximTabControl1.SelectedIndexChanged += new System.EventHandler(this.maximTabControl1_SelectedIndexChanged); + this.maximTabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.maximTabControl1_Selecting); + // + // tpBlockDiagram + // + this.tpBlockDiagram.Controls.Add(this.tlbQuickStart); + this.tpBlockDiagram.Controls.Add(this.pnlBlockDiagram); + this.tpBlockDiagram.Location = new System.Drawing.Point(4, 26); + this.tpBlockDiagram.Name = "tpBlockDiagram"; + this.tpBlockDiagram.Size = new System.Drawing.Size(953, 606); + this.tpBlockDiagram.TabIndex = 19; + this.tpBlockDiagram.Text = "Home"; + this.tpBlockDiagram.UseVisualStyleBackColor = true; + // + // tlbQuickStart + // + this.tlbQuickStart.ColumnCount = 1; + this.tlbQuickStart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tlbQuickStart.Controls.Add(this.linkLabelQuickRespiration, 0, 5); + this.tlbQuickStart.Controls.Add(this.label40, 0, 0); + this.tlbQuickStart.Controls.Add(this.linkLabelQuickOpticalSpO2, 0, 1); + this.tlbQuickStart.Controls.Add(this.linkLabelQuickTemperature, 0, 2); + this.tlbQuickStart.Controls.Add(this.linkLabelQuickBioimpedance, 0, 4); + this.tlbQuickStart.Controls.Add(this.linkLabelQuickEcg, 0, 3); + this.tlbQuickStart.Controls.Add(this.label41, 0, 6); + this.tlbQuickStart.Location = new System.Drawing.Point(811, 55); + this.tlbQuickStart.Name = "tlbQuickStart"; + this.tlbQuickStart.RowCount = 7; + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); + this.tlbQuickStart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F)); + this.tlbQuickStart.Size = new System.Drawing.Size(127, 310); + this.tlbQuickStart.TabIndex = 11; + // + // linkLabelQuickRespiration + // + this.linkLabelQuickRespiration.AutoSize = true; + this.linkLabelQuickRespiration.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabelQuickRespiration.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabelQuickRespiration.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelQuickRespiration.Location = new System.Drawing.Point(3, 130); + this.linkLabelQuickRespiration.Name = "linkLabelQuickRespiration"; + this.linkLabelQuickRespiration.Size = new System.Drawing.Size(91, 17); + this.linkLabelQuickRespiration.TabIndex = 6; + this.linkLabelQuickRespiration.TabStop = true; + this.linkLabelQuickRespiration.Text = "• Respiration"; + this.linkLabelQuickRespiration.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickRespiration_LinkClicked); + // + // label40 + // + this.label40.AutoSize = true; + this.label40.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label40.Location = new System.Drawing.Point(3, 0); + this.label40.Name = "label40"; + this.label40.Size = new System.Drawing.Size(81, 17); + this.label40.TabIndex = 0; + this.label40.Text = "Quick Start"; + // + // linkLabelQuickOpticalSpO2 + // + this.linkLabelQuickOpticalSpO2.AutoSize = true; + this.linkLabelQuickOpticalSpO2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabelQuickOpticalSpO2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabelQuickOpticalSpO2.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelQuickOpticalSpO2.Location = new System.Drawing.Point(3, 26); + this.linkLabelQuickOpticalSpO2.Name = "linkLabelQuickOpticalSpO2"; + this.linkLabelQuickOpticalSpO2.Size = new System.Drawing.Size(114, 17); + this.linkLabelQuickOpticalSpO2.TabIndex = 1; + this.linkLabelQuickOpticalSpO2.TabStop = true; + this.linkLabelQuickOpticalSpO2.Text = "• Optical - SpO2"; + this.linkLabelQuickOpticalSpO2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickOpticalSpO2_LinkClicked); + // + // linkLabelQuickTemperature + // + this.linkLabelQuickTemperature.AutoSize = true; + this.linkLabelQuickTemperature.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabelQuickTemperature.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabelQuickTemperature.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelQuickTemperature.Location = new System.Drawing.Point(3, 52); + this.linkLabelQuickTemperature.Name = "linkLabelQuickTemperature"; + this.linkLabelQuickTemperature.Size = new System.Drawing.Size(99, 17); + this.linkLabelQuickTemperature.TabIndex = 2; + this.linkLabelQuickTemperature.TabStop = true; + this.linkLabelQuickTemperature.Text = "• Temperature"; + this.linkLabelQuickTemperature.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickTemperature_LinkClicked); + // + // linkLabelQuickBioimpedance + // + this.linkLabelQuickBioimpedance.AutoSize = true; + this.linkLabelQuickBioimpedance.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabelQuickBioimpedance.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabelQuickBioimpedance.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelQuickBioimpedance.Location = new System.Drawing.Point(3, 104); + this.linkLabelQuickBioimpedance.Name = "linkLabelQuickBioimpedance"; + this.linkLabelQuickBioimpedance.Size = new System.Drawing.Size(110, 17); + this.linkLabelQuickBioimpedance.TabIndex = 3; + this.linkLabelQuickBioimpedance.TabStop = true; + this.linkLabelQuickBioimpedance.Text = "• Bioimpedance"; + this.linkLabelQuickBioimpedance.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickBioimpedance_LinkClicked); + // + // linkLabelQuickEcg + // + this.linkLabelQuickEcg.AutoSize = true; + this.linkLabelQuickEcg.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabelQuickEcg.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabelQuickEcg.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelQuickEcg.Location = new System.Drawing.Point(3, 78); + this.linkLabelQuickEcg.Name = "linkLabelQuickEcg"; + this.linkLabelQuickEcg.Size = new System.Drawing.Size(49, 17); + this.linkLabelQuickEcg.TabIndex = 4; + this.linkLabelQuickEcg.TabStop = true; + this.linkLabelQuickEcg.Text = "• ECG"; + this.linkLabelQuickEcg.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelQuickEcg_LinkClicked); + // + // label41 + // + this.label41.AutoSize = true; + this.label41.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label41.Location = new System.Drawing.Point(3, 156); + this.label41.Name = "label41"; + this.label41.Size = new System.Drawing.Size(121, 112); + this.label41.TabIndex = 5; + this.label41.Text = "Select the above links to apply demo register settings and go to tab. Once on tab" + + ", review settings and then start demo.\r\n"; + // + // pnlBlockDiagram + // + this.pnlBlockDiagram.Anchor = System.Windows.Forms.AnchorStyles.None; + this.pnlBlockDiagram.Controls.Add(this.label29); + this.pnlBlockDiagram.Controls.Add(this.linkOpticalSensor); + this.pnlBlockDiagram.Controls.Add(this.linkBioZLoad); + this.pnlBlockDiagram.Controls.Add(this.linkTempSensor); + this.pnlBlockDiagram.Controls.Add(this.linkBioZMux); + this.pnlBlockDiagram.Controls.Add(this.linkEcgMux); + this.pnlBlockDiagram.Controls.Add(this.linkBioZChannel); + this.pnlBlockDiagram.Controls.Add(this.linkEcgChannel); + this.pnlBlockDiagram.Controls.Add(this.linkPaceChannel); + this.pnlBlockDiagram.Controls.Add(this.picBlockDiagram); + this.pnlBlockDiagram.Location = new System.Drawing.Point(163, 9); + this.pnlBlockDiagram.Name = "pnlBlockDiagram"; + this.pnlBlockDiagram.Size = new System.Drawing.Size(636, 587); + this.pnlBlockDiagram.TabIndex = 10; + // + // label29 + // + this.label29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.label29.AutoSize = true; + this.label29.Location = new System.Drawing.Point(434, 559); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(144, 15); + this.label29.TabIndex = 9; + this.label29.Text = "Teal text are links to tabs."; + // + // linkOpticalSensor + // + this.linkOpticalSensor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkOpticalSensor.AutoSize = true; + this.linkOpticalSensor.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkOpticalSensor.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkOpticalSensor.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkOpticalSensor.Location = new System.Drawing.Point(74, 130); + this.linkOpticalSensor.Name = "linkOpticalSensor"; + this.linkOpticalSensor.Size = new System.Drawing.Size(107, 19); + this.linkOpticalSensor.TabIndex = 2; + this.linkOpticalSensor.TabStop = true; + this.linkOpticalSensor.Text = "Optical Sensor"; + this.linkOpticalSensor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkOpticalSensor_Click); + // + // linkBioZLoad + // + this.linkBioZLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkBioZLoad.AutoSize = true; + this.linkBioZLoad.DisabledLinkColor = System.Drawing.Color.White; + this.linkBioZLoad.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkBioZLoad.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkBioZLoad.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkBioZLoad.Location = new System.Drawing.Point(462, 337); + this.linkBioZLoad.Name = "linkBioZLoad"; + this.linkBioZLoad.Size = new System.Drawing.Size(76, 19); + this.linkBioZLoad.TabIndex = 8; + this.linkBioZLoad.TabStop = true; + this.linkBioZLoad.Text = "BioZ Load"; + this.linkBioZLoad.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBioZLoad_LinkClicked); + // + // linkTempSensor + // + this.linkTempSensor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkTempSensor.AutoSize = true; + this.linkTempSensor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(254))))); + this.linkTempSensor.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkTempSensor.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkTempSensor.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkTempSensor.Location = new System.Drawing.Point(77, 51); + this.linkTempSensor.Name = "linkTempSensor"; + this.linkTempSensor.Size = new System.Drawing.Size(97, 19); + this.linkTempSensor.TabIndex = 1; + this.linkTempSensor.TabStop = true; + this.linkTempSensor.Text = "Temperature"; + this.linkTempSensor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTempSensor_LinkClicked); + // + // linkBioZMux + // + this.linkBioZMux.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkBioZMux.AutoSize = true; + this.linkBioZMux.DisabledLinkColor = System.Drawing.Color.White; + this.linkBioZMux.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkBioZMux.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkBioZMux.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkBioZMux.Location = new System.Drawing.Point(462, 308); + this.linkBioZMux.Name = "linkBioZMux"; + this.linkBioZMux.Size = new System.Drawing.Size(76, 19); + this.linkBioZMux.TabIndex = 7; + this.linkBioZMux.TabStop = true; + this.linkBioZMux.Text = "BioZ MUX"; + this.linkBioZMux.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBioZMux_LinkClicked); + // + // linkEcgMux + // + this.linkEcgMux.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkEcgMux.AutoSize = true; + this.linkEcgMux.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkEcgMux.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkEcgMux.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkEcgMux.Location = new System.Drawing.Point(463, 158); + this.linkEcgMux.Name = "linkEcgMux"; + this.linkEcgMux.Size = new System.Drawing.Size(72, 19); + this.linkEcgMux.TabIndex = 4; + this.linkEcgMux.TabStop = true; + this.linkEcgMux.Text = "ECG MUX"; + this.linkEcgMux.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEcgMux_LinkClicked); + // + // linkBioZChannel + // + this.linkBioZChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkBioZChannel.AutoSize = true; + this.linkBioZChannel.DisabledLinkColor = System.Drawing.Color.White; + this.linkBioZChannel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkBioZChannel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkBioZChannel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkBioZChannel.Location = new System.Drawing.Point(450, 279); + this.linkBioZChannel.Name = "linkBioZChannel"; + this.linkBioZChannel.Size = new System.Drawing.Size(98, 19); + this.linkBioZChannel.TabIndex = 6; + this.linkBioZChannel.TabStop = true; + this.linkBioZChannel.Text = "BioZ Channel"; + this.linkBioZChannel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBioZChannel_LinkClicked); + // + // linkEcgChannel + // + this.linkEcgChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkEcgChannel.AutoSize = true; + this.linkEcgChannel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkEcgChannel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkEcgChannel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkEcgChannel.Location = new System.Drawing.Point(453, 129); + this.linkEcgChannel.Name = "linkEcgChannel"; + this.linkEcgChannel.Size = new System.Drawing.Size(94, 19); + this.linkEcgChannel.TabIndex = 3; + this.linkEcgChannel.TabStop = true; + this.linkEcgChannel.Text = "ECG Channel"; + this.linkEcgChannel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEcgChannel_LinkClicked); + // + // linkPaceChannel + // + this.linkPaceChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.linkPaceChannel.AutoSize = true; + this.linkPaceChannel.DisabledLinkColor = System.Drawing.Color.White; + this.linkPaceChannel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkPaceChannel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkPaceChannel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkPaceChannel.Location = new System.Drawing.Point(451, 187); + this.linkPaceChannel.Name = "linkPaceChannel"; + this.linkPaceChannel.Size = new System.Drawing.Size(100, 19); + this.linkPaceChannel.TabIndex = 5; + this.linkPaceChannel.TabStop = true; + this.linkPaceChannel.Text = "Pace Channel"; + this.linkPaceChannel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkPaceChannel_LinkClicked); + // + // picBlockDiagram + // + this.picBlockDiagram.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBlockDiagram.Image = global::HealthSensorPlatform.Properties.Resources.system_block_diagram; + this.picBlockDiagram.Location = new System.Drawing.Point(0, 0); + this.picBlockDiagram.Name = "picBlockDiagram"; + this.picBlockDiagram.Size = new System.Drawing.Size(636, 587); + this.picBlockDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBlockDiagram.TabIndex = 0; + this.picBlockDiagram.TabStop = false; + // + // tpOpticalSensor + // + this.tpOpticalSensor.Controls.Add(this.opticalView1); + this.tpOpticalSensor.Location = new System.Drawing.Point(4, 26); + this.tpOpticalSensor.Name = "tpOpticalSensor"; + this.tpOpticalSensor.Padding = new System.Windows.Forms.Padding(3); + this.tpOpticalSensor.Size = new System.Drawing.Size(953, 606); + this.tpOpticalSensor.TabIndex = 6; + this.tpOpticalSensor.Text = "Optical"; + this.tpOpticalSensor.UseVisualStyleBackColor = true; + // + // opticalView1 + // + this.opticalView1.BackColor = System.Drawing.Color.White; + this.opticalView1.Connected = false; + this.opticalView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.opticalView1.Location = new System.Drawing.Point(3, 3); + this.opticalView1.Margin = new System.Windows.Forms.Padding(4); + this.opticalView1.Name = "opticalView1"; + this.opticalView1.Size = new System.Drawing.Size(947, 600); + this.opticalView1.TabIndex = 0; + // + // tpTemperature + // + this.tpTemperature.Controls.Add(this.temperatureView1); + this.tpTemperature.Location = new System.Drawing.Point(4, 26); + this.tpTemperature.Name = "tpTemperature"; + this.tpTemperature.Padding = new System.Windows.Forms.Padding(3); + this.tpTemperature.Size = new System.Drawing.Size(953, 606); + this.tpTemperature.TabIndex = 12; + this.tpTemperature.Text = "Temperature"; + this.tpTemperature.UseVisualStyleBackColor = true; + // + // temperatureView1 + // + this.temperatureView1.BackColor = System.Drawing.Color.White; + this.temperatureView1.Connected = false; + this.temperatureView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.temperatureView1.Location = new System.Drawing.Point(3, 3); + this.temperatureView1.Margin = new System.Windows.Forms.Padding(4); + this.temperatureView1.Name = "temperatureView1"; + this.temperatureView1.RefreshRate = 10; + this.temperatureView1.Size = new System.Drawing.Size(947, 600); + this.temperatureView1.TabIndex = 0; + // + // tpMAX30001EcgChannel + // + this.tpMAX30001EcgChannel.Controls.Add(this.cboEnRToR); + this.tpMAX30001EcgChannel.Controls.Add(this.lblEnRToR); + this.tpMAX30001EcgChannel.Controls.Add(this.flowLayoutPanel1); + this.tpMAX30001EcgChannel.Location = new System.Drawing.Point(4, 26); + this.tpMAX30001EcgChannel.Name = "tpMAX30001EcgChannel"; + this.tpMAX30001EcgChannel.Size = new System.Drawing.Size(953, 606); + this.tpMAX30001EcgChannel.TabIndex = 7; + this.tpMAX30001EcgChannel.Text = "ECG Channel"; + this.tpMAX30001EcgChannel.UseVisualStyleBackColor = true; + // + // cboEnRToR + // + this.cboEnRToR.BackColor = System.Drawing.Color.White; + this.cboEnRToR.DropDownHeight = 200; + this.cboEnRToR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEnRToR.DropDownWidth = 95; + this.cboEnRToR.Location = new System.Drawing.Point(480, 506); + this.cboEnRToR.Name = "cboEnRToR"; + this.cboEnRToR.Size = new System.Drawing.Size(95, 21); + this.cboEnRToR.TabIndex = 5; + this.cboEnRToR.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEnRToR.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEnRToR.Visible = false; + // + // lblEnRToR + // + this.lblEnRToR.AutoSize = true; + this.lblEnRToR.Location = new System.Drawing.Point(477, 488); + this.lblEnRToR.Name = "lblEnRToR"; + this.lblEnRToR.Size = new System.Drawing.Size(140, 15); + this.lblEnRToR.TabIndex = 4; + this.lblEnRToR.Text = "R-to-R Detection Enable"; + this.lblEnRToR.Visible = false; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Controls.Add(this.panel1); + this.flowLayoutPanel1.Controls.Add(this.pnlEcgChannel); + this.flowLayoutPanel1.Controls.Add(this.grpRToR); + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(953, 606); + this.flowLayoutPanel1.TabIndex = 48; + // + // panel1 + // + this.panel1.Location = new System.Drawing.Point(3, 3); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(5, 274); + this.panel1.TabIndex = 48; + // + // pnlEcgChannel + // + this.pnlEcgChannel.Controls.Add(this.linkLabel1); + this.pnlEcgChannel.Controls.Add(this.label30); + this.pnlEcgChannel.Controls.Add(this.label28); + this.pnlEcgChannel.Controls.Add(this.lblFast); + this.pnlEcgChannel.Controls.Add(this.lblChannelGain); + this.pnlEcgChannel.Controls.Add(this.cboFastTh); + this.pnlEcgChannel.Controls.Add(this.lblSampleRate); + this.pnlEcgChannel.Controls.Add(this.lblFastTh); + this.pnlEcgChannel.Controls.Add(this.lblDlpf); + this.pnlEcgChannel.Controls.Add(this.lblDhpf); + this.pnlEcgChannel.Controls.Add(this.cboDhpf); + this.pnlEcgChannel.Controls.Add(this.cboFast); + this.pnlEcgChannel.Controls.Add(this.cboDlpf); + this.pnlEcgChannel.Controls.Add(this.cboChannelGain); + this.pnlEcgChannel.Controls.Add(this.cboSampleRate); + this.pnlEcgChannel.Controls.Add(this.picEcgChannel); + this.pnlEcgChannel.Location = new System.Drawing.Point(14, 3); + this.pnlEcgChannel.Name = "pnlEcgChannel"; + this.pnlEcgChannel.Size = new System.Drawing.Size(894, 274); + this.pnlEcgChannel.TabIndex = 47; + // + // linkLabel1 + // + this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabel1.Location = new System.Drawing.Point(56, 65); + this.linkLabel1.Name = "linkLabel1"; + this.linkLabel1.Size = new System.Drawing.Size(60, 54); + this.linkLabel1.TabIndex = 44; + this.linkLabel1.TabStop = true; + this.linkLabel1.Text = "ECG Input MUX"; + this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.linkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); + // + // label30 + // + this.label30.AutoSize = true; + this.label30.Location = new System.Drawing.Point(783, 257); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(108, 15); + this.label30.TabIndex = 46; + this.label30.Text = "* Power-on default"; + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Location = new System.Drawing.Point(267, 138); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(113, 15); + this.label28.TabIndex = 41; + this.label28.Text = "DC Offset Recovery"; + // + // lblFast + // + this.lblFast.AutoSize = true; + this.lblFast.Location = new System.Drawing.Point(267, 157); + this.lblFast.Name = "lblFast"; + this.lblFast.Size = new System.Drawing.Size(117, 15); + this.lblFast.TabIndex = 11; + this.lblFast.Text = "Fast Recovery Mode"; + // + // lblChannelGain + // + this.lblChannelGain.AutoSize = true; + this.lblChannelGain.Location = new System.Drawing.Point(463, 157); + this.lblChannelGain.Name = "lblChannelGain"; + this.lblChannelGain.Size = new System.Drawing.Size(83, 15); + this.lblChannelGain.TabIndex = 12; + this.lblChannelGain.Text = "Channel Gain"; + // + // cboFastTh + // + this.cboFastTh.BackColor = System.Drawing.Color.White; + this.cboFastTh.DropDownHeight = 200; + this.cboFastTh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboFastTh.DropDownWidth = 162; + this.cboFastTh.Location = new System.Drawing.Point(270, 221); + this.cboFastTh.Name = "cboFastTh"; + this.cboFastTh.Size = new System.Drawing.Size(162, 21); + this.cboFastTh.TabIndex = 43; + this.cboFastTh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboFastTh.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblSampleRate + // + this.lblSampleRate.AutoSize = true; + this.lblSampleRate.Location = new System.Drawing.Point(581, 157); + this.lblSampleRate.Name = "lblSampleRate"; + this.lblSampleRate.Size = new System.Drawing.Size(79, 15); + this.lblSampleRate.TabIndex = 13; + this.lblSampleRate.Text = "Sample Rate"; + // + // lblFastTh + // + this.lblFastTh.AutoSize = true; + this.lblFastTh.Location = new System.Drawing.Point(267, 202); + this.lblFastTh.Name = "lblFastTh"; + this.lblFastTh.Size = new System.Drawing.Size(143, 15); + this.lblFastTh.TabIndex = 42; + this.lblFastTh.Text = "Fast Recovery Threshold"; + // + // lblDlpf + // + this.lblDlpf.AutoSize = true; + this.lblDlpf.Location = new System.Drawing.Point(713, 157); + this.lblDlpf.Name = "lblDlpf"; + this.lblDlpf.Size = new System.Drawing.Size(102, 15); + this.lblDlpf.TabIndex = 14; + this.lblDlpf.Text = "Digital LPF Cutoff"; + // + // lblDhpf + // + this.lblDhpf.AutoSize = true; + this.lblDhpf.Location = new System.Drawing.Point(713, 202); + this.lblDhpf.Name = "lblDhpf"; + this.lblDhpf.Size = new System.Drawing.Size(104, 15); + this.lblDhpf.TabIndex = 15; + this.lblDhpf.Text = "Digital HPF Cutoff"; + // + // cboDhpf + // + this.cboDhpf.BackColor = System.Drawing.Color.White; + this.cboDhpf.DropDownHeight = 200; + this.cboDhpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboDhpf.DropDownWidth = 118; + this.cboDhpf.Location = new System.Drawing.Point(716, 220); + this.cboDhpf.Name = "cboDhpf"; + this.cboDhpf.Size = new System.Drawing.Size(118, 21); + this.cboDhpf.TabIndex = 20; + this.cboDhpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboDhpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboFast + // + this.cboFast.BackColor = System.Drawing.Color.White; + this.cboFast.DropDownHeight = 200; + this.cboFast.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboFast.DropDownWidth = 163; + this.cboFast.Location = new System.Drawing.Point(269, 176); + this.cboFast.Name = "cboFast"; + this.cboFast.Size = new System.Drawing.Size(163, 21); + this.cboFast.TabIndex = 16; + this.cboFast.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboFast.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboDlpf + // + this.cboDlpf.BackColor = System.Drawing.Color.White; + this.cboDlpf.DropDownHeight = 200; + this.cboDlpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboDlpf.DropDownWidth = 118; + this.cboDlpf.Location = new System.Drawing.Point(716, 175); + this.cboDlpf.Name = "cboDlpf"; + this.cboDlpf.Size = new System.Drawing.Size(118, 21); + this.cboDlpf.TabIndex = 19; + this.cboDlpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboDlpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboChannelGain + // + this.cboChannelGain.BackColor = System.Drawing.Color.White; + this.cboChannelGain.DropDownHeight = 200; + this.cboChannelGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboChannelGain.DropDownWidth = 95; + this.cboChannelGain.Location = new System.Drawing.Point(463, 175); + this.cboChannelGain.Name = "cboChannelGain"; + this.cboChannelGain.Size = new System.Drawing.Size(95, 21); + this.cboChannelGain.TabIndex = 17; + this.cboChannelGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboChannelGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboSampleRate + // + this.cboSampleRate.BackColor = System.Drawing.Color.White; + this.cboSampleRate.DropDownHeight = 200; + this.cboSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboSampleRate.DropDownWidth = 95; + this.cboSampleRate.Location = new System.Drawing.Point(581, 175); + this.cboSampleRate.Name = "cboSampleRate"; + this.cboSampleRate.Size = new System.Drawing.Size(95, 21); + this.cboSampleRate.TabIndex = 18; + this.cboSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboSampleRate.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboSampleRate.SelectedIndexChanged += new System.EventHandler(this.cboSampleRate_SelectedIndexChanged); + // + // picEcgChannel + // + this.picEcgChannel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.picEcgChannel.Dock = System.Windows.Forms.DockStyle.Fill; + this.picEcgChannel.Image = global::HealthSensorPlatform.Properties.Resources.ecg_channel_block; + this.picEcgChannel.Location = new System.Drawing.Point(0, 0); + this.picEcgChannel.Name = "picEcgChannel"; + this.picEcgChannel.Size = new System.Drawing.Size(894, 274); + this.picEcgChannel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picEcgChannel.TabIndex = 0; + this.picEcgChannel.TabStop = false; + // + // grpRToR + // + this.grpRToR.BackgroundColor = System.Drawing.Color.White; + this.grpRToR.Controls.Add(this.cboRRRavg); + this.grpRToR.Controls.Add(this.lblRRRavg); + this.grpRToR.Controls.Add(this.cboRRHoff); + this.grpRToR.Controls.Add(this.lblRRHoff); + this.grpRToR.Controls.Add(this.cboRRRhsf); + this.grpRToR.Controls.Add(this.lblRRRhsf); + this.grpRToR.Controls.Add(this.cboRRPtsf); + this.grpRToR.Controls.Add(this.lblRRPtsf); + this.grpRToR.Controls.Add(this.cboRRPavg); + this.grpRToR.Controls.Add(this.lblRRPavg); + this.grpRToR.Controls.Add(this.cboRRGain); + this.grpRToR.Controls.Add(this.lblRRGain); + this.grpRToR.Controls.Add(this.cboRRWndw); + this.grpRToR.Controls.Add(this.lblRRWndw); + this.grpRToR.Location = new System.Drawing.Point(3, 283); + this.grpRToR.Name = "grpRToR"; + this.grpRToR.Size = new System.Drawing.Size(468, 220); + this.grpRToR.TabIndex = 45; + this.grpRToR.TabStop = false; + this.grpRToR.Text = "R-to-R"; + // + // cboRRRavg + // + this.cboRRRavg.BackColor = System.Drawing.Color.White; + this.cboRRRavg.DropDownHeight = 200; + this.cboRRRavg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRRavg.DropDownWidth = 95; + this.cboRRRavg.Location = new System.Drawing.Point(200, 182); + this.cboRRRavg.Name = "cboRRRavg"; + this.cboRRRavg.Size = new System.Drawing.Size(95, 21); + this.cboRRRavg.TabIndex = 15; + this.cboRRRavg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRRavg.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRRRavg + // + this.lblRRRavg.AutoSize = true; + this.lblRRRavg.Location = new System.Drawing.Point(197, 164); + this.lblRRRavg.Name = "lblRRRavg"; + this.lblRRRavg.Size = new System.Drawing.Size(180, 15); + this.lblRRRavg.TabIndex = 14; + this.lblRRRavg.Text = "Interval Averaging Weight Factor"; + // + // cboRRHoff + // + this.cboRRHoff.BackColor = System.Drawing.Color.White; + this.cboRRHoff.DropDownHeight = 200; + this.cboRRHoff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRHoff.DropDownWidth = 95; + this.cboRRHoff.Location = new System.Drawing.Point(14, 140); + this.cboRRHoff.Name = "cboRRHoff"; + this.cboRRHoff.Size = new System.Drawing.Size(95, 21); + this.cboRRHoff.TabIndex = 13; + this.cboRRHoff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRHoff.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRRHoff + // + this.lblRRHoff.AutoSize = true; + this.lblRRHoff.Location = new System.Drawing.Point(11, 122); + this.lblRRHoff.Name = "lblRRHoff"; + this.lblRRHoff.Size = new System.Drawing.Size(105, 15); + this.lblRRHoff.TabIndex = 12; + this.lblRRHoff.Text = "Minimum Hold Off"; + // + // cboRRRhsf + // + this.cboRRRhsf.BackColor = System.Drawing.Color.White; + this.cboRRRhsf.DropDownHeight = 200; + this.cboRRRhsf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRRhsf.DropDownWidth = 95; + this.cboRRRhsf.Location = new System.Drawing.Point(200, 140); + this.cboRRRhsf.Name = "cboRRRhsf"; + this.cboRRRhsf.Size = new System.Drawing.Size(95, 21); + this.cboRRRhsf.TabIndex = 11; + this.cboRRRhsf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRRhsf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRRRhsf + // + this.lblRRRhsf.AutoSize = true; + this.lblRRRhsf.Location = new System.Drawing.Point(197, 122); + this.lblRRRhsf.Name = "lblRRRhsf"; + this.lblRRRhsf.Size = new System.Drawing.Size(174, 15); + this.lblRRRhsf.TabIndex = 10; + this.lblRRRhsf.Text = "Interval Hold Off Scaling Factor"; + // + // cboRRPtsf + // + this.cboRRPtsf.BackColor = System.Drawing.Color.White; + this.cboRRPtsf.DropDownHeight = 200; + this.cboRRPtsf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRPtsf.DropDownWidth = 95; + this.cboRRPtsf.Location = new System.Drawing.Point(200, 98); + this.cboRRPtsf.Name = "cboRRPtsf"; + this.cboRRPtsf.Size = new System.Drawing.Size(95, 21); + this.cboRRPtsf.TabIndex = 9; + this.cboRRPtsf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRPtsf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRRPtsf + // + this.lblRRPtsf.AutoSize = true; + this.lblRRPtsf.Location = new System.Drawing.Point(197, 80); + this.lblRRPtsf.Name = "lblRRPtsf"; + this.lblRRPtsf.Size = new System.Drawing.Size(175, 15); + this.lblRRPtsf.TabIndex = 8; + this.lblRRPtsf.Text = "Peak Threshold Scaling Factor"; + // + // cboRRPavg + // + this.cboRRPavg.BackColor = System.Drawing.Color.White; + this.cboRRPavg.DropDownHeight = 200; + this.cboRRPavg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRPavg.DropDownWidth = 95; + this.cboRRPavg.Location = new System.Drawing.Point(200, 56); + this.cboRRPavg.Name = "cboRRPavg"; + this.cboRRPavg.Size = new System.Drawing.Size(95, 21); + this.cboRRPavg.TabIndex = 7; + this.cboRRPavg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRPavg.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRRPavg + // + this.lblRRPavg.AutoSize = true; + this.lblRRPavg.Location = new System.Drawing.Point(197, 38); + this.lblRRPavg.Name = "lblRRPavg"; + this.lblRRPavg.Size = new System.Drawing.Size(169, 15); + this.lblRRPavg.TabIndex = 6; + this.lblRRPavg.Text = "Peak Averaging Weight Factor"; + // + // cboRRGain + // + this.cboRRGain.BackColor = System.Drawing.Color.White; + this.cboRRGain.DropDownHeight = 200; + this.cboRRGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRGain.DropDownWidth = 95; + this.cboRRGain.Location = new System.Drawing.Point(14, 56); + this.cboRRGain.Name = "cboRRGain"; + this.cboRRGain.Size = new System.Drawing.Size(95, 21); + this.cboRRGain.TabIndex = 3; + this.cboRRGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRRGain + // + this.lblRRGain.AutoSize = true; + this.lblRRGain.Location = new System.Drawing.Point(11, 38); + this.lblRRGain.Name = "lblRRGain"; + this.lblRRGain.Size = new System.Drawing.Size(33, 15); + this.lblRRGain.TabIndex = 2; + this.lblRRGain.Text = "Gain"; + // + // cboRRWndw + // + this.cboRRWndw.BackColor = System.Drawing.Color.White; + this.cboRRWndw.DropDownHeight = 200; + this.cboRRWndw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRRWndw.DropDownWidth = 95; + this.cboRRWndw.Location = new System.Drawing.Point(14, 98); + this.cboRRWndw.Name = "cboRRWndw"; + this.cboRRWndw.Size = new System.Drawing.Size(95, 21); + this.cboRRWndw.TabIndex = 1; + this.cboRRWndw.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRRWndw.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboRRWndw.SelectedIndexChanged += new System.EventHandler(this.cboRRWndw_SelectedIndexChanged); + // + // lblRRWndw + // + this.lblRRWndw.AutoSize = true; + this.lblRRWndw.Location = new System.Drawing.Point(11, 80); + this.lblRRWndw.Name = "lblRRWndw"; + this.lblRRWndw.Size = new System.Drawing.Size(141, 15); + this.lblRRWndw.TabIndex = 0; + this.lblRRWndw.Text = "Window Averaging Width"; + // + // tpMAX30001InputMux + // + this.tpMAX30001InputMux.Controls.Add(this.pnlEcgMux); + this.tpMAX30001InputMux.Controls.Add(this.pnlMAX30001Global); + this.tpMAX30001InputMux.Location = new System.Drawing.Point(4, 26); + this.tpMAX30001InputMux.Name = "tpMAX30001InputMux"; + this.tpMAX30001InputMux.Size = new System.Drawing.Size(953, 606); + this.tpMAX30001InputMux.TabIndex = 13; + this.tpMAX30001InputMux.Text = "ECG MUX"; + this.tpMAX30001InputMux.UseVisualStyleBackColor = true; + // + // pnlEcgMux + // + this.pnlEcgMux.Controls.Add(this.label26); + this.pnlEcgMux.Controls.Add(this.lblEmuxEnUlpLon); + this.pnlEcgMux.Controls.Add(this.label32); + this.pnlEcgMux.Controls.Add(this.cboCalEnVcal); + this.pnlEcgMux.Controls.Add(this.cboCalVmode); + this.pnlEcgMux.Controls.Add(this.cboEmuxEnUlpLon); + this.pnlEcgMux.Controls.Add(this.cboDcloffImag); + this.pnlEcgMux.Controls.Add(this.cboEmuxPol); + this.pnlEcgMux.Controls.Add(this.cboEmuxCalNSel); + this.pnlEcgMux.Controls.Add(this.lblEmuxPol); + this.pnlEcgMux.Controls.Add(this.lblEmuxCalNSel); + this.pnlEcgMux.Controls.Add(this.lblCalEnVcal); + this.pnlEcgMux.Controls.Add(this.cboEmuxCalPSel); + this.pnlEcgMux.Controls.Add(this.lblCalVMode); + this.pnlEcgMux.Controls.Add(this.lblEmuxCalPSel); + this.pnlEcgMux.Controls.Add(this.lblDcloffImag); + this.pnlEcgMux.Controls.Add(this.cboCalVmag); + this.pnlEcgMux.Controls.Add(this.cboRbiasn); + this.pnlEcgMux.Controls.Add(this.cboCalFifty); + this.pnlEcgMux.Controls.Add(this.lblRbiasn); + this.pnlEcgMux.Controls.Add(this.cboCalThigh); + this.pnlEcgMux.Controls.Add(this.cboRbiasp); + this.pnlEcgMux.Controls.Add(this.cboCalFcal); + this.pnlEcgMux.Controls.Add(this.lblRbiasp); + this.pnlEcgMux.Controls.Add(this.lblCalFifty); + this.pnlEcgMux.Controls.Add(this.cboRbiasv); + this.pnlEcgMux.Controls.Add(this.lblCalTHigh); + this.pnlEcgMux.Controls.Add(this.lblRbiasv); + this.pnlEcgMux.Controls.Add(this.lblCalFreq); + this.pnlEcgMux.Controls.Add(this.cboEnRbias); + this.pnlEcgMux.Controls.Add(this.lblCalVmag); + this.pnlEcgMux.Controls.Add(this.lblEnRbias); + this.pnlEcgMux.Controls.Add(this.lblEmuxOpenp); + this.pnlEcgMux.Controls.Add(this.lblDcloffVth); + this.pnlEcgMux.Controls.Add(this.lblEmuxOpenn); + this.pnlEcgMux.Controls.Add(this.cboDcloffVth); + this.pnlEcgMux.Controls.Add(this.cboEmuxOpenp); + this.pnlEcgMux.Controls.Add(this.cboDcloffIpol); + this.pnlEcgMux.Controls.Add(this.cboEmuxOpenn); + this.pnlEcgMux.Controls.Add(this.lblDcloffIpol); + this.pnlEcgMux.Controls.Add(this.lblEnDcloff); + this.pnlEcgMux.Controls.Add(this.cboEnDcloff); + this.pnlEcgMux.Controls.Add(this.picECGLeadConfig); + this.pnlEcgMux.Controls.Add(this.picSw1); + this.pnlEcgMux.Controls.Add(this.picSw2); + this.pnlEcgMux.Controls.Add(this.pictureBox1); + this.pnlEcgMux.Controls.Add(this.picSw3); + this.pnlEcgMux.Controls.Add(this.picSw4); + this.pnlEcgMux.Controls.Add(this.picSw5); + this.pnlEcgMux.Controls.Add(this.picSw6); + this.pnlEcgMux.Controls.Add(this.picSw7); + this.pnlEcgMux.Controls.Add(this.picSw8); + this.pnlEcgMux.Controls.Add(this.picSw9); + this.pnlEcgMux.Controls.Add(this.picSw10); + this.pnlEcgMux.Controls.Add(this.picSw11); + this.pnlEcgMux.Controls.Add(this.picSw12); + this.pnlEcgMux.Controls.Add(this.picSw13); + this.pnlEcgMux.Controls.Add(this.picSw14); + this.pnlEcgMux.Location = new System.Drawing.Point(0, 0); + this.pnlEcgMux.Margin = new System.Windows.Forms.Padding(2); + this.pnlEcgMux.Name = "pnlEcgMux"; + this.pnlEcgMux.Size = new System.Drawing.Size(942, 496); + this.pnlEcgMux.TabIndex = 88; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.Location = new System.Drawing.Point(54, 479); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(361, 15); + this.label26.TabIndex = 83; + this.label26.Text = "(Options with grey background apply to both ECG and BioZ MUX.)"; + // + // lblEmuxEnUlpLon + // + this.lblEmuxEnUlpLon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblEmuxEnUlpLon.Location = new System.Drawing.Point(299, 321); + this.lblEmuxEnUlpLon.Name = "lblEmuxEnUlpLon"; + this.lblEmuxEnUlpLon.Size = new System.Drawing.Size(93, 33); + this.lblEmuxEnUlpLon.TabIndex = 87; + this.lblEmuxEnUlpLon.Text = "Lead-On Check Enable"; + // + // label32 + // + this.label32.AutoSize = true; + this.label32.Location = new System.Drawing.Point(819, 479); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(112, 15); + this.label32.TabIndex = 86; + this.label32.Text = "* Power-On Default"; + // + // cboCalEnVcal + // + this.cboCalEnVcal.BackColor = System.Drawing.Color.White; + this.cboCalEnVcal.DropDownHeight = 200; + this.cboCalEnVcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCalEnVcal.DropDownWidth = 97; + this.cboCalEnVcal.Location = new System.Drawing.Point(723, 257); + this.cboCalEnVcal.Name = "cboCalEnVcal"; + this.cboCalEnVcal.Size = new System.Drawing.Size(97, 20); + this.cboCalEnVcal.TabIndex = 42; + this.cboCalEnVcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboCalEnVcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboCalEnVcal.SelectedIndexChanged += new System.EventHandler(this.cboCalEnVcal_SelectedIndexChanged); + // + // cboCalVmode + // + this.cboCalVmode.BackColor = System.Drawing.Color.White; + this.cboCalVmode.DropDownHeight = 200; + this.cboCalVmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCalVmode.DropDownWidth = 97; + this.cboCalVmode.Location = new System.Drawing.Point(723, 298); + this.cboCalVmode.Name = "cboCalVmode"; + this.cboCalVmode.Size = new System.Drawing.Size(97, 20); + this.cboCalVmode.TabIndex = 43; + this.cboCalVmode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboCalVmode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboEmuxEnUlpLon + // + this.cboEmuxEnUlpLon.BackColor = System.Drawing.Color.White; + this.cboEmuxEnUlpLon.DropDownHeight = 200; + this.cboEmuxEnUlpLon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEmuxEnUlpLon.DropDownWidth = 90; + this.cboEmuxEnUlpLon.Location = new System.Drawing.Point(301, 358); + this.cboEmuxEnUlpLon.Name = "cboEmuxEnUlpLon"; + this.cboEmuxEnUlpLon.Size = new System.Drawing.Size(90, 20); + this.cboEmuxEnUlpLon.TabIndex = 84; + this.cboEmuxEnUlpLon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEmuxEnUlpLon.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEmuxEnUlpLon.SelectedIndexChanged += new System.EventHandler(this.cboEmuxEnUlpLon_SelectedIndexChanged); + // + // cboDcloffImag + // + this.cboDcloffImag.BackColor = System.Drawing.Color.White; + this.cboDcloffImag.DropDownHeight = 200; + this.cboDcloffImag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboDcloffImag.DropDownWidth = 129; + this.cboDcloffImag.Location = new System.Drawing.Point(102, 380); + this.cboDcloffImag.Name = "cboDcloffImag"; + this.cboDcloffImag.Size = new System.Drawing.Size(129, 20); + this.cboDcloffImag.TabIndex = 44; + this.cboDcloffImag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboDcloffImag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboEmuxPol + // + this.cboEmuxPol.BackColor = System.Drawing.Color.White; + this.cboEmuxPol.DropDownHeight = 200; + this.cboEmuxPol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEmuxPol.DropDownWidth = 102; + this.cboEmuxPol.Location = new System.Drawing.Point(424, 301); + this.cboEmuxPol.Name = "cboEmuxPol"; + this.cboEmuxPol.Size = new System.Drawing.Size(102, 21); + this.cboEmuxPol.TabIndex = 45; + this.cboEmuxPol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEmuxPol.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEmuxPol.SelectedIndexChanged += new System.EventHandler(this.cboEmuxPol_SelectedIndexChanged); + // + // cboEmuxCalNSel + // + this.cboEmuxCalNSel.BackColor = System.Drawing.Color.White; + this.cboEmuxCalNSel.DropDownHeight = 200; + this.cboEmuxCalNSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEmuxCalNSel.DropDownWidth = 95; + this.cboEmuxCalNSel.Location = new System.Drawing.Point(723, 122); + this.cboEmuxCalNSel.Name = "cboEmuxCalNSel"; + this.cboEmuxCalNSel.Size = new System.Drawing.Size(95, 21); + this.cboEmuxCalNSel.TabIndex = 82; + this.cboEmuxCalNSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEmuxCalNSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEmuxCalNSel.SelectedIndexChanged += new System.EventHandler(this.cboEmuxCalNSel_SelectedIndexChanged); + // + // lblEmuxPol + // + this.lblEmuxPol.AutoSize = true; + this.lblEmuxPol.BackColor = System.Drawing.Color.White; + this.lblEmuxPol.Location = new System.Drawing.Point(424, 285); + this.lblEmuxPol.Name = "lblEmuxPol"; + this.lblEmuxPol.Size = new System.Drawing.Size(96, 15); + this.lblEmuxPol.TabIndex = 46; + this.lblEmuxPol.Text = "ECGP/N Polarity"; + // + // lblEmuxCalNSel + // + this.lblEmuxCalNSel.AutoSize = true; + this.lblEmuxCalNSel.BackColor = System.Drawing.Color.White; + this.lblEmuxCalNSel.Location = new System.Drawing.Point(720, 103); + this.lblEmuxCalNSel.Name = "lblEmuxCalNSel"; + this.lblEmuxCalNSel.Size = new System.Drawing.Size(105, 15); + this.lblEmuxCalNSel.TabIndex = 81; + this.lblEmuxCalNSel.Text = "ECGN Calibration"; + // + // lblCalEnVcal + // + this.lblCalEnVcal.AutoSize = true; + this.lblCalEnVcal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblCalEnVcal.Location = new System.Drawing.Point(720, 238); + this.lblCalEnVcal.Name = "lblCalEnVcal"; + this.lblCalEnVcal.Size = new System.Drawing.Size(109, 15); + this.lblCalEnVcal.TabIndex = 47; + this.lblCalEnVcal.Text = "Calibration Enable"; + // + // cboEmuxCalPSel + // + this.cboEmuxCalPSel.BackColor = System.Drawing.Color.White; + this.cboEmuxCalPSel.DropDownHeight = 200; + this.cboEmuxCalPSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEmuxCalPSel.DropDownWidth = 95; + this.cboEmuxCalPSel.Location = new System.Drawing.Point(723, 79); + this.cboEmuxCalPSel.Name = "cboEmuxCalPSel"; + this.cboEmuxCalPSel.Size = new System.Drawing.Size(95, 21); + this.cboEmuxCalPSel.TabIndex = 80; + this.cboEmuxCalPSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEmuxCalPSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEmuxCalPSel.SelectedIndexChanged += new System.EventHandler(this.cboEmuxCalPSel_SelectedIndexChanged); + // + // lblCalVMode + // + this.lblCalVMode.AutoSize = true; + this.lblCalVMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblCalVMode.Location = new System.Drawing.Point(720, 280); + this.lblCalVMode.Name = "lblCalVMode"; + this.lblCalVMode.Size = new System.Drawing.Size(91, 15); + this.lblCalVMode.TabIndex = 48; + this.lblCalVMode.Text = "Mode Selection"; + // + // lblEmuxCalPSel + // + this.lblEmuxCalPSel.AutoSize = true; + this.lblEmuxCalPSel.BackColor = System.Drawing.Color.White; + this.lblEmuxCalPSel.Location = new System.Drawing.Point(720, 60); + this.lblEmuxCalPSel.Name = "lblEmuxCalPSel"; + this.lblEmuxCalPSel.Size = new System.Drawing.Size(104, 15); + this.lblEmuxCalPSel.TabIndex = 79; + this.lblEmuxCalPSel.Text = "ECGP Calibration"; + // + // lblDcloffImag + // + this.lblDcloffImag.AutoSize = true; + this.lblDcloffImag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblDcloffImag.Location = new System.Drawing.Point(99, 362); + this.lblDcloffImag.Name = "lblDcloffImag"; + this.lblDcloffImag.Size = new System.Drawing.Size(108, 15); + this.lblDcloffImag.TabIndex = 49; + this.lblDcloffImag.Text = "Current Magnitude"; + // + // cboCalVmag + // + this.cboCalVmag.BackColor = System.Drawing.Color.White; + this.cboCalVmag.DropDownHeight = 200; + this.cboCalVmag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCalVmag.DropDownWidth = 97; + this.cboCalVmag.Location = new System.Drawing.Point(723, 339); + this.cboCalVmag.Name = "cboCalVmag"; + this.cboCalVmag.Size = new System.Drawing.Size(97, 21); + this.cboCalVmag.TabIndex = 50; + this.cboCalVmag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboCalVmag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboRbiasn + // + this.cboRbiasn.BackColor = System.Drawing.Color.White; + this.cboRbiasn.DropDownHeight = 200; + this.cboRbiasn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRbiasn.DropDownWidth = 116; + this.cboRbiasn.Location = new System.Drawing.Point(548, 423); + this.cboRbiasn.Name = "cboRbiasn"; + this.cboRbiasn.Size = new System.Drawing.Size(116, 20); + this.cboRbiasn.TabIndex = 77; + this.cboRbiasn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRbiasn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboRbiasn.SelectedIndexChanged += new System.EventHandler(this.cboRbiasn_SelectedIndexChanged); + // + // cboCalFifty + // + this.cboCalFifty.BackColor = System.Drawing.Color.White; + this.cboCalFifty.DropDownHeight = 200; + this.cboCalFifty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCalFifty.DropDownWidth = 95; + this.cboCalFifty.Location = new System.Drawing.Point(723, 422); + this.cboCalFifty.Name = "cboCalFifty"; + this.cboCalFifty.Size = new System.Drawing.Size(95, 21); + this.cboCalFifty.TabIndex = 51; + this.cboCalFifty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboCalFifty.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboCalFifty.SelectedIndexChanged += new System.EventHandler(this.cboCalFifty_SelectedIndexChanged); + // + // lblRbiasn + // + this.lblRbiasn.AutoSize = true; + this.lblRbiasn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblRbiasn.Location = new System.Drawing.Point(548, 406); + this.lblRbiasn.Name = "lblRbiasn"; + this.lblRbiasn.Size = new System.Drawing.Size(133, 15); + this.lblRbiasn.TabIndex = 76; + this.lblRbiasn.Text = "Neg. Input Bias Enable"; + // + // cboCalThigh + // + this.cboCalThigh.BackColor = System.Drawing.Color.White; + this.cboCalThigh.DropDownHeight = 200; + this.cboCalThigh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCalThigh.DropDownWidth = 72; + this.cboCalThigh.Location = new System.Drawing.Point(824, 422); + this.cboCalThigh.Name = "cboCalThigh"; + this.cboCalThigh.Size = new System.Drawing.Size(72, 21); + this.cboCalThigh.TabIndex = 52; + this.cboCalThigh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboCalThigh.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboRbiasp + // + this.cboRbiasp.BackColor = System.Drawing.Color.White; + this.cboRbiasp.DropDownHeight = 200; + this.cboRbiasp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRbiasp.DropDownWidth = 116; + this.cboRbiasp.Location = new System.Drawing.Point(548, 380); + this.cboRbiasp.Name = "cboRbiasp"; + this.cboRbiasp.Size = new System.Drawing.Size(116, 20); + this.cboRbiasp.TabIndex = 75; + this.cboRbiasp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRbiasp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboRbiasp.SelectedIndexChanged += new System.EventHandler(this.cboRbiasp_SelectedIndexChanged); + // + // cboCalFcal + // + this.cboCalFcal.BackColor = System.Drawing.Color.White; + this.cboCalFcal.DropDownHeight = 200; + this.cboCalFcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCalFcal.DropDownWidth = 163; + this.cboCalFcal.Location = new System.Drawing.Point(723, 379); + this.cboCalFcal.Name = "cboCalFcal"; + this.cboCalFcal.Size = new System.Drawing.Size(163, 21); + this.cboCalFcal.TabIndex = 53; + this.cboCalFcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboCalFcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblRbiasp + // + this.lblRbiasp.AutoSize = true; + this.lblRbiasp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblRbiasp.Location = new System.Drawing.Point(548, 362); + this.lblRbiasp.Name = "lblRbiasp"; + this.lblRbiasp.Size = new System.Drawing.Size(147, 15); + this.lblRbiasp.TabIndex = 74; + this.lblRbiasp.Text = "Postive Input Bias Enable"; + // + // lblCalFifty + // + this.lblCalFifty.AutoSize = true; + this.lblCalFifty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblCalFifty.Location = new System.Drawing.Point(720, 403); + this.lblCalFifty.Name = "lblCalFifty"; + this.lblCalFifty.Size = new System.Drawing.Size(64, 15); + this.lblCalFifty.TabIndex = 54; + this.lblCalFifty.Text = "Duty Cycle"; + // + // cboRbiasv + // + this.cboRbiasv.BackColor = System.Drawing.Color.White; + this.cboRbiasv.DropDownHeight = 200; + this.cboRbiasv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRbiasv.DropDownWidth = 116; + this.cboRbiasv.Location = new System.Drawing.Point(548, 339); + this.cboRbiasv.Name = "cboRbiasv"; + this.cboRbiasv.Size = new System.Drawing.Size(116, 20); + this.cboRbiasv.TabIndex = 73; + this.cboRbiasv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRbiasv.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblCalTHigh + // + this.lblCalTHigh.AutoSize = true; + this.lblCalTHigh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblCalTHigh.Location = new System.Drawing.Point(821, 403); + this.lblCalTHigh.Name = "lblCalTHigh"; + this.lblCalTHigh.Size = new System.Drawing.Size(64, 15); + this.lblCalTHigh.TabIndex = 55; + this.lblCalTHigh.Text = "Time High"; + // + // lblRbiasv + // + this.lblRbiasv.AutoSize = true; + this.lblRbiasv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblRbiasv.Location = new System.Drawing.Point(548, 321); + this.lblRbiasv.Name = "lblRbiasv"; + this.lblRbiasv.Size = new System.Drawing.Size(119, 15); + this.lblRbiasv.TabIndex = 72; + this.lblRbiasv.Text = "Resistive Bias Value"; + // + // lblCalFreq + // + this.lblCalFreq.AutoSize = true; + this.lblCalFreq.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblCalFreq.Location = new System.Drawing.Point(720, 362); + this.lblCalFreq.Name = "lblCalFreq"; + this.lblCalFreq.Size = new System.Drawing.Size(64, 15); + this.lblCalFreq.TabIndex = 56; + this.lblCalFreq.Text = "Frequency"; + // + // cboEnRbias + // + this.cboEnRbias.BackColor = System.Drawing.Color.White; + this.cboEnRbias.DropDownHeight = 200; + this.cboEnRbias.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEnRbias.DropDownWidth = 87; + this.cboEnRbias.Location = new System.Drawing.Point(548, 81); + this.cboEnRbias.Name = "cboEnRbias"; + this.cboEnRbias.Size = new System.Drawing.Size(87, 20); + this.cboEnRbias.TabIndex = 71; + this.cboEnRbias.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEnRbias.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEnRbias.SelectedIndexChanged += new System.EventHandler(this.cboEnRbias_SelectedIndexChanged); + // + // lblCalVmag + // + this.lblCalVmag.AutoSize = true; + this.lblCalVmag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblCalVmag.Location = new System.Drawing.Point(720, 321); + this.lblCalVmag.Name = "lblCalVmag"; + this.lblCalVmag.Size = new System.Drawing.Size(47, 15); + this.lblCalVmag.TabIndex = 57; + this.lblCalVmag.Text = "Voltage"; + // + // lblEnRbias + // + this.lblEnRbias.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblEnRbias.Location = new System.Drawing.Point(548, 48); + this.lblEnRbias.Name = "lblEnRbias"; + this.lblEnRbias.Size = new System.Drawing.Size(104, 30); + this.lblEnRbias.TabIndex = 70; + this.lblEnRbias.Text = "Resistive Lead Bias Enable"; + // + // lblEmuxOpenp + // + this.lblEmuxOpenp.AutoSize = true; + this.lblEmuxOpenp.BackColor = System.Drawing.Color.White; + this.lblEmuxOpenp.Location = new System.Drawing.Point(424, 103); + this.lblEmuxOpenp.Name = "lblEmuxOpenp"; + this.lblEmuxOpenp.Size = new System.Drawing.Size(94, 15); + this.lblEmuxOpenp.TabIndex = 58; + this.lblEmuxOpenp.Text = "ECGP Switches"; + // + // lblDcloffVth + // + this.lblDcloffVth.AutoSize = true; + this.lblDcloffVth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblDcloffVth.Location = new System.Drawing.Point(99, 406); + this.lblDcloffVth.Name = "lblDcloffVth"; + this.lblDcloffVth.Size = new System.Drawing.Size(106, 15); + this.lblDcloffVth.TabIndex = 69; + this.lblDcloffVth.Text = "Voltage Threshold"; + // + // lblEmuxOpenn + // + this.lblEmuxOpenn.AutoSize = true; + this.lblEmuxOpenn.BackColor = System.Drawing.Color.White; + this.lblEmuxOpenn.Location = new System.Drawing.Point(424, 243); + this.lblEmuxOpenn.Name = "lblEmuxOpenn"; + this.lblEmuxOpenn.Size = new System.Drawing.Size(95, 15); + this.lblEmuxOpenn.TabIndex = 59; + this.lblEmuxOpenn.Text = "ECGN Switches"; + // + // cboDcloffVth + // + this.cboDcloffVth.BackColor = System.Drawing.Color.White; + this.cboDcloffVth.DropDownHeight = 200; + this.cboDcloffVth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboDcloffVth.DropDownWidth = 129; + this.cboDcloffVth.Location = new System.Drawing.Point(102, 423); + this.cboDcloffVth.Name = "cboDcloffVth"; + this.cboDcloffVth.Size = new System.Drawing.Size(129, 20); + this.cboDcloffVth.TabIndex = 68; + this.cboDcloffVth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboDcloffVth.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboEmuxOpenp + // + this.cboEmuxOpenp.BackColor = System.Drawing.Color.White; + this.cboEmuxOpenp.DropDownHeight = 200; + this.cboEmuxOpenp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEmuxOpenp.DropDownWidth = 101; + this.cboEmuxOpenp.Location = new System.Drawing.Point(424, 121); + this.cboEmuxOpenp.Name = "cboEmuxOpenp"; + this.cboEmuxOpenp.Size = new System.Drawing.Size(101, 21); + this.cboEmuxOpenp.TabIndex = 60; + this.cboEmuxOpenp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEmuxOpenp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEmuxOpenp.SelectedIndexChanged += new System.EventHandler(this.cboEmuxOpenp_SelectedIndexChanged); + // + // cboDcloffIpol + // + this.cboDcloffIpol.BackColor = System.Drawing.Color.White; + this.cboDcloffIpol.DropDownHeight = 200; + this.cboDcloffIpol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboDcloffIpol.DropDownWidth = 172; + this.cboDcloffIpol.Location = new System.Drawing.Point(102, 339); + this.cboDcloffIpol.Name = "cboDcloffIpol"; + this.cboDcloffIpol.Size = new System.Drawing.Size(172, 20); + this.cboDcloffIpol.TabIndex = 67; + this.cboDcloffIpol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboDcloffIpol.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboDcloffIpol.SelectedIndexChanged += new System.EventHandler(this.cboDcloffIpol_SelectedIndexChanged); + // + // cboEmuxOpenn + // + this.cboEmuxOpenn.BackColor = System.Drawing.Color.White; + this.cboEmuxOpenn.DropDownHeight = 200; + this.cboEmuxOpenn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEmuxOpenn.DropDownWidth = 101; + this.cboEmuxOpenn.Location = new System.Drawing.Point(424, 261); + this.cboEmuxOpenn.Name = "cboEmuxOpenn"; + this.cboEmuxOpenn.Size = new System.Drawing.Size(101, 21); + this.cboEmuxOpenn.TabIndex = 61; + this.cboEmuxOpenn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEmuxOpenn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEmuxOpenn.SelectedIndexChanged += new System.EventHandler(this.cboEmuxOpenn_SelectedIndexChanged); + // + // lblDcloffIpol + // + this.lblDcloffIpol.AutoSize = true; + this.lblDcloffIpol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblDcloffIpol.Location = new System.Drawing.Point(99, 321); + this.lblDcloffIpol.Name = "lblDcloffIpol"; + this.lblDcloffIpol.Size = new System.Drawing.Size(91, 15); + this.lblDcloffIpol.TabIndex = 66; + this.lblDcloffIpol.Text = "Current Polarity"; + // + // lblEnDcloff + // + this.lblEnDcloff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblEnDcloff.Location = new System.Drawing.Point(99, 51); + this.lblEnDcloff.Name = "lblEnDcloff"; + this.lblEnDcloff.Size = new System.Drawing.Size(94, 30); + this.lblEnDcloff.TabIndex = 64; + this.lblEnDcloff.Text = "Lead-Off Detection"; + // + // cboEnDcloff + // + this.cboEnDcloff.BackColor = System.Drawing.Color.White; + this.cboEnDcloff.DropDownHeight = 200; + this.cboEnDcloff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboEnDcloff.DropDownWidth = 90; + this.cboEnDcloff.Location = new System.Drawing.Point(102, 84); + this.cboEnDcloff.Name = "cboEnDcloff"; + this.cboEnDcloff.Size = new System.Drawing.Size(90, 20); + this.cboEnDcloff.TabIndex = 65; + this.cboEnDcloff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboEnDcloff.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboEnDcloff.SelectedIndexChanged += new System.EventHandler(this.cboEnDcloff_SelectedIndexChanged); + // + // picECGLeadConfig + // + this.picECGLeadConfig.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.picECGLeadConfig.Dock = System.Windows.Forms.DockStyle.Fill; + this.picECGLeadConfig.Image = global::HealthSensorPlatform.Properties.Resources.ecg_lead_config1; + this.picECGLeadConfig.Location = new System.Drawing.Point(0, 0); + this.picECGLeadConfig.Name = "picECGLeadConfig"; + this.picECGLeadConfig.Size = new System.Drawing.Size(942, 496); + this.picECGLeadConfig.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picECGLeadConfig.TabIndex = 41; + this.picECGLeadConfig.TabStop = false; + // + // picSw1 + // + this.picSw1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw1.Location = new System.Drawing.Point(0, 0); + this.picSw1.Margin = new System.Windows.Forms.Padding(0); + this.picSw1.Name = "picSw1"; + this.picSw1.Size = new System.Drawing.Size(942, 496); + this.picSw1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw1.TabIndex = 88; + this.picSw1.TabStop = false; + // + // picSw2 + // + this.picSw2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw2.Location = new System.Drawing.Point(0, 0); + this.picSw2.Margin = new System.Windows.Forms.Padding(0); + this.picSw2.Name = "picSw2"; + this.picSw2.Size = new System.Drawing.Size(942, 496); + this.picSw2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw2.TabIndex = 89; + this.picSw2.TabStop = false; + // + // pictureBox1 + // + this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; + this.pictureBox1.Location = new System.Drawing.Point(0, 0); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(942, 496); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.pictureBox1.TabIndex = 90; + this.pictureBox1.TabStop = false; + // + // picSw3 + // + this.picSw3.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw3.Location = new System.Drawing.Point(0, 0); + this.picSw3.Margin = new System.Windows.Forms.Padding(0); + this.picSw3.Name = "picSw3"; + this.picSw3.Size = new System.Drawing.Size(942, 496); + this.picSw3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw3.TabIndex = 91; + this.picSw3.TabStop = false; + // + // picSw4 + // + this.picSw4.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw4.Location = new System.Drawing.Point(0, 0); + this.picSw4.Margin = new System.Windows.Forms.Padding(0); + this.picSw4.Name = "picSw4"; + this.picSw4.Size = new System.Drawing.Size(942, 496); + this.picSw4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw4.TabIndex = 92; + this.picSw4.TabStop = false; + // + // picSw5 + // + this.picSw5.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw5.Location = new System.Drawing.Point(0, 0); + this.picSw5.Margin = new System.Windows.Forms.Padding(0); + this.picSw5.Name = "picSw5"; + this.picSw5.Size = new System.Drawing.Size(942, 496); + this.picSw5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw5.TabIndex = 93; + this.picSw5.TabStop = false; + // + // picSw6 + // + this.picSw6.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw6.Location = new System.Drawing.Point(0, 0); + this.picSw6.Margin = new System.Windows.Forms.Padding(0); + this.picSw6.Name = "picSw6"; + this.picSw6.Size = new System.Drawing.Size(942, 496); + this.picSw6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw6.TabIndex = 94; + this.picSw6.TabStop = false; + // + // picSw7 + // + this.picSw7.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw7.Location = new System.Drawing.Point(0, 0); + this.picSw7.Margin = new System.Windows.Forms.Padding(0); + this.picSw7.Name = "picSw7"; + this.picSw7.Size = new System.Drawing.Size(942, 496); + this.picSw7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw7.TabIndex = 95; + this.picSw7.TabStop = false; + // + // picSw8 + // + this.picSw8.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw8.Location = new System.Drawing.Point(0, 0); + this.picSw8.Margin = new System.Windows.Forms.Padding(0); + this.picSw8.Name = "picSw8"; + this.picSw8.Size = new System.Drawing.Size(942, 496); + this.picSw8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw8.TabIndex = 96; + this.picSw8.TabStop = false; + // + // picSw9 + // + this.picSw9.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw9.Location = new System.Drawing.Point(0, 0); + this.picSw9.Margin = new System.Windows.Forms.Padding(0); + this.picSw9.Name = "picSw9"; + this.picSw9.Size = new System.Drawing.Size(942, 496); + this.picSw9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw9.TabIndex = 97; + this.picSw9.TabStop = false; + // + // picSw10 + // + this.picSw10.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw10.Location = new System.Drawing.Point(0, 0); + this.picSw10.Margin = new System.Windows.Forms.Padding(0); + this.picSw10.Name = "picSw10"; + this.picSw10.Size = new System.Drawing.Size(942, 496); + this.picSw10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw10.TabIndex = 98; + this.picSw10.TabStop = false; + // + // picSw11 + // + this.picSw11.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw11.Location = new System.Drawing.Point(0, 0); + this.picSw11.Margin = new System.Windows.Forms.Padding(0); + this.picSw11.Name = "picSw11"; + this.picSw11.Size = new System.Drawing.Size(942, 496); + this.picSw11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw11.TabIndex = 99; + this.picSw11.TabStop = false; + // + // picSw12 + // + this.picSw12.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw12.Location = new System.Drawing.Point(0, 0); + this.picSw12.Margin = new System.Windows.Forms.Padding(0); + this.picSw12.Name = "picSw12"; + this.picSw12.Size = new System.Drawing.Size(942, 496); + this.picSw12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw12.TabIndex = 100; + this.picSw12.TabStop = false; + // + // picSw13 + // + this.picSw13.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw13.Location = new System.Drawing.Point(0, 0); + this.picSw13.Margin = new System.Windows.Forms.Padding(0); + this.picSw13.Name = "picSw13"; + this.picSw13.Size = new System.Drawing.Size(942, 496); + this.picSw13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw13.TabIndex = 101; + this.picSw13.TabStop = false; + // + // picSw14 + // + this.picSw14.Dock = System.Windows.Forms.DockStyle.Fill; + this.picSw14.Location = new System.Drawing.Point(0, 0); + this.picSw14.Margin = new System.Windows.Forms.Padding(0); + this.picSw14.Name = "picSw14"; + this.picSw14.Size = new System.Drawing.Size(942, 496); + this.picSw14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picSw14.TabIndex = 102; + this.picSw14.TabStop = false; + // + // pnlMAX30001Global + // + this.pnlMAX30001Global.Controls.Add(this.grpChannelPlotEnable); + this.pnlMAX30001Global.Controls.Add(this.maximGroupBox8); + this.pnlMAX30001Global.Controls.Add(this.grpGlobalControls); + this.pnlMAX30001Global.Dock = System.Windows.Forms.DockStyle.Bottom; + this.pnlMAX30001Global.Location = new System.Drawing.Point(0, 513); + this.pnlMAX30001Global.Name = "pnlMAX30001Global"; + this.pnlMAX30001Global.Size = new System.Drawing.Size(953, 93); + this.pnlMAX30001Global.TabIndex = 78; + // + // grpChannelPlotEnable + // + this.grpChannelPlotEnable.BackgroundColor = System.Drawing.Color.White; + this.grpChannelPlotEnable.Controls.Add(this.chkEnRtor); + this.grpChannelPlotEnable.Controls.Add(this.chkEnECG); + this.grpChannelPlotEnable.Controls.Add(this.chkEnBioZ); + this.grpChannelPlotEnable.Controls.Add(this.chkEnPace); + this.grpChannelPlotEnable.Location = new System.Drawing.Point(172, 5); + this.grpChannelPlotEnable.Name = "grpChannelPlotEnable"; + this.grpChannelPlotEnable.Size = new System.Drawing.Size(301, 84); + this.grpChannelPlotEnable.TabIndex = 64; + this.grpChannelPlotEnable.TabStop = false; + this.grpChannelPlotEnable.Text = "Channel/Plot Enable"; + // + // chkEnRtor + // + this.chkEnRtor.AutoSize = true; + this.chkEnRtor.Location = new System.Drawing.Point(99, 54); + this.chkEnRtor.Name = "chkEnRtor"; + this.chkEnRtor.Size = new System.Drawing.Size(62, 19); + this.chkEnRtor.TabIndex = 12; + this.chkEnRtor.Text = "R-to-R"; + this.chkEnRtor.UseVisualStyleBackColor = true; + this.chkEnRtor.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged); + // + // chkEnECG + // + this.chkEnECG.AutoSize = true; + this.chkEnECG.Location = new System.Drawing.Point(15, 28); + this.chkEnECG.Name = "chkEnECG"; + this.chkEnECG.Size = new System.Drawing.Size(52, 19); + this.chkEnECG.TabIndex = 9; + this.chkEnECG.Text = "ECG"; + this.chkEnECG.UseVisualStyleBackColor = true; + this.chkEnECG.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged); + // + // chkEnBioZ + // + this.chkEnBioZ.AutoSize = true; + this.chkEnBioZ.Location = new System.Drawing.Point(99, 29); + this.chkEnBioZ.Name = "chkEnBioZ"; + this.chkEnBioZ.Size = new System.Drawing.Size(51, 19); + this.chkEnBioZ.TabIndex = 10; + this.chkEnBioZ.Text = "BioZ"; + this.chkEnBioZ.UseVisualStyleBackColor = true; + this.chkEnBioZ.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged); + // + // chkEnPace + // + this.chkEnPace.AutoSize = true; + this.chkEnPace.Location = new System.Drawing.Point(15, 53); + this.chkEnPace.Name = "chkEnPace"; + this.chkEnPace.Size = new System.Drawing.Size(54, 19); + this.chkEnPace.TabIndex = 11; + this.chkEnPace.Text = "Pace"; + this.chkEnPace.UseVisualStyleBackColor = true; + this.chkEnPace.CheckedChanged += new System.EventHandler(this.chkChannelEnable_CheckedChanged); + // + // maximGroupBox8 + // + this.maximGroupBox8.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox8.Controls.Add(this.maximButton5); + this.maximGroupBox8.Controls.Add(this.maximComboBox9); + this.maximGroupBox8.Location = new System.Drawing.Point(479, 5); + this.maximGroupBox8.Name = "maximGroupBox8"; + this.maximGroupBox8.Size = new System.Drawing.Size(249, 82); + this.maximGroupBox8.TabIndex = 62; + this.maximGroupBox8.TabStop = false; + this.maximGroupBox8.Text = "MAX30001 Preset Configuration"; + this.maximGroupBox8.Visible = false; + // + // maximButton5 + // + this.maximButton5.Location = new System.Drawing.Point(83, 54); + this.maximButton5.Name = "maximButton5"; + this.maximButton5.Size = new System.Drawing.Size(75, 23); + this.maximButton5.TabIndex = 1; + this.maximButton5.Text = "Run Preset"; + this.maximButton5.UseVisualStyleBackColor = true; + // + // maximComboBox9 + // + this.maximComboBox9.BackColor = System.Drawing.Color.White; + this.maximComboBox9.DropDownHeight = 200; + this.maximComboBox9.DropDownWidth = 227; + this.maximComboBox9.Location = new System.Drawing.Point(11, 28); + this.maximComboBox9.Name = "maximComboBox9"; + this.maximComboBox9.Size = new System.Drawing.Size(227, 21); + this.maximComboBox9.TabIndex = 0; + this.maximComboBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.maximComboBox9.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // grpGlobalControls + // + this.grpGlobalControls.BackgroundColor = System.Drawing.Color.White; + this.grpGlobalControls.Controls.Add(this.label39); + this.grpGlobalControls.Controls.Add(this.cboMasterClock); + this.grpGlobalControls.Controls.Add(this.label31); + this.grpGlobalControls.Location = new System.Drawing.Point(3, 5); + this.grpGlobalControls.Name = "grpGlobalControls"; + this.grpGlobalControls.Size = new System.Drawing.Size(163, 84); + this.grpGlobalControls.TabIndex = 63; + this.grpGlobalControls.TabStop = false; + this.grpGlobalControls.Text = "MAX30001 Global Controls"; + // + // label39 + // + this.label39.AutoSize = true; + this.label39.Location = new System.Drawing.Point(14, 65); + this.label39.Name = "label39"; + this.label39.Size = new System.Drawing.Size(112, 15); + this.label39.TabIndex = 9; + this.label39.Text = "* Power-On Default"; + // + // cboMasterClock + // + this.cboMasterClock.BackColor = System.Drawing.Color.White; + this.cboMasterClock.DropDownHeight = 200; + this.cboMasterClock.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboMasterClock.DropDownWidth = 126; + this.cboMasterClock.Location = new System.Drawing.Point(16, 42); + this.cboMasterClock.Name = "cboMasterClock"; + this.cboMasterClock.Size = new System.Drawing.Size(126, 21); + this.cboMasterClock.TabIndex = 8; + this.cboMasterClock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboMasterClock.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboMasterClock.SelectedIndexChanged += new System.EventHandler(this.cboMasterClock_SelectedIndexChanged); + // + // label31 + // + this.label31.AutoSize = true; + this.label31.Location = new System.Drawing.Point(13, 25); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(129, 15); + this.label31.TabIndex = 7; + this.label31.Text = "Master Clock (FMSTR)"; + // + // tpBioZChannel + // + this.tpBioZChannel.Controls.Add(this.pnlBioZChannel); + this.tpBioZChannel.Location = new System.Drawing.Point(4, 26); + this.tpBioZChannel.Name = "tpBioZChannel"; + this.tpBioZChannel.Size = new System.Drawing.Size(953, 606); + this.tpBioZChannel.TabIndex = 14; + this.tpBioZChannel.Text = "BioZ Channel"; + this.tpBioZChannel.UseVisualStyleBackColor = true; + // + // pnlBioZChannel + // + this.pnlBioZChannel.Controls.Add(this.label34); + this.pnlBioZChannel.Controls.Add(this.cboBioZAnalogHpf); + this.pnlBioZChannel.Controls.Add(this.cboBioZExternalResistorBiasEnable); + this.pnlBioZChannel.Controls.Add(this.cboBioZChannelGain); + this.pnlBioZChannel.Controls.Add(this.label25); + this.pnlBioZChannel.Controls.Add(this.cboBioZSampleRate); + this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorFrequency); + this.pnlBioZChannel.Controls.Add(this.cboBioZDigitalLpf); + this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorFrequency); + this.pnlBioZChannel.Controls.Add(this.cboBioZDigitalHpf); + this.pnlBioZChannel.Controls.Add(this.label21); + this.pnlBioZChannel.Controls.Add(this.cboBioZACLeadOffOverRangeThreshold); + this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorMagnitude); + this.pnlBioZChannel.Controls.Add(this.cboBioZACLeadOffUnderRangeThreshold); + this.pnlBioZChannel.Controls.Add(this.cboBioZModulationPhaseOffset); + this.pnlBioZChannel.Controls.Add(this.cboBioZDigitalLeadOffDetectionEnable); + this.pnlBioZChannel.Controls.Add(this.lblBioZExternalResistorBiasEnable); + this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorMonitor); + this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorMonitor); + this.pnlBioZChannel.Controls.Add(this.cboBioZCurrentGeneratorMode); + this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorMode); + this.pnlBioZChannel.Controls.Add(this.lblBioZAnalogHpf); + this.pnlBioZChannel.Controls.Add(this.lblBioZModulationPhaseOffset); + this.pnlBioZChannel.Controls.Add(this.linkLabel2); + this.pnlBioZChannel.Controls.Add(this.lblBioZCurrentGeneratorMagnitude); + this.pnlBioZChannel.Controls.Add(this.lblBioZChannelGain); + this.pnlBioZChannel.Controls.Add(this.lblBioZACLeadOffUnderRangeThreshold); + this.pnlBioZChannel.Controls.Add(this.lblBioZSampleRate); + this.pnlBioZChannel.Controls.Add(this.lblBioZACLeadOffOverRangeThreshold); + this.pnlBioZChannel.Controls.Add(this.lblBioZDigitalLpf); + this.pnlBioZChannel.Controls.Add(this.lblBioZDigitalLeadOffDetectionEnable); + this.pnlBioZChannel.Controls.Add(this.lblBioZDigitalHpf); + this.pnlBioZChannel.Controls.Add(this.picBioZChannel); + this.pnlBioZChannel.Location = new System.Drawing.Point(0, 5); + this.pnlBioZChannel.Margin = new System.Windows.Forms.Padding(2); + this.pnlBioZChannel.Name = "pnlBioZChannel"; + this.pnlBioZChannel.Size = new System.Drawing.Size(946, 522); + this.pnlBioZChannel.TabIndex = 48; + // + // label34 + // + this.label34.AutoSize = true; + this.label34.Location = new System.Drawing.Point(813, 491); + this.label34.Name = "label34"; + this.label34.Size = new System.Drawing.Size(112, 15); + this.label34.TabIndex = 47; + this.label34.Text = "* Power-On Default"; + // + // cboBioZAnalogHpf + // + this.cboBioZAnalogHpf.BackColor = System.Drawing.Color.White; + this.cboBioZAnalogHpf.DropDownHeight = 200; + this.cboBioZAnalogHpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZAnalogHpf.DropDownWidth = 95; + this.cboBioZAnalogHpf.Location = new System.Drawing.Point(94, 145); + this.cboBioZAnalogHpf.Name = "cboBioZAnalogHpf"; + this.cboBioZAnalogHpf.Size = new System.Drawing.Size(95, 21); + this.cboBioZAnalogHpf.TabIndex = 2; + this.cboBioZAnalogHpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZAnalogHpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZExternalResistorBiasEnable + // + this.cboBioZExternalResistorBiasEnable.BackColor = System.Drawing.Color.White; + this.cboBioZExternalResistorBiasEnable.DropDownHeight = 200; + this.cboBioZExternalResistorBiasEnable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZExternalResistorBiasEnable.DropDownWidth = 118; + this.cboBioZExternalResistorBiasEnable.Location = new System.Drawing.Point(80, 393); + this.cboBioZExternalResistorBiasEnable.Name = "cboBioZExternalResistorBiasEnable"; + this.cboBioZExternalResistorBiasEnable.Size = new System.Drawing.Size(118, 21); + this.cboBioZExternalResistorBiasEnable.TabIndex = 12; + this.cboBioZExternalResistorBiasEnable.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZExternalResistorBiasEnable.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZChannelGain + // + this.cboBioZChannelGain.BackColor = System.Drawing.Color.White; + this.cboBioZChannelGain.DropDownHeight = 200; + this.cboBioZChannelGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZChannelGain.DropDownWidth = 95; + this.cboBioZChannelGain.Location = new System.Drawing.Point(459, 141); + this.cboBioZChannelGain.Name = "cboBioZChannelGain"; + this.cboBioZChannelGain.Size = new System.Drawing.Size(95, 21); + this.cboBioZChannelGain.TabIndex = 5; + this.cboBioZChannelGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZChannelGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZChannelGain.SelectedIndexChanged += new System.EventHandler(this.cboBioZChannelGain_SelectedIndexChanged); + // + // label25 + // + this.label25.AutoSize = true; + this.label25.Location = new System.Drawing.Point(231, 266); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(106, 15); + this.label25.TabIndex = 32; + this.label25.Text = "Current Generator"; + // + // cboBioZSampleRate + // + this.cboBioZSampleRate.BackColor = System.Drawing.Color.White; + this.cboBioZSampleRate.DropDownHeight = 200; + this.cboBioZSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZSampleRate.DropDownWidth = 95; + this.cboBioZSampleRate.Location = new System.Drawing.Point(575, 141); + this.cboBioZSampleRate.Name = "cboBioZSampleRate"; + this.cboBioZSampleRate.Size = new System.Drawing.Size(95, 21); + this.cboBioZSampleRate.TabIndex = 6; + this.cboBioZSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZSampleRate.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZSampleRate.SelectedIndexChanged += new System.EventHandler(this.cboBioZSampleRate_SelectedIndexChanged); + // + // cboBioZCurrentGeneratorFrequency + // + this.cboBioZCurrentGeneratorFrequency.BackColor = System.Drawing.Color.White; + this.cboBioZCurrentGeneratorFrequency.DropDownHeight = 200; + this.cboBioZCurrentGeneratorFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCurrentGeneratorFrequency.DropDownWidth = 192; + this.cboBioZCurrentGeneratorFrequency.Location = new System.Drawing.Point(234, 303); + this.cboBioZCurrentGeneratorFrequency.Name = "cboBioZCurrentGeneratorFrequency"; + this.cboBioZCurrentGeneratorFrequency.Size = new System.Drawing.Size(192, 21); + this.cboBioZCurrentGeneratorFrequency.TabIndex = 31; + this.cboBioZCurrentGeneratorFrequency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCurrentGeneratorFrequency.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZCurrentGeneratorFrequency.SelectedIndexChanged += new System.EventHandler(this.cboBioZCurrentGeneratorFrequency_SelectedIndexChanged); + // + // cboBioZDigitalLpf + // + this.cboBioZDigitalLpf.BackColor = System.Drawing.Color.White; + this.cboBioZDigitalLpf.DropDownHeight = 200; + this.cboBioZDigitalLpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZDigitalLpf.DropDownWidth = 107; + this.cboBioZDigitalLpf.Location = new System.Drawing.Point(710, 141); + this.cboBioZDigitalLpf.Name = "cboBioZDigitalLpf"; + this.cboBioZDigitalLpf.Size = new System.Drawing.Size(107, 21); + this.cboBioZDigitalLpf.TabIndex = 7; + this.cboBioZDigitalLpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZDigitalLpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZCurrentGeneratorFrequency + // + this.lblBioZCurrentGeneratorFrequency.AutoSize = true; + this.lblBioZCurrentGeneratorFrequency.Location = new System.Drawing.Point(231, 285); + this.lblBioZCurrentGeneratorFrequency.Name = "lblBioZCurrentGeneratorFrequency"; + this.lblBioZCurrentGeneratorFrequency.Size = new System.Drawing.Size(64, 15); + this.lblBioZCurrentGeneratorFrequency.TabIndex = 30; + this.lblBioZCurrentGeneratorFrequency.Text = "Frequency"; + // + // cboBioZDigitalHpf + // + this.cboBioZDigitalHpf.BackColor = System.Drawing.Color.White; + this.cboBioZDigitalHpf.DropDownHeight = 200; + this.cboBioZDigitalHpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZDigitalHpf.DropDownWidth = 106; + this.cboBioZDigitalHpf.Location = new System.Drawing.Point(711, 183); + this.cboBioZDigitalHpf.Name = "cboBioZDigitalHpf"; + this.cboBioZDigitalHpf.Size = new System.Drawing.Size(106, 21); + this.cboBioZDigitalHpf.TabIndex = 8; + this.cboBioZDigitalHpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZDigitalHpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Location = new System.Drawing.Point(693, 263); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(146, 15); + this.label21.TabIndex = 29; + this.label21.Text = "Digital Lead Off Detection"; + // + // cboBioZACLeadOffOverRangeThreshold + // + this.cboBioZACLeadOffOverRangeThreshold.BackColor = System.Drawing.Color.White; + this.cboBioZACLeadOffOverRangeThreshold.DropDownHeight = 200; + this.cboBioZACLeadOffOverRangeThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZACLeadOffOverRangeThreshold.DropDownWidth = 128; + this.cboBioZACLeadOffOverRangeThreshold.Location = new System.Drawing.Point(696, 344); + this.cboBioZACLeadOffOverRangeThreshold.Name = "cboBioZACLeadOffOverRangeThreshold"; + this.cboBioZACLeadOffOverRangeThreshold.Size = new System.Drawing.Size(128, 21); + this.cboBioZACLeadOffOverRangeThreshold.TabIndex = 9; + this.cboBioZACLeadOffOverRangeThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZACLeadOffOverRangeThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZCurrentGeneratorMagnitude + // + this.cboBioZCurrentGeneratorMagnitude.BackColor = System.Drawing.Color.White; + this.cboBioZCurrentGeneratorMagnitude.DropDownHeight = 200; + this.cboBioZCurrentGeneratorMagnitude.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCurrentGeneratorMagnitude.DropDownWidth = 123; + this.cboBioZCurrentGeneratorMagnitude.Location = new System.Drawing.Point(234, 347); + this.cboBioZCurrentGeneratorMagnitude.Name = "cboBioZCurrentGeneratorMagnitude"; + this.cboBioZCurrentGeneratorMagnitude.Size = new System.Drawing.Size(123, 21); + this.cboBioZCurrentGeneratorMagnitude.TabIndex = 3; + this.cboBioZCurrentGeneratorMagnitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCurrentGeneratorMagnitude.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZCurrentGeneratorMagnitude.SelectedIndexChanged += new System.EventHandler(this.cboBioZCurrentGeneratorMagnitude_SelectedIndexChanged); + // + // cboBioZACLeadOffUnderRangeThreshold + // + this.cboBioZACLeadOffUnderRangeThreshold.BackColor = System.Drawing.Color.White; + this.cboBioZACLeadOffUnderRangeThreshold.DropDownHeight = 200; + this.cboBioZACLeadOffUnderRangeThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZACLeadOffUnderRangeThreshold.DropDownWidth = 128; + this.cboBioZACLeadOffUnderRangeThreshold.Location = new System.Drawing.Point(696, 386); + this.cboBioZACLeadOffUnderRangeThreshold.Name = "cboBioZACLeadOffUnderRangeThreshold"; + this.cboBioZACLeadOffUnderRangeThreshold.Size = new System.Drawing.Size(128, 21); + this.cboBioZACLeadOffUnderRangeThreshold.TabIndex = 10; + this.cboBioZACLeadOffUnderRangeThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZACLeadOffUnderRangeThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZModulationPhaseOffset + // + this.cboBioZModulationPhaseOffset.BackColor = System.Drawing.Color.White; + this.cboBioZModulationPhaseOffset.DropDownHeight = 200; + this.cboBioZModulationPhaseOffset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZModulationPhaseOffset.DropDownWidth = 186; + this.cboBioZModulationPhaseOffset.Location = new System.Drawing.Point(367, 211); + this.cboBioZModulationPhaseOffset.Name = "cboBioZModulationPhaseOffset"; + this.cboBioZModulationPhaseOffset.Size = new System.Drawing.Size(186, 21); + this.cboBioZModulationPhaseOffset.TabIndex = 4; + this.cboBioZModulationPhaseOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZModulationPhaseOffset.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZDigitalLeadOffDetectionEnable + // + this.cboBioZDigitalLeadOffDetectionEnable.BackColor = System.Drawing.Color.White; + this.cboBioZDigitalLeadOffDetectionEnable.DropDownHeight = 200; + this.cboBioZDigitalLeadOffDetectionEnable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZDigitalLeadOffDetectionEnable.DropDownWidth = 188; + this.cboBioZDigitalLeadOffDetectionEnable.Location = new System.Drawing.Point(696, 300); + this.cboBioZDigitalLeadOffDetectionEnable.Name = "cboBioZDigitalLeadOffDetectionEnable"; + this.cboBioZDigitalLeadOffDetectionEnable.Size = new System.Drawing.Size(188, 21); + this.cboBioZDigitalLeadOffDetectionEnable.TabIndex = 11; + this.cboBioZDigitalLeadOffDetectionEnable.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZDigitalLeadOffDetectionEnable.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZDigitalLeadOffDetectionEnable.SelectedIndexChanged += new System.EventHandler(this.cboBioZDigitalLeadOffDetectionEnable_SelectedIndexChanged); + // + // lblBioZExternalResistorBiasEnable + // + this.lblBioZExternalResistorBiasEnable.Location = new System.Drawing.Point(81, 360); + this.lblBioZExternalResistorBiasEnable.Name = "lblBioZExternalResistorBiasEnable"; + this.lblBioZExternalResistorBiasEnable.Size = new System.Drawing.Size(117, 37); + this.lblBioZExternalResistorBiasEnable.TabIndex = 28; + this.lblBioZExternalResistorBiasEnable.Text = "External Resistor Bias Enable"; + // + // cboBioZCurrentGeneratorMonitor + // + this.cboBioZCurrentGeneratorMonitor.BackColor = System.Drawing.Color.White; + this.cboBioZCurrentGeneratorMonitor.DropDownHeight = 200; + this.cboBioZCurrentGeneratorMonitor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCurrentGeneratorMonitor.DropDownWidth = 123; + this.cboBioZCurrentGeneratorMonitor.Location = new System.Drawing.Point(234, 435); + this.cboBioZCurrentGeneratorMonitor.Name = "cboBioZCurrentGeneratorMonitor"; + this.cboBioZCurrentGeneratorMonitor.Size = new System.Drawing.Size(123, 21); + this.cboBioZCurrentGeneratorMonitor.TabIndex = 13; + this.cboBioZCurrentGeneratorMonitor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCurrentGeneratorMonitor.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZCurrentGeneratorMonitor + // + this.lblBioZCurrentGeneratorMonitor.AutoSize = true; + this.lblBioZCurrentGeneratorMonitor.Location = new System.Drawing.Point(231, 417); + this.lblBioZCurrentGeneratorMonitor.Name = "lblBioZCurrentGeneratorMonitor"; + this.lblBioZCurrentGeneratorMonitor.Size = new System.Drawing.Size(47, 15); + this.lblBioZCurrentGeneratorMonitor.TabIndex = 27; + this.lblBioZCurrentGeneratorMonitor.Text = "Monitor"; + // + // cboBioZCurrentGeneratorMode + // + this.cboBioZCurrentGeneratorMode.BackColor = System.Drawing.Color.White; + this.cboBioZCurrentGeneratorMode.DropDownHeight = 200; + this.cboBioZCurrentGeneratorMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCurrentGeneratorMode.DropDownWidth = 192; + this.cboBioZCurrentGeneratorMode.Location = new System.Drawing.Point(234, 393); + this.cboBioZCurrentGeneratorMode.Name = "cboBioZCurrentGeneratorMode"; + this.cboBioZCurrentGeneratorMode.Size = new System.Drawing.Size(192, 21); + this.cboBioZCurrentGeneratorMode.TabIndex = 14; + this.cboBioZCurrentGeneratorMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCurrentGeneratorMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZCurrentGeneratorMode + // + this.lblBioZCurrentGeneratorMode.AutoSize = true; + this.lblBioZCurrentGeneratorMode.Location = new System.Drawing.Point(231, 375); + this.lblBioZCurrentGeneratorMode.Name = "lblBioZCurrentGeneratorMode"; + this.lblBioZCurrentGeneratorMode.Size = new System.Drawing.Size(37, 15); + this.lblBioZCurrentGeneratorMode.TabIndex = 26; + this.lblBioZCurrentGeneratorMode.Text = "Mode"; + // + // lblBioZAnalogHpf + // + this.lblBioZAnalogHpf.AutoSize = true; + this.lblBioZAnalogHpf.Location = new System.Drawing.Point(92, 128); + this.lblBioZAnalogHpf.Name = "lblBioZAnalogHpf"; + this.lblBioZAnalogHpf.Size = new System.Drawing.Size(107, 15); + this.lblBioZAnalogHpf.TabIndex = 15; + this.lblBioZAnalogHpf.Text = "Analog HPF Cutoff"; + // + // lblBioZModulationPhaseOffset + // + this.lblBioZModulationPhaseOffset.Location = new System.Drawing.Point(367, 177); + this.lblBioZModulationPhaseOffset.Name = "lblBioZModulationPhaseOffset"; + this.lblBioZModulationPhaseOffset.Size = new System.Drawing.Size(86, 39); + this.lblBioZModulationPhaseOffset.TabIndex = 25; + this.lblBioZModulationPhaseOffset.Text = "Modulation Phase Offset"; + // + // linkLabel2 + // + this.linkLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabel2.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabel2.Location = new System.Drawing.Point(74, 51); + this.linkLabel2.Name = "linkLabel2"; + this.linkLabel2.Size = new System.Drawing.Size(55, 54); + this.linkLabel2.TabIndex = 16; + this.linkLabel2.TabStop = true; + this.linkLabel2.Text = "BioZ Input MUX"; + this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.linkLabel2.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabel2.Click += new System.EventHandler(this.linkLabel2_Click); + // + // lblBioZCurrentGeneratorMagnitude + // + this.lblBioZCurrentGeneratorMagnitude.AutoSize = true; + this.lblBioZCurrentGeneratorMagnitude.Location = new System.Drawing.Point(231, 329); + this.lblBioZCurrentGeneratorMagnitude.Name = "lblBioZCurrentGeneratorMagnitude"; + this.lblBioZCurrentGeneratorMagnitude.Size = new System.Drawing.Size(64, 15); + this.lblBioZCurrentGeneratorMagnitude.TabIndex = 24; + this.lblBioZCurrentGeneratorMagnitude.Text = "Magnitude"; + // + // lblBioZChannelGain + // + this.lblBioZChannelGain.AutoSize = true; + this.lblBioZChannelGain.Location = new System.Drawing.Point(456, 123); + this.lblBioZChannelGain.Name = "lblBioZChannelGain"; + this.lblBioZChannelGain.Size = new System.Drawing.Size(83, 15); + this.lblBioZChannelGain.TabIndex = 17; + this.lblBioZChannelGain.Text = "Channel Gain"; + // + // lblBioZACLeadOffUnderRangeThreshold + // + this.lblBioZACLeadOffUnderRangeThreshold.AutoSize = true; + this.lblBioZACLeadOffUnderRangeThreshold.Location = new System.Drawing.Point(696, 368); + this.lblBioZACLeadOffUnderRangeThreshold.Name = "lblBioZACLeadOffUnderRangeThreshold"; + this.lblBioZACLeadOffUnderRangeThreshold.Size = new System.Drawing.Size(160, 15); + this.lblBioZACLeadOffUnderRangeThreshold.TabIndex = 23; + this.lblBioZACLeadOffUnderRangeThreshold.Text = "AC Under-Range Threshold"; + // + // lblBioZSampleRate + // + this.lblBioZSampleRate.AutoSize = true; + this.lblBioZSampleRate.Location = new System.Drawing.Point(572, 123); + this.lblBioZSampleRate.Name = "lblBioZSampleRate"; + this.lblBioZSampleRate.Size = new System.Drawing.Size(79, 15); + this.lblBioZSampleRate.TabIndex = 18; + this.lblBioZSampleRate.Text = "Sample Rate"; + // + // lblBioZACLeadOffOverRangeThreshold + // + this.lblBioZACLeadOffOverRangeThreshold.AutoSize = true; + this.lblBioZACLeadOffOverRangeThreshold.Location = new System.Drawing.Point(696, 326); + this.lblBioZACLeadOffOverRangeThreshold.Name = "lblBioZACLeadOffOverRangeThreshold"; + this.lblBioZACLeadOffOverRangeThreshold.Size = new System.Drawing.Size(151, 15); + this.lblBioZACLeadOffOverRangeThreshold.TabIndex = 22; + this.lblBioZACLeadOffOverRangeThreshold.Text = "AC Over-Range Threshold"; + // + // lblBioZDigitalLpf + // + this.lblBioZDigitalLpf.AutoSize = true; + this.lblBioZDigitalLpf.Location = new System.Drawing.Point(708, 123); + this.lblBioZDigitalLpf.Name = "lblBioZDigitalLpf"; + this.lblBioZDigitalLpf.Size = new System.Drawing.Size(102, 15); + this.lblBioZDigitalLpf.TabIndex = 19; + this.lblBioZDigitalLpf.Text = "Digital LPF Cutoff"; + // + // lblBioZDigitalLeadOffDetectionEnable + // + this.lblBioZDigitalLeadOffDetectionEnable.AutoSize = true; + this.lblBioZDigitalLeadOffDetectionEnable.Location = new System.Drawing.Point(693, 282); + this.lblBioZDigitalLeadOffDetectionEnable.Name = "lblBioZDigitalLeadOffDetectionEnable"; + this.lblBioZDigitalLeadOffDetectionEnable.Size = new System.Drawing.Size(46, 15); + this.lblBioZDigitalLeadOffDetectionEnable.TabIndex = 21; + this.lblBioZDigitalLeadOffDetectionEnable.Text = "Enable"; + // + // lblBioZDigitalHpf + // + this.lblBioZDigitalHpf.AutoSize = true; + this.lblBioZDigitalHpf.Location = new System.Drawing.Point(708, 165); + this.lblBioZDigitalHpf.Name = "lblBioZDigitalHpf"; + this.lblBioZDigitalHpf.Size = new System.Drawing.Size(104, 15); + this.lblBioZDigitalHpf.TabIndex = 20; + this.lblBioZDigitalHpf.Text = "Digital HPF Cutoff"; + // + // picBioZChannel + // + this.picBioZChannel.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZChannel.Image = global::HealthSensorPlatform.Properties.Resources.bio_impedance_block; + this.picBioZChannel.Location = new System.Drawing.Point(0, 0); + this.picBioZChannel.Name = "picBioZChannel"; + this.picBioZChannel.Size = new System.Drawing.Size(946, 522); + this.picBioZChannel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZChannel.TabIndex = 1; + this.picBioZChannel.TabStop = false; + // + // tpMAX30001BioZInputMux + // + this.tpMAX30001BioZInputMux.Controls.Add(this.pnlBioZMux); + this.tpMAX30001BioZInputMux.Location = new System.Drawing.Point(4, 26); + this.tpMAX30001BioZInputMux.Name = "tpMAX30001BioZInputMux"; + this.tpMAX30001BioZInputMux.Size = new System.Drawing.Size(953, 606); + this.tpMAX30001BioZInputMux.TabIndex = 15; + this.tpMAX30001BioZInputMux.Text = "BioZ MUX"; + this.tpMAX30001BioZInputMux.UseVisualStyleBackColor = true; + // + // pnlBioZMux + // + this.pnlBioZMux.Controls.Add(this.label36); + this.pnlBioZMux.Controls.Add(this.linkLabelBioZLoad); + this.pnlBioZMux.Controls.Add(this.cboBioZCalEnVcal); + this.pnlBioZMux.Controls.Add(this.lblBmuxEnUlpLon); + this.pnlBioZMux.Controls.Add(this.cboBioZCalVMode); + this.pnlBioZMux.Controls.Add(this.cboBmuxEnUlpLon); + this.pnlBioZMux.Controls.Add(this.cboBioZDcloffImag); + this.pnlBioZMux.Controls.Add(this.lblBioZCalEnVcal); + this.pnlBioZMux.Controls.Add(this.label27); + this.pnlBioZMux.Controls.Add(this.lblBioZCalVMode); + this.pnlBioZMux.Controls.Add(this.cboBioZBmuxCalnSel); + this.pnlBioZMux.Controls.Add(this.lblBioZDcloffImag); + this.pnlBioZMux.Controls.Add(this.lblBioZBmuxCalnSel); + this.pnlBioZMux.Controls.Add(this.cboBioZCalVmag); + this.pnlBioZMux.Controls.Add(this.cboBioZBmuxCalpSel); + this.pnlBioZMux.Controls.Add(this.cboBioZCalFifty); + this.pnlBioZMux.Controls.Add(this.lblBioZBmuxCalpSel); + this.pnlBioZMux.Controls.Add(this.cboBioZCalThigh); + this.pnlBioZMux.Controls.Add(this.cboBioZRbiasn); + this.pnlBioZMux.Controls.Add(this.cboBioZCalFcal); + this.pnlBioZMux.Controls.Add(this.lblBioZRbiasn); + this.pnlBioZMux.Controls.Add(this.lblBioZCalFifty); + this.pnlBioZMux.Controls.Add(this.cboBioZRbiasp); + this.pnlBioZMux.Controls.Add(this.lblBioZCalThigh); + this.pnlBioZMux.Controls.Add(this.lblBioZRbiasp); + this.pnlBioZMux.Controls.Add(this.lblBioZCalFcal); + this.pnlBioZMux.Controls.Add(this.cboBioZRbiasv); + this.pnlBioZMux.Controls.Add(this.lblBioZCalVmag); + this.pnlBioZMux.Controls.Add(this.lblBioZRbiasv); + this.pnlBioZMux.Controls.Add(this.lblBioZBmuxOpenp); + this.pnlBioZMux.Controls.Add(this.cboBioZEnRbias); + this.pnlBioZMux.Controls.Add(this.lblBioZBmuxOpenn); + this.pnlBioZMux.Controls.Add(this.lblBioZEnRbias); + this.pnlBioZMux.Controls.Add(this.cboBioZBmuxOpenp); + this.pnlBioZMux.Controls.Add(this.lblBioZDcloffVth); + this.pnlBioZMux.Controls.Add(this.cboBioZBmuxOpenn); + this.pnlBioZMux.Controls.Add(this.cboBioZDcloffVth); + this.pnlBioZMux.Controls.Add(this.lblBioZEnDcloff); + this.pnlBioZMux.Controls.Add(this.cboBioZDcloffIpol); + this.pnlBioZMux.Controls.Add(this.cboBioZEnDcloff); + this.pnlBioZMux.Controls.Add(this.lblBioZDcloffIpol); + this.pnlBioZMux.Controls.Add(this.pictureBox2); + this.pnlBioZMux.Controls.Add(this.picLoff1); + this.pnlBioZMux.Controls.Add(this.picLoff2); + this.pnlBioZMux.Controls.Add(this.picLeadOn); + this.pnlBioZMux.Controls.Add(this.picBioZsw1); + this.pnlBioZMux.Controls.Add(this.picBioZsw2); + this.pnlBioZMux.Controls.Add(this.picLeadBias1); + this.pnlBioZMux.Controls.Add(this.picLeadBias2); + this.pnlBioZMux.Controls.Add(this.picBioZCal1); + this.pnlBioZMux.Controls.Add(this.picBioZCal2); + this.pnlBioZMux.Location = new System.Drawing.Point(1, 2); + this.pnlBioZMux.Margin = new System.Windows.Forms.Padding(2); + this.pnlBioZMux.Name = "pnlBioZMux"; + this.pnlBioZMux.Size = new System.Drawing.Size(951, 493); + this.pnlBioZMux.TabIndex = 127; + // + // label36 + // + this.label36.AutoSize = true; + this.label36.Location = new System.Drawing.Point(814, 478); + this.label36.Name = "label36"; + this.label36.Size = new System.Drawing.Size(112, 15); + this.label36.TabIndex = 123; + this.label36.Text = "* Power-On Default"; + // + // linkLabelBioZLoad + // + this.linkLabelBioZLoad.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.linkLabelBioZLoad.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; + this.linkLabelBioZLoad.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelBioZLoad.Location = new System.Drawing.Point(427, 385); + this.linkLabelBioZLoad.Name = "linkLabelBioZLoad"; + this.linkLabelBioZLoad.Size = new System.Drawing.Size(74, 60); + this.linkLabelBioZLoad.TabIndex = 126; + this.linkLabelBioZLoad.TabStop = true; + this.linkLabelBioZLoad.Text = "Selectable Resistive Load"; + this.linkLabelBioZLoad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.linkLabelBioZLoad.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(178)))), ((int)(((byte)(169))))); + this.linkLabelBioZLoad.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelBioZLoad_LinkClicked); + // + // cboBioZCalEnVcal + // + this.cboBioZCalEnVcal.BackColor = System.Drawing.Color.White; + this.cboBioZCalEnVcal.DropDownHeight = 200; + this.cboBioZCalEnVcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCalEnVcal.DropDownWidth = 97; + this.cboBioZCalEnVcal.Location = new System.Drawing.Point(730, 259); + this.cboBioZCalEnVcal.Name = "cboBioZCalEnVcal"; + this.cboBioZCalEnVcal.Size = new System.Drawing.Size(97, 20); + this.cboBioZCalEnVcal.TabIndex = 84; + this.cboBioZCalEnVcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCalEnVcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZCalEnVcal.SelectedIndexChanged += new System.EventHandler(this.cboBioZCalEnVcal_SelectedIndexChanged); + // + // lblBmuxEnUlpLon + // + this.lblBmuxEnUlpLon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBmuxEnUlpLon.Location = new System.Drawing.Point(298, 326); + this.lblBmuxEnUlpLon.Name = "lblBmuxEnUlpLon"; + this.lblBmuxEnUlpLon.Size = new System.Drawing.Size(93, 33); + this.lblBmuxEnUlpLon.TabIndex = 125; + this.lblBmuxEnUlpLon.Text = "Lead-On Check Enable"; + // + // cboBioZCalVMode + // + this.cboBioZCalVMode.BackColor = System.Drawing.Color.White; + this.cboBioZCalVMode.DropDownHeight = 200; + this.cboBioZCalVMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCalVMode.DropDownWidth = 97; + this.cboBioZCalVMode.Location = new System.Drawing.Point(730, 298); + this.cboBioZCalVMode.Name = "cboBioZCalVMode"; + this.cboBioZCalVMode.Size = new System.Drawing.Size(97, 20); + this.cboBioZCalVMode.TabIndex = 85; + this.cboBioZCalVMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCalVMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBmuxEnUlpLon + // + this.cboBmuxEnUlpLon.BackColor = System.Drawing.Color.White; + this.cboBmuxEnUlpLon.DropDownHeight = 200; + this.cboBmuxEnUlpLon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBmuxEnUlpLon.DropDownWidth = 90; + this.cboBmuxEnUlpLon.Location = new System.Drawing.Point(302, 362); + this.cboBmuxEnUlpLon.Name = "cboBmuxEnUlpLon"; + this.cboBmuxEnUlpLon.Size = new System.Drawing.Size(90, 20); + this.cboBmuxEnUlpLon.TabIndex = 124; + this.cboBmuxEnUlpLon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBmuxEnUlpLon.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBmuxEnUlpLon.SelectedIndexChanged += new System.EventHandler(this.cboBmuxEnUlpLon_SelectedIndexChanged); + // + // cboBioZDcloffImag + // + this.cboBioZDcloffImag.BackColor = System.Drawing.Color.White; + this.cboBioZDcloffImag.DropDownHeight = 200; + this.cboBioZDcloffImag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZDcloffImag.DropDownWidth = 129; + this.cboBioZDcloffImag.Location = new System.Drawing.Point(98, 380); + this.cboBioZDcloffImag.Name = "cboBioZDcloffImag"; + this.cboBioZDcloffImag.Size = new System.Drawing.Size(129, 20); + this.cboBioZDcloffImag.TabIndex = 86; + this.cboBioZDcloffImag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZDcloffImag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZCalEnVcal + // + this.lblBioZCalEnVcal.AutoSize = true; + this.lblBioZCalEnVcal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZCalEnVcal.Location = new System.Drawing.Point(727, 241); + this.lblBioZCalEnVcal.Name = "lblBioZCalEnVcal"; + this.lblBioZCalEnVcal.Size = new System.Drawing.Size(109, 15); + this.lblBioZCalEnVcal.TabIndex = 89; + this.lblBioZCalEnVcal.Text = "Calibration Enable"; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.Location = new System.Drawing.Point(50, 478); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(361, 15); + this.label27.TabIndex = 122; + this.label27.Text = "(Options with grey background apply to both ECG and BioZ MUX.)"; + // + // lblBioZCalVMode + // + this.lblBioZCalVMode.AutoSize = true; + this.lblBioZCalVMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZCalVMode.Location = new System.Drawing.Point(727, 280); + this.lblBioZCalVMode.Name = "lblBioZCalVMode"; + this.lblBioZCalVMode.Size = new System.Drawing.Size(91, 15); + this.lblBioZCalVMode.TabIndex = 90; + this.lblBioZCalVMode.Text = "Mode Selection"; + // + // cboBioZBmuxCalnSel + // + this.cboBioZBmuxCalnSel.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxCalnSel.DropDownHeight = 200; + this.cboBioZBmuxCalnSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxCalnSel.DropDownWidth = 95; + this.cboBioZBmuxCalnSel.Location = new System.Drawing.Point(730, 116); + this.cboBioZBmuxCalnSel.Name = "cboBioZBmuxCalnSel"; + this.cboBioZBmuxCalnSel.Size = new System.Drawing.Size(95, 21); + this.cboBioZBmuxCalnSel.TabIndex = 121; + this.cboBioZBmuxCalnSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxCalnSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZBmuxCalnSel.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxCalnSel_SelectedIndexChanged); + // + // lblBioZDcloffImag + // + this.lblBioZDcloffImag.AutoSize = true; + this.lblBioZDcloffImag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZDcloffImag.Location = new System.Drawing.Point(95, 362); + this.lblBioZDcloffImag.Name = "lblBioZDcloffImag"; + this.lblBioZDcloffImag.Size = new System.Drawing.Size(108, 15); + this.lblBioZDcloffImag.TabIndex = 91; + this.lblBioZDcloffImag.Text = "Current Magnitude"; + // + // lblBioZBmuxCalnSel + // + this.lblBioZBmuxCalnSel.AutoSize = true; + this.lblBioZBmuxCalnSel.BackColor = System.Drawing.Color.White; + this.lblBioZBmuxCalnSel.Location = new System.Drawing.Point(727, 97); + this.lblBioZBmuxCalnSel.Name = "lblBioZBmuxCalnSel"; + this.lblBioZBmuxCalnSel.Size = new System.Drawing.Size(90, 15); + this.lblBioZBmuxCalnSel.TabIndex = 120; + this.lblBioZBmuxCalnSel.Text = "BIN Calibration"; + // + // cboBioZCalVmag + // + this.cboBioZCalVmag.BackColor = System.Drawing.Color.White; + this.cboBioZCalVmag.DropDownHeight = 200; + this.cboBioZCalVmag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCalVmag.DropDownWidth = 97; + this.cboBioZCalVmag.Location = new System.Drawing.Point(730, 339); + this.cboBioZCalVmag.Name = "cboBioZCalVmag"; + this.cboBioZCalVmag.Size = new System.Drawing.Size(97, 21); + this.cboBioZCalVmag.TabIndex = 92; + this.cboBioZCalVmag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCalVmag.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZBmuxCalpSel + // + this.cboBioZBmuxCalpSel.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxCalpSel.DropDownHeight = 200; + this.cboBioZBmuxCalpSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxCalpSel.DropDownWidth = 95; + this.cboBioZBmuxCalpSel.Location = new System.Drawing.Point(730, 73); + this.cboBioZBmuxCalpSel.Name = "cboBioZBmuxCalpSel"; + this.cboBioZBmuxCalpSel.Size = new System.Drawing.Size(95, 21); + this.cboBioZBmuxCalpSel.TabIndex = 119; + this.cboBioZBmuxCalpSel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxCalpSel.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZBmuxCalpSel.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxCalpSel_SelectedIndexChanged); + // + // cboBioZCalFifty + // + this.cboBioZCalFifty.BackColor = System.Drawing.Color.White; + this.cboBioZCalFifty.DropDownHeight = 200; + this.cboBioZCalFifty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCalFifty.DropDownWidth = 95; + this.cboBioZCalFifty.Location = new System.Drawing.Point(730, 421); + this.cboBioZCalFifty.Name = "cboBioZCalFifty"; + this.cboBioZCalFifty.Size = new System.Drawing.Size(95, 21); + this.cboBioZCalFifty.TabIndex = 93; + this.cboBioZCalFifty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCalFifty.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZBmuxCalpSel + // + this.lblBioZBmuxCalpSel.AutoSize = true; + this.lblBioZBmuxCalpSel.BackColor = System.Drawing.Color.White; + this.lblBioZBmuxCalpSel.Location = new System.Drawing.Point(727, 54); + this.lblBioZBmuxCalpSel.Name = "lblBioZBmuxCalpSel"; + this.lblBioZBmuxCalpSel.Size = new System.Drawing.Size(89, 15); + this.lblBioZBmuxCalpSel.TabIndex = 118; + this.lblBioZBmuxCalpSel.Text = "BIP Calibration"; + // + // cboBioZCalThigh + // + this.cboBioZCalThigh.BackColor = System.Drawing.Color.White; + this.cboBioZCalThigh.DropDownHeight = 200; + this.cboBioZCalThigh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCalThigh.DropDownWidth = 72; + this.cboBioZCalThigh.Location = new System.Drawing.Point(831, 421); + this.cboBioZCalThigh.Name = "cboBioZCalThigh"; + this.cboBioZCalThigh.Size = new System.Drawing.Size(72, 21); + this.cboBioZCalThigh.TabIndex = 94; + this.cboBioZCalThigh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCalThigh.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZRbiasn + // + this.cboBioZRbiasn.BackColor = System.Drawing.Color.White; + this.cboBioZRbiasn.DropDownHeight = 200; + this.cboBioZRbiasn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZRbiasn.DropDownWidth = 116; + this.cboBioZRbiasn.Location = new System.Drawing.Point(554, 423); + this.cboBioZRbiasn.Name = "cboBioZRbiasn"; + this.cboBioZRbiasn.Size = new System.Drawing.Size(116, 20); + this.cboBioZRbiasn.TabIndex = 117; + this.cboBioZRbiasn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZRbiasn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZRbiasn.SelectedIndexChanged += new System.EventHandler(this.cboBioZRbiasn_SelectedIndexChanged); + // + // cboBioZCalFcal + // + this.cboBioZCalFcal.BackColor = System.Drawing.Color.White; + this.cboBioZCalFcal.DropDownHeight = 200; + this.cboBioZCalFcal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZCalFcal.DropDownWidth = 163; + this.cboBioZCalFcal.Location = new System.Drawing.Point(730, 379); + this.cboBioZCalFcal.Name = "cboBioZCalFcal"; + this.cboBioZCalFcal.Size = new System.Drawing.Size(163, 21); + this.cboBioZCalFcal.TabIndex = 95; + this.cboBioZCalFcal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZCalFcal.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZRbiasn + // + this.lblBioZRbiasn.AutoSize = true; + this.lblBioZRbiasn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZRbiasn.Location = new System.Drawing.Point(551, 405); + this.lblBioZRbiasn.Name = "lblBioZRbiasn"; + this.lblBioZRbiasn.Size = new System.Drawing.Size(133, 15); + this.lblBioZRbiasn.TabIndex = 116; + this.lblBioZRbiasn.Text = "Neg. Input Bias Enable"; + // + // lblBioZCalFifty + // + this.lblBioZCalFifty.AutoSize = true; + this.lblBioZCalFifty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZCalFifty.Location = new System.Drawing.Point(727, 403); + this.lblBioZCalFifty.Name = "lblBioZCalFifty"; + this.lblBioZCalFifty.Size = new System.Drawing.Size(64, 15); + this.lblBioZCalFifty.TabIndex = 96; + this.lblBioZCalFifty.Text = "Duty Cycle"; + // + // cboBioZRbiasp + // + this.cboBioZRbiasp.BackColor = System.Drawing.Color.White; + this.cboBioZRbiasp.DropDownHeight = 200; + this.cboBioZRbiasp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZRbiasp.DropDownWidth = 116; + this.cboBioZRbiasp.Location = new System.Drawing.Point(554, 380); + this.cboBioZRbiasp.Name = "cboBioZRbiasp"; + this.cboBioZRbiasp.Size = new System.Drawing.Size(116, 20); + this.cboBioZRbiasp.TabIndex = 115; + this.cboBioZRbiasp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZRbiasp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZRbiasp.SelectedIndexChanged += new System.EventHandler(this.cboBioZRbiasp_SelectedIndexChanged); + // + // lblBioZCalThigh + // + this.lblBioZCalThigh.AutoSize = true; + this.lblBioZCalThigh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZCalThigh.Location = new System.Drawing.Point(828, 403); + this.lblBioZCalThigh.Name = "lblBioZCalThigh"; + this.lblBioZCalThigh.Size = new System.Drawing.Size(64, 15); + this.lblBioZCalThigh.TabIndex = 97; + this.lblBioZCalThigh.Text = "Time High"; + // + // lblBioZRbiasp + // + this.lblBioZRbiasp.AutoSize = true; + this.lblBioZRbiasp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZRbiasp.Location = new System.Drawing.Point(552, 362); + this.lblBioZRbiasp.Name = "lblBioZRbiasp"; + this.lblBioZRbiasp.Size = new System.Drawing.Size(147, 15); + this.lblBioZRbiasp.TabIndex = 114; + this.lblBioZRbiasp.Text = "Postive Input Bias Enable"; + // + // lblBioZCalFcal + // + this.lblBioZCalFcal.AutoSize = true; + this.lblBioZCalFcal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZCalFcal.Location = new System.Drawing.Point(727, 362); + this.lblBioZCalFcal.Name = "lblBioZCalFcal"; + this.lblBioZCalFcal.Size = new System.Drawing.Size(64, 15); + this.lblBioZCalFcal.TabIndex = 98; + this.lblBioZCalFcal.Text = "Frequency"; + // + // cboBioZRbiasv + // + this.cboBioZRbiasv.BackColor = System.Drawing.Color.White; + this.cboBioZRbiasv.DropDownHeight = 200; + this.cboBioZRbiasv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZRbiasv.DropDownWidth = 116; + this.cboBioZRbiasv.Location = new System.Drawing.Point(554, 339); + this.cboBioZRbiasv.Name = "cboBioZRbiasv"; + this.cboBioZRbiasv.Size = new System.Drawing.Size(116, 20); + this.cboBioZRbiasv.TabIndex = 113; + this.cboBioZRbiasv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZRbiasv.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZCalVmag + // + this.lblBioZCalVmag.AutoSize = true; + this.lblBioZCalVmag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZCalVmag.Location = new System.Drawing.Point(727, 321); + this.lblBioZCalVmag.Name = "lblBioZCalVmag"; + this.lblBioZCalVmag.Size = new System.Drawing.Size(47, 15); + this.lblBioZCalVmag.TabIndex = 99; + this.lblBioZCalVmag.Text = "Voltage"; + // + // lblBioZRbiasv + // + this.lblBioZRbiasv.AutoSize = true; + this.lblBioZRbiasv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZRbiasv.Location = new System.Drawing.Point(551, 321); + this.lblBioZRbiasv.Name = "lblBioZRbiasv"; + this.lblBioZRbiasv.Size = new System.Drawing.Size(119, 15); + this.lblBioZRbiasv.TabIndex = 112; + this.lblBioZRbiasv.Text = "Resistive Bias Value"; + // + // lblBioZBmuxOpenp + // + this.lblBioZBmuxOpenp.AutoSize = true; + this.lblBioZBmuxOpenp.BackColor = System.Drawing.Color.White; + this.lblBioZBmuxOpenp.Location = new System.Drawing.Point(420, 100); + this.lblBioZBmuxOpenp.Name = "lblBioZBmuxOpenp"; + this.lblBioZBmuxOpenp.Size = new System.Drawing.Size(65, 15); + this.lblBioZBmuxOpenp.TabIndex = 100; + this.lblBioZBmuxOpenp.Text = "BIP Switch"; + // + // cboBioZEnRbias + // + this.cboBioZEnRbias.BackColor = System.Drawing.Color.White; + this.cboBioZEnRbias.DropDownHeight = 200; + this.cboBioZEnRbias.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZEnRbias.DropDownWidth = 87; + this.cboBioZEnRbias.Location = new System.Drawing.Point(553, 81); + this.cboBioZEnRbias.Name = "cboBioZEnRbias"; + this.cboBioZEnRbias.Size = new System.Drawing.Size(87, 20); + this.cboBioZEnRbias.TabIndex = 111; + this.cboBioZEnRbias.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZEnRbias.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZEnRbias.SelectedIndexChanged += new System.EventHandler(this.cboBioZEnRbias_SelectedIndexChanged); + // + // lblBioZBmuxOpenn + // + this.lblBioZBmuxOpenn.AutoSize = true; + this.lblBioZBmuxOpenn.BackColor = System.Drawing.Color.White; + this.lblBioZBmuxOpenn.ForeColor = System.Drawing.Color.Black; + this.lblBioZBmuxOpenn.Location = new System.Drawing.Point(420, 247); + this.lblBioZBmuxOpenn.Name = "lblBioZBmuxOpenn"; + this.lblBioZBmuxOpenn.Size = new System.Drawing.Size(66, 15); + this.lblBioZBmuxOpenn.TabIndex = 101; + this.lblBioZBmuxOpenn.Text = "BIN Switch"; + // + // lblBioZEnRbias + // + this.lblBioZEnRbias.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZEnRbias.Location = new System.Drawing.Point(551, 48); + this.lblBioZEnRbias.Name = "lblBioZEnRbias"; + this.lblBioZEnRbias.Size = new System.Drawing.Size(104, 30); + this.lblBioZEnRbias.TabIndex = 110; + this.lblBioZEnRbias.Text = "Resistive Lead Bias Enable"; + // + // cboBioZBmuxOpenp + // + this.cboBioZBmuxOpenp.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxOpenp.DropDownHeight = 200; + this.cboBioZBmuxOpenp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxOpenp.DropDownWidth = 101; + this.cboBioZBmuxOpenp.Location = new System.Drawing.Point(420, 118); + this.cboBioZBmuxOpenp.Name = "cboBioZBmuxOpenp"; + this.cboBioZBmuxOpenp.Size = new System.Drawing.Size(101, 21); + this.cboBioZBmuxOpenp.TabIndex = 102; + this.cboBioZBmuxOpenp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxOpenp.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZBmuxOpenp.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxOpenp_SelectedIndexChanged); + // + // lblBioZDcloffVth + // + this.lblBioZDcloffVth.AutoSize = true; + this.lblBioZDcloffVth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZDcloffVth.Location = new System.Drawing.Point(95, 405); + this.lblBioZDcloffVth.Name = "lblBioZDcloffVth"; + this.lblBioZDcloffVth.Size = new System.Drawing.Size(106, 15); + this.lblBioZDcloffVth.TabIndex = 109; + this.lblBioZDcloffVth.Text = "Voltage Threshold"; + // + // cboBioZBmuxOpenn + // + this.cboBioZBmuxOpenn.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxOpenn.DropDownHeight = 200; + this.cboBioZBmuxOpenn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxOpenn.DropDownWidth = 101; + this.cboBioZBmuxOpenn.Location = new System.Drawing.Point(420, 264); + this.cboBioZBmuxOpenn.Name = "cboBioZBmuxOpenn"; + this.cboBioZBmuxOpenn.Size = new System.Drawing.Size(101, 21); + this.cboBioZBmuxOpenn.TabIndex = 103; + this.cboBioZBmuxOpenn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxOpenn.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZBmuxOpenn.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxOpenn_SelectedIndexChanged); + // + // cboBioZDcloffVth + // + this.cboBioZDcloffVth.BackColor = System.Drawing.Color.White; + this.cboBioZDcloffVth.DropDownHeight = 200; + this.cboBioZDcloffVth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZDcloffVth.DropDownWidth = 129; + this.cboBioZDcloffVth.Location = new System.Drawing.Point(98, 423); + this.cboBioZDcloffVth.Name = "cboBioZDcloffVth"; + this.cboBioZDcloffVth.Size = new System.Drawing.Size(129, 20); + this.cboBioZDcloffVth.TabIndex = 108; + this.cboBioZDcloffVth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZDcloffVth.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZEnDcloff + // + this.lblBioZEnDcloff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZEnDcloff.Location = new System.Drawing.Point(95, 48); + this.lblBioZEnDcloff.Name = "lblBioZEnDcloff"; + this.lblBioZEnDcloff.Size = new System.Drawing.Size(94, 30); + this.lblBioZEnDcloff.TabIndex = 104; + this.lblBioZEnDcloff.Text = "Lead-Off Detection"; + // + // cboBioZDcloffIpol + // + this.cboBioZDcloffIpol.BackColor = System.Drawing.Color.White; + this.cboBioZDcloffIpol.DropDownHeight = 200; + this.cboBioZDcloffIpol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZDcloffIpol.DropDownWidth = 172; + this.cboBioZDcloffIpol.Location = new System.Drawing.Point(98, 339); + this.cboBioZDcloffIpol.Name = "cboBioZDcloffIpol"; + this.cboBioZDcloffIpol.Size = new System.Drawing.Size(172, 20); + this.cboBioZDcloffIpol.TabIndex = 107; + this.cboBioZDcloffIpol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZDcloffIpol.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZDcloffIpol.SelectedIndexChanged += new System.EventHandler(this.cboBioZDcloffIpol_SelectedIndexChanged); + // + // cboBioZEnDcloff + // + this.cboBioZEnDcloff.BackColor = System.Drawing.Color.White; + this.cboBioZEnDcloff.DropDownHeight = 200; + this.cboBioZEnDcloff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZEnDcloff.DropDownWidth = 90; + this.cboBioZEnDcloff.Location = new System.Drawing.Point(98, 81); + this.cboBioZEnDcloff.Name = "cboBioZEnDcloff"; + this.cboBioZEnDcloff.Size = new System.Drawing.Size(90, 20); + this.cboBioZEnDcloff.TabIndex = 105; + this.cboBioZEnDcloff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZEnDcloff.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZEnDcloff.SelectedIndexChanged += new System.EventHandler(this.cboBioZEnDcloff_SelectedIndexChanged); + // + // lblBioZDcloffIpol + // + this.lblBioZDcloffIpol.AutoSize = true; + this.lblBioZDcloffIpol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); + this.lblBioZDcloffIpol.Location = new System.Drawing.Point(95, 321); + this.lblBioZDcloffIpol.Name = "lblBioZDcloffIpol"; + this.lblBioZDcloffIpol.Size = new System.Drawing.Size(91, 15); + this.lblBioZDcloffIpol.TabIndex = 106; + this.lblBioZDcloffIpol.Text = "Current Polarity"; + // + // pictureBox2 + // + this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill; + this.pictureBox2.Image = global::HealthSensorPlatform.Properties.Resources.bioz_input_mux1; + this.pictureBox2.Location = new System.Drawing.Point(0, 0); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(0); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(951, 493); + this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.pictureBox2.TabIndex = 83; + this.pictureBox2.TabStop = false; + // + // picLoff1 + // + this.picLoff1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picLoff1.Location = new System.Drawing.Point(0, 0); + this.picLoff1.Margin = new System.Windows.Forms.Padding(0); + this.picLoff1.Name = "picLoff1"; + this.picLoff1.Size = new System.Drawing.Size(951, 493); + this.picLoff1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picLoff1.TabIndex = 127; + this.picLoff1.TabStop = false; + // + // picLoff2 + // + this.picLoff2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picLoff2.Location = new System.Drawing.Point(0, 0); + this.picLoff2.Margin = new System.Windows.Forms.Padding(0); + this.picLoff2.Name = "picLoff2"; + this.picLoff2.Size = new System.Drawing.Size(951, 493); + this.picLoff2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picLoff2.TabIndex = 128; + this.picLoff2.TabStop = false; + // + // picLeadOn + // + this.picLeadOn.Dock = System.Windows.Forms.DockStyle.Fill; + this.picLeadOn.Location = new System.Drawing.Point(0, 0); + this.picLeadOn.Margin = new System.Windows.Forms.Padding(0); + this.picLeadOn.Name = "picLeadOn"; + this.picLeadOn.Size = new System.Drawing.Size(951, 493); + this.picLeadOn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picLeadOn.TabIndex = 129; + this.picLeadOn.TabStop = false; + // + // picBioZsw1 + // + this.picBioZsw1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZsw1.Location = new System.Drawing.Point(0, 0); + this.picBioZsw1.Margin = new System.Windows.Forms.Padding(0); + this.picBioZsw1.Name = "picBioZsw1"; + this.picBioZsw1.Size = new System.Drawing.Size(951, 493); + this.picBioZsw1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZsw1.TabIndex = 130; + this.picBioZsw1.TabStop = false; + // + // picBioZsw2 + // + this.picBioZsw2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZsw2.Location = new System.Drawing.Point(0, 0); + this.picBioZsw2.Margin = new System.Windows.Forms.Padding(0); + this.picBioZsw2.Name = "picBioZsw2"; + this.picBioZsw2.Size = new System.Drawing.Size(951, 493); + this.picBioZsw2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZsw2.TabIndex = 131; + this.picBioZsw2.TabStop = false; + // + // picLeadBias1 + // + this.picLeadBias1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picLeadBias1.Location = new System.Drawing.Point(0, 0); + this.picLeadBias1.Margin = new System.Windows.Forms.Padding(0); + this.picLeadBias1.Name = "picLeadBias1"; + this.picLeadBias1.Size = new System.Drawing.Size(951, 493); + this.picLeadBias1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picLeadBias1.TabIndex = 132; + this.picLeadBias1.TabStop = false; + // + // picLeadBias2 + // + this.picLeadBias2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picLeadBias2.Location = new System.Drawing.Point(0, 0); + this.picLeadBias2.Margin = new System.Windows.Forms.Padding(0); + this.picLeadBias2.Name = "picLeadBias2"; + this.picLeadBias2.Size = new System.Drawing.Size(951, 493); + this.picLeadBias2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picLeadBias2.TabIndex = 133; + this.picLeadBias2.TabStop = false; + // + // picBioZCal1 + // + this.picBioZCal1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZCal1.Location = new System.Drawing.Point(0, 0); + this.picBioZCal1.Margin = new System.Windows.Forms.Padding(0); + this.picBioZCal1.Name = "picBioZCal1"; + this.picBioZCal1.Size = new System.Drawing.Size(951, 493); + this.picBioZCal1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZCal1.TabIndex = 134; + this.picBioZCal1.TabStop = false; + // + // picBioZCal2 + // + this.picBioZCal2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZCal2.Location = new System.Drawing.Point(0, 0); + this.picBioZCal2.Margin = new System.Windows.Forms.Padding(0); + this.picBioZCal2.Name = "picBioZCal2"; + this.picBioZCal2.Size = new System.Drawing.Size(951, 493); + this.picBioZCal2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZCal2.TabIndex = 135; + this.picBioZCal2.TabStop = false; + // + // tpMAX30001BioZLoad + // + this.tpMAX30001BioZLoad.Controls.Add(this.pnlBioZLoad); + this.tpMAX30001BioZLoad.Location = new System.Drawing.Point(4, 26); + this.tpMAX30001BioZLoad.Name = "tpMAX30001BioZLoad"; + this.tpMAX30001BioZLoad.Size = new System.Drawing.Size(953, 606); + this.tpMAX30001BioZLoad.TabIndex = 18; + this.tpMAX30001BioZLoad.Text = "BioZ Load"; + this.tpMAX30001BioZLoad.UseVisualStyleBackColor = true; + // + // pnlBioZLoad + // + this.pnlBioZLoad.Controls.Add(this.label37); + this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxEnBist); + this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxRnom); + this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxRmod); + this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxRnom); + this.pnlBioZLoad.Controls.Add(this.lblBioZBmuxFbist); + this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxFbist); + this.pnlBioZLoad.Controls.Add(this.label33); + this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxRmod); + this.pnlBioZLoad.Controls.Add(this.cboBioZBmuxEnBist); + this.pnlBioZLoad.Controls.Add(this.picBioZLoad); + this.pnlBioZLoad.Controls.Add(this.picBioZLloff1); + this.pnlBioZLoad.Controls.Add(this.picBioZLloff2); + this.pnlBioZLoad.Controls.Add(this.picBioZLlon); + this.pnlBioZLoad.Controls.Add(this.picBioZLsw1); + this.pnlBioZLoad.Controls.Add(this.picBioZLlb2); + this.pnlBioZLoad.Controls.Add(this.picBioZLcal2); + this.pnlBioZLoad.Controls.Add(this.picBioZLcal1); + this.pnlBioZLoad.Controls.Add(this.picBioZLlb1); + this.pnlBioZLoad.Controls.Add(this.picBioZLsw2); + this.pnlBioZLoad.Controls.Add(this.picBioZLresload); + this.pnlBioZLoad.Location = new System.Drawing.Point(2, 2); + this.pnlBioZLoad.Margin = new System.Windows.Forms.Padding(2); + this.pnlBioZLoad.Name = "pnlBioZLoad"; + this.pnlBioZLoad.Size = new System.Drawing.Size(946, 535); + this.pnlBioZLoad.TabIndex = 110; + // + // label37 + // + this.label37.AutoSize = true; + this.label37.Location = new System.Drawing.Point(826, 508); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(112, 15); + this.label37.TabIndex = 109; + this.label37.Text = "* Power-On Default"; + // + // lblBioZBmuxEnBist + // + this.lblBioZBmuxEnBist.AutoSize = true; + this.lblBioZBmuxEnBist.Location = new System.Drawing.Point(264, 361); + this.lblBioZBmuxEnBist.Name = "lblBioZBmuxEnBist"; + this.lblBioZBmuxEnBist.Size = new System.Drawing.Size(114, 15); + this.lblBioZBmuxEnBist.TabIndex = 0; + this.lblBioZBmuxEnBist.Text = "RMOD BIST Enable"; + // + // cboBioZBmuxRnom + // + this.cboBioZBmuxRnom.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxRnom.DropDownHeight = 200; + this.cboBioZBmuxRnom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxRnom.DropDownWidth = 110; + this.cboBioZBmuxRnom.Location = new System.Drawing.Point(267, 427); + this.cboBioZBmuxRnom.Name = "cboBioZBmuxRnom"; + this.cboBioZBmuxRnom.Size = new System.Drawing.Size(110, 21); + this.cboBioZBmuxRnom.TabIndex = 108; + this.cboBioZBmuxRnom.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxRnom.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblBioZBmuxRmod + // + this.lblBioZBmuxRmod.AutoSize = true; + this.lblBioZBmuxRmod.Location = new System.Drawing.Point(505, 361); + this.lblBioZBmuxRmod.Name = "lblBioZBmuxRmod"; + this.lblBioZBmuxRmod.Size = new System.Drawing.Size(130, 15); + this.lblBioZBmuxRmod.TabIndex = 1; + this.lblBioZBmuxRmod.Text = "Modulated Resistance"; + // + // lblBioZBmuxRnom + // + this.lblBioZBmuxRnom.AutoSize = true; + this.lblBioZBmuxRnom.Location = new System.Drawing.Point(264, 409); + this.lblBioZBmuxRnom.Name = "lblBioZBmuxRnom"; + this.lblBioZBmuxRnom.Size = new System.Drawing.Size(120, 15); + this.lblBioZBmuxRnom.TabIndex = 107; + this.lblBioZBmuxRnom.Text = "Nominal Resistance"; + // + // lblBioZBmuxFbist + // + this.lblBioZBmuxFbist.AutoSize = true; + this.lblBioZBmuxFbist.Location = new System.Drawing.Point(505, 409); + this.lblBioZBmuxFbist.Name = "lblBioZBmuxFbist"; + this.lblBioZBmuxFbist.Size = new System.Drawing.Size(64, 15); + this.lblBioZBmuxFbist.TabIndex = 2; + this.lblBioZBmuxFbist.Text = "Frequency"; + // + // cboBioZBmuxFbist + // + this.cboBioZBmuxFbist.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxFbist.DropDownHeight = 200; + this.cboBioZBmuxFbist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxFbist.DropDownWidth = 171; + this.cboBioZBmuxFbist.Location = new System.Drawing.Point(508, 427); + this.cboBioZBmuxFbist.Name = "cboBioZBmuxFbist"; + this.cboBioZBmuxFbist.Size = new System.Drawing.Size(171, 21); + this.cboBioZBmuxFbist.TabIndex = 105; + this.cboBioZBmuxFbist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxFbist.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // label33 + // + this.label33.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label33.Location = new System.Drawing.Point(306, 469); + this.label33.Name = "label33"; + this.label33.Size = new System.Drawing.Size(309, 19); + this.label33.TabIndex = 3; + this.label33.Text = "Modulated Resistance Built-In-Self-Test (RMOD BIST)"; + // + // cboBioZBmuxRmod + // + this.cboBioZBmuxRmod.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxRmod.DropDownHeight = 200; + this.cboBioZBmuxRmod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxRmod.DropDownWidth = 171; + this.cboBioZBmuxRmod.Location = new System.Drawing.Point(508, 379); + this.cboBioZBmuxRmod.Name = "cboBioZBmuxRmod"; + this.cboBioZBmuxRmod.Size = new System.Drawing.Size(171, 21); + this.cboBioZBmuxRmod.TabIndex = 104; + this.cboBioZBmuxRmod.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxRmod.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // cboBioZBmuxEnBist + // + this.cboBioZBmuxEnBist.BackColor = System.Drawing.Color.White; + this.cboBioZBmuxEnBist.DropDownHeight = 200; + this.cboBioZBmuxEnBist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboBioZBmuxEnBist.DropDownWidth = 110; + this.cboBioZBmuxEnBist.Location = new System.Drawing.Point(267, 379); + this.cboBioZBmuxEnBist.Name = "cboBioZBmuxEnBist"; + this.cboBioZBmuxEnBist.Size = new System.Drawing.Size(110, 21); + this.cboBioZBmuxEnBist.TabIndex = 103; + this.cboBioZBmuxEnBist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboBioZBmuxEnBist.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboBioZBmuxEnBist.SelectedIndexChanged += new System.EventHandler(this.cboBioZBmuxEnBist_SelectedIndexChanged); + // + // picBioZLoad + // + this.picBioZLoad.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLoad.Image = global::HealthSensorPlatform.Properties.Resources.bioz_loadrz; + this.picBioZLoad.Location = new System.Drawing.Point(0, 0); + this.picBioZLoad.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLoad.Name = "picBioZLoad"; + this.picBioZLoad.Size = new System.Drawing.Size(946, 535); + this.picBioZLoad.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLoad.TabIndex = 106; + this.picBioZLoad.TabStop = false; + // + // picBioZLloff1 + // + this.picBioZLloff1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLloff1.Location = new System.Drawing.Point(0, 0); + this.picBioZLloff1.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLloff1.Name = "picBioZLloff1"; + this.picBioZLloff1.Size = new System.Drawing.Size(946, 535); + this.picBioZLloff1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLloff1.TabIndex = 110; + this.picBioZLloff1.TabStop = false; + // + // picBioZLloff2 + // + this.picBioZLloff2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLloff2.Location = new System.Drawing.Point(0, 0); + this.picBioZLloff2.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLloff2.Name = "picBioZLloff2"; + this.picBioZLloff2.Size = new System.Drawing.Size(946, 535); + this.picBioZLloff2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLloff2.TabIndex = 111; + this.picBioZLloff2.TabStop = false; + // + // picBioZLlon + // + this.picBioZLlon.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLlon.Location = new System.Drawing.Point(0, 0); + this.picBioZLlon.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLlon.Name = "picBioZLlon"; + this.picBioZLlon.Size = new System.Drawing.Size(946, 535); + this.picBioZLlon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLlon.TabIndex = 112; + this.picBioZLlon.TabStop = false; + // + // picBioZLsw1 + // + this.picBioZLsw1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLsw1.Location = new System.Drawing.Point(0, 0); + this.picBioZLsw1.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLsw1.Name = "picBioZLsw1"; + this.picBioZLsw1.Size = new System.Drawing.Size(946, 535); + this.picBioZLsw1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLsw1.TabIndex = 113; + this.picBioZLsw1.TabStop = false; + // + // picBioZLlb2 + // + this.picBioZLlb2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLlb2.Location = new System.Drawing.Point(0, 0); + this.picBioZLlb2.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLlb2.Name = "picBioZLlb2"; + this.picBioZLlb2.Size = new System.Drawing.Size(946, 535); + this.picBioZLlb2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLlb2.TabIndex = 117; + this.picBioZLlb2.TabStop = false; + // + // picBioZLcal2 + // + this.picBioZLcal2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLcal2.Location = new System.Drawing.Point(0, 0); + this.picBioZLcal2.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLcal2.Name = "picBioZLcal2"; + this.picBioZLcal2.Size = new System.Drawing.Size(946, 535); + this.picBioZLcal2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLcal2.TabIndex = 118; + this.picBioZLcal2.TabStop = false; + // + // picBioZLcal1 + // + this.picBioZLcal1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLcal1.Location = new System.Drawing.Point(0, 0); + this.picBioZLcal1.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLcal1.Name = "picBioZLcal1"; + this.picBioZLcal1.Size = new System.Drawing.Size(946, 535); + this.picBioZLcal1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLcal1.TabIndex = 116; + this.picBioZLcal1.TabStop = false; + // + // picBioZLlb1 + // + this.picBioZLlb1.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLlb1.Location = new System.Drawing.Point(0, 0); + this.picBioZLlb1.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLlb1.Name = "picBioZLlb1"; + this.picBioZLlb1.Size = new System.Drawing.Size(946, 535); + this.picBioZLlb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLlb1.TabIndex = 115; + this.picBioZLlb1.TabStop = false; + // + // picBioZLsw2 + // + this.picBioZLsw2.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLsw2.Location = new System.Drawing.Point(0, 0); + this.picBioZLsw2.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLsw2.Name = "picBioZLsw2"; + this.picBioZLsw2.Size = new System.Drawing.Size(946, 535); + this.picBioZLsw2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLsw2.TabIndex = 114; + this.picBioZLsw2.TabStop = false; + // + // picBioZLresload + // + this.picBioZLresload.Dock = System.Windows.Forms.DockStyle.Fill; + this.picBioZLresload.Location = new System.Drawing.Point(0, 0); + this.picBioZLresload.Margin = new System.Windows.Forms.Padding(0); + this.picBioZLresload.Name = "picBioZLresload"; + this.picBioZLresload.Size = new System.Drawing.Size(946, 535); + this.picBioZLresload.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picBioZLresload.TabIndex = 119; + this.picBioZLresload.TabStop = false; + // + // tpMAX30001Pace + // + this.tpMAX30001Pace.Controls.Add(this.pnlPace); + this.tpMAX30001Pace.Location = new System.Drawing.Point(4, 26); + this.tpMAX30001Pace.Name = "tpMAX30001Pace"; + this.tpMAX30001Pace.Size = new System.Drawing.Size(953, 606); + this.tpMAX30001Pace.TabIndex = 16; + this.tpMAX30001Pace.Text = "Pace Channel"; + this.tpMAX30001Pace.UseVisualStyleBackColor = true; + // + // pnlPace + // + this.pnlPace.Controls.Add(this.label38); + this.pnlPace.Controls.Add(this.cboPaceAnalogHpf); + this.pnlPace.Controls.Add(this.label35); + this.pnlPace.Controls.Add(this.lblPaceAnalogHpf); + this.pnlPace.Controls.Add(this.cboPaceDetectorNegativeThreshold); + this.pnlPace.Controls.Add(this.lblPaceBufferBandwidth); + this.pnlPace.Controls.Add(this.cboPaceDetectorPostiveThreshold); + this.pnlPace.Controls.Add(this.lblPaceSignalSelection); + this.pnlPace.Controls.Add(this.cboPaceDifferentiatorMode); + this.pnlPace.Controls.Add(this.lblPaceInputPolarity); + this.pnlPace.Controls.Add(this.cboPaceChannelGain); + this.pnlPace.Controls.Add(this.lblPaceChannelGain); + this.pnlPace.Controls.Add(this.cboPaceInputPolarity); + this.pnlPace.Controls.Add(this.lblPaceDifferentiatorMode); + this.pnlPace.Controls.Add(this.cboPaceSignalSelection); + this.pnlPace.Controls.Add(this.lblPaceDetectorPostiveThreshold); + this.pnlPace.Controls.Add(this.cboPaceBufferBandwidth); + this.pnlPace.Controls.Add(this.lblPaceDetectorNegativeThreshold); + this.pnlPace.Controls.Add(this.picPaceChannel); + this.pnlPace.Location = new System.Drawing.Point(2, 2); + this.pnlPace.Margin = new System.Windows.Forms.Padding(2); + this.pnlPace.Name = "pnlPace"; + this.pnlPace.Size = new System.Drawing.Size(946, 473); + this.pnlPace.TabIndex = 48; + // + // label38 + // + this.label38.AutoSize = true; + this.label38.Location = new System.Drawing.Point(822, 288); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(112, 15); + this.label38.TabIndex = 47; + this.label38.Text = "* Power-On Default"; + // + // cboPaceAnalogHpf + // + this.cboPaceAnalogHpf.BackColor = System.Drawing.Color.White; + this.cboPaceAnalogHpf.DropDownHeight = 200; + this.cboPaceAnalogHpf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceAnalogHpf.DropDownWidth = 95; + this.cboPaceAnalogHpf.Location = new System.Drawing.Point(115, 396); + this.cboPaceAnalogHpf.Name = "cboPaceAnalogHpf"; + this.cboPaceAnalogHpf.Size = new System.Drawing.Size(95, 21); + this.cboPaceAnalogHpf.TabIndex = 16; + this.cboPaceAnalogHpf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceAnalogHpf.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // label35 + // + this.label35.Location = new System.Drawing.Point(71, 311); + this.label35.Name = "label35"; + this.label35.Size = new System.Drawing.Size(50, 52); + this.label35.TabIndex = 32; + this.label35.Text = "BioZ Input MUX"; + this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // lblPaceAnalogHpf + // + this.lblPaceAnalogHpf.AutoSize = true; + this.lblPaceAnalogHpf.Location = new System.Drawing.Point(112, 378); + this.lblPaceAnalogHpf.Name = "lblPaceAnalogHpf"; + this.lblPaceAnalogHpf.Size = new System.Drawing.Size(107, 15); + this.lblPaceAnalogHpf.TabIndex = 17; + this.lblPaceAnalogHpf.Text = "Analog HPF Cutoff"; + // + // cboPaceDetectorNegativeThreshold + // + this.cboPaceDetectorNegativeThreshold.BackColor = System.Drawing.Color.White; + this.cboPaceDetectorNegativeThreshold.DropDownHeight = 200; + this.cboPaceDetectorNegativeThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceDetectorNegativeThreshold.DropDownWidth = 132; + this.cboPaceDetectorNegativeThreshold.Location = new System.Drawing.Point(770, 250); + this.cboPaceDetectorNegativeThreshold.Name = "cboPaceDetectorNegativeThreshold"; + this.cboPaceDetectorNegativeThreshold.Size = new System.Drawing.Size(132, 21); + this.cboPaceDetectorNegativeThreshold.TabIndex = 31; + this.cboPaceDetectorNegativeThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceDetectorNegativeThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceBufferBandwidth + // + this.lblPaceBufferBandwidth.AutoSize = true; + this.lblPaceBufferBandwidth.Location = new System.Drawing.Point(50, 126); + this.lblPaceBufferBandwidth.Name = "lblPaceBufferBandwidth"; + this.lblPaceBufferBandwidth.Size = new System.Drawing.Size(100, 15); + this.lblPaceBufferBandwidth.TabIndex = 18; + this.lblPaceBufferBandwidth.Text = "Buffer Bandwidth"; + // + // cboPaceDetectorPostiveThreshold + // + this.cboPaceDetectorPostiveThreshold.BackColor = System.Drawing.Color.White; + this.cboPaceDetectorPostiveThreshold.DropDownHeight = 200; + this.cboPaceDetectorPostiveThreshold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceDetectorPostiveThreshold.DropDownWidth = 132; + this.cboPaceDetectorPostiveThreshold.Location = new System.Drawing.Point(770, 203); + this.cboPaceDetectorPostiveThreshold.Name = "cboPaceDetectorPostiveThreshold"; + this.cboPaceDetectorPostiveThreshold.Size = new System.Drawing.Size(132, 21); + this.cboPaceDetectorPostiveThreshold.TabIndex = 30; + this.cboPaceDetectorPostiveThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceDetectorPostiveThreshold.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceSignalSelection + // + this.lblPaceSignalSelection.AutoSize = true; + this.lblPaceSignalSelection.Location = new System.Drawing.Point(186, 126); + this.lblPaceSignalSelection.Name = "lblPaceSignalSelection"; + this.lblPaceSignalSelection.Size = new System.Drawing.Size(96, 15); + this.lblPaceSignalSelection.TabIndex = 19; + this.lblPaceSignalSelection.Text = "Signal Selection"; + // + // cboPaceDifferentiatorMode + // + this.cboPaceDifferentiatorMode.BackColor = System.Drawing.Color.White; + this.cboPaceDifferentiatorMode.DropDownHeight = 200; + this.cboPaceDifferentiatorMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceDifferentiatorMode.DropDownWidth = 132; + this.cboPaceDifferentiatorMode.Location = new System.Drawing.Point(627, 250); + this.cboPaceDifferentiatorMode.Name = "cboPaceDifferentiatorMode"; + this.cboPaceDifferentiatorMode.Size = new System.Drawing.Size(132, 21); + this.cboPaceDifferentiatorMode.TabIndex = 29; + this.cboPaceDifferentiatorMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceDifferentiatorMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceInputPolarity + // + this.lblPaceInputPolarity.AutoSize = true; + this.lblPaceInputPolarity.Location = new System.Drawing.Point(167, 227); + this.lblPaceInputPolarity.Name = "lblPaceInputPolarity"; + this.lblPaceInputPolarity.Size = new System.Drawing.Size(77, 15); + this.lblPaceInputPolarity.TabIndex = 20; + this.lblPaceInputPolarity.Text = "Input Polarity"; + // + // cboPaceChannelGain + // + this.cboPaceChannelGain.BackColor = System.Drawing.Color.White; + this.cboPaceChannelGain.DropDownHeight = 200; + this.cboPaceChannelGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceChannelGain.DropDownWidth = 158; + this.cboPaceChannelGain.Location = new System.Drawing.Point(448, 203); + this.cboPaceChannelGain.Name = "cboPaceChannelGain"; + this.cboPaceChannelGain.Size = new System.Drawing.Size(158, 21); + this.cboPaceChannelGain.TabIndex = 28; + this.cboPaceChannelGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceChannelGain.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceChannelGain + // + this.lblPaceChannelGain.AutoSize = true; + this.lblPaceChannelGain.Location = new System.Drawing.Point(446, 185); + this.lblPaceChannelGain.Name = "lblPaceChannelGain"; + this.lblPaceChannelGain.Size = new System.Drawing.Size(195, 15); + this.lblPaceChannelGain.TabIndex = 21; + this.lblPaceChannelGain.Text = "Channel Gain (Normal / INA / PGA)"; + // + // cboPaceInputPolarity + // + this.cboPaceInputPolarity.BackColor = System.Drawing.Color.White; + this.cboPaceInputPolarity.DropDownHeight = 200; + this.cboPaceInputPolarity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceInputPolarity.DropDownWidth = 107; + this.cboPaceInputPolarity.Location = new System.Drawing.Point(170, 246); + this.cboPaceInputPolarity.Name = "cboPaceInputPolarity"; + this.cboPaceInputPolarity.Size = new System.Drawing.Size(107, 21); + this.cboPaceInputPolarity.TabIndex = 27; + this.cboPaceInputPolarity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceInputPolarity.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceDifferentiatorMode + // + this.lblPaceDifferentiatorMode.AutoSize = true; + this.lblPaceDifferentiatorMode.Location = new System.Drawing.Point(623, 232); + this.lblPaceDifferentiatorMode.Name = "lblPaceDifferentiatorMode"; + this.lblPaceDifferentiatorMode.Size = new System.Drawing.Size(110, 15); + this.lblPaceDifferentiatorMode.TabIndex = 22; + this.lblPaceDifferentiatorMode.Text = "Differentiator Mode"; + // + // cboPaceSignalSelection + // + this.cboPaceSignalSelection.BackColor = System.Drawing.Color.White; + this.cboPaceSignalSelection.DropDownHeight = 200; + this.cboPaceSignalSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceSignalSelection.DropDownWidth = 95; + this.cboPaceSignalSelection.Location = new System.Drawing.Point(189, 144); + this.cboPaceSignalSelection.Name = "cboPaceSignalSelection"; + this.cboPaceSignalSelection.Size = new System.Drawing.Size(95, 21); + this.cboPaceSignalSelection.TabIndex = 26; + this.cboPaceSignalSelection.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceSignalSelection.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceDetectorPostiveThreshold + // + this.lblPaceDetectorPostiveThreshold.AutoSize = true; + this.lblPaceDetectorPostiveThreshold.Location = new System.Drawing.Point(766, 185); + this.lblPaceDetectorPostiveThreshold.Name = "lblPaceDetectorPostiveThreshold"; + this.lblPaceDetectorPostiveThreshold.Size = new System.Drawing.Size(155, 15); + this.lblPaceDetectorPostiveThreshold.TabIndex = 23; + this.lblPaceDetectorPostiveThreshold.Text = "Detector Postive Threshold"; + // + // cboPaceBufferBandwidth + // + this.cboPaceBufferBandwidth.BackColor = System.Drawing.Color.White; + this.cboPaceBufferBandwidth.DropDownHeight = 200; + this.cboPaceBufferBandwidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboPaceBufferBandwidth.DropDownWidth = 123; + this.cboPaceBufferBandwidth.Location = new System.Drawing.Point(53, 144); + this.cboPaceBufferBandwidth.Name = "cboPaceBufferBandwidth"; + this.cboPaceBufferBandwidth.Size = new System.Drawing.Size(123, 21); + this.cboPaceBufferBandwidth.TabIndex = 25; + this.cboPaceBufferBandwidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboPaceBufferBandwidth.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + // + // lblPaceDetectorNegativeThreshold + // + this.lblPaceDetectorNegativeThreshold.AutoSize = true; + this.lblPaceDetectorNegativeThreshold.Location = new System.Drawing.Point(766, 232); + this.lblPaceDetectorNegativeThreshold.Name = "lblPaceDetectorNegativeThreshold"; + this.lblPaceDetectorNegativeThreshold.Size = new System.Drawing.Size(163, 15); + this.lblPaceDetectorNegativeThreshold.TabIndex = 24; + this.lblPaceDetectorNegativeThreshold.Text = "Detector Negative Threshold"; + // + // picPaceChannel + // + this.picPaceChannel.Dock = System.Windows.Forms.DockStyle.Fill; + this.picPaceChannel.Image = global::HealthSensorPlatform.Properties.Resources.pace_block_diagrams; + this.picPaceChannel.Location = new System.Drawing.Point(0, 0); + this.picPaceChannel.Name = "picPaceChannel"; + this.picPaceChannel.Size = new System.Drawing.Size(946, 473); + this.picPaceChannel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + this.picPaceChannel.TabIndex = 0; + this.picPaceChannel.TabStop = false; + // + // tpMAX30001Plots + // + this.tpMAX30001Plots.BackColor = System.Drawing.Color.White; + this.tpMAX30001Plots.Controls.Add(this.ecgView1); + this.tpMAX30001Plots.Location = new System.Drawing.Point(4, 26); + this.tpMAX30001Plots.Name = "tpMAX30001Plots"; + this.tpMAX30001Plots.Size = new System.Drawing.Size(953, 606); + this.tpMAX30001Plots.TabIndex = 8; + this.tpMAX30001Plots.Text = "Plots"; + // + // ecgView1 + // + this.ecgView1.BioZMilliOhmRange = false; + this.ecgView1.Connected = false; + this.ecgView1.CurrentBioZ = 0; + this.ecgView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.ecgView1.EnableBioZ = false; + this.ecgView1.EnableBioZOverUnderRange = true; + this.ecgView1.EnableDCLeadOff = true; + this.ecgView1.EnableECG = false; + this.ecgView1.EnableEcgDCLeadOff = false; + this.ecgView1.EnablePace = false; + this.ecgView1.EnableRToR = false; + this.ecgView1.FrequencyMasterField = 0; + this.ecgView1.GainBioZ = 20; + this.ecgView1.GainECG = 20; + this.ecgView1.HspSetting = null; + this.ecgView1.Location = new System.Drawing.Point(0, 0); + this.ecgView1.Margin = new System.Windows.Forms.Padding(4); + this.ecgView1.Name = "ecgView1"; + this.ecgView1.SampleRateBioZ = 128D; + this.ecgView1.SampleRateEcg = 128D; + this.ecgView1.Size = new System.Drawing.Size(953, 606); + this.ecgView1.TabIndex = 0; + // + // tpFlashLog + // + this.tpFlashLog.Controls.Add(this.dataLoggingView1); + this.tpFlashLog.Location = new System.Drawing.Point(4, 26); + this.tpFlashLog.Name = "tpFlashLog"; + this.tpFlashLog.Size = new System.Drawing.Size(953, 606); + this.tpFlashLog.TabIndex = 17; + this.tpFlashLog.Text = "Flash Log"; + this.tpFlashLog.UseVisualStyleBackColor = true; + // + // dataLoggingView1 + // + this.dataLoggingView1.BackColor = System.Drawing.Color.White; + this.dataLoggingView1.BioZArgs = null; + this.dataLoggingView1.Connected = false; + this.dataLoggingView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.dataLoggingView1.EcgArgs = null; + this.dataLoggingView1.EnableAccelerometer = false; + this.dataLoggingView1.EnableBioz = false; + this.dataLoggingView1.EnableEcg = false; + this.dataLoggingView1.EnableOpticalHR = false; + this.dataLoggingView1.EnableOpticalMulti = false; + this.dataLoggingView1.EnableOpticalSpO2 = false; + this.dataLoggingView1.EnablePace = false; + this.dataLoggingView1.EnablePressure = false; + this.dataLoggingView1.EnableRToR = false; + this.dataLoggingView1.EnableTemperature1 = false; + this.dataLoggingView1.EnableTemperature2 = false; + this.dataLoggingView1.FMSTRArgs = null; + this.dataLoggingView1.HRModeArgs = null; + this.dataLoggingView1.Location = new System.Drawing.Point(0, 0); + this.dataLoggingView1.Margin = new System.Windows.Forms.Padding(4); + this.dataLoggingView1.MultiModeArgs = null; + this.dataLoggingView1.Name = "dataLoggingView1"; + this.dataLoggingView1.PaceArgs = null; + this.dataLoggingView1.RToRArgs = null; + this.dataLoggingView1.Size = new System.Drawing.Size(953, 606); + this.dataLoggingView1.SpO2HRModeArgs = null; + this.dataLoggingView1.TabIndex = 0; + // + // tpRegisters + // + this.tpRegisters.Controls.Add(this.tableLayoutPanel1); + this.tpRegisters.Controls.Add(this.pnlRegMAX30205_U18); + this.tpRegisters.Controls.Add(this.pnlRegMAX14720); + this.tpRegisters.Controls.Add(this.pnlRegMAX30101); + this.tpRegisters.Controls.Add(this.pnlRegMAX30001); + this.tpRegisters.Controls.Add(this.pnlRegMAX30205); + this.tpRegisters.Controls.Add(this.pnlRegLIS2HD); + this.tpRegisters.Location = new System.Drawing.Point(4, 26); + this.tpRegisters.Name = "tpRegisters"; + this.tpRegisters.Size = new System.Drawing.Size(953, 606); + this.tpRegisters.TabIndex = 11; + this.tpRegisters.Text = "Registers"; + this.tpRegisters.UseVisualStyleBackColor = true; + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.ColumnCount = 1; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel1.Controls.Add(this.cboRegisterTabDevice, 0, 0); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 1; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(953, 42); + this.tableLayoutPanel1.TabIndex = 4; + // + // cboRegisterTabDevice + // + this.cboRegisterTabDevice.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.cboRegisterTabDevice.BackColor = System.Drawing.Color.White; + this.cboRegisterTabDevice.DropDownHeight = 200; + this.cboRegisterTabDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboRegisterTabDevice.DropDownWidth = 172; + this.cboRegisterTabDevice.Items.AddRange(new object[] { + "MAX30101", + "MAX30205 (Top)", + "MAX30205 (Bottom)", + "LIS2DH", + "MAX30001", + "MAX14720"}); + this.cboRegisterTabDevice.Location = new System.Drawing.Point(778, 7); + this.cboRegisterTabDevice.Name = "cboRegisterTabDevice"; + this.cboRegisterTabDevice.Size = new System.Drawing.Size(172, 28); + this.cboRegisterTabDevice.TabIndex = 1; + this.cboRegisterTabDevice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.cboRegisterTabDevice.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; + this.cboRegisterTabDevice.SelectedIndexChanged += new System.EventHandler(this.cboRegisterTabDevice_SelectedIndexChanged); + // + // pnlRegMAX30205_U18 + // + this.pnlRegMAX30205_U18.Controls.Add(this.rvMAX30205_U18); + this.pnlRegMAX30205_U18.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlRegMAX30205_U18.Location = new System.Drawing.Point(0, 0); + this.pnlRegMAX30205_U18.Name = "pnlRegMAX30205_U18"; + this.pnlRegMAX30205_U18.Size = new System.Drawing.Size(953, 606); + this.pnlRegMAX30205_U18.TabIndex = 3; + // + // rvMAX30205_U18 + // + this.rvMAX30205_U18.Connected = false; + this.rvMAX30205_U18.Dock = System.Windows.Forms.DockStyle.Fill; + this.rvMAX30205_U18.Location = new System.Drawing.Point(0, 0); + this.rvMAX30205_U18.Margin = new System.Windows.Forms.Padding(4); + this.rvMAX30205_U18.Name = "rvMAX30205_U18"; + this.rvMAX30205_U18.Size = new System.Drawing.Size(953, 606); + this.rvMAX30205_U18.TabIndex = 0; + // + // pnlRegMAX14720 + // + this.pnlRegMAX14720.Controls.Add(this.rvMAX14720); + this.pnlRegMAX14720.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlRegMAX14720.Location = new System.Drawing.Point(0, 0); + this.pnlRegMAX14720.Name = "pnlRegMAX14720"; + this.pnlRegMAX14720.Size = new System.Drawing.Size(953, 606); + this.pnlRegMAX14720.TabIndex = 2; + // + // rvMAX14720 + // + this.rvMAX14720.Connected = false; + this.rvMAX14720.Dock = System.Windows.Forms.DockStyle.Fill; + this.rvMAX14720.Location = new System.Drawing.Point(0, 0); + this.rvMAX14720.Margin = new System.Windows.Forms.Padding(4); + this.rvMAX14720.Name = "rvMAX14720"; + this.rvMAX14720.Size = new System.Drawing.Size(953, 606); + this.rvMAX14720.TabIndex = 0; + // + // pnlRegMAX30101 + // + this.pnlRegMAX30101.Controls.Add(this.rvMAX30101); + this.pnlRegMAX30101.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlRegMAX30101.Location = new System.Drawing.Point(0, 0); + this.pnlRegMAX30101.Name = "pnlRegMAX30101"; + this.pnlRegMAX30101.Size = new System.Drawing.Size(953, 606); + this.pnlRegMAX30101.TabIndex = 0; + // + // rvMAX30101 + // + this.rvMAX30101.Connected = false; + this.rvMAX30101.Dock = System.Windows.Forms.DockStyle.Fill; + this.rvMAX30101.Location = new System.Drawing.Point(0, 0); + this.rvMAX30101.Margin = new System.Windows.Forms.Padding(4); + this.rvMAX30101.Name = "rvMAX30101"; + this.rvMAX30101.Size = new System.Drawing.Size(953, 606); + this.rvMAX30101.TabIndex = 1; + // + // pnlRegMAX30001 + // + this.pnlRegMAX30001.Controls.Add(this.rvMAX30001); + this.pnlRegMAX30001.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlRegMAX30001.Location = new System.Drawing.Point(0, 0); + this.pnlRegMAX30001.Name = "pnlRegMAX30001"; + this.pnlRegMAX30001.Size = new System.Drawing.Size(953, 606); + this.pnlRegMAX30001.TabIndex = 2; + // + // rvMAX30001 + // + this.rvMAX30001.Connected = false; + this.rvMAX30001.Dock = System.Windows.Forms.DockStyle.Fill; + this.rvMAX30001.Location = new System.Drawing.Point(0, 0); + this.rvMAX30001.Margin = new System.Windows.Forms.Padding(4); + this.rvMAX30001.Name = "rvMAX30001"; + this.rvMAX30001.Size = new System.Drawing.Size(953, 606); + this.rvMAX30001.TabIndex = 4; + // + // pnlRegMAX30205 + // + this.pnlRegMAX30205.Controls.Add(this.rvMAX30205); + this.pnlRegMAX30205.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlRegMAX30205.Location = new System.Drawing.Point(0, 0); + this.pnlRegMAX30205.Name = "pnlRegMAX30205"; + this.pnlRegMAX30205.Size = new System.Drawing.Size(953, 606); + this.pnlRegMAX30205.TabIndex = 1; + // + // rvMAX30205 + // + this.rvMAX30205.Connected = false; + this.rvMAX30205.Dock = System.Windows.Forms.DockStyle.Fill; + this.rvMAX30205.Location = new System.Drawing.Point(0, 0); + this.rvMAX30205.Margin = new System.Windows.Forms.Padding(4); + this.rvMAX30205.Name = "rvMAX30205"; + this.rvMAX30205.Size = new System.Drawing.Size(953, 606); + this.rvMAX30205.TabIndex = 3; + // + // pnlRegLIS2HD + // + this.pnlRegLIS2HD.Controls.Add(this.rvLIS2HD); + this.pnlRegLIS2HD.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlRegLIS2HD.Location = new System.Drawing.Point(0, 0); + this.pnlRegLIS2HD.Name = "pnlRegLIS2HD"; + this.pnlRegLIS2HD.Size = new System.Drawing.Size(953, 606); + this.pnlRegLIS2HD.TabIndex = 2; + // + // rvLIS2HD + // + this.rvLIS2HD.Connected = false; + this.rvLIS2HD.Dock = System.Windows.Forms.DockStyle.Fill; + this.rvLIS2HD.Location = new System.Drawing.Point(0, 0); + this.rvLIS2HD.Margin = new System.Windows.Forms.Padding(4); + this.rvLIS2HD.Name = "rvLIS2HD"; + this.rvLIS2HD.Size = new System.Drawing.Size(953, 606); + this.rvLIS2HD.TabIndex = 3; + // + // tpPrimitives + // + this.tpPrimitives.Controls.Add(this.primitivesView1); + this.tpPrimitives.Location = new System.Drawing.Point(4, 26); + this.tpPrimitives.Name = "tpPrimitives"; + this.tpPrimitives.Padding = new System.Windows.Forms.Padding(3); + this.tpPrimitives.Size = new System.Drawing.Size(953, 606); + this.tpPrimitives.TabIndex = 0; + this.tpPrimitives.Text = "Advanced"; + this.tpPrimitives.UseVisualStyleBackColor = true; + // + // primitivesView1 + // + this.primitivesView1.BackColor = System.Drawing.Color.White; + this.primitivesView1.i2cDevice = null; + this.primitivesView1.lis2hd = null; + this.primitivesView1.Location = new System.Drawing.Point(8, 10); + this.primitivesView1.Margin = new System.Windows.Forms.Padding(4); + this.primitivesView1.max30001 = null; + this.primitivesView1.max30101 = null; + this.primitivesView1.max30205 = null; + this.primitivesView1.Name = "primitivesView1"; + this.primitivesView1.rpcClient = null; + this.primitivesView1.Size = new System.Drawing.Size(1191, 607); + this.primitivesView1.spiDevice = null; + this.primitivesView1.TabIndex = 0; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label16.Location = new System.Drawing.Point(12, 43); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(30, 15); + this.label16.TabIndex = 4; + this.label16.Text = "Red"; + this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Font = new System.Drawing.Font("Arial", 9F); + this.label12.Location = new System.Drawing.Point(219, 29); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(21, 15); + this.label12.TabIndex = 4; + this.label12.Text = "Hz"; + this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("Arial", 9F); + this.label13.Location = new System.Drawing.Point(219, 73); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(21, 15); + this.label13.TabIndex = 4; + this.label13.Text = "µs"; + this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Font = new System.Drawing.Font("Arial", 9F); + this.label14.Location = new System.Drawing.Point(219, 95); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(21, 15); + this.label14.TabIndex = 4; + this.label14.Text = "nA"; + this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label15.Location = new System.Drawing.Point(11, 71); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(76, 15); + this.label15.TabIndex = 4; + this.label15.Text = "Pulse Width:"; + this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(5, 107); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(64, 15); + this.label5.TabIndex = 15; + this.label5.Text = "LED slot 4"; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label9.Location = new System.Drawing.Point(11, 93); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(129, 15); + this.label9.TabIndex = 25; + this.label9.Text = "ADC Full Scale Range"; + this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label10.Location = new System.Drawing.Point(11, 26); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(82, 15); + this.label10.TabIndex = 4; + this.label10.Text = "Sample Rate:"; + this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label11.Location = new System.Drawing.Point(11, 48); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(99, 15); + this.label11.TabIndex = 22; + this.label11.Text = "Sample Average:"; + this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label8.Location = new System.Drawing.Point(5, 32); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(64, 15); + this.label8.TabIndex = 15; + this.label8.Text = "LED slot 1"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(177, 26); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(19, 15); + this.label4.TabIndex = 19; + this.label4.Text = "---"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.Location = new System.Drawing.Point(5, 83); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(64, 15); + this.label6.TabIndex = 15; + this.label6.Text = "LED slot 3"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label7.Location = new System.Drawing.Point(5, 57); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(64, 15); + this.label7.TabIndex = 15; + this.label7.Text = "LED slot 2"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label17.Location = new System.Drawing.Point(12, 87); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(41, 15); + this.label17.TabIndex = 4; + this.label17.Text = "Green"; + this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label18 + // + this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label18.AutoSize = true; + this.label18.Font = new System.Drawing.Font("Arial", 9F); + this.label18.Location = new System.Drawing.Point(208, 43); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(25, 15); + this.label18.TabIndex = 4; + this.label18.Text = "mA"; + this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label19 + // + this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label19.AutoSize = true; + this.label19.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label19.Location = new System.Drawing.Point(178, 24); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(51, 15); + this.label19.TabIndex = 4; + this.label19.Text = "Average"; + this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label20.Location = new System.Drawing.Point(12, 24); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(61, 15); + this.label20.TabIndex = 4; + this.label20.Text = "LED color"; + this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label22.Location = new System.Drawing.Point(12, 65); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(72, 15); + this.label22.TabIndex = 4; + this.label22.Text = "IR (Infrared)"; + this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Arial", 9F); + this.label3.Location = new System.Drawing.Point(208, 26); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(25, 15); + this.label3.TabIndex = 18; + this.label3.Text = "mA"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(12, 26); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(62, 15); + this.label2.TabIndex = 4; + this.label2.Text = "PILOT_PA"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label23 + // + this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label23.AutoSize = true; + this.label23.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label23.Location = new System.Drawing.Point(178, 65); + this.label23.Name = "label23"; + this.label23.Size = new System.Drawing.Size(19, 15); + this.label23.TabIndex = 16; + this.label23.Text = "---"; + this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label24 + // + this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label24.AutoSize = true; + this.label24.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label24.Location = new System.Drawing.Point(178, 87); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(19, 15); + this.label24.TabIndex = 19; + this.label24.Text = "---"; + this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // chart1 + // + this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + chartArea1.AxisY.Title = "Accelerometer X"; + chartArea1.Name = "ChartArea4AccelX"; + chartArea2.AlignWithChartArea = "ChartArea4AccelX"; + chartArea2.AxisY.Title = "Accelerometer Y"; + chartArea2.Name = "ChartArea5AccelY"; + chartArea3.AlignWithChartArea = "ChartArea4AccelX"; + chartArea3.AxisY.Title = "Accelerometer Z"; + chartArea3.Name = "ChartArea6AccelZ"; + this.chart1.ChartAreas.Add(chartArea1); + this.chart1.ChartAreas.Add(chartArea2); + this.chart1.ChartAreas.Add(chartArea3); + this.chart1.Location = new System.Drawing.Point(54, 35); + this.chart1.Name = "chart1"; + series1.ChartArea = "ChartArea4AccelX"; + series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series1.Color = System.Drawing.Color.Cyan; + series1.MarkerSize = 1; + series1.Name = "SeriesAccelX"; + series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series2.ChartArea = "ChartArea5AccelY"; + series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series2.Color = System.Drawing.Color.Magenta; + series2.Name = "SeriesAccelY"; + series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series3.ChartArea = "ChartArea6AccelZ"; + series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series3.Color = System.Drawing.Color.Brown; + series3.Name = "SeriesAccelZ"; + series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + this.chart1.Series.Add(series1); + this.chart1.Series.Add(series2); + this.chart1.Series.Add(series3); + this.chart1.Size = new System.Drawing.Size(343, 526); + this.chart1.TabIndex = 32; + this.chart1.Text = "chart1"; + title1.Name = "Title1"; + title1.Text = "Red"; + title1.Visible = false; + this.chart1.Titles.Add(title1); + // + // maximGroupBox2 + // + this.maximGroupBox2.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox2.Location = new System.Drawing.Point(3, 256); + this.maximGroupBox2.Name = "maximGroupBox2"; + this.maximGroupBox2.Size = new System.Drawing.Size(248, 78); + this.maximGroupBox2.TabIndex = 37; + this.maximGroupBox2.TabStop = false; + this.maximGroupBox2.Text = "Proximity"; + // + // numericUpDown1 + // + this.numericUpDown1.Hexadecimal = true; + this.numericUpDown1.Location = new System.Drawing.Point(148, 52); + this.numericUpDown1.Maximum = new decimal(new int[] { + 255, + 0, + 0, + 0}); + this.numericUpDown1.Name = "numericUpDown1"; + this.numericUpDown1.Size = new System.Drawing.Size(55, 20); + this.numericUpDown1.TabIndex = 14; + this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.numericUpDown1.Value = new decimal(new int[] { + 255, + 0, + 0, + 0}); + // + // comboBox1 + // + this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox1.FormattingEnabled = true; + this.comboBox1.Location = new System.Drawing.Point(90, 25); + this.comboBox1.MaxDropDownItems = 10; + this.comboBox1.Name = "comboBox1"; + this.comboBox1.Size = new System.Drawing.Size(81, 23); + this.comboBox1.TabIndex = 0; + // + // maximGroupBox3 + // + this.maximGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.maximGroupBox3.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox3.Location = new System.Drawing.Point(257, 11); + this.maximGroupBox3.Name = "maximGroupBox3"; + this.maximGroupBox3.Size = new System.Drawing.Size(355, 577); + this.maximGroupBox3.TabIndex = 36; + this.maximGroupBox3.TabStop = false; + this.maximGroupBox3.Text = "Optical Measurements"; + // + // chart2 + // + this.chart2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + chartArea4.AxisY.Title = "Red ADC Code"; + chartArea4.Name = "ChartArea1Red"; + chartArea5.AlignWithChartArea = "ChartArea1Red"; + chartArea5.AxisY.Title = "IR ADC Code"; + chartArea5.Name = "ChartArea2IR"; + chartArea6.AlignWithChartArea = "ChartArea1Red"; + chartArea6.AxisY.Title = "Green ADC Code"; + chartArea6.Name = "ChartArea3Green"; + this.chart2.ChartAreas.Add(chartArea4); + this.chart2.ChartAreas.Add(chartArea5); + this.chart2.ChartAreas.Add(chartArea6); + this.chart2.Location = new System.Drawing.Point(11, 35); + this.chart2.Name = "chart2"; + series4.ChartArea = "ChartArea1Red"; + series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series4.Color = System.Drawing.Color.DarkRed; + series4.MarkerSize = 1; + series4.Name = "SeriesRed"; + series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series4.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series5.ChartArea = "ChartArea2IR"; + series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(37)))), ((int)(((byte)(133))))); + series5.Name = "SeriesIR"; + series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series5.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series6.ChartArea = "ChartArea3Green"; + series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series6.Color = System.Drawing.Color.Green; + series6.Name = "SeriesGreen"; + series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series6.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + this.chart2.Series.Add(series4); + this.chart2.Series.Add(series5); + this.chart2.Series.Add(series6); + this.chart2.Size = new System.Drawing.Size(327, 526); + this.chart2.TabIndex = 31; + this.chart2.Text = "chartLED"; + title2.Name = "Title1"; + title2.Text = "Red"; + title2.Visible = false; + this.chart2.Titles.Add(title2); + // + // maximGroupBox4 + // + this.maximGroupBox4.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox4.Location = new System.Drawing.Point(3, 335); + this.maximGroupBox4.Name = "maximGroupBox4"; + this.maximGroupBox4.Size = new System.Drawing.Size(248, 131); + this.maximGroupBox4.TabIndex = 34; + this.maximGroupBox4.TabStop = false; + this.maximGroupBox4.Text = "LED Mode: Timing Slots"; + // + // comboBox2 + // + this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox2.Font = new System.Drawing.Font("Arial", 9F); + this.comboBox2.FormattingEnabled = true; + this.comboBox2.Items.AddRange(new object[] { + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved"}); + this.comboBox2.Location = new System.Drawing.Point(80, 29); + this.comboBox2.Name = "comboBox2"; + this.comboBox2.Size = new System.Drawing.Size(160, 23); + this.comboBox2.TabIndex = 14; + // + // comboBox3 + // + this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox3.Font = new System.Drawing.Font("Arial", 9F); + this.comboBox3.FormattingEnabled = true; + this.comboBox3.Items.AddRange(new object[] { + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved"}); + this.comboBox3.Location = new System.Drawing.Point(80, 54); + this.comboBox3.Name = "comboBox3"; + this.comboBox3.Size = new System.Drawing.Size(160, 23); + this.comboBox3.TabIndex = 14; + // + // comboBox4 + // + this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox4.Font = new System.Drawing.Font("Arial", 9F); + this.comboBox4.FormattingEnabled = true; + this.comboBox4.Items.AddRange(new object[] { + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved"}); + this.comboBox4.Location = new System.Drawing.Point(80, 79); + this.comboBox4.Name = "comboBox4"; + this.comboBox4.Size = new System.Drawing.Size(160, 23); + this.comboBox4.TabIndex = 14; + // + // comboBox5 + // + this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox5.Font = new System.Drawing.Font("Arial", 9F); + this.comboBox5.FormattingEnabled = true; + this.comboBox5.Items.AddRange(new object[] { + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved", + "0 Disabled", + "1 LED1 (RED)", + "2 LED2 (IR)", + "3 LED3 (Green)", + "4 LED4 (Green)", + "5 LED1 Pilot", + "6 LED2 Pilot", + "7 Reserved"}); + this.comboBox5.Location = new System.Drawing.Point(80, 104); + this.comboBox5.Name = "comboBox5"; + this.comboBox5.Size = new System.Drawing.Size(160, 23); + this.comboBox5.TabIndex = 14; + // + // maximGroupBox5 + // + this.maximGroupBox5.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox5.Location = new System.Drawing.Point(3, 25); + this.maximGroupBox5.Name = "maximGroupBox5"; + this.maximGroupBox5.Size = new System.Drawing.Size(248, 119); + this.maximGroupBox5.TabIndex = 35; + this.maximGroupBox5.TabStop = false; + this.maximGroupBox5.Text = "Settings"; + // + // comboBox6 + // + this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox6.Font = new System.Drawing.Font("Arial", 9F); + this.comboBox6.FormattingEnabled = true; + this.comboBox6.Location = new System.Drawing.Point(145, 92); + this.comboBox6.MaxDropDownItems = 10; + this.comboBox6.Name = "comboBox6"; + this.comboBox6.Size = new System.Drawing.Size(70, 23); + this.comboBox6.TabIndex = 20; + // + // comboBox7 + // + this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox7.FormattingEnabled = true; + this.comboBox7.Location = new System.Drawing.Point(145, 48); + this.comboBox7.MaxDropDownItems = 10; + this.comboBox7.Name = "comboBox7"; + this.comboBox7.Size = new System.Drawing.Size(70, 23); + this.comboBox7.TabIndex = 12; + // + // comboBox8 + // + this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox8.FormattingEnabled = true; + this.comboBox8.Location = new System.Drawing.Point(145, 26); + this.comboBox8.MaxDropDownItems = 10; + this.comboBox8.Name = "comboBox8"; + this.comboBox8.Size = new System.Drawing.Size(70, 23); + this.comboBox8.TabIndex = 0; + // + // comboBox9 + // + this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox9.FormattingEnabled = true; + this.comboBox9.Location = new System.Drawing.Point(145, 70); + this.comboBox9.MaxDropDownItems = 10; + this.comboBox9.Name = "comboBox9"; + this.comboBox9.Size = new System.Drawing.Size(70, 23); + this.comboBox9.TabIndex = 0; + // + // maximGroupBox6 + // + this.maximGroupBox6.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox6.Location = new System.Drawing.Point(3, 145); + this.maximGroupBox6.Name = "maximGroupBox6"; + this.maximGroupBox6.Size = new System.Drawing.Size(248, 110); + this.maximGroupBox6.TabIndex = 33; + this.maximGroupBox6.TabStop = false; + this.maximGroupBox6.Text = "LED Currents"; + // + // comboBox10 + // + this.comboBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox10.FormattingEnabled = true; + this.comboBox10.Location = new System.Drawing.Point(90, 64); + this.comboBox10.MaxDropDownItems = 10; + this.comboBox10.Name = "comboBox10"; + this.comboBox10.Size = new System.Drawing.Size(81, 23); + this.comboBox10.TabIndex = 0; + // + // comboBox11 + // + this.comboBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox11.FormattingEnabled = true; + this.comboBox11.Location = new System.Drawing.Point(90, 42); + this.comboBox11.MaxDropDownItems = 10; + this.comboBox11.Name = "comboBox11"; + this.comboBox11.Size = new System.Drawing.Size(81, 23); + this.comboBox11.TabIndex = 0; + // + // comboBox12 + // + this.comboBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox12.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox12.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox12.FormattingEnabled = true; + this.comboBox12.Location = new System.Drawing.Point(90, 86); + this.comboBox12.MaxDropDownItems = 10; + this.comboBox12.Name = "comboBox12"; + this.comboBox12.Size = new System.Drawing.Size(81, 23); + this.comboBox12.TabIndex = 0; + // + // maximGroupBox7 + // + this.maximGroupBox7.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox7.Location = new System.Drawing.Point(3, 467); + this.maximGroupBox7.Name = "maximGroupBox7"; + this.maximGroupBox7.Size = new System.Drawing.Size(248, 53); + this.maximGroupBox7.TabIndex = 31; + this.maximGroupBox7.TabStop = false; + this.maximGroupBox7.Text = "Registers"; + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.textBox1.Location = new System.Drawing.Point(169, 25); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(41, 20); + this.textBox1.TabIndex = 2; + this.textBox1.Text = "0xFF"; + // + // maximButton1 + // + this.maximButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.maximButton1.Location = new System.Drawing.Point(215, 25); + this.maximButton1.Name = "maximButton1"; + this.maximButton1.Size = new System.Drawing.Size(28, 23); + this.maximButton1.TabIndex = 1; + this.maximButton1.Text = "Wr"; + this.maximButton1.UseVisualStyleBackColor = true; + // + // maximButton2 + // + this.maximButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.maximButton2.Location = new System.Drawing.Point(137, 25); + this.maximButton2.Name = "maximButton2"; + this.maximButton2.Size = new System.Drawing.Size(26, 23); + this.maximButton2.TabIndex = 1; + this.maximButton2.Text = "Rd"; + this.maximButton2.UseVisualStyleBackColor = true; + // + // comboBox13 + // + this.comboBox13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox13.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox13.Font = new System.Drawing.Font("Arial", 7.8F); + this.comboBox13.FormattingEnabled = true; + this.comboBox13.Location = new System.Drawing.Point(6, 23); + this.comboBox13.Name = "comboBox13"; + this.comboBox13.Size = new System.Drawing.Size(126, 22); + this.comboBox13.TabIndex = 0; + // + // maximButton3 + // + this.maximButton3.Location = new System.Drawing.Point(133, 523); + this.maximButton3.Name = "maximButton3"; + this.maximButton3.Size = new System.Drawing.Size(118, 23); + this.maximButton3.TabIndex = 26; + this.maximButton3.Text = "Restore Defaults"; + this.maximButton3.UseVisualStyleBackColor = true; + // + // maximButton4 + // + this.maximButton4.Location = new System.Drawing.Point(7, 523); + this.maximButton4.Name = "maximButton4"; + this.maximButton4.Size = new System.Drawing.Size(120, 23); + this.maximButton4.TabIndex = 13; + this.maximButton4.Text = "Start Monitor"; + this.maximButton4.UseVisualStyleBackColor = true; + // + // comboBox14 + // + this.comboBox14.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox14.Font = new System.Drawing.Font("Arial", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox14.FormattingEnabled = true; + this.comboBox14.Location = new System.Drawing.Point(147, 2); + this.comboBox14.MaxDropDownItems = 10; + this.comboBox14.Name = "comboBox14"; + this.comboBox14.Size = new System.Drawing.Size(71, 22); + this.comboBox14.TabIndex = 20; + // + // menuStrip1 + // + this.menuStrip1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripMenuItem1, + this.toolStripMenuItem2, + this.optionsToolStripMenuItem1, + this.loggingToolStripMenuItem, + this.helpToolStripMenuItem1}); + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2); + this.menuStrip1.Size = new System.Drawing.Size(961, 24); + this.menuStrip1.TabIndex = 17; + this.menuStrip1.Text = "menuStrip1"; + // + // toolStripMenuItem3 + // + this.toolStripMenuItem3.Name = "toolStripMenuItem3"; + this.toolStripMenuItem3.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem4 + // + this.toolStripMenuItem4.Name = "toolStripMenuItem4"; + this.toolStripMenuItem4.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem5 + // + this.toolStripMenuItem5.Name = "toolStripMenuItem5"; + this.toolStripMenuItem5.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem6 + // + this.toolStripMenuItem6.Name = "toolStripMenuItem6"; + this.toolStripMenuItem6.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem7 + // + this.toolStripMenuItem7.Name = "toolStripMenuItem7"; + this.toolStripMenuItem7.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem8 + // + this.toolStripMenuItem8.Name = "toolStripMenuItem8"; + this.toolStripMenuItem8.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem9 + // + this.toolStripMenuItem9.Name = "toolStripMenuItem9"; + this.toolStripMenuItem9.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem10 + // + this.toolStripMenuItem10.Name = "toolStripMenuItem10"; + this.toolStripMenuItem10.Size = new System.Drawing.Size(32, 19); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 6); + // + // toolStripMenuItem11 + // + this.toolStripMenuItem11.Name = "toolStripMenuItem11"; + this.toolStripMenuItem11.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem12 + // + this.toolStripMenuItem12.Name = "toolStripMenuItem12"; + this.toolStripMenuItem12.Size = new System.Drawing.Size(32, 19); + // + // toolStripSeparator6 + // + this.toolStripSeparator6.Name = "toolStripSeparator6"; + this.toolStripSeparator6.Size = new System.Drawing.Size(6, 6); + // + // toolStripMenuItem13 + // + this.toolStripMenuItem13.Name = "toolStripMenuItem13"; + this.toolStripMenuItem13.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem14 + // + this.toolStripMenuItem14.Name = "toolStripMenuItem14"; + this.toolStripMenuItem14.Size = new System.Drawing.Size(32, 19); + // + // toolStripSeparator7 + // + this.toolStripSeparator7.Name = "toolStripSeparator7"; + this.toolStripSeparator7.Size = new System.Drawing.Size(6, 6); + // + // toolStripMenuItem15 + // + this.toolStripMenuItem15.Name = "toolStripMenuItem15"; + this.toolStripMenuItem15.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem16 + // + this.toolStripMenuItem16.Name = "toolStripMenuItem16"; + this.toolStripMenuItem16.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem17 + // + this.toolStripMenuItem17.Name = "toolStripMenuItem17"; + this.toolStripMenuItem17.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem18 + // + this.toolStripMenuItem18.Name = "toolStripMenuItem18"; + this.toolStripMenuItem18.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem19 + // + this.toolStripMenuItem19.Name = "toolStripMenuItem19"; + this.toolStripMenuItem19.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem20 + // + this.toolStripMenuItem20.Name = "toolStripMenuItem20"; + this.toolStripMenuItem20.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem21 + // + this.toolStripMenuItem21.Name = "toolStripMenuItem21"; + this.toolStripMenuItem21.Size = new System.Drawing.Size(32, 19); + // + // toolStripSeparator8 + // + this.toolStripSeparator8.Name = "toolStripSeparator8"; + this.toolStripSeparator8.Size = new System.Drawing.Size(6, 6); + // + // toolStripMenuItem22 + // + this.toolStripMenuItem22.Name = "toolStripMenuItem22"; + this.toolStripMenuItem22.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem23 + // + this.toolStripMenuItem23.Name = "toolStripMenuItem23"; + this.toolStripMenuItem23.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem24 + // + this.toolStripMenuItem24.Name = "toolStripMenuItem24"; + this.toolStripMenuItem24.Size = new System.Drawing.Size(32, 19); + // + // toolStripMenuItem25 + // + this.toolStripMenuItem25.Name = "toolStripMenuItem25"; + this.toolStripMenuItem25.Size = new System.Drawing.Size(32, 19); + // + // HspForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.BackColor = System.Drawing.Color.White; + this.ClientSize = new System.Drawing.Size(961, 682); + this.Controls.Add(this.menuStrip1); + this.Controls.Add(this.maximTabControl1); + this.Controls.Add(this.ss_Status); + this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ForeColor = System.Drawing.Color.Black; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "HspForm"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "MAXREFDES100 Health Sensor Platform"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HspForm_FormClosing); + this.Load += new System.EventHandler(this.Form_Load); + this.ResizeEnd += new System.EventHandler(this.HspForm_ResizeEnd); + this.maximGroupBox1.ResumeLayout(false); + this.maximGroupBox1.PerformLayout(); + this.maximTabControl1.ResumeLayout(false); + this.tpBlockDiagram.ResumeLayout(false); + this.tlbQuickStart.ResumeLayout(false); + this.tlbQuickStart.PerformLayout(); + this.pnlBlockDiagram.ResumeLayout(false); + this.pnlBlockDiagram.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picBlockDiagram)).EndInit(); + this.tpOpticalSensor.ResumeLayout(false); + this.tpTemperature.ResumeLayout(false); + this.tpMAX30001EcgChannel.ResumeLayout(false); + this.tpMAX30001EcgChannel.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.pnlEcgChannel.ResumeLayout(false); + this.pnlEcgChannel.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picEcgChannel)).EndInit(); + this.grpRToR.ResumeLayout(false); + this.grpRToR.PerformLayout(); + this.tpMAX30001InputMux.ResumeLayout(false); + this.pnlEcgMux.ResumeLayout(false); + this.pnlEcgMux.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picECGLeadConfig)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picSw14)).EndInit(); + this.pnlMAX30001Global.ResumeLayout(false); + this.grpChannelPlotEnable.ResumeLayout(false); + this.grpChannelPlotEnable.PerformLayout(); + this.maximGroupBox8.ResumeLayout(false); + this.grpGlobalControls.ResumeLayout(false); + this.grpGlobalControls.PerformLayout(); + this.tpBioZChannel.ResumeLayout(false); + this.pnlBioZChannel.ResumeLayout(false); + this.pnlBioZChannel.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZChannel)).EndInit(); + this.tpMAX30001BioZInputMux.ResumeLayout(false); + this.pnlBioZMux.ResumeLayout(false); + this.pnlBioZMux.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLoff1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLoff2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLeadOn)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZsw1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZsw2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLeadBias1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picLeadBias2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZCal1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZCal2)).EndInit(); + this.tpMAX30001BioZLoad.ResumeLayout(false); + this.pnlBioZLoad.ResumeLayout(false); + this.pnlBioZLoad.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLoad)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLloff2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLlon)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLcal1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLlb1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLsw2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picBioZLresload)).EndInit(); + this.tpMAX30001Pace.ResumeLayout(false); + this.pnlPace.ResumeLayout(false); + this.pnlPace.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picPaceChannel)).EndInit(); + this.tpMAX30001Plots.ResumeLayout(false); + this.tpFlashLog.ResumeLayout(false); + this.tpRegisters.ResumeLayout(false); + this.tableLayoutPanel1.ResumeLayout(false); + this.pnlRegMAX30205_U18.ResumeLayout(false); + this.pnlRegMAX14720.ResumeLayout(false); + this.pnlRegMAX30101.ResumeLayout(false); + this.pnlRegMAX30001.ResumeLayout(false); + this.pnlRegMAX30205.ResumeLayout(false); + this.pnlRegLIS2HD.ResumeLayout(false); + this.tpPrimitives.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit(); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox txt_Status; + private System.Windows.Forms.Label label1; + private MaximStyle.MaximButton btn_Clear; + private MaximStyle.MaximStatusStrip ss_Status; + private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem tsm_exit; + private System.Windows.Forms.ToolStripMenuItem deviceToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem test1ToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem test2ToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem technicalDocsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem tsm_EVKitDatasheet; + private System.Windows.Forms.ToolStripMenuItem tsm_ICDatasheet; + private System.Windows.Forms.ToolStripMenuItem tsm_about; + private MaximStyle.MaximGroupBox maximGroupBox1; + private MaximStyle.MaximTabControl maximTabControl1; + private System.Windows.Forms.TabPage tpPrimitives; + private System.Windows.Forms.Label label22; + private System.Windows.Forms.Label label23; + private System.Windows.Forms.Label label24; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label17; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; + private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem1; + private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1; + private System.Windows.Forms.DataVisualization.Charting.Chart chart1; + private MaximStyle.MaximGroupBox maximGroupBox2; + private System.Windows.Forms.NumericUpDown numericUpDown1; + private System.Windows.Forms.ComboBox comboBox1; + private MaximStyle.MaximGroupBox maximGroupBox3; + private System.Windows.Forms.DataVisualization.Charting.Chart chart2; + private MaximStyle.MaximGroupBox maximGroupBox4; + private System.Windows.Forms.ComboBox comboBox2; + private System.Windows.Forms.ComboBox comboBox3; + private System.Windows.Forms.ComboBox comboBox4; + private System.Windows.Forms.ComboBox comboBox5; + private MaximStyle.MaximGroupBox maximGroupBox5; + private System.Windows.Forms.ComboBox comboBox6; + private System.Windows.Forms.ComboBox comboBox7; + private System.Windows.Forms.ComboBox comboBox8; + private System.Windows.Forms.ComboBox comboBox9; + private MaximStyle.MaximGroupBox maximGroupBox6; + private System.Windows.Forms.ComboBox comboBox10; + private System.Windows.Forms.ComboBox comboBox11; + private System.Windows.Forms.ComboBox comboBox12; + private MaximStyle.MaximGroupBox maximGroupBox7; + private System.Windows.Forms.TextBox textBox1; + private MaximStyle.MaximButton maximButton1; + private MaximStyle.MaximButton maximButton2; + private System.Windows.Forms.ComboBox comboBox13; + private MaximStyle.MaximButton maximButton3; + private MaximStyle.MaximButton maximButton4; + private System.Windows.Forms.ComboBox comboBox14; + private System.Windows.Forms.TabPage tpOpticalSensor; + private CustomControls.PrimitivesView primitivesView1; + private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; + private System.Windows.Forms.TabPage tpMAX30001EcgChannel; + private System.Windows.Forms.TabPage tpMAX30001Plots; + private System.Windows.Forms.TabPage tpRegisters; + private System.Windows.Forms.TabPage tpTemperature; + private CustomControls.TemperatureView temperatureView1; + private MaximStyle.MaximComboBox cboDhpf; + private MaximStyle.MaximComboBox cboDlpf; + private MaximStyle.MaximComboBox cboSampleRate; + private MaximStyle.MaximComboBox cboChannelGain; + private MaximStyle.MaximComboBox cboFast; + private System.Windows.Forms.Label lblDhpf; + private System.Windows.Forms.Label lblDlpf; + private System.Windows.Forms.Label lblSampleRate; + private System.Windows.Forms.Label lblChannelGain; + private System.Windows.Forms.Label lblFast; + private System.Windows.Forms.Panel pnlRegMAX30101; + private System.Windows.Forms.Panel pnlRegMAX30205; + private System.Windows.Forms.Panel pnlRegLIS2HD; + private System.Windows.Forms.Panel pnlRegMAX30001; + private Maxim.CustomControls.RegisterView rvMAX30101; + private Maxim.CustomControls.RegisterView rvMAX30205; + private Maxim.CustomControls.RegisterView rvLIS2HD; + private System.Windows.Forms.Panel pnlRegMAX14720; + private Maxim.CustomControls.RegisterView rvMAX14720; + private Maxim.CustomControls.RegisterView rvMAX30001; + private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; + private Maxim.CustomControls.RegisterView rvMAX30205_U18; + private System.Windows.Forms.ToolStripMenuItem connectionToolStripMenuItem; + private MaximStyle.MaximComboBox cboFastTh; + private System.Windows.Forms.Label lblFastTh; + private System.Windows.Forms.Label label28; + private System.Windows.Forms.TabPage tpMAX30001InputMux; + private MaximStyle.MaximComboBox cboEmuxOpenn; + private MaximStyle.MaximComboBox cboEmuxOpenp; + private System.Windows.Forms.Label lblEmuxOpenn; + private System.Windows.Forms.Label lblEmuxOpenp; + private System.Windows.Forms.Label lblCalVmag; + private System.Windows.Forms.Label lblCalFreq; + private System.Windows.Forms.Label lblCalTHigh; + private System.Windows.Forms.Label lblCalFifty; + private MaximStyle.MaximComboBox cboCalFcal; + private MaximStyle.MaximComboBox cboCalThigh; + private MaximStyle.MaximComboBox cboCalFifty; + private MaximStyle.MaximComboBox cboCalVmag; + private System.Windows.Forms.Label lblDcloffImag; + private System.Windows.Forms.Label lblCalVMode; + private System.Windows.Forms.Label lblCalEnVcal; + private System.Windows.Forms.Label lblEmuxPol; + private MaximStyle.MaximComboBox cboEmuxPol; + private MaximStyle.MaximComboBox cboDcloffImag; + private MaximStyle.MaximComboBox cboCalVmode; + private MaximStyle.MaximComboBox cboCalEnVcal; + private System.Windows.Forms.PictureBox picECGLeadConfig; + private System.Windows.Forms.Label lblDcloffVth; + private MaximStyle.MaximComboBox cboDcloffVth; + private MaximStyle.MaximComboBox cboDcloffIpol; + private System.Windows.Forms.Label lblDcloffIpol; + private MaximStyle.MaximComboBox cboEnDcloff; + private System.Windows.Forms.Label lblEnDcloff; + private MaximStyle.MaximGroupBox grpGlobalControls; + private MaximStyle.MaximComboBox cboMasterClock; + private System.Windows.Forms.Label label31; + private MaximStyle.MaximGroupBox maximGroupBox8; + private MaximStyle.MaximButton maximButton5; + private MaximStyle.MaximComboBox maximComboBox9; + private MaximStyle.MaximComboBox cboRbiasn; + private System.Windows.Forms.Label lblRbiasn; + private MaximStyle.MaximComboBox cboRbiasp; + private System.Windows.Forms.Label lblRbiasp; + private MaximStyle.MaximComboBox cboRbiasv; + private System.Windows.Forms.Label lblRbiasv; + private MaximStyle.MaximComboBox cboEnRbias; + private System.Windows.Forms.Label lblEnRbias; + private System.Windows.Forms.LinkLabel linkLabel1; + private System.Windows.Forms.Panel pnlMAX30001Global; + private System.Windows.Forms.ToolTip toolTip1; + private System.Windows.Forms.ToolStripMenuItem registerNamesToolStripMenuItem; + private MaximStyle.MaximGroupBox grpRToR; + private MaximStyle.MaximComboBox cboRRWndw; + private System.Windows.Forms.Label lblRRWndw; + private MaximStyle.MaximComboBox cboEnRToR; + private System.Windows.Forms.Label lblEnRToR; + private MaximStyle.MaximComboBox cboRRGain; + private System.Windows.Forms.Label lblRRGain; + private MaximStyle.MaximComboBox cboRRPtsf; + private System.Windows.Forms.Label lblRRPtsf; + private MaximStyle.MaximComboBox cboRRPavg; + private System.Windows.Forms.Label lblRRPavg; + private MaximStyle.MaximComboBox cboRRRhsf; + private System.Windows.Forms.Label lblRRRhsf; + private MaximStyle.MaximComboBox cboRRRavg; + private System.Windows.Forms.Label lblRRRavg; + private MaximStyle.MaximComboBox cboRRHoff; + private System.Windows.Forms.Label lblRRHoff; + private MaximStyle.MaximComboBox cboEmuxCalNSel; + private System.Windows.Forms.Label lblEmuxCalNSel; + private MaximStyle.MaximComboBox cboEmuxCalPSel; + private System.Windows.Forms.Label lblEmuxCalPSel; + private CustomControls.EcgView ecgView1; + private System.Windows.Forms.ToolStripMenuItem disconnectToolStripMenuItem; + private System.Windows.Forms.TabPage tpBioZChannel; + private System.Windows.Forms.TabPage tpMAX30001BioZInputMux; + private System.Windows.Forms.TabPage tpMAX30001Pace; + private System.Windows.Forms.TabPage tpFlashLog; + private System.Windows.Forms.PictureBox picBioZChannel; + private System.Windows.Forms.Label lblBioZExternalResistorBiasEnable; + private System.Windows.Forms.Label lblBioZCurrentGeneratorMonitor; + private System.Windows.Forms.Label lblBioZCurrentGeneratorMode; + private System.Windows.Forms.Label lblBioZModulationPhaseOffset; + private System.Windows.Forms.Label lblBioZCurrentGeneratorMagnitude; + private System.Windows.Forms.Label lblBioZACLeadOffUnderRangeThreshold; + private System.Windows.Forms.Label lblBioZACLeadOffOverRangeThreshold; + private System.Windows.Forms.Label lblBioZDigitalLeadOffDetectionEnable; + private System.Windows.Forms.Label lblBioZDigitalHpf; + private System.Windows.Forms.Label lblBioZDigitalLpf; + private System.Windows.Forms.Label lblBioZSampleRate; + private System.Windows.Forms.Label lblBioZChannelGain; + private System.Windows.Forms.LinkLabel linkLabel2; + private System.Windows.Forms.Label lblBioZAnalogHpf; + private MaximStyle.MaximComboBox cboBioZCurrentGeneratorMode; + private MaximStyle.MaximComboBox cboBioZCurrentGeneratorMonitor; + private MaximStyle.MaximComboBox cboBioZExternalResistorBiasEnable; + private MaximStyle.MaximComboBox cboBioZDigitalLeadOffDetectionEnable; + private MaximStyle.MaximComboBox cboBioZACLeadOffUnderRangeThreshold; + private MaximStyle.MaximComboBox cboBioZACLeadOffOverRangeThreshold; + private MaximStyle.MaximComboBox cboBioZDigitalHpf; + private MaximStyle.MaximComboBox cboBioZDigitalLpf; + private MaximStyle.MaximComboBox cboBioZSampleRate; + private MaximStyle.MaximComboBox cboBioZChannelGain; + private MaximStyle.MaximComboBox cboBioZModulationPhaseOffset; + private MaximStyle.MaximComboBox cboBioZCurrentGeneratorMagnitude; + private MaximStyle.MaximComboBox cboBioZAnalogHpf; + private System.Windows.Forms.Label label21; + private System.Windows.Forms.PictureBox picPaceChannel; + private System.Windows.Forms.Label lblPaceSignalSelection; + private System.Windows.Forms.Label lblPaceBufferBandwidth; + private System.Windows.Forms.Label lblPaceAnalogHpf; + private MaximStyle.MaximComboBox cboPaceAnalogHpf; + private MaximStyle.MaximComboBox cboPaceDetectorNegativeThreshold; + private MaximStyle.MaximComboBox cboPaceDetectorPostiveThreshold; + private MaximStyle.MaximComboBox cboPaceDifferentiatorMode; + private MaximStyle.MaximComboBox cboPaceChannelGain; + private MaximStyle.MaximComboBox cboPaceInputPolarity; + private MaximStyle.MaximComboBox cboPaceSignalSelection; + private MaximStyle.MaximComboBox cboPaceBufferBandwidth; + private System.Windows.Forms.Label lblPaceDetectorNegativeThreshold; + private System.Windows.Forms.Label lblPaceDetectorPostiveThreshold; + private System.Windows.Forms.Label lblPaceDifferentiatorMode; + private System.Windows.Forms.Label lblPaceChannelGain; + private System.Windows.Forms.Label lblPaceInputPolarity; + private System.Windows.Forms.Label label35; + private MaximStyle.MaximCheckBox chkEnRtor; + private MaximStyle.MaximCheckBox chkEnPace; + private MaximStyle.MaximCheckBox chkEnBioZ; + private MaximStyle.MaximCheckBox chkEnECG; + private MaximStyle.MaximGroupBox grpChannelPlotEnable; + private MaximStyle.MaximComboBox cboBioZCurrentGeneratorFrequency; + private System.Windows.Forms.Label lblBioZCurrentGeneratorFrequency; + private MaximStyle.MaximComboBox cboBioZBmuxCalnSel; + private System.Windows.Forms.Label lblBioZBmuxCalnSel; + private MaximStyle.MaximComboBox cboBioZBmuxCalpSel; + private System.Windows.Forms.Label lblBioZBmuxCalpSel; + private MaximStyle.MaximComboBox cboBioZRbiasn; + private System.Windows.Forms.Label lblBioZRbiasn; + private MaximStyle.MaximComboBox cboBioZRbiasp; + private System.Windows.Forms.Label lblBioZRbiasp; + private MaximStyle.MaximComboBox cboBioZRbiasv; + private System.Windows.Forms.Label lblBioZRbiasv; + private MaximStyle.MaximComboBox cboBioZEnRbias; + private System.Windows.Forms.Label lblBioZEnRbias; + private System.Windows.Forms.Label lblBioZDcloffVth; + private MaximStyle.MaximComboBox cboBioZDcloffVth; + private MaximStyle.MaximComboBox cboBioZDcloffIpol; + private System.Windows.Forms.Label lblBioZDcloffIpol; + private MaximStyle.MaximComboBox cboBioZEnDcloff; + private System.Windows.Forms.Label lblBioZEnDcloff; + private MaximStyle.MaximComboBox cboBioZBmuxOpenn; + private MaximStyle.MaximComboBox cboBioZBmuxOpenp; + private System.Windows.Forms.Label lblBioZBmuxOpenn; + private System.Windows.Forms.Label lblBioZBmuxOpenp; + private System.Windows.Forms.Label lblBioZCalVmag; + private System.Windows.Forms.Label lblBioZCalFcal; + private System.Windows.Forms.Label lblBioZCalThigh; + private System.Windows.Forms.Label lblBioZCalFifty; + private MaximStyle.MaximComboBox cboBioZCalFcal; + private MaximStyle.MaximComboBox cboBioZCalThigh; + private MaximStyle.MaximComboBox cboBioZCalFifty; + private MaximStyle.MaximComboBox cboBioZCalVmag; + private System.Windows.Forms.Label lblBioZDcloffImag; + private System.Windows.Forms.Label lblBioZCalVMode; + private System.Windows.Forms.Label lblBioZCalEnVcal; + private MaximStyle.MaximComboBox cboBioZDcloffImag; + private MaximStyle.MaximComboBox cboBioZCalVMode; + private MaximStyle.MaximComboBox cboBioZCalEnVcal; + private System.Windows.Forms.PictureBox pictureBox2; + private System.Windows.Forms.Label label25; + private System.Windows.Forms.Label label26; + private System.Windows.Forms.Label label27; + private System.Windows.Forms.TabPage tpMAX30001BioZLoad; + private System.Windows.Forms.Label lblBioZBmuxFbist; + private System.Windows.Forms.Label lblBioZBmuxRmod; + private System.Windows.Forms.Label lblBioZBmuxEnBist; + private System.Windows.Forms.Label label33; + private MaximStyle.MaximComboBox cboBioZBmuxFbist; + private MaximStyle.MaximComboBox cboBioZBmuxRmod; + private MaximStyle.MaximComboBox cboBioZBmuxEnBist; + private System.Windows.Forms.PictureBox picBioZLoad; + private MaximStyle.MaximComboBox cboBioZBmuxRnom; + private System.Windows.Forms.Label lblBioZBmuxRnom; + private System.Windows.Forms.ToolStripMenuItem showAdvancedTabToolStripMenuItem; + private CustomControls.DataLoggingView dataLoggingView1; + private MaximStyle.MaximComboBox cboEmuxEnUlpLon; + private System.Windows.Forms.Label label30; + private System.Windows.Forms.Label label32; + private System.Windows.Forms.Label label34; + private System.Windows.Forms.Label label36; + private System.Windows.Forms.Label label37; + private System.Windows.Forms.Label label38; + private System.Windows.Forms.ToolStripMenuItem onlineDocumentationToolStripMenuItem; + private System.Windows.Forms.Label lblEmuxEnUlpLon; + private System.Windows.Forms.Label lblBmuxEnUlpLon; + private MaximStyle.MaximComboBox cboBmuxEnUlpLon; + private System.Windows.Forms.ToolStripMenuItem bioZMilliohmScaleToolStripMenuItem; + private System.Windows.Forms.Panel pnlRegMAX30205_U18; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; + private MaximStyle.MaximComboBox cboRegisterTabDevice; + private CustomControls.OpticalView opticalView1; + private System.Windows.Forms.ToolStripMenuItem saveRegisterSettingsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem loadRegisterSettingsToolStripMenuItem; + private System.Windows.Forms.TabPage tpBlockDiagram; + private System.Windows.Forms.PictureBox picBlockDiagram; + private System.Windows.Forms.LinkLabel linkBioZLoad; + private System.Windows.Forms.LinkLabel linkBioZMux; + private System.Windows.Forms.LinkLabel linkBioZChannel; + private System.Windows.Forms.LinkLabel linkPaceChannel; + private System.Windows.Forms.LinkLabel linkEcgMux; + private System.Windows.Forms.LinkLabel linkEcgChannel; + private System.Windows.Forms.LinkLabel linkOpticalSensor; + private System.Windows.Forms.LinkLabel linkTempSensor; + private System.Windows.Forms.Label label29; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; + private System.Windows.Forms.LinkLabel linkLabelBioZLoad; + private System.Windows.Forms.ToolStripMenuItem loggingToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem eCGBioZFileLogToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem eCGFileLogToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem rToRFileLogToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem paceFileLogToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem bioZFileLogToolStripMenuItem; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; + private System.Windows.Forms.ToolStripMenuItem opticalAccelerometerFileLogToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem registerExportToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem loadAllRegisterSettingsToolStripMenuItem; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; + private System.Windows.Forms.Panel pnlBlockDiagram; + private System.Windows.Forms.Panel pnlEcgChannel; + private System.Windows.Forms.PictureBox picEcgChannel; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private System.Windows.Forms.Panel pnlEcgMux; + private System.Windows.Forms.Panel pnlBioZChannel; + private System.Windows.Forms.Panel pnlBioZMux; + private System.Windows.Forms.Panel pnlBioZLoad; + private System.Windows.Forms.Panel pnlPace; + private System.Windows.Forms.Label label39; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.PictureBox picSw1; + private System.Windows.Forms.PictureBox picSw2; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.PictureBox picSw3; + private System.Windows.Forms.PictureBox picSw4; + private System.Windows.Forms.PictureBox picSw5; + private System.Windows.Forms.PictureBox picSw6; + private System.Windows.Forms.PictureBox picSw7; + private System.Windows.Forms.PictureBox picSw8; + private System.Windows.Forms.PictureBox picSw9; + private System.Windows.Forms.PictureBox picSw10; + private System.Windows.Forms.PictureBox picSw11; + private System.Windows.Forms.PictureBox picSw12; + private System.Windows.Forms.PictureBox picSw13; + private System.Windows.Forms.PictureBox picSw14; + private System.Windows.Forms.PictureBox picLoff1; + private System.Windows.Forms.PictureBox picLoff2; + private System.Windows.Forms.PictureBox picLeadOn; + private System.Windows.Forms.PictureBox picBioZsw1; + private System.Windows.Forms.PictureBox picBioZsw2; + private System.Windows.Forms.PictureBox picLeadBias1; + private System.Windows.Forms.PictureBox picLeadBias2; + private System.Windows.Forms.PictureBox picBioZCal1; + private System.Windows.Forms.PictureBox picBioZCal2; + private System.Windows.Forms.PictureBox picBioZLloff1; + private System.Windows.Forms.PictureBox picBioZLloff2; + private System.Windows.Forms.PictureBox picBioZLlon; + private System.Windows.Forms.PictureBox picBioZLsw1; + private System.Windows.Forms.PictureBox picBioZLlb2; + private System.Windows.Forms.PictureBox picBioZLcal2; + private System.Windows.Forms.PictureBox picBioZLcal1; + private System.Windows.Forms.PictureBox picBioZLlb1; + private System.Windows.Forms.PictureBox picBioZLsw2; + private System.Windows.Forms.PictureBox picBioZLresload; + private System.Windows.Forms.MenuStrip menuStrip1; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem17; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem18; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem19; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem20; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem21; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem22; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem23; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem24; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem25; + private System.Windows.Forms.TableLayoutPanel tlbQuickStart; + private System.Windows.Forms.Label label40; + private System.Windows.Forms.LinkLabel linkLabelQuickOpticalSpO2; + private System.Windows.Forms.LinkLabel linkLabelQuickTemperature; + private System.Windows.Forms.LinkLabel linkLabelQuickBioimpedance; + private System.Windows.Forms.LinkLabel linkLabelQuickEcg; + private System.Windows.Forms.Label label41; + private System.Windows.Forms.LinkLabel linkLabelQuickRespiration; + } +} +