|
|
@@ -28,12 +28,12 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea7 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea9 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
+ 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.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.rpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
this.bpmBox = new System.Windows.Forms.GroupBox();
|
|
|
@@ -76,6 +76,8 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rpmChart)).BeginInit();
|
|
|
this.bpmBox.SuspendLayout();
|
|
|
@@ -97,18 +99,18 @@
|
|
|
//
|
|
|
// rpmChart
|
|
|
//
|
|
|
- chartArea7.Name = "ChartArea1";
|
|
|
- this.rpmChart.ChartAreas.Add(chartArea7);
|
|
|
+ chartArea4.Name = "ChartArea1";
|
|
|
+ this.rpmChart.ChartAreas.Add(chartArea4);
|
|
|
this.rpmChart.Location = new System.Drawing.Point(6, 19);
|
|
|
this.rpmChart.Name = "rpmChart";
|
|
|
- series7.BorderWidth = 10;
|
|
|
- series7.ChartArea = "ChartArea1";
|
|
|
- series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
- series7.Name = "Rounds per minute";
|
|
|
- series7.XValueMember = "Time";
|
|
|
- series7.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
|
|
|
- series7.YValueMembers = "Rounds per minutes";
|
|
|
- this.rpmChart.Series.Add(series7);
|
|
|
+ series4.BorderWidth = 10;
|
|
|
+ series4.ChartArea = "ChartArea1";
|
|
|
+ series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
+ series4.Name = "Rounds per minute";
|
|
|
+ series4.XValueMember = "Time";
|
|
|
+ series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
|
|
|
+ series4.YValueMembers = "Rounds per minutes";
|
|
|
+ this.rpmChart.Series.Add(series4);
|
|
|
this.rpmChart.Size = new System.Drawing.Size(388, 285);
|
|
|
this.rpmChart.TabIndex = 2;
|
|
|
this.rpmChart.Text = "rounds per minute";
|
|
|
@@ -125,18 +127,18 @@
|
|
|
//
|
|
|
// bpmChart
|
|
|
//
|
|
|
- chartArea8.Name = "ChartArea1";
|
|
|
- this.bpmChart.ChartAreas.Add(chartArea8);
|
|
|
+ chartArea5.Name = "ChartArea1";
|
|
|
+ this.bpmChart.ChartAreas.Add(chartArea5);
|
|
|
this.bpmChart.Location = new System.Drawing.Point(6, 19);
|
|
|
this.bpmChart.Name = "bpmChart";
|
|
|
- series8.BorderWidth = 10;
|
|
|
- series8.ChartArea = "ChartArea1";
|
|
|
- series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
- series8.Name = "Beats per minute";
|
|
|
- series8.XValueMember = "Time";
|
|
|
- series8.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
|
|
|
- series8.YValueMembers = "Beats per minutes";
|
|
|
- this.bpmChart.Series.Add(series8);
|
|
|
+ series5.BorderWidth = 10;
|
|
|
+ series5.ChartArea = "ChartArea1";
|
|
|
+ series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
+ series5.Name = "Beats per minute";
|
|
|
+ series5.XValueMember = "Time";
|
|
|
+ series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
|
|
|
+ series5.YValueMembers = "Beats per minutes";
|
|
|
+ this.bpmChart.Series.Add(series5);
|
|
|
this.bpmChart.Size = new System.Drawing.Size(388, 285);
|
|
|
this.bpmChart.TabIndex = 1;
|
|
|
this.bpmChart.Text = "beats per second";
|
|
|
@@ -153,25 +155,27 @@
|
|
|
//
|
|
|
// speedChart
|
|
|
//
|
|
|
- chartArea9.Name = "ChartArea1";
|
|
|
- this.speedChart.ChartAreas.Add(chartArea9);
|
|
|
+ chartArea6.Name = "ChartArea1";
|
|
|
+ this.speedChart.ChartAreas.Add(chartArea6);
|
|
|
this.speedChart.Location = new System.Drawing.Point(6, 19);
|
|
|
this.speedChart.Name = "speedChart";
|
|
|
- series9.BorderWidth = 10;
|
|
|
- series9.ChartArea = "ChartArea1";
|
|
|
- series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
- series9.Name = "Speed";
|
|
|
- series9.XValueMember = "Time";
|
|
|
- series9.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
|
|
|
- series9.YValueMembers = "Speed";
|
|
|
- this.speedChart.Series.Add(series9);
|
|
|
+ series6.BorderWidth = 10;
|
|
|
+ series6.ChartArea = "ChartArea1";
|
|
|
+ series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
+ series6.Name = "Speed";
|
|
|
+ series6.XValueMember = "Time";
|
|
|
+ series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
|
|
|
+ series6.YValueMembers = "Speed";
|
|
|
+ this.speedChart.Series.Add(series6);
|
|
|
this.speedChart.Size = new System.Drawing.Size(388, 285);
|
|
|
this.speedChart.TabIndex = 0;
|
|
|
this.speedChart.Text = "Speed chart";
|
|
|
//
|
|
|
// sessionInfoBox
|
|
|
//
|
|
|
+ this.sessionInfoBox.Controls.Add(this.button2);
|
|
|
this.sessionInfoBox.Controls.Add(this.setTimeSecondsBox);
|
|
|
+ this.sessionInfoBox.Controls.Add(this.button1);
|
|
|
this.sessionInfoBox.Controls.Add(this.setPowerBox);
|
|
|
this.sessionInfoBox.Controls.Add(this.setTimeMinutesBox);
|
|
|
this.sessionInfoBox.Controls.Add(this.setDistanceBox);
|
|
|
@@ -516,6 +520,26 @@
|
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "Naam:";
|
|
|
//
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(99, 281);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button2.TabIndex = 41;
|
|
|
+ this.button2.Text = "Stop sessie";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(9, 281);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.TabIndex = 40;
|
|
|
+ this.button1.Text = "Start sessie";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
// DoctorSessionUC
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
@@ -583,5 +607,7 @@
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
}
|
|
|
}
|