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
SplashScreen.Designer.cs
00001 namespace HealthSensorPlatform 00002 { 00003 partial class SplashScreen 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(SplashScreen)); 00032 this.maximSplashScreen1 = new MaximStyle.MaximSplashScreen(); 00033 this.btn_OK = new MaximStyle.MaximButton(); 00034 this.SuspendLayout(); 00035 // 00036 // maximSplashScreen1 00037 // 00038 this.maximSplashScreen1.ApplicationIconImage = null; 00039 this.maximSplashScreen1.ApplicationName = "RpcClientExample"; 00040 this.maximSplashScreen1.BackColor = System.Drawing.Color.White; 00041 this.maximSplashScreen1.Checked = false; 00042 this.maximSplashScreen1.CopyrightString = "© June 2013 Maxim Integrated Products, Inc."; 00043 this.maximSplashScreen1.Font = new System.Drawing.Font("Arial", 11F); 00044 this.maximSplashScreen1.Location = new System.Drawing.Point(0, 0); 00045 this.maximSplashScreen1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 00046 this.maximSplashScreen1.Name = "maximSplashScreen1"; 00047 this.maximSplashScreen1.NonMaximCopyrightString = ""; 00048 this.maximSplashScreen1.Size = new System.Drawing.Size(400, 320); 00049 this.maximSplashScreen1.TabIndex = 0; 00050 this.maximSplashScreen1.VersionString = ", Version X.X"; 00051 // 00052 // btn_OK 00053 // 00054 this.btn_OK.Location = new System.Drawing.Point(296, 272); 00055 this.btn_OK.Name = "btn_OK"; 00056 this.btn_OK.Size = new System.Drawing.Size(75, 23); 00057 this.btn_OK.TabIndex = 1; 00058 this.btn_OK.Text = "OK"; 00059 this.btn_OK.UseVisualStyleBackColor = true; 00060 this.btn_OK.Visible = false; 00061 this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); 00062 // 00063 // SplashScreen 00064 // 00065 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F); 00066 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00067 this.BackColor = System.Drawing.Color.White; 00068 this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; 00069 this.ClientSize = new System.Drawing.Size(400, 320); 00070 this.Controls.Add(this.btn_OK); 00071 this.Controls.Add(this.maximSplashScreen1); 00072 this.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00073 this.ForeColor = System.Drawing.Color.Black; 00074 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 00075 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 00076 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); 00077 this.Name = "SplashScreen"; 00078 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 00079 this.Text = "SplashScreen"; 00080 this.Load += new System.EventHandler(this.SplashScreen_Load); 00081 this.ResumeLayout(false); 00082 00083 } 00084 00085 #endregion 00086 00087 internal MaximStyle.MaximSplashScreen maximSplashScreen1; 00088 internal MaximStyle.MaximButton btn_OK; 00089 } 00090 }
Generated on Thu Jul 28 2022 18:07:16 by
 1.7.2