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 13:51:10 -05:00
this . btnUpdatePatient = new System . Windows . Forms . Button ( ) ;
this . btnViewInfo = new System . Windows . Forms . Button ( ) ;
this . btnPrescription = new System . Windows . Forms . Button ( ) ;
this . btnRefill = new System . Windows . Forms . Button ( ) ;
this . btnExit = 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 ;
2024-02-02 13:51:10 -05:00
this . lblWelcome . Text = "Welcome to the Louis\' Pharmacy Portal" ;
2024-02-02 13:09:48 -05:00
this . lblWelcome . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . lblWelcome . Click + = new System . EventHandler ( this . lblWelcome_Click ) ;
//
// btnAddPatientPhysician
//
this . btnAddPatientPhysician . BackColor = System . Drawing . SystemColors . ButtonFace ;
2024-02-02 13:51:10 -05:00
this . btnAddPatientPhysician . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.8F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2024-02-02 13:09:48 -05:00
this . btnAddPatientPhysician . ForeColor = System . Drawing . SystemColors . ControlText ;
2024-02-02 13:51:10 -05:00
this . btnAddPatientPhysician . Location = new System . Drawing . Point ( 98 , 115 ) ;
2024-02-02 13:09:48 -05:00
this . btnAddPatientPhysician . Name = "btnAddPatientPhysician" ;
2024-02-02 13:51:10 -05:00
this . btnAddPatientPhysician . Size = new System . Drawing . Size ( 253 , 68 ) ;
2024-02-02 13:09:48 -05:00
this . btnAddPatientPhysician . TabIndex = 1 ;
2024-02-02 13:51:10 -05:00
this . btnAddPatientPhysician . Text = "Add Patient / Physician" ;
2024-02-02 13:09:48 -05:00
this . btnAddPatientPhysician . UseVisualStyleBackColor = false ;
//
2024-02-02 13:51:10 -05:00
// btnUpdatePatient
//
this . btnUpdatePatient . BackColor = System . Drawing . SystemColors . ButtonFace ;
this . btnUpdatePatient . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.8F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btnUpdatePatient . ForeColor = System . Drawing . SystemColors . ControlText ;
this . btnUpdatePatient . Location = new System . Drawing . Point ( 98 , 205 ) ;
this . btnUpdatePatient . Name = "btnUpdatePatient" ;
this . btnUpdatePatient . Size = new System . Drawing . Size ( 253 , 68 ) ;
this . btnUpdatePatient . TabIndex = 2 ;
this . btnUpdatePatient . Text = "Update Patient" ;
this . btnUpdatePatient . UseVisualStyleBackColor = false ;
//
// btnViewInfo
//
this . btnViewInfo . BackColor = System . Drawing . SystemColors . ButtonFace ;
this . btnViewInfo . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.8F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btnViewInfo . ForeColor = System . Drawing . SystemColors . ControlText ;
this . btnViewInfo . Location = new System . Drawing . Point ( 98 , 303 ) ;
this . btnViewInfo . Name = "btnViewInfo" ;
this . btnViewInfo . Size = new System . Drawing . Size ( 253 , 68 ) ;
this . btnViewInfo . TabIndex = 3 ;
this . btnViewInfo . Text = "View Info" ;
this . btnViewInfo . UseVisualStyleBackColor = false ;
//
// btnPrescription
//
this . btnPrescription . BackColor = System . Drawing . SystemColors . ButtonFace ;
this . btnPrescription . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.8F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btnPrescription . ForeColor = System . Drawing . SystemColors . ControlText ;
this . btnPrescription . Location = new System . Drawing . Point ( 450 , 115 ) ;
this . btnPrescription . Name = "btnPrescription" ;
this . btnPrescription . Size = new System . Drawing . Size ( 253 , 68 ) ;
this . btnPrescription . TabIndex = 4 ;
this . btnPrescription . Text = "Add / Update Prescription" ;
this . btnPrescription . UseVisualStyleBackColor = false ;
//
// btnRefill
//
this . btnRefill . BackColor = System . Drawing . SystemColors . ButtonFace ;
this . btnRefill . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.8F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btnRefill . ForeColor = System . Drawing . SystemColors . ControlText ;
this . btnRefill . Location = new System . Drawing . Point ( 450 , 205 ) ;
this . btnRefill . Name = "btnRefill" ;
this . btnRefill . Size = new System . Drawing . Size ( 253 , 68 ) ;
this . btnRefill . TabIndex = 5 ;
this . btnRefill . Text = "Add / Update Refills" ;
this . btnRefill . UseVisualStyleBackColor = false ;
//
// btnExit
//
this . btnExit . BackColor = System . Drawing . Color . LightCoral ;
this . btnExit . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10.8F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btnExit . ForeColor = System . Drawing . SystemColors . ControlText ;
this . btnExit . Location = new System . Drawing . Point ( 636 , 404 ) ;
this . btnExit . Name = "btnExit" ;
this . btnExit . Size = new System . Drawing . Size ( 142 , 34 ) ;
this . btnExit . TabIndex = 7 ;
this . btnExit . Text = "Exit" ;
this . btnExit . 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:51:10 -05:00
this . Controls . Add ( this . btnExit ) ;
this . Controls . Add ( this . btnRefill ) ;
this . Controls . Add ( this . btnPrescription ) ;
this . Controls . Add ( this . btnViewInfo ) ;
this . Controls . Add ( this . btnUpdatePatient ) ;
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-02-02 13:51:10 -05:00
private System . Windows . Forms . Button btnUpdatePatient ;
private System . Windows . Forms . Button btnViewInfo ;
private System . Windows . Forms . Button btnPrescription ;
private System . Windows . Forms . Button btnRefill ;
private System . Windows . Forms . Button btnExit ;
2024-01-31 12:05:11 -05:00
}
2024-01-31 12:11:30 -05:00
}