Darien Figueroa / Mbed 2 deprecated repo3

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RegisterExportForm.Designer.cs Source File

RegisterExportForm.Designer.cs

00001 namespace HealthSensorPlatform
00002 {
00003     partial class RegisterExportForm
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(RegisterExportForm));
00032             this.registerExport1 = new HealthSensorPlatform.CustomControls.RegisterExportView();
00033             this.SuspendLayout();
00034             // 
00035             // registerExport1
00036             // 
00037             this.registerExport1.BackColor = System.Drawing.Color.White;
00038             this.registerExport1.Dock = System.Windows.Forms.DockStyle.Fill;
00039             this.registerExport1.Location = new System.Drawing.Point(0, 0);
00040             this.registerExport1.Name = "registerExport1";
00041             this.registerExport1.Size = new System.Drawing.Size(385, 307);
00042             this.registerExport1.TabIndex = 0;
00043             // 
00044             // RegisterExportForm
00045             // 
00046             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00047             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00048             this.ClientSize = new System.Drawing.Size(385, 307);
00049             this.Controls.Add(this.registerExport1);
00050             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00051             this.Name = "RegisterExportForm";
00052             this.Text = "Export Register Settings";
00053             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RegisterExportForm_FormClosing);
00054             this.ResumeLayout(false);
00055 
00056         }
00057 
00058         #endregion
00059 
00060         private CustomControls.RegisterExportView registerExport1;
00061     }
00062 }