2024-02-19 16:27:27 -05:00
using System.ComponentModel ;
namespace Louis__Pharmacy_CNSA212_FP
{
partial class frmMedication
{
/// <summary>
/// Required designer variable.
/// </summary>
private 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 . label1 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . label6 = new System . Windows . Forms . Label ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
this . btnGO = new System . Windows . Forms . Button ( ) ;
this . btnCancel = new System . Windows . Forms . Button ( ) ;
2024-02-19 21:24:58 -05:00
this . lblDisPurpose = new System . Windows . Forms . Label ( ) ;
2024-02-19 16:27:27 -05:00
this . txtMedID = new System . Windows . Forms . TextBox ( ) ;
this . txtName = new System . Windows . Forms . TextBox ( ) ;
this . txtIntake = new System . Windows . Forms . TextBox ( ) ;
this . txtFrequency = new System . Windows . Forms . TextBox ( ) ;
this . txtDosage = new System . Windows . Forms . TextBox ( ) ;
this . txtPurpose = new System . Windows . Forms . TextBox ( ) ;
this . txtRxNum = new System . Windows . Forms . TextBox ( ) ;
this . SuspendLayout ( ) ;
//
// label1
//
2024-02-19 21:24:58 -05:00
this . label1 . Location = new System . Drawing . Point ( 222 , 102 ) ;
this . label1 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label1 . Name = "label1" ;
2024-02-19 21:24:58 -05:00
this . label1 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label1 . TabIndex = 0 ;
this . label1 . Text = "Medication ID:" ;
this . label1 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label2
//
2024-02-19 21:24:58 -05:00
this . label2 . Location = new System . Drawing . Point ( 222 , 130 ) ;
this . label2 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label2 . Name = "label2" ;
2024-02-19 21:24:58 -05:00
this . label2 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label2 . TabIndex = 1 ;
this . label2 . Text = "Name:" ;
this . label2 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label3
//
2024-02-19 21:24:58 -05:00
this . label3 . Location = new System . Drawing . Point ( 222 , 158 ) ;
this . label3 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label3 . Name = "label3" ;
2024-02-19 21:24:58 -05:00
this . label3 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label3 . TabIndex = 2 ;
this . label3 . Text = "Intake Method:" ;
this . label3 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label4
//
2024-02-19 21:24:58 -05:00
this . label4 . Location = new System . Drawing . Point ( 222 , 186 ) ;
this . label4 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label4 . Name = "label4" ;
2024-02-19 21:24:58 -05:00
this . label4 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label4 . TabIndex = 3 ;
this . label4 . Text = "Frequency:" ;
this . label4 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label5
//
2024-02-19 21:24:58 -05:00
this . label5 . Location = new System . Drawing . Point ( 222 , 214 ) ;
this . label5 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label5 . Name = "label5" ;
2024-02-19 21:24:58 -05:00
this . label5 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label5 . TabIndex = 4 ;
this . label5 . Text = "Dosage:" ;
this . label5 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label6
//
2024-02-19 21:24:58 -05:00
this . label6 . Location = new System . Drawing . Point ( 222 , 242 ) ;
this . label6 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label6 . Name = "label6" ;
2024-02-19 21:24:58 -05:00
this . label6 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label6 . TabIndex = 5 ;
this . label6 . Text = "Purpose:" ;
this . label6 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label7
//
2024-02-19 21:24:58 -05:00
this . label7 . Location = new System . Drawing . Point ( 222 , 270 ) ;
this . label7 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-19 16:27:27 -05:00
this . label7 . Name = "label7" ;
2024-02-19 21:24:58 -05:00
this . label7 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-19 16:27:27 -05:00
this . label7 . TabIndex = 6 ;
this . label7 . Text = "Rx Number:" ;
this . label7 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2024-02-20 18:37:18 -05:00
this . label7 . Click + = new System . EventHandler ( this . label7_Click ) ;
2024-02-19 16:27:27 -05:00
//
// btnGO
//
2024-02-19 21:24:58 -05:00
this . btnGO . Location = new System . Drawing . Point ( 511 , 369 ) ;
this . btnGO . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . btnGO . Name = "btnGO" ;
2024-02-19 21:24:58 -05:00
this . btnGO . Size = new System . Drawing . Size ( 67 , 23 ) ;
2024-02-21 08:17:49 -05:00
this . btnGO . TabIndex = 8 ;
2024-02-19 16:27:27 -05:00
this . btnGO . UseVisualStyleBackColor = true ;
2024-02-19 21:24:58 -05:00
this . btnGO . Click + = new System . EventHandler ( this . btnGO_Click ) ;
2024-02-19 16:27:27 -05:00
//
// btnCancel
//
2024-02-19 21:24:58 -05:00
this . btnCancel . Location = new System . Drawing . Point ( 597 , 369 ) ;
this . btnCancel . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . btnCancel . Name = "btnCancel" ;
2024-02-19 21:24:58 -05:00
this . btnCancel . Size = new System . Drawing . Size ( 67 , 23 ) ;
2024-02-21 08:17:49 -05:00
this . btnCancel . TabIndex = 9 ;
2024-02-19 16:27:27 -05:00
this . btnCancel . Text = "Cancel" ;
this . btnCancel . UseVisualStyleBackColor = true ;
2024-02-19 21:24:58 -05:00
this . btnCancel . Click + = new System . EventHandler ( this . btnCancel_Click ) ;
2024-02-19 16:27:27 -05:00
//
2024-02-19 21:24:58 -05:00
// lblDisPurpose
2024-02-19 16:27:27 -05:00
//
2024-02-19 21:24:58 -05:00
this . lblDisPurpose . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 24F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lblDisPurpose . Location = new System . Drawing . Point ( 117 , 19 ) ;
this . lblDisPurpose . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
this . lblDisPurpose . Name = "lblDisPurpose" ;
this . lblDisPurpose . Size = new System . Drawing . Size ( 461 , 47 ) ;
this . lblDisPurpose . TabIndex = 9 ;
this . lblDisPurpose . Text = "Medication" ;
this . lblDisPurpose . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2024-02-19 16:27:27 -05:00
//
// txtMedID
//
2024-02-19 21:24:58 -05:00
this . txtMedID . Location = new System . Drawing . Point ( 335 , 107 ) ;
this . txtMedID . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtMedID . Name = "txtMedID" ;
2024-02-19 21:24:58 -05:00
this . txtMedID . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtMedID . TabIndex = 1 ;
2024-02-19 21:24:58 -05:00
this . txtMedID . TextChanged + = new System . EventHandler ( this . txtMedID_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// txtName
//
2024-02-19 21:24:58 -05:00
this . txtName . Location = new System . Drawing . Point ( 335 , 135 ) ;
this . txtName . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtName . Name = "txtName" ;
2024-02-19 21:24:58 -05:00
this . txtName . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtName . TabIndex = 2 ;
2024-02-19 21:24:58 -05:00
this . txtName . TextChanged + = new System . EventHandler ( this . txtName_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// txtIntake
//
2024-02-19 21:24:58 -05:00
this . txtIntake . Location = new System . Drawing . Point ( 335 , 163 ) ;
this . txtIntake . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtIntake . Name = "txtIntake" ;
2024-02-19 21:24:58 -05:00
this . txtIntake . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtIntake . TabIndex = 3 ;
2024-02-19 21:24:58 -05:00
this . txtIntake . TextChanged + = new System . EventHandler ( this . txtIntake_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// txtFrequency
//
2024-02-19 21:24:58 -05:00
this . txtFrequency . Location = new System . Drawing . Point ( 335 , 191 ) ;
this . txtFrequency . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtFrequency . Name = "txtFrequency" ;
2024-02-19 21:24:58 -05:00
this . txtFrequency . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtFrequency . TabIndex = 4 ;
2024-02-19 21:24:58 -05:00
this . txtFrequency . TextChanged + = new System . EventHandler ( this . txtFrequency_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// txtDosage
//
2024-02-19 21:24:58 -05:00
this . txtDosage . Location = new System . Drawing . Point ( 335 , 219 ) ;
this . txtDosage . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtDosage . Name = "txtDosage" ;
2024-02-19 21:24:58 -05:00
this . txtDosage . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtDosage . TabIndex = 5 ;
2024-02-19 21:24:58 -05:00
this . txtDosage . TextChanged + = new System . EventHandler ( this . txtDosage_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// txtPurpose
//
2024-02-19 21:24:58 -05:00
this . txtPurpose . Location = new System . Drawing . Point ( 335 , 247 ) ;
this . txtPurpose . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtPurpose . Name = "txtPurpose" ;
2024-02-19 21:24:58 -05:00
this . txtPurpose . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtPurpose . TabIndex = 6 ;
2024-02-19 21:24:58 -05:00
this . txtPurpose . TextChanged + = new System . EventHandler ( this . txtPurpose_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// txtRxNum
//
2024-02-19 21:24:58 -05:00
this . txtRxNum . Location = new System . Drawing . Point ( 335 , 275 ) ;
this . txtRxNum . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . txtRxNum . Name = "txtRxNum" ;
2024-02-19 21:24:58 -05:00
this . txtRxNum . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-21 08:17:49 -05:00
this . txtRxNum . TabIndex = 7 ;
2024-02-19 21:24:58 -05:00
this . txtRxNum . TextChanged + = new System . EventHandler ( this . txtRxNum_TextChanged ) ;
2024-02-19 16:27:27 -05:00
//
// frmMedication
//
2024-02-19 21:24:58 -05:00
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2024-02-19 16:27:27 -05:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2024-02-19 21:24:58 -05:00
this . ClientSize = new System . Drawing . Size ( 694 , 422 ) ;
2024-02-19 16:27:27 -05:00
this . Controls . Add ( this . txtRxNum ) ;
this . Controls . Add ( this . txtPurpose ) ;
this . Controls . Add ( this . txtDosage ) ;
this . Controls . Add ( this . txtFrequency ) ;
this . Controls . Add ( this . txtIntake ) ;
this . Controls . Add ( this . txtName ) ;
this . Controls . Add ( this . txtMedID ) ;
2024-02-19 21:24:58 -05:00
this . Controls . Add ( this . lblDisPurpose ) ;
2024-02-19 16:27:27 -05:00
this . Controls . Add ( this . btnCancel ) ;
this . Controls . Add ( this . btnGO ) ;
this . Controls . Add ( this . label7 ) ;
this . Controls . Add ( this . label6 ) ;
this . Controls . Add ( this . label5 ) ;
this . Controls . Add ( this . label4 ) ;
this . Controls . Add ( this . label3 ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . label1 ) ;
2024-02-19 21:24:58 -05:00
this . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-19 16:27:27 -05:00
this . Name = "frmMedication" ;
this . Text = "frmMedication" ;
2024-02-19 21:24:58 -05:00
this . Load + = new System . EventHandler ( this . frmMedication_Load ) ;
2024-02-19 16:27:27 -05:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
private System . Windows . Forms . TextBox txtMedID ;
private System . Windows . Forms . TextBox txtName ;
private System . Windows . Forms . TextBox txtIntake ;
private System . Windows . Forms . TextBox txtFrequency ;
private System . Windows . Forms . TextBox txtDosage ;
private System . Windows . Forms . TextBox txtPurpose ;
private System . Windows . Forms . TextBox txtRxNum ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . Label label5 ;
private System . Windows . Forms . Label label6 ;
private System . Windows . Forms . Label label7 ;
private System . Windows . Forms . Button btnGO ;
private System . Windows . Forms . Button btnCancel ;
2024-02-19 21:24:58 -05:00
private System . Windows . Forms . Label lblDisPurpose ;
2024-02-19 16:27:27 -05:00
#endregion
}
}