2024-01-31 12:05:11 -05:00
namespace Louis__Pharmacy_CNSA212_FP
{
2024-01-31 12:11:30 -05:00
partial class frmWelcome
2024-01-31 12:05:11 -05:00
{
/// <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 ( )
{
2024-02-02 12:40:19 -05:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( frmWelcome ) ) ;
2024-02-02 13:09:48 -05:00
this . lblWelcome = new System . Windows . Forms . Label ( ) ;
2024-02-06 11:46:50 -05:00
this . lblConfidential = new System . Windows . Forms . Label ( ) ;
2024-02-07 10:53:38 -05:00
this . label1 = new System . Windows . Forms . Label ( ) ;
2024-02-02 12:40:19 -05:00
this . SuspendLayout ( ) ;
//
2024-02-02 13:09:48 -05:00
// 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 ) ) ) ;
2024-02-07 10:53:38 -05:00
this . lblWelcome . Location = new System . Drawing . Point ( 98 , 130 ) ;
2024-02-02 13:09:48 -05:00
this . lblWelcome . Name = "lblWelcome" ;
2024-02-06 11:46:50 -05:00
this . lblWelcome . Size = new System . Drawing . Size ( 605 , 60 ) ;
2024-02-02 13:09:48 -05:00
this . lblWelcome . TabIndex = 0 ;
2024-02-06 11:46:50 -05:00
this . lblWelcome . Text = "Welcome to Louis\' Pharmacy" ;
2024-02-02 13:09:48 -05:00
this . lblWelcome . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . lblWelcome . Click + = new System . EventHandler ( this . lblWelcome_Click ) ;
//
2024-02-06 11:46:50 -05:00
// lblConfidential
//
2024-02-07 10:53:38 -05:00
this . lblConfidential . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2024-02-06 11:46:50 -05:00
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 ;
//
2024-02-07 10:53:38 -05:00
// 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 ;
//
2024-02-02 12:40:19 -05:00
// frmWelcome
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 8F , 16F ) ;
2024-01-31 12:05:11 -05:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 800 , 450 ) ;
2024-02-07 10:53:38 -05:00
this . Controls . Add ( this . label1 ) ;
2024-02-06 11:46:50 -05:00
this . Controls . Add ( this . lblConfidential ) ;
2024-02-02 13:09:48 -05:00
this . Controls . Add ( this . lblWelcome ) ;
2024-02-02 12:40:19 -05:00
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 ) ;
2024-01-31 12:05:11 -05:00
}
#endregion
2024-02-02 13:09:48 -05:00
private System . Windows . Forms . Label lblWelcome ;
2024-02-06 11:46:50 -05:00
private System . Windows . Forms . Label lblConfidential ;
2024-02-07 10:53:38 -05:00
private System . Windows . Forms . Label label1 ;
2024-01-31 12:05:11 -05:00
}
2024-01-31 12:11:30 -05:00
}