repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
Diff: HspGuiSourceV301/HSPGui/SplashScreen.Designer.cs
- Revision:
- 20:6d2af70c92ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HspGuiSourceV301/HSPGui/SplashScreen.Designer.cs Tue Apr 06 06:41:40 2021 +0000 @@ -0,0 +1,90 @@ +namespace HealthSensorPlatform +{ + partial class SplashScreen + { + /// <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(SplashScreen)); + this.maximSplashScreen1 = new MaximStyle.MaximSplashScreen(); + this.btn_OK = new MaximStyle.MaximButton(); + this.SuspendLayout(); + // + // maximSplashScreen1 + // + this.maximSplashScreen1.ApplicationIconImage = null; + this.maximSplashScreen1.ApplicationName = "RpcClientExample"; + this.maximSplashScreen1.BackColor = System.Drawing.Color.White; + this.maximSplashScreen1.Checked = false; + this.maximSplashScreen1.CopyrightString = "© June 2013 Maxim Integrated Products, Inc."; + this.maximSplashScreen1.Font = new System.Drawing.Font("Arial", 11F); + this.maximSplashScreen1.Location = new System.Drawing.Point(0, 0); + this.maximSplashScreen1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.maximSplashScreen1.Name = "maximSplashScreen1"; + this.maximSplashScreen1.NonMaximCopyrightString = ""; + this.maximSplashScreen1.Size = new System.Drawing.Size(400, 320); + this.maximSplashScreen1.TabIndex = 0; + this.maximSplashScreen1.VersionString = ", Version X.X"; + // + // btn_OK + // + this.btn_OK.Location = new System.Drawing.Point(296, 272); + this.btn_OK.Name = "btn_OK"; + this.btn_OK.Size = new System.Drawing.Size(75, 23); + this.btn_OK.TabIndex = 1; + this.btn_OK.Text = "OK"; + this.btn_OK.UseVisualStyleBackColor = true; + this.btn_OK.Visible = false; + this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); + // + // SplashScreen + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.White; + this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.ClientSize = new System.Drawing.Size(400, 320); + this.Controls.Add(this.btn_OK); + this.Controls.Add(this.maximSplashScreen1); + this.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ForeColor = System.Drawing.Color.Black; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.Name = "SplashScreen"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "SplashScreen"; + this.Load += new System.EventHandler(this.SplashScreen_Load); + this.ResumeLayout(false); + + } + + #endregion + + internal MaximStyle.MaximSplashScreen maximSplashScreen1; + internal MaximStyle.MaximButton btn_OK; + } +} \ No newline at end of file