1367b6d0cc
-removed buttons -added "navigate using the tabs above" label -readjusted object placement
96 lines
4.4 KiB
C#
96 lines
4.4 KiB
C#
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
{
|
|
partial class frmWelcome
|
|
{
|
|
/// <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(frmWelcome));
|
|
this.lblWelcome = new System.Windows.Forms.Label();
|
|
this.lblConfidential = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblWelcome
|
|
//
|
|
this.lblWelcome.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.lblWelcome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblWelcome.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblWelcome.Location = new System.Drawing.Point(98, 130);
|
|
this.lblWelcome.Name = "lblWelcome";
|
|
this.lblWelcome.Size = new System.Drawing.Size(605, 60);
|
|
this.lblWelcome.TabIndex = 0;
|
|
this.lblWelcome.Text = "Welcome to Louis\' Pharmacy";
|
|
this.lblWelcome.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblWelcome.Click += new System.EventHandler(this.lblWelcome_Click);
|
|
//
|
|
// lblConfidential
|
|
//
|
|
this.lblConfidential.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblConfidential.ForeColor = System.Drawing.Color.Red;
|
|
this.lblConfidential.Location = new System.Drawing.Point(98, 394);
|
|
this.lblConfidential.Name = "lblConfidential";
|
|
this.lblConfidential.Size = new System.Drawing.Size(605, 23);
|
|
this.lblConfidential.TabIndex = 6;
|
|
this.lblConfidential.Text = "Portal is for use by authorized Louis\' Pharmacy personnel only. All data is CONFI" +
|
|
"DENTIAL.";
|
|
this.lblConfidential.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
|
this.label1.Location = new System.Drawing.Point(98, 218);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(605, 36);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "- Navigate using the tabs above -";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// frmWelcome
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.lblConfidential);
|
|
this.Controls.Add(this.lblWelcome);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmWelcome";
|
|
this.Text = "Louis\' Pharmacy - Welcome";
|
|
this.Load += new System.EventHandler(this.frmWelcome_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblWelcome;
|
|
private System.Windows.Forms.Label lblConfidential;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |