repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Revision:
20:6d2af70c92ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HspGuiSourceV301/HSPGui/View/RegisterExportForm.Designer.cs	Tue Apr 06 06:41:40 2021 +0000
@@ -0,0 +1,62 @@
+namespace HealthSensorPlatform
+{
+    partial class RegisterExportForm
+    {
+        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegisterExportForm));
+            this.registerExport1 = new HealthSensorPlatform.CustomControls.RegisterExportView();
+            this.SuspendLayout();
+            // 
+            // registerExport1
+            // 
+            this.registerExport1.BackColor = System.Drawing.Color.White;
+            this.registerExport1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.registerExport1.Location = new System.Drawing.Point(0, 0);
+            this.registerExport1.Name = "registerExport1";
+            this.registerExport1.Size = new System.Drawing.Size(385, 307);
+            this.registerExport1.TabIndex = 0;
+            // 
+            // RegisterExportForm
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(385, 307);
+            this.Controls.Add(this.registerExport1);
+            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+            this.Name = "RegisterExportForm";
+            this.Text = "Export Register Settings";
+            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RegisterExportForm_FormClosing);
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private CustomControls.RegisterExportView registerExport1;
+    }
+}
\ No newline at end of file