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
Form1.Designer.cs
00001 namespace FileLogExample 00002 { 00003 partial class Form1 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 this.button1 = new System.Windows.Forms.Button(); 00032 this.button2 = new System.Windows.Forms.Button(); 00033 this.SuspendLayout(); 00034 // 00035 // button1 00036 // 00037 this.button1.Location = new System.Drawing.Point(42, 22); 00038 this.button1.Name = "button1"; 00039 this.button1.Size = new System.Drawing.Size(75, 23); 00040 this.button1.TabIndex = 0; 00041 this.button1.Text = "Select File"; 00042 this.button1.UseVisualStyleBackColor = true; 00043 this.button1.Click += new System.EventHandler(this.button1_Click); 00044 // 00045 // button2 00046 // 00047 this.button2.Location = new System.Drawing.Point(42, 60); 00048 this.button2.Name = "button2"; 00049 this.button2.Size = new System.Drawing.Size(75, 23); 00050 this.button2.TabIndex = 1; 00051 this.button2.Text = "Save Data"; 00052 this.button2.UseVisualStyleBackColor = true; 00053 this.button2.Click += new System.EventHandler(this.button2_Click); 00054 // 00055 // Form1 00056 // 00057 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 00058 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00059 this.ClientSize = new System.Drawing.Size(284, 262); 00060 this.Controls.Add(this.button2); 00061 this.Controls.Add(this.button1); 00062 this.Name = "Form1"; 00063 this.Text = "Form1"; 00064 this.ResumeLayout(false); 00065 00066 } 00067 00068 #endregion 00069 00070 private System.Windows.Forms.Button button1; 00071 private System.Windows.Forms.Button button2; 00072 } 00073 } 00074
Generated on Thu Jul 28 2022 18:07:14 by
1.7.2