repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Committer:
darienf
Date:
Tue Apr 06 06:41:40 2021 +0000
Revision:
20:6d2af70c92ab
another repo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
darienf 20:6d2af70c92ab 1 namespace HealthSensorPlatform.View
darienf 20:6d2af70c92ab 2 {
darienf 20:6d2af70c92ab 3 partial class StatusForm
darienf 20:6d2af70c92ab 4 {
darienf 20:6d2af70c92ab 5 /// <summary>
darienf 20:6d2af70c92ab 6 /// Required designer variable.
darienf 20:6d2af70c92ab 7 /// </summary>
darienf 20:6d2af70c92ab 8 private System.ComponentModel.IContainer components = null;
darienf 20:6d2af70c92ab 9
darienf 20:6d2af70c92ab 10 /// <summary>
darienf 20:6d2af70c92ab 11 /// Clean up any resources being used.
darienf 20:6d2af70c92ab 12 /// </summary>
darienf 20:6d2af70c92ab 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
darienf 20:6d2af70c92ab 14 protected override void Dispose(bool disposing)
darienf 20:6d2af70c92ab 15 {
darienf 20:6d2af70c92ab 16 if (disposing && (components != null))
darienf 20:6d2af70c92ab 17 {
darienf 20:6d2af70c92ab 18 components.Dispose();
darienf 20:6d2af70c92ab 19 }
darienf 20:6d2af70c92ab 20 base.Dispose(disposing);
darienf 20:6d2af70c92ab 21 }
darienf 20:6d2af70c92ab 22
darienf 20:6d2af70c92ab 23 #region Windows Form Designer generated code
darienf 20:6d2af70c92ab 24
darienf 20:6d2af70c92ab 25 /// <summary>
darienf 20:6d2af70c92ab 26 /// Required method for Designer support - do not modify
darienf 20:6d2af70c92ab 27 /// the contents of this method with the code editor.
darienf 20:6d2af70c92ab 28 /// </summary>
darienf 20:6d2af70c92ab 29 private void InitializeComponent()
darienf 20:6d2af70c92ab 30 {
darienf 20:6d2af70c92ab 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatusForm));
darienf 20:6d2af70c92ab 32 this.label1 = new System.Windows.Forms.Label();
darienf 20:6d2af70c92ab 33 this.SuspendLayout();
darienf 20:6d2af70c92ab 34 //
darienf 20:6d2af70c92ab 35 // label1
darienf 20:6d2af70c92ab 36 //
darienf 20:6d2af70c92ab 37 this.label1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
darienf 20:6d2af70c92ab 38 this.label1.Location = new System.Drawing.Point(12, 9);
darienf 20:6d2af70c92ab 39 this.label1.Name = "label1";
darienf 20:6d2af70c92ab 40 this.label1.Size = new System.Drawing.Size(260, 102);
darienf 20:6d2af70c92ab 41 this.label1.TabIndex = 0;
darienf 20:6d2af70c92ab 42 this.label1.Text = "Erasing flash data and writing mission parameters, please wait...";
darienf 20:6d2af70c92ab 43 //
darienf 20:6d2af70c92ab 44 // StatusForm
darienf 20:6d2af70c92ab 45 //
darienf 20:6d2af70c92ab 46 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
darienf 20:6d2af70c92ab 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
darienf 20:6d2af70c92ab 48 this.BackColor = System.Drawing.Color.White;
darienf 20:6d2af70c92ab 49 this.ClientSize = new System.Drawing.Size(284, 120);
darienf 20:6d2af70c92ab 50 this.Controls.Add(this.label1);
darienf 20:6d2af70c92ab 51 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
darienf 20:6d2af70c92ab 52 this.Name = "StatusForm";
darienf 20:6d2af70c92ab 53 this.Text = "Write Mission";
darienf 20:6d2af70c92ab 54 this.ResumeLayout(false);
darienf 20:6d2af70c92ab 55
darienf 20:6d2af70c92ab 56 }
darienf 20:6d2af70c92ab 57
darienf 20:6d2af70c92ab 58 #endregion
darienf 20:6d2af70c92ab 59
darienf 20:6d2af70c92ab 60 private System.Windows.Forms.Label label1;
darienf 20:6d2af70c92ab 61 }
darienf 20:6d2af70c92ab 62 }