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 ( ) ;
this . btnAddPatientPhysician = new System . Windows . Forms . Button ( ) ;
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 ) ) ) ;
this . lblWelcome . Location = new System . Drawing . Point ( 67 , 18 ) ;
this . lblWelcome . Name = "lblWelcome" ;
this . lblWelcome . Size = new System . Drawing . Size ( 665 , 60 ) ;
this . lblWelcome . TabIndex = 0 ;
this . lblWelcome . Text = "Welcome to the Louis\' Pharmacy Admin Portal" ;
this . lblWelcome . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . lblWelcome . Click + = new System . EventHandler ( this . lblWelcome_Click ) ;
//
// btnAddPatientPhysician
//
this . btnAddPatientPhysician . BackColor = System . Drawing . SystemColors . ButtonFace ;
this . btnAddPatientPhysician . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btnAddPatientPhysician . ForeColor = System . Drawing . SystemColors . ControlText ;
this . btnAddPatientPhysician . Location = new System . Drawing . Point ( 67 , 115 ) ;
this . btnAddPatientPhysician . Name = "btnAddPatientPhysician" ;
this . btnAddPatientPhysician . Size = new System . Drawing . Size ( 211 , 68 ) ;
this . btnAddPatientPhysician . TabIndex = 1 ;
this . btnAddPatientPhysician . Text = "Add Patient/Physician" ;
this . btnAddPatientPhysician . UseVisualStyleBackColor = false ;
//
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-02 13:09:48 -05:00
this . Controls . Add ( this . btnAddPatientPhysician ) ;
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 ;
private System . Windows . Forms . Button btnAddPatientPhysician ;
2024-01-31 12:05:11 -05:00
}
2024-01-31 12:11:30 -05:00
}