repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/HSPGui/View/RegisterExportForm.Designer.cs
- Committer:
- darienf
- Date:
- 2021-04-06
- Revision:
- 20:6d2af70c92ab
File content as of revision 20:6d2af70c92ab:
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; } }