70 lines
2.8 KiB
C#
70 lines
2.8 KiB
C#
namespace IndianHealthService.ClinicalScheduling
|
|
{
|
|
partial class LoadingSplash
|
|
{
|
|
/// <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()
|
|
{
|
|
this.lblLoading = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblLoading
|
|
//
|
|
this.lblLoading.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblLoading.AutoSize = true;
|
|
this.lblLoading.Font = new System.Drawing.Font("Tahoma", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLoading.Location = new System.Drawing.Point(138, 108);
|
|
this.lblLoading.Name = "lblLoading";
|
|
this.lblLoading.Size = new System.Drawing.Size(255, 77);
|
|
this.lblLoading.TabIndex = 0;
|
|
this.lblLoading.Text = "Loading";
|
|
this.lblLoading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// LoadingSplash
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(537, 315);
|
|
this.Controls.Add(this.lblLoading);
|
|
this.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "LoadingSplash";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "Form1";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblLoading;
|
|
}
|
|
} |