| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770 |
- namespace FietsClient
- {
- partial class DoctorForm
- {
- /// <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()
- {
- 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.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.archiefToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.sESSIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.selectArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.startNewSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.pauzeSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.stopSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.chatBox = new System.Windows.Forms.TextBox();
- this.messageBox = new System.Windows.Forms.TextBox();
- this.chatArea = new System.Windows.Forms.GroupBox();
- this.messageButton = new System.Windows.Forms.Button();
- this.setPowerButton = new System.Windows.Forms.Button();
- this.setTimeButton = new System.Windows.Forms.Button();
- this.setDistanceButton = new System.Windows.Forms.Button();
- this.sessionInfoBox = new System.Windows.Forms.GroupBox();
- this.setTimeSecondsBox = new System.Windows.Forms.TextBox();
- this.setPowerBox = new System.Windows.Forms.TextBox();
- this.setTimeMinutesBox = new System.Windows.Forms.TextBox();
- this.setDistanceBox = new System.Windows.Forms.TextBox();
- this.requestedBox = new System.Windows.Forms.TextBox();
- this.actualBox = new System.Windows.Forms.TextBox();
- this.nameBox = new System.Windows.Forms.TextBox();
- this.sessionBox = new System.Windows.Forms.TextBox();
- this.timeBox = new System.Windows.Forms.TextBox();
- this.pulseBox = new System.Windows.Forms.TextBox();
- this.rpmInfoBox = new System.Windows.Forms.TextBox();
- this.energyInfoBox = new System.Windows.Forms.TextBox();
- this.distanceInfoBox = new System.Windows.Forms.TextBox();
- this.speedInfoBox = new System.Windows.Forms.TextBox();
- this.label18 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.speedBox = new System.Windows.Forms.GroupBox();
- this.speedChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.bpmBox = new System.Windows.Forms.GroupBox();
- this.bpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.rpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.menuStrip1.SuspendLayout();
- this.chatArea.SuspendLayout();
- this.sessionInfoBox.SuspendLayout();
- this.speedBox.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.speedChart)).BeginInit();
- this.bpmBox.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.archiefToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
- this.menuStrip1.Size = new System.Drawing.Size(1419, 28);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // archiefToolStripMenuItem
- //
- this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.selectSessionToolStripMenuItem,
- this.selectArchiveToolStripMenuItem,
- this.startNewSessionToolStripMenuItem,
- this.pauzeSessionToolStripMenuItem,
- this.stopSessionToolStripMenuItem});
- this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
- this.archiefToolStripMenuItem.Size = new System.Drawing.Size(66, 24);
- this.archiefToolStripMenuItem.Text = "Patient";
- //
- // selectSessionToolStripMenuItem
- //
- this.selectSessionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.sESSIONSToolStripMenuItem});
- this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
- this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(197, 26);
- this.selectSessionToolStripMenuItem.Text = "Select patient";
- //
- // sESSIONSToolStripMenuItem
- //
- this.sESSIONSToolStripMenuItem.Name = "sESSIONSToolStripMenuItem";
- this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(135, 26);
- this.sESSIONSToolStripMenuItem.Text = "Patients";
- //
- // selectArchiveToolStripMenuItem
- //
- this.selectArchiveToolStripMenuItem.Name = "selectArchiveToolStripMenuItem";
- this.selectArchiveToolStripMenuItem.Size = new System.Drawing.Size(197, 26);
- this.selectArchiveToolStripMenuItem.Text = "Select archive";
- //
- // startNewSessionToolStripMenuItem
- //
- this.startNewSessionToolStripMenuItem.Name = "startNewSessionToolStripMenuItem";
- this.startNewSessionToolStripMenuItem.Size = new System.Drawing.Size(197, 26);
- this.startNewSessionToolStripMenuItem.Text = "Start new session";
- //
- // pauzeSessionToolStripMenuItem
- //
- this.pauzeSessionToolStripMenuItem.Name = "pauzeSessionToolStripMenuItem";
- this.pauzeSessionToolStripMenuItem.Size = new System.Drawing.Size(197, 26);
- this.pauzeSessionToolStripMenuItem.Text = "Pauze session";
- //
- // stopSessionToolStripMenuItem
- //
- this.stopSessionToolStripMenuItem.Name = "stopSessionToolStripMenuItem";
- this.stopSessionToolStripMenuItem.Size = new System.Drawing.Size(197, 26);
- this.stopSessionToolStripMenuItem.Text = "Stop session";
- //
- // chatBox
- //
- this.chatBox.Location = new System.Drawing.Point(0, 16);
- this.chatBox.Margin = new System.Windows.Forms.Padding(4);
- this.chatBox.Multiline = true;
- this.chatBox.Name = "chatBox";
- this.chatBox.ReadOnly = true;
- this.chatBox.Size = new System.Drawing.Size(303, 670);
- this.chatBox.TabIndex = 3;
- //
- // messageBox
- //
- this.messageBox.Location = new System.Drawing.Point(0, 702);
- this.messageBox.Margin = new System.Windows.Forms.Padding(4);
- this.messageBox.Name = "messageBox";
- this.messageBox.Size = new System.Drawing.Size(303, 22);
- this.messageBox.TabIndex = 6;
- //
- // chatArea
- //
- this.chatArea.Controls.Add(this.messageButton);
- this.chatArea.Controls.Add(this.chatBox);
- this.chatArea.Controls.Add(this.messageBox);
- this.chatArea.Location = new System.Drawing.Point(1099, 33);
- this.chatArea.Margin = new System.Windows.Forms.Padding(4);
- this.chatArea.Name = "chatArea";
- this.chatArea.Padding = new System.Windows.Forms.Padding(4);
- this.chatArea.Size = new System.Drawing.Size(304, 770);
- this.chatArea.TabIndex = 5;
- this.chatArea.TabStop = false;
- this.chatArea.Text = "Chat:";
- //
- // messageButton
- //
- this.messageButton.Location = new System.Drawing.Point(0, 734);
- this.messageButton.Margin = new System.Windows.Forms.Padding(4);
- this.messageButton.Name = "messageButton";
- this.messageButton.Size = new System.Drawing.Size(304, 37);
- this.messageButton.TabIndex = 7;
- this.messageButton.Text = "send";
- this.messageButton.UseVisualStyleBackColor = true;
- //
- // setPowerButton
- //
- this.setPowerButton.Location = new System.Drawing.Point(299, 270);
- this.setPowerButton.Margin = new System.Windows.Forms.Padding(4);
- this.setPowerButton.Name = "setPowerButton";
- this.setPowerButton.Size = new System.Drawing.Size(100, 28);
- this.setPowerButton.TabIndex = 86;
- this.setPowerButton.Text = "Set power";
- this.setPowerButton.UseVisualStyleBackColor = true;
- this.setPowerButton.Click += new System.EventHandler(this.setPowerButton_Click);
- //
- // setTimeButton
- //
- this.setTimeButton.Location = new System.Drawing.Point(299, 240);
- this.setTimeButton.Margin = new System.Windows.Forms.Padding(4);
- this.setTimeButton.Name = "setTimeButton";
- this.setTimeButton.Size = new System.Drawing.Size(100, 28);
- this.setTimeButton.TabIndex = 85;
- this.setTimeButton.Text = "Set time";
- this.setTimeButton.UseVisualStyleBackColor = true;
- this.setTimeButton.Click += new System.EventHandler(this.setTimeButton_Click);
- //
- // setDistanceButton
- //
- this.setDistanceButton.Location = new System.Drawing.Point(299, 173);
- this.setDistanceButton.Margin = new System.Windows.Forms.Padding(4);
- this.setDistanceButton.Name = "setDistanceButton";
- this.setDistanceButton.Size = new System.Drawing.Size(100, 28);
- this.setDistanceButton.TabIndex = 84;
- this.setDistanceButton.Text = "Set distance";
- this.setDistanceButton.UseVisualStyleBackColor = true;
- this.setDistanceButton.Click += new System.EventHandler(this.setDistanceButton_Click);
- //
- // sessionInfoBox
- //
- this.sessionInfoBox.Controls.Add(this.setTimeSecondsBox);
- this.sessionInfoBox.Controls.Add(this.setPowerBox);
- this.sessionInfoBox.Controls.Add(this.setTimeMinutesBox);
- this.sessionInfoBox.Controls.Add(this.setDistanceBox);
- this.sessionInfoBox.Controls.Add(this.setPowerButton);
- this.sessionInfoBox.Controls.Add(this.requestedBox);
- this.sessionInfoBox.Controls.Add(this.setTimeButton);
- this.sessionInfoBox.Controls.Add(this.setDistanceButton);
- this.sessionInfoBox.Controls.Add(this.actualBox);
- this.sessionInfoBox.Controls.Add(this.nameBox);
- this.sessionInfoBox.Controls.Add(this.sessionBox);
- this.sessionInfoBox.Controls.Add(this.timeBox);
- this.sessionInfoBox.Controls.Add(this.pulseBox);
- this.sessionInfoBox.Controls.Add(this.rpmInfoBox);
- this.sessionInfoBox.Controls.Add(this.energyInfoBox);
- this.sessionInfoBox.Controls.Add(this.distanceInfoBox);
- this.sessionInfoBox.Controls.Add(this.speedInfoBox);
- this.sessionInfoBox.Controls.Add(this.label18);
- this.sessionInfoBox.Controls.Add(this.label17);
- this.sessionInfoBox.Controls.Add(this.label16);
- this.sessionInfoBox.Controls.Add(this.label15);
- this.sessionInfoBox.Controls.Add(this.label14);
- this.sessionInfoBox.Controls.Add(this.label13);
- this.sessionInfoBox.Controls.Add(this.label12);
- this.sessionInfoBox.Controls.Add(this.label11);
- this.sessionInfoBox.Controls.Add(this.label10);
- this.sessionInfoBox.Controls.Add(this.label9);
- this.sessionInfoBox.Controls.Add(this.label8);
- this.sessionInfoBox.Controls.Add(this.label7);
- this.sessionInfoBox.Controls.Add(this.label6);
- this.sessionInfoBox.Controls.Add(this.label5);
- this.sessionInfoBox.Controls.Add(this.label4);
- this.sessionInfoBox.Controls.Add(this.label3);
- this.sessionInfoBox.Controls.Add(this.label2);
- this.sessionInfoBox.Controls.Add(this.label1);
- this.sessionInfoBox.Location = new System.Drawing.Point(557, 33);
- this.sessionInfoBox.Margin = new System.Windows.Forms.Padding(4);
- this.sessionInfoBox.Name = "sessionInfoBox";
- this.sessionInfoBox.Padding = new System.Windows.Forms.Padding(4);
- this.sessionInfoBox.Size = new System.Drawing.Size(533, 382);
- this.sessionInfoBox.TabIndex = 6;
- this.sessionInfoBox.TabStop = false;
- this.sessionInfoBox.Text = "Session info:";
- //
- // setTimeSecondsBox
- //
- this.setTimeSecondsBox.Location = new System.Drawing.Point(456, 243);
- this.setTimeSecondsBox.Name = "setTimeSecondsBox";
- this.setTimeSecondsBox.Size = new System.Drawing.Size(50, 22);
- this.setTimeSecondsBox.TabIndex = 90;
- this.setTimeSecondsBox.Text = "SS";
- //
- // setPowerBox
- //
- this.setPowerBox.Location = new System.Drawing.Point(406, 275);
- this.setPowerBox.Name = "setPowerBox";
- this.setPowerBox.Size = new System.Drawing.Size(100, 22);
- this.setPowerBox.TabIndex = 89;
- //
- // setTimeMinutesBox
- //
- this.setTimeMinutesBox.Location = new System.Drawing.Point(406, 243);
- this.setTimeMinutesBox.Name = "setTimeMinutesBox";
- this.setTimeMinutesBox.Size = new System.Drawing.Size(50, 22);
- this.setTimeMinutesBox.TabIndex = 88;
- this.setTimeMinutesBox.Text = "MM";
- //
- // setDistanceBox
- //
- this.setDistanceBox.Location = new System.Drawing.Point(407, 175);
- this.setDistanceBox.Name = "setDistanceBox";
- this.setDistanceBox.Size = new System.Drawing.Size(100, 22);
- this.setDistanceBox.TabIndex = 87;
- //
- // requestedBox
- //
- this.requestedBox.Location = new System.Drawing.Point(132, 272);
- this.requestedBox.Margin = new System.Windows.Forms.Padding(4);
- this.requestedBox.Name = "requestedBox";
- this.requestedBox.ReadOnly = true;
- this.requestedBox.Size = new System.Drawing.Size(79, 22);
- this.requestedBox.TabIndex = 37;
- //
- // actualBox
- //
- this.actualBox.Location = new System.Drawing.Point(132, 304);
- this.actualBox.Margin = new System.Windows.Forms.Padding(4);
- this.actualBox.Name = "actualBox";
- this.actualBox.ReadOnly = true;
- this.actualBox.Size = new System.Drawing.Size(79, 22);
- this.actualBox.TabIndex = 36;
- //
- // nameBox
- //
- this.nameBox.Location = new System.Drawing.Point(132, 16);
- this.nameBox.Margin = new System.Windows.Forms.Padding(4);
- this.nameBox.Name = "nameBox";
- this.nameBox.ReadOnly = true;
- this.nameBox.Size = new System.Drawing.Size(79, 22);
- this.nameBox.TabIndex = 35;
- //
- // sessionBox
- //
- this.sessionBox.Location = new System.Drawing.Point(132, 48);
- this.sessionBox.Margin = new System.Windows.Forms.Padding(4);
- this.sessionBox.Name = "sessionBox";
- this.sessionBox.ReadOnly = true;
- this.sessionBox.Size = new System.Drawing.Size(79, 22);
- this.sessionBox.TabIndex = 34;
- //
- // timeBox
- //
- this.timeBox.Location = new System.Drawing.Point(132, 240);
- this.timeBox.Margin = new System.Windows.Forms.Padding(4);
- this.timeBox.Name = "timeBox";
- this.timeBox.ReadOnly = true;
- this.timeBox.Size = new System.Drawing.Size(79, 22);
- this.timeBox.TabIndex = 33;
- //
- // pulseBox
- //
- this.pulseBox.Location = new System.Drawing.Point(132, 80);
- this.pulseBox.Margin = new System.Windows.Forms.Padding(4);
- this.pulseBox.Name = "pulseBox";
- this.pulseBox.ReadOnly = true;
- this.pulseBox.Size = new System.Drawing.Size(79, 22);
- this.pulseBox.TabIndex = 32;
- //
- // rpmInfoBox
- //
- this.rpmInfoBox.Location = new System.Drawing.Point(132, 112);
- this.rpmInfoBox.Margin = new System.Windows.Forms.Padding(4);
- this.rpmInfoBox.Name = "rpmInfoBox";
- this.rpmInfoBox.ReadOnly = true;
- this.rpmInfoBox.Size = new System.Drawing.Size(79, 22);
- this.rpmInfoBox.TabIndex = 31;
- //
- // energyInfoBox
- //
- this.energyInfoBox.Location = new System.Drawing.Point(132, 208);
- this.energyInfoBox.Margin = new System.Windows.Forms.Padding(4);
- this.energyInfoBox.Name = "energyInfoBox";
- this.energyInfoBox.ReadOnly = true;
- this.energyInfoBox.Size = new System.Drawing.Size(79, 22);
- this.energyInfoBox.TabIndex = 30;
- //
- // distanceInfoBox
- //
- this.distanceInfoBox.Location = new System.Drawing.Point(132, 176);
- this.distanceInfoBox.Margin = new System.Windows.Forms.Padding(4);
- this.distanceInfoBox.Name = "distanceInfoBox";
- this.distanceInfoBox.ReadOnly = true;
- this.distanceInfoBox.Size = new System.Drawing.Size(79, 22);
- this.distanceInfoBox.TabIndex = 29;
- //
- // speedInfoBox
- //
- this.speedInfoBox.Location = new System.Drawing.Point(132, 144);
- this.speedInfoBox.Margin = new System.Windows.Forms.Padding(4);
- this.speedInfoBox.Name = "speedInfoBox";
- this.speedInfoBox.ReadOnly = true;
- this.speedInfoBox.Size = new System.Drawing.Size(79, 22);
- this.speedInfoBox.TabIndex = 28;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(219, 243);
- this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(52, 17);
- this.label18.TabIndex = 27;
- this.label18.Text = "MM:SS";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(219, 275);
- this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(37, 17);
- this.label17.TabIndex = 26;
- this.label17.Text = "Watt";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(219, 307);
- this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(37, 17);
- this.label16.TabIndex = 25;
- this.label16.Text = "Watt";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(219, 211);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(37, 17);
- this.label15.TabIndex = 24;
- this.label15.Text = "Watt";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(219, 179);
- this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(72, 17);
- this.label14.TabIndex = 23;
- this.label14.Text = "kilometers";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(219, 147);
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(130, 17);
- this.label13.TabIndex = 22;
- this.label13.Text = "kilometers per hour";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(219, 115);
- this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(123, 17);
- this.label12.TabIndex = 21;
- this.label12.Text = "rounds per minute";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(219, 83);
- this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(115, 17);
- this.label11.TabIndex = 20;
- this.label11.Text = "Beats per minute";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(8, 313);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(89, 17);
- this.label10.TabIndex = 9;
- this.label10.Text = "Actual power";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(8, 281);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(123, 17);
- this.label9.TabIndex = 8;
- this.label9.Text = "Requested power:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(8, 249);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(43, 17);
- this.label8.TabIndex = 7;
- this.label8.Text = "Time:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(8, 217);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(57, 17);
- this.label7.TabIndex = 6;
- this.label7.Text = "Energy:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(8, 185);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(67, 17);
- this.label6.TabIndex = 5;
- this.label6.Text = "Distance:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(8, 153);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 17);
- this.label5.TabIndex = 4;
- this.label5.Text = "Speed:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(8, 121);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(42, 17);
- this.label4.TabIndex = 3;
- this.label4.Text = "RPM:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(8, 57);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(62, 17);
- this.label3.TabIndex = 2;
- this.label3.Text = "Session:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(8, 89);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(47, 17);
- this.label2.TabIndex = 1;
- this.label2.Text = "Pulse:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(8, 25);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(49, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "Naam:";
- //
- // speedBox
- //
- this.speedBox.Controls.Add(this.speedChart);
- this.speedBox.Location = new System.Drawing.Point(13, 33);
- this.speedBox.Margin = new System.Windows.Forms.Padding(4);
- this.speedBox.Name = "speedBox";
- this.speedBox.Padding = new System.Windows.Forms.Padding(4);
- this.speedBox.Size = new System.Drawing.Size(533, 382);
- this.speedBox.TabIndex = 7;
- this.speedBox.TabStop = false;
- this.speedBox.Text = "Kilometers per hour:";
- //
- // speedChart
- //
- chartArea4.Name = "ChartArea1";
- this.speedChart.ChartAreas.Add(chartArea4);
- this.speedChart.Location = new System.Drawing.Point(8, 23);
- this.speedChart.Margin = new System.Windows.Forms.Padding(4);
- this.speedChart.Name = "speedChart";
- series4.BorderWidth = 10;
- series4.ChartArea = "ChartArea1";
- series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series4.Name = "Speed";
- series4.XValueMember = "Time";
- series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
- series4.YValueMembers = "Speed";
- this.speedChart.Series.Add(series4);
- this.speedChart.Size = new System.Drawing.Size(517, 351);
- this.speedChart.TabIndex = 0;
- this.speedChart.Text = "Speed chart";
- //
- // bpmBox
- //
- this.bpmBox.Controls.Add(this.bpmChart);
- this.bpmBox.Location = new System.Drawing.Point(16, 423);
- this.bpmBox.Margin = new System.Windows.Forms.Padding(4);
- this.bpmBox.Name = "bpmBox";
- this.bpmBox.Padding = new System.Windows.Forms.Padding(4);
- this.bpmBox.Size = new System.Drawing.Size(533, 382);
- this.bpmBox.TabIndex = 4;
- this.bpmBox.TabStop = false;
- this.bpmBox.Text = "Beats per minute:";
- //
- // bpmChart
- //
- chartArea5.Name = "ChartArea1";
- this.bpmChart.ChartAreas.Add(chartArea5);
- this.bpmChart.Location = new System.Drawing.Point(8, 23);
- this.bpmChart.Margin = new System.Windows.Forms.Padding(4);
- this.bpmChart.Name = "bpmChart";
- 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(517, 351);
- this.bpmChart.TabIndex = 1;
- this.bpmChart.Text = "beats per second";
- //
- // rpmChart
- //
- chartArea6.Name = "ChartArea1";
- this.rpmChart.ChartAreas.Add(chartArea6);
- this.rpmChart.Location = new System.Drawing.Point(8, 23);
- this.rpmChart.Margin = new System.Windows.Forms.Padding(4);
- this.rpmChart.Name = "rpmChart";
- series6.BorderWidth = 10;
- series6.ChartArea = "ChartArea1";
- series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series6.Name = "Rounds per minute";
- series6.XValueMember = "Time";
- series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
- series6.YValueMembers = "Rounds per minutes";
- this.rpmChart.Series.Add(series6);
- this.rpmChart.Size = new System.Drawing.Size(517, 351);
- this.rpmChart.TabIndex = 2;
- this.rpmChart.Text = "rounds per minute";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.rpmChart);
- this.groupBox1.Location = new System.Drawing.Point(557, 423);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox1.Size = new System.Drawing.Size(533, 382);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Rounds per minute:";
- //
- // DoctorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(1419, 838);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.bpmBox);
- this.Controls.Add(this.speedBox);
- this.Controls.Add(this.sessionInfoBox);
- this.Controls.Add(this.chatArea);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "DoctorForm";
- this.Text = "Doctor";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.chatArea.ResumeLayout(false);
- this.chatArea.PerformLayout();
- this.sessionInfoBox.ResumeLayout(false);
- this.sessionInfoBox.PerformLayout();
- this.speedBox.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.speedChart)).EndInit();
- this.bpmBox.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem archiefToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem selectSessionToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem sESSIONSToolStripMenuItem;
- private System.Windows.Forms.TextBox chatBox;
- private System.Windows.Forms.TextBox messageBox;
- private System.Windows.Forms.GroupBox chatArea;
- private System.Windows.Forms.ToolStripMenuItem selectArchiveToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem startNewSessionToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem pauzeSessionToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem stopSessionToolStripMenuItem;
- private System.Windows.Forms.Button messageButton;
- private System.Windows.Forms.Button setPowerButton;
- private System.Windows.Forms.Button setTimeButton;
- private System.Windows.Forms.Button setDistanceButton;
- private System.Windows.Forms.GroupBox sessionInfoBox;
- public System.Windows.Forms.TextBox requestedBox;
- public System.Windows.Forms.TextBox actualBox;
- public System.Windows.Forms.TextBox nameBox;
- public System.Windows.Forms.TextBox sessionBox;
- public System.Windows.Forms.TextBox timeBox;
- public System.Windows.Forms.TextBox pulseBox;
- public System.Windows.Forms.TextBox rpmInfoBox;
- public System.Windows.Forms.TextBox energyInfoBox;
- public System.Windows.Forms.TextBox distanceInfoBox;
- public System.Windows.Forms.TextBox speedInfoBox;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- public System.Windows.Forms.TextBox setPowerBox;
- public System.Windows.Forms.TextBox setTimeMinutesBox;
- public System.Windows.Forms.TextBox setDistanceBox;
- private System.Windows.Forms.GroupBox speedBox;
- public System.Windows.Forms.DataVisualization.Charting.Chart speedChart;
- private System.Windows.Forms.GroupBox bpmBox;
- public System.Windows.Forms.DataVisualization.Charting.Chart bpmChart;
- private System.Windows.Forms.GroupBox groupBox1;
- public System.Windows.Forms.DataVisualization.Charting.Chart rpmChart;
- public System.Windows.Forms.TextBox setTimeSecondsBox;
- }
- }
|