![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
Diff: HspGuiSourceV301/HSPGui/CustomControls/EcgView.Designer.cs
- Revision:
- 20:6d2af70c92ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HspGuiSourceV301/HSPGui/CustomControls/EcgView.Designer.cs Tue Apr 06 06:41:40 2021 +0000 @@ -0,0 +1,561 @@ +namespace HealthSensorPlatform.CustomControls +{ + partial class EcgView + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = 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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Title title3 = 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.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.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Title title4 = new System.Windows.Forms.DataVisualization.Charting.Title(); + this.chartPace = new System.Windows.Forms.DataVisualization.Charting.Chart(); + this.chartRtoR = new System.Windows.Forms.DataVisualization.Charting.Chart(); + this.btnMonitor = new MaximStyle.MaximButton(); + this.btnStartTest = new System.Windows.Forms.Button(); + this.grpBxBioZOverUnderRange = new MaximStyle.MaximGroupBox(); + this.lblBioZACUnder = new System.Windows.Forms.Label(); + this.lblBioZACOver = new System.Windows.Forms.Label(); + this.maximGroupBox3 = new MaximStyle.MaximGroupBox(); + this.label70 = new System.Windows.Forms.Label(); + this.label69 = new System.Windows.Forms.Label(); + this.grpBxDCLeadOff = new MaximStyle.MaximGroupBox(); + this.lblLdoffNl = new System.Windows.Forms.Label(); + this.lblLdoffNh = new System.Windows.Forms.Label(); + this.lblLdoffPl = new System.Windows.Forms.Label(); + this.lblLdoffPh = new System.Windows.Forms.Label(); + this.maximGroupBox5 = new MaximStyle.MaximGroupBox(); + this.label76 = new System.Windows.Forms.Label(); + this.label75 = new System.Windows.Forms.Label(); + this.tableLayoutPanelCharts = new System.Windows.Forms.TableLayoutPanel(); + this.chartBioz = new System.Windows.Forms.DataVisualization.Charting.Chart(); + this.chartECG = new System.Windows.Forms.DataVisualization.Charting.Chart(); + this.flowLayoutPanelInterruptsControls = new System.Windows.Forms.FlowLayoutPanel(); + this.grpBxHeartRate = new MaximStyle.MaximGroupBox(); + this.lblHeartRateAverage10 = new System.Windows.Forms.Label(); + this.lblHeartRateBeatToBeat = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + this.button1 = new System.Windows.Forms.Button(); + this.timer1 = new System.Windows.Forms.Timer(this.components); + ((System.ComponentModel.ISupportInitialize)(this.chartPace)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.chartRtoR)).BeginInit(); + this.grpBxBioZOverUnderRange.SuspendLayout(); + this.maximGroupBox3.SuspendLayout(); + this.grpBxDCLeadOff.SuspendLayout(); + this.maximGroupBox5.SuspendLayout(); + this.tableLayoutPanelCharts.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.chartBioz)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.chartECG)).BeginInit(); + this.flowLayoutPanelInterruptsControls.SuspendLayout(); + this.grpBxHeartRate.SuspendLayout(); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // chartPace + // + chartArea1.AxisY.Title = "Pace (μs)"; + chartArea1.Name = "ChartArea"; + this.chartPace.ChartAreas.Add(chartArea1); + this.chartPace.Location = new System.Drawing.Point(3, 190); + this.chartPace.Name = "chartPace"; + series1.ChartArea = "ChartArea"; + series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series1.Color = System.Drawing.Color.DarkRed; + series1.MarkerSize = 1; + series1.Name = "Series"; + series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + this.chartPace.Series.Add(series1); + this.chartPace.Size = new System.Drawing.Size(400, 190); + this.chartPace.TabIndex = 35; + this.chartPace.Text = "chart1"; + title1.Name = "Title1"; + title1.Text = "Red"; + title1.Visible = false; + this.chartPace.Titles.Add(title1); + // + // chartRtoR + // + chartArea2.AxisY.Title = "R-to-R (ms)"; + chartArea2.Name = "ChartArea"; + this.chartRtoR.ChartAreas.Add(chartArea2); + this.chartRtoR.Location = new System.Drawing.Point(415, 190); + this.chartRtoR.Name = "chartRtoR"; + series2.ChartArea = "ChartArea"; + series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series2.Color = System.Drawing.Color.DarkRed; + series2.MarkerSize = 1; + series2.Name = "Series"; + series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + this.chartRtoR.Series.Add(series2); + this.chartRtoR.Size = new System.Drawing.Size(400, 190); + this.chartRtoR.TabIndex = 37; + this.chartRtoR.Text = "chart3"; + title2.Name = "Title1"; + title2.Text = "Red"; + title2.Visible = false; + this.chartRtoR.Titles.Add(title2); + // + // btnMonitor + // + this.btnMonitor.Location = new System.Drawing.Point(60, 25); + this.btnMonitor.Name = "btnMonitor"; + this.btnMonitor.Size = new System.Drawing.Size(111, 23); + this.btnMonitor.TabIndex = 66; + this.btnMonitor.Text = "Start Monitor"; + this.btnMonitor.UseVisualStyleBackColor = true; + this.btnMonitor.Click += new System.EventHandler(this.btnMonitor_Click); + // + // btnStartTest + // + this.btnStartTest.Location = new System.Drawing.Point(692, 625); + this.btnStartTest.Name = "btnStartTest"; + this.btnStartTest.Size = new System.Drawing.Size(111, 23); + this.btnStartTest.TabIndex = 67; + this.btnStartTest.Text = "Start Test"; + this.btnStartTest.UseVisualStyleBackColor = true; + this.btnStartTest.Click += new System.EventHandler(this.btnStartTest_Click); + // + // grpBxBioZOverUnderRange + // + this.grpBxBioZOverUnderRange.BackgroundColor = System.Drawing.Color.White; + this.grpBxBioZOverUnderRange.Controls.Add(this.lblBioZACUnder); + this.grpBxBioZOverUnderRange.Controls.Add(this.lblBioZACOver); + this.grpBxBioZOverUnderRange.Dock = System.Windows.Forms.DockStyle.Left; + this.grpBxBioZOverUnderRange.Location = new System.Drawing.Point(3, 3); + this.grpBxBioZOverUnderRange.Name = "grpBxBioZOverUnderRange"; + this.grpBxBioZOverUnderRange.Size = new System.Drawing.Size(140, 72); + this.grpBxBioZOverUnderRange.TabIndex = 71; + this.grpBxBioZOverUnderRange.TabStop = false; + this.grpBxBioZOverUnderRange.Text = "BioZ"; + // + // lblBioZACUnder + // + this.lblBioZACUnder.AutoSize = true; + this.lblBioZACUnder.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblBioZACUnder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.lblBioZACUnder.Location = new System.Drawing.Point(9, 48); + this.lblBioZACUnder.Name = "lblBioZACUnder"; + this.lblBioZACUnder.Size = new System.Drawing.Size(115, 13); + this.lblBioZACUnder.TabIndex = 1; + this.lblBioZACUnder.Text = "Code Under Range"; + // + // lblBioZACOver + // + this.lblBioZACOver.AutoSize = true; + this.lblBioZACOver.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblBioZACOver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.lblBioZACOver.Location = new System.Drawing.Point(9, 29); + this.lblBioZACOver.Name = "lblBioZACOver"; + this.lblBioZACOver.Size = new System.Drawing.Size(108, 13); + this.lblBioZACOver.TabIndex = 0; + this.lblBioZACOver.Text = "Code Over Range"; + // + // maximGroupBox3 + // + this.maximGroupBox3.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox3.Controls.Add(this.label70); + this.maximGroupBox3.Controls.Add(this.label69); + this.maximGroupBox3.Enabled = false; + this.maximGroupBox3.Location = new System.Drawing.Point(152, 597); + this.maximGroupBox3.Name = "maximGroupBox3"; + this.maximGroupBox3.Size = new System.Drawing.Size(148, 55); + this.maximGroupBox3.TabIndex = 72; + this.maximGroupBox3.TabStop = false; + // + // label70 + // + this.label70.AutoSize = true; + this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label70.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.label70.Location = new System.Drawing.Point(13, 33); + this.label70.Name = "label70"; + this.label70.Size = new System.Drawing.Size(125, 13); + this.label70.TabIndex = 2; + this.label70.Text = "BioZ DRVN Lead Off"; + // + // label69 + // + this.label69.AutoSize = true; + this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label69.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.label69.Location = new System.Drawing.Point(13, 14); + this.label69.Name = "label69"; + this.label69.Size = new System.Drawing.Size(124, 13); + this.label69.TabIndex = 1; + this.label69.Text = "BioZ DRVP Lead Off"; + // + // grpBxDCLeadOff + // + this.grpBxDCLeadOff.BackgroundColor = System.Drawing.Color.White; + this.grpBxDCLeadOff.Controls.Add(this.lblLdoffNl); + this.grpBxDCLeadOff.Controls.Add(this.lblLdoffNh); + this.grpBxDCLeadOff.Controls.Add(this.lblLdoffPl); + this.grpBxDCLeadOff.Controls.Add(this.lblLdoffPh); + this.grpBxDCLeadOff.Location = new System.Drawing.Point(149, 3); + this.grpBxDCLeadOff.Name = "grpBxDCLeadOff"; + this.grpBxDCLeadOff.Size = new System.Drawing.Size(254, 72); + this.grpBxDCLeadOff.TabIndex = 73; + this.grpBxDCLeadOff.TabStop = false; + this.grpBxDCLeadOff.Text = "DC Lead Off"; + // + // lblLdoffNl + // + this.lblLdoffNl.AutoSize = true; + this.lblLdoffNl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblLdoffNl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.lblLdoffNl.Location = new System.Drawing.Point(134, 47); + this.lblLdoffNl.Name = "lblLdoffNl"; + this.lblLdoffNl.Size = new System.Drawing.Size(95, 13); + this.lblLdoffNl.TabIndex = 3; + this.lblLdoffNl.Text = "ECGN/BIN Low"; + // + // lblLdoffNh + // + this.lblLdoffNh.AutoSize = true; + this.lblLdoffNh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblLdoffNh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.lblLdoffNh.Location = new System.Drawing.Point(134, 28); + this.lblLdoffNh.Name = "lblLdoffNh"; + this.lblLdoffNh.Size = new System.Drawing.Size(98, 13); + this.lblLdoffNh.TabIndex = 2; + this.lblLdoffNh.Text = "ECGN/BIN High"; + // + // lblLdoffPl + // + this.lblLdoffPl.AutoSize = true; + this.lblLdoffPl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblLdoffPl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.lblLdoffPl.Location = new System.Drawing.Point(15, 47); + this.lblLdoffPl.Name = "lblLdoffPl"; + this.lblLdoffPl.Size = new System.Drawing.Size(93, 13); + this.lblLdoffPl.TabIndex = 1; + this.lblLdoffPl.Text = "ECGP/BIP Low"; + // + // lblLdoffPh + // + this.lblLdoffPh.AutoSize = true; + this.lblLdoffPh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblLdoffPh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.lblLdoffPh.Location = new System.Drawing.Point(15, 28); + this.lblLdoffPh.Name = "lblLdoffPh"; + this.lblLdoffPh.Size = new System.Drawing.Size(96, 13); + this.lblLdoffPh.TabIndex = 0; + this.lblLdoffPh.Text = "ECGP/BIP High"; + // + // maximGroupBox5 + // + this.maximGroupBox5.BackgroundColor = System.Drawing.Color.White; + this.maximGroupBox5.Controls.Add(this.label76); + this.maximGroupBox5.Controls.Add(this.label75); + this.maximGroupBox5.Enabled = false; + this.maximGroupBox5.Location = new System.Drawing.Point(13, 597); + this.maximGroupBox5.Name = "maximGroupBox5"; + this.maximGroupBox5.Size = new System.Drawing.Size(124, 55); + this.maximGroupBox5.TabIndex = 74; + this.maximGroupBox5.TabStop = false; + // + // label76 + // + this.label76.AutoSize = true; + this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label76.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.label76.Location = new System.Drawing.Point(12, 33); + this.label76.Name = "label76"; + this.label76.Size = new System.Drawing.Size(87, 13); + this.label76.TabIndex = 4; + this.label76.Text = "PLL Unlocked"; + // + // label75 + // + this.label75.AutoSize = true; + this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label75.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(198)))), ((int)(((byte)(76))))); + this.label75.Location = new System.Drawing.Point(12, 14); + this.label75.Name = "label75"; + this.label75.Size = new System.Drawing.Size(118, 13); + this.label75.TabIndex = 3; + this.label75.Text = "ECG Fast Recovery"; + // + // tableLayoutPanelCharts + // + this.tableLayoutPanelCharts.ColumnCount = 1; + this.tableLayoutPanelCharts.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelCharts.Controls.Add(this.chartBioz, 0, 1); + this.tableLayoutPanelCharts.Controls.Add(this.chartECG, 0, 0); + this.tableLayoutPanelCharts.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanelCharts.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanelCharts.Name = "tableLayoutPanelCharts"; + this.tableLayoutPanelCharts.RowCount = 2; + this.tableLayoutPanelCharts.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelCharts.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 0F)); + this.tableLayoutPanelCharts.Size = new System.Drawing.Size(831, 464); + this.tableLayoutPanelCharts.TabIndex = 77; + // + // chartBioz + // + chartArea3.AxisX.Title = "Seconds (s)"; + chartArea3.AxisY.Title = "Bioz (Ohm)"; + chartArea3.Name = "ChartArea"; + this.chartBioz.ChartAreas.Add(chartArea3); + this.chartBioz.Dock = System.Windows.Forms.DockStyle.Fill; + this.chartBioz.Location = new System.Drawing.Point(3, 467); + this.chartBioz.Name = "chartBioz"; + series3.ChartArea = "ChartArea"; + series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(37)))), ((int)(((byte)(133))))); + series3.MarkerSize = 1; + series3.Name = "Series"; + series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + this.chartBioz.Series.Add(series3); + this.chartBioz.Size = new System.Drawing.Size(825, 1); + this.chartBioz.TabIndex = 39; + this.chartBioz.Text = "chart2"; + title3.Name = "Title1"; + title3.Text = "Red"; + title3.Visible = false; + this.chartBioz.Titles.Add(title3); + // + // chartECG + // + chartArea4.AxisX.Title = "Seconds (s)"; + chartArea4.AxisY.Title = "ECG (mV)"; + chartArea4.Name = "ChartArea"; + this.chartECG.ChartAreas.Add(chartArea4); + this.chartECG.Dock = System.Windows.Forms.DockStyle.Fill; + this.chartECG.Location = new System.Drawing.Point(3, 3); + this.chartECG.Name = "chartECG"; + series4.ChartArea = "ChartArea"; + series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(37)))), ((int)(((byte)(133))))); + series4.MarkerSize = 1; + series4.Name = "Series"; + series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32; + series4.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series5.ChartArea = "ChartArea"; + series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint; + series5.Color = System.Drawing.Color.Transparent; + series5.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(81)))), ((int)(((byte)(29))))); + series5.MarkerBorderWidth = 2; + series5.MarkerColor = System.Drawing.Color.Transparent; + series5.MarkerSize = 10; + series5.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle; + series5.Name = "SeriesRToR"; + series6.ChartArea = "ChartArea"; + series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; + series6.MarkerImage = "PaceRisingImage"; + series6.MarkerImageTransparentColor = System.Drawing.Color.White; + series6.Name = "SeriesPace"; + series7.ChartArea = "ChartArea"; + series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; + series7.MarkerImage = "PaceFallingImage"; + series7.MarkerImageTransparentColor = System.Drawing.Color.White; + series7.Name = "SeriesPaceFalling"; + this.chartECG.Series.Add(series4); + this.chartECG.Series.Add(series5); + this.chartECG.Series.Add(series6); + this.chartECG.Series.Add(series7); + this.chartECG.Size = new System.Drawing.Size(825, 458); + this.chartECG.TabIndex = 37; + this.chartECG.Text = "chartECG"; + title4.Name = "Title1"; + title4.Text = "Red"; + title4.Visible = false; + this.chartECG.Titles.Add(title4); + // + // flowLayoutPanelInterruptsControls + // + this.flowLayoutPanelInterruptsControls.BackColor = System.Drawing.Color.White; + this.flowLayoutPanelInterruptsControls.Controls.Add(this.grpBxBioZOverUnderRange); + this.flowLayoutPanelInterruptsControls.Controls.Add(this.grpBxDCLeadOff); + this.flowLayoutPanelInterruptsControls.Controls.Add(this.grpBxHeartRate); + this.flowLayoutPanelInterruptsControls.Controls.Add(this.panel1); + this.flowLayoutPanelInterruptsControls.Controls.Add(this.button1); + this.flowLayoutPanelInterruptsControls.Dock = System.Windows.Forms.DockStyle.Bottom; + this.flowLayoutPanelInterruptsControls.Location = new System.Drawing.Point(0, 464); + this.flowLayoutPanelInterruptsControls.Name = "flowLayoutPanelInterruptsControls"; + this.flowLayoutPanelInterruptsControls.Size = new System.Drawing.Size(831, 81); + this.flowLayoutPanelInterruptsControls.TabIndex = 78; + // + // grpBxHeartRate + // + this.grpBxHeartRate.BackgroundColor = System.Drawing.Color.White; + this.grpBxHeartRate.Controls.Add(this.lblHeartRateAverage10); + this.grpBxHeartRate.Controls.Add(this.lblHeartRateBeatToBeat); + this.grpBxHeartRate.Controls.Add(this.label1); + this.grpBxHeartRate.Controls.Add(this.label2); + this.grpBxHeartRate.Location = new System.Drawing.Point(409, 3); + this.grpBxHeartRate.Name = "grpBxHeartRate"; + this.grpBxHeartRate.Size = new System.Drawing.Size(166, 72); + this.grpBxHeartRate.TabIndex = 78; + this.grpBxHeartRate.TabStop = false; + this.grpBxHeartRate.Text = "Heart Rate (from R-to-R)"; + // + // lblHeartRateAverage10 + // + this.lblHeartRateAverage10.AutoSize = true; + this.lblHeartRateAverage10.Location = new System.Drawing.Point(113, 48); + this.lblHeartRateAverage10.Name = "lblHeartRateAverage10"; + this.lblHeartRateAverage10.Size = new System.Drawing.Size(13, 13); + this.lblHeartRateAverage10.TabIndex = 3; + this.lblHeartRateAverage10.Text = "--"; + // + // lblHeartRateBeatToBeat + // + this.lblHeartRateBeatToBeat.AutoSize = true; + this.lblHeartRateBeatToBeat.Location = new System.Drawing.Point(113, 29); + this.lblHeartRateBeatToBeat.Name = "lblHeartRateBeatToBeat"; + this.lblHeartRateBeatToBeat.Size = new System.Drawing.Size(13, 13); + this.lblHeartRateBeatToBeat.TabIndex = 2; + this.lblHeartRateBeatToBeat.Text = "--"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(6, 29); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(101, 13); + this.label1.TabIndex = 0; + this.label1.Text = "Beat to Beat (bpm): "; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(6, 48); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(94, 13); + this.label2.TabIndex = 1; + this.label2.Text = "Average 10 (bpm):"; + // + // panel1 + // + this.panel1.Controls.Add(this.btnMonitor); + this.panel1.Dock = System.Windows.Forms.DockStyle.Right; + this.panel1.Location = new System.Drawing.Point(581, 3); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(220, 72); + this.panel1.TabIndex = 74; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(3, 81); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 75; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Visible = false; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // timer1 + // + this.timer1.Interval = 200; + this.timer1.Tick += new System.EventHandler(this.timer1_Tick); + // + // EcgView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.tableLayoutPanelCharts); + this.Controls.Add(this.flowLayoutPanelInterruptsControls); + this.Controls.Add(this.maximGroupBox5); + this.Controls.Add(this.maximGroupBox3); + this.Controls.Add(this.btnStartTest); + this.Controls.Add(this.chartRtoR); + this.Controls.Add(this.chartPace); + this.Name = "EcgView"; + this.Size = new System.Drawing.Size(831, 545); + this.Load += new System.EventHandler(this.EcgView_Load); + ((System.ComponentModel.ISupportInitialize)(this.chartPace)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.chartRtoR)).EndInit(); + this.grpBxBioZOverUnderRange.ResumeLayout(false); + this.grpBxBioZOverUnderRange.PerformLayout(); + this.maximGroupBox3.ResumeLayout(false); + this.maximGroupBox3.PerformLayout(); + this.grpBxDCLeadOff.ResumeLayout(false); + this.grpBxDCLeadOff.PerformLayout(); + this.maximGroupBox5.ResumeLayout(false); + this.maximGroupBox5.PerformLayout(); + this.tableLayoutPanelCharts.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.chartBioz)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.chartECG)).EndInit(); + this.flowLayoutPanelInterruptsControls.ResumeLayout(false); + this.grpBxHeartRate.ResumeLayout(false); + this.grpBxHeartRate.PerformLayout(); + this.panel1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + private System.Windows.Forms.DataVisualization.Charting.Chart chartPace; + private System.Windows.Forms.DataVisualization.Charting.Chart chartRtoR; + private MaximStyle.MaximButton btnMonitor; + private System.Windows.Forms.Button btnStartTest; + private MaximStyle.MaximGroupBox grpBxBioZOverUnderRange; + private System.Windows.Forms.Label lblBioZACUnder; + private System.Windows.Forms.Label lblBioZACOver; + private MaximStyle.MaximGroupBox maximGroupBox3; + private MaximStyle.MaximGroupBox grpBxDCLeadOff; + private MaximStyle.MaximGroupBox maximGroupBox5; + private System.Windows.Forms.Label label70; + private System.Windows.Forms.Label label69; + private System.Windows.Forms.Label lblLdoffNl; + private System.Windows.Forms.Label lblLdoffNh; + private System.Windows.Forms.Label lblLdoffPl; + private System.Windows.Forms.Label lblLdoffPh; + private System.Windows.Forms.Label label76; + private System.Windows.Forms.Label label75; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelCharts; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelInterruptsControls; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Timer timer1; + private System.Windows.Forms.DataVisualization.Charting.Chart chartBioz; + private System.Windows.Forms.DataVisualization.Charting.Chart chartECG; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private MaximStyle.MaximGroupBox grpBxHeartRate; + private System.Windows.Forms.Label lblHeartRateAverage10; + private System.Windows.Forms.Label lblHeartRateBeatToBeat; + } +}