Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MAX14720 MAX30205 USBDevice
StatusForm.Designer.cs
00001 namespace HealthSensorPlatform.View 00002 { 00003 partial class StatusForm 00004 { 00005 /// <summary> 00006 /// Required designer variable. 00007 /// </summary> 00008 private System.ComponentModel.IContainer components = null; 00009 00010 /// <summary> 00011 /// Clean up any resources being used. 00012 /// </summary> 00013 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 00014 protected override void Dispose(bool disposing) 00015 { 00016 if (disposing && (components != null)) 00017 { 00018 components.Dispose(); 00019 } 00020 base.Dispose(disposing); 00021 } 00022 00023 #region Windows Form Designer generated code 00024 00025 /// <summary> 00026 /// Required method for Designer support - do not modify 00027 /// the contents of this method with the code editor. 00028 /// </summary> 00029 private void InitializeComponent() 00030 { 00031 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatusForm)); 00032 this.label1 = new System.Windows.Forms.Label(); 00033 this.SuspendLayout(); 00034 // 00035 // label1 00036 // 00037 this.label1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00038 this.label1.Location = new System.Drawing.Point(12, 9); 00039 this.label1.Name = "label1"; 00040 this.label1.Size = new System.Drawing.Size(260, 102); 00041 this.label1.TabIndex = 0; 00042 this.label1.Text = "Erasing flash data and writing mission parameters, please wait..."; 00043 // 00044 // StatusForm 00045 // 00046 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 00047 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00048 this.BackColor = System.Drawing.Color.White; 00049 this.ClientSize = new System.Drawing.Size(284, 120); 00050 this.Controls.Add(this.label1); 00051 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 00052 this.Name = "StatusForm"; 00053 this.Text = "Write Mission"; 00054 this.ResumeLayout(false); 00055 00056 } 00057 00058 #endregion 00059 00060 private System.Windows.Forms.Label label1; 00061 } 00062 }
Generated on Thu Jul 28 2022 18:07:16 by
1.7.2