![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/HSPGui/View/RegisterExportForm.Designer.cs@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | namespace HealthSensorPlatform |
darienf | 20:6d2af70c92ab | 2 | { |
darienf | 20:6d2af70c92ab | 3 | partial class RegisterExportForm |
darienf | 20:6d2af70c92ab | 4 | { |
darienf | 20:6d2af70c92ab | 5 | /// <summary> |
darienf | 20:6d2af70c92ab | 6 | /// Required designer variable. |
darienf | 20:6d2af70c92ab | 7 | /// </summary> |
darienf | 20:6d2af70c92ab | 8 | private System.ComponentModel.IContainer components = null; |
darienf | 20:6d2af70c92ab | 9 | |
darienf | 20:6d2af70c92ab | 10 | /// <summary> |
darienf | 20:6d2af70c92ab | 11 | /// Clean up any resources being used. |
darienf | 20:6d2af70c92ab | 12 | /// </summary> |
darienf | 20:6d2af70c92ab | 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
darienf | 20:6d2af70c92ab | 14 | protected override void Dispose(bool disposing) |
darienf | 20:6d2af70c92ab | 15 | { |
darienf | 20:6d2af70c92ab | 16 | if (disposing && (components != null)) |
darienf | 20:6d2af70c92ab | 17 | { |
darienf | 20:6d2af70c92ab | 18 | components.Dispose(); |
darienf | 20:6d2af70c92ab | 19 | } |
darienf | 20:6d2af70c92ab | 20 | base.Dispose(disposing); |
darienf | 20:6d2af70c92ab | 21 | } |
darienf | 20:6d2af70c92ab | 22 | |
darienf | 20:6d2af70c92ab | 23 | #region Windows Form Designer generated code |
darienf | 20:6d2af70c92ab | 24 | |
darienf | 20:6d2af70c92ab | 25 | /// <summary> |
darienf | 20:6d2af70c92ab | 26 | /// Required method for Designer support - do not modify |
darienf | 20:6d2af70c92ab | 27 | /// the contents of this method with the code editor. |
darienf | 20:6d2af70c92ab | 28 | /// </summary> |
darienf | 20:6d2af70c92ab | 29 | private void InitializeComponent() |
darienf | 20:6d2af70c92ab | 30 | { |
darienf | 20:6d2af70c92ab | 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegisterExportForm)); |
darienf | 20:6d2af70c92ab | 32 | this.registerExport1 = new HealthSensorPlatform.CustomControls.RegisterExportView(); |
darienf | 20:6d2af70c92ab | 33 | this.SuspendLayout(); |
darienf | 20:6d2af70c92ab | 34 | // |
darienf | 20:6d2af70c92ab | 35 | // registerExport1 |
darienf | 20:6d2af70c92ab | 36 | // |
darienf | 20:6d2af70c92ab | 37 | this.registerExport1.BackColor = System.Drawing.Color.White; |
darienf | 20:6d2af70c92ab | 38 | this.registerExport1.Dock = System.Windows.Forms.DockStyle.Fill; |
darienf | 20:6d2af70c92ab | 39 | this.registerExport1.Location = new System.Drawing.Point(0, 0); |
darienf | 20:6d2af70c92ab | 40 | this.registerExport1.Name = "registerExport1"; |
darienf | 20:6d2af70c92ab | 41 | this.registerExport1.Size = new System.Drawing.Size(385, 307); |
darienf | 20:6d2af70c92ab | 42 | this.registerExport1.TabIndex = 0; |
darienf | 20:6d2af70c92ab | 43 | // |
darienf | 20:6d2af70c92ab | 44 | // RegisterExportForm |
darienf | 20:6d2af70c92ab | 45 | // |
darienf | 20:6d2af70c92ab | 46 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
darienf | 20:6d2af70c92ab | 47 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
darienf | 20:6d2af70c92ab | 48 | this.ClientSize = new System.Drawing.Size(385, 307); |
darienf | 20:6d2af70c92ab | 49 | this.Controls.Add(this.registerExport1); |
darienf | 20:6d2af70c92ab | 50 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
darienf | 20:6d2af70c92ab | 51 | this.Name = "RegisterExportForm"; |
darienf | 20:6d2af70c92ab | 52 | this.Text = "Export Register Settings"; |
darienf | 20:6d2af70c92ab | 53 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RegisterExportForm_FormClosing); |
darienf | 20:6d2af70c92ab | 54 | this.ResumeLayout(false); |
darienf | 20:6d2af70c92ab | 55 | |
darienf | 20:6d2af70c92ab | 56 | } |
darienf | 20:6d2af70c92ab | 57 | |
darienf | 20:6d2af70c92ab | 58 | #endregion |
darienf | 20:6d2af70c92ab | 59 | |
darienf | 20:6d2af70c92ab | 60 | private CustomControls.RegisterExportView registerExport1; |
darienf | 20:6d2af70c92ab | 61 | } |
darienf | 20:6d2af70c92ab | 62 | } |