2024-02-20 10:08:53 -05:00
namespace Louis__Pharmacy_CNSA212_FP
{
partial class frmPrescription
{
/// <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-20 12:50:18 -05:00
this . txtMaxRefills = new System . Windows . Forms . TextBox ( ) ;
this . txtCompletedRefills = new System . Windows . Forms . TextBox ( ) ;
this . txtPhysID = new System . Windows . Forms . TextBox ( ) ;
this . txtPhysName = new System . Windows . Forms . TextBox ( ) ;
2024-02-20 10:08:53 -05:00
this . txtMedID = new System . Windows . Forms . TextBox ( ) ;
2024-02-20 12:50:18 -05:00
this . txtPatID = new System . Windows . Forms . TextBox ( ) ;
2024-02-20 12:52:10 -05:00
this . txtRxNum = new System . Windows . Forms . TextBox ( ) ;
2024-02-20 10:08:53 -05:00
this . lblDisPurpose = new System . Windows . Forms . Label ( ) ;
this . btnCancel = new System . Windows . Forms . Button ( ) ;
this . btnGO = new System . Windows . Forms . Button ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
this . label6 = new System . Windows . Forms . Label ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . SuspendLayout ( ) ;
//
2024-02-20 12:50:18 -05:00
// txtMaxRefills
2024-02-20 10:08:53 -05:00
//
2024-02-20 18:37:18 -05:00
this . txtMaxRefills . Location = new System . Drawing . Point ( 325 , 282 ) ;
2024-02-20 20:05:18 -05:00
this . txtMaxRefills . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 12:50:18 -05:00
this . txtMaxRefills . Name = "txtMaxRefills" ;
2024-02-20 18:37:18 -05:00
this . txtMaxRefills . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:50:18 -05:00
this . txtMaxRefills . TabIndex = 33 ;
2024-02-20 20:05:18 -05:00
this . txtMaxRefills . TextChanged + = new System . EventHandler ( this . txtMaxRefills_TextChanged_1 ) ;
2024-02-20 10:08:53 -05:00
//
2024-02-20 12:50:18 -05:00
// txtCompletedRefills
2024-02-20 10:08:53 -05:00
//
2024-02-20 18:37:18 -05:00
this . txtCompletedRefills . Location = new System . Drawing . Point ( 325 , 254 ) ;
2024-02-20 20:05:18 -05:00
this . txtCompletedRefills . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 12:50:18 -05:00
this . txtCompletedRefills . Name = "txtCompletedRefills" ;
2024-02-20 18:37:18 -05:00
this . txtCompletedRefills . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:50:18 -05:00
this . txtCompletedRefills . TabIndex = 32 ;
2024-02-20 20:05:18 -05:00
this . txtCompletedRefills . TextChanged + = new System . EventHandler ( this . txtCompletedRefills_TextChanged_1 ) ;
2024-02-20 10:08:53 -05:00
//
2024-02-20 12:50:18 -05:00
// txtPhysID
2024-02-20 10:08:53 -05:00
//
2024-02-20 18:37:18 -05:00
this . txtPhysID . Location = new System . Drawing . Point ( 325 , 227 ) ;
2024-02-20 20:05:18 -05:00
this . txtPhysID . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 12:50:18 -05:00
this . txtPhysID . Name = "txtPhysID" ;
2024-02-20 18:37:18 -05:00
this . txtPhysID . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:50:18 -05:00
this . txtPhysID . TabIndex = 31 ;
2024-02-20 20:05:18 -05:00
this . txtPhysID . TextChanged + = new System . EventHandler ( this . txtPhysID_TextChanged_1 ) ;
2024-02-20 10:08:53 -05:00
//
2024-02-20 12:50:18 -05:00
// txtPhysName
2024-02-20 10:08:53 -05:00
//
2024-02-20 18:37:18 -05:00
this . txtPhysName . Location = new System . Drawing . Point ( 325 , 198 ) ;
2024-02-20 20:05:18 -05:00
this . txtPhysName . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 12:50:18 -05:00
this . txtPhysName . Name = "txtPhysName" ;
2024-02-20 18:37:18 -05:00
this . txtPhysName . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:50:18 -05:00
this . txtPhysName . TabIndex = 30 ;
2024-02-20 20:05:18 -05:00
this . txtPhysName . TextChanged + = new System . EventHandler ( this . txtPhysName_TextChanged_1 ) ;
2024-02-20 10:08:53 -05:00
//
// txtMedID
//
2024-02-20 18:37:18 -05:00
this . txtMedID . Location = new System . Drawing . Point ( 325 , 171 ) ;
2024-02-20 20:05:18 -05:00
this . txtMedID . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 10:08:53 -05:00
this . txtMedID . Name = "txtMedID" ;
2024-02-20 18:37:18 -05:00
this . txtMedID . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:50:18 -05:00
this . txtMedID . TabIndex = 29 ;
2024-02-20 20:05:18 -05:00
this . txtMedID . TextChanged + = new System . EventHandler ( this . txtMedID_TextChanged_1 ) ;
2024-02-20 12:50:18 -05:00
//
// txtPatID
//
2024-02-20 18:37:18 -05:00
this . txtPatID . Location = new System . Drawing . Point ( 325 , 142 ) ;
2024-02-20 20:05:18 -05:00
this . txtPatID . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 12:50:18 -05:00
this . txtPatID . Name = "txtPatID" ;
2024-02-20 18:37:18 -05:00
this . txtPatID . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:50:18 -05:00
this . txtPatID . TabIndex = 28 ;
2024-02-20 20:05:18 -05:00
this . txtPatID . TextChanged + = new System . EventHandler ( this . txtPatID_TextChanged ) ;
2024-02-20 12:50:18 -05:00
//
2024-02-20 12:52:10 -05:00
// txtRxNum
2024-02-20 12:50:18 -05:00
//
2024-02-20 18:37:18 -05:00
this . txtRxNum . Location = new System . Drawing . Point ( 325 , 115 ) ;
2024-02-20 20:05:18 -05:00
this . txtRxNum . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 12:52:10 -05:00
this . txtRxNum . Name = "txtRxNum" ;
2024-02-20 18:37:18 -05:00
this . txtRxNum . Size = new System . Drawing . Size ( 123 , 20 ) ;
2024-02-20 12:52:10 -05:00
this . txtRxNum . TabIndex = 27 ;
2024-02-20 20:05:18 -05:00
this . txtRxNum . TextChanged + = new System . EventHandler ( this . txtRxNum_TextChanged_1 ) ;
2024-02-20 10:08:53 -05:00
//
// lblDisPurpose
//
this . lblDisPurpose . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 24F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2024-02-20 18:37:18 -05:00
this . lblDisPurpose . Location = new System . Drawing . Point ( 106 , 26 ) ;
this . lblDisPurpose . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . lblDisPurpose . Name = "lblDisPurpose" ;
2024-02-20 18:37:18 -05:00
this . lblDisPurpose . Size = new System . Drawing . Size ( 461 , 47 ) ;
2024-02-20 10:08:53 -05:00
this . lblDisPurpose . TabIndex = 26 ;
this . lblDisPurpose . Text = "Prescription" ;
this . lblDisPurpose . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// btnCancel
//
2024-02-20 18:37:18 -05:00
this . btnCancel . Location = new System . Drawing . Point ( 586 , 376 ) ;
2024-02-20 20:05:18 -05:00
this . btnCancel . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 10:08:53 -05:00
this . btnCancel . Name = "btnCancel" ;
2024-02-20 18:37:18 -05:00
this . btnCancel . Size = new System . Drawing . Size ( 67 , 23 ) ;
2024-02-20 10:08:53 -05:00
this . btnCancel . TabIndex = 25 ;
this . btnCancel . Text = "Cancel" ;
this . btnCancel . UseVisualStyleBackColor = true ;
2024-02-20 21:41:47 -05:00
this . btnCancel . Click + = new System . EventHandler ( this . btnCancel_Click_1 ) ;
2024-02-20 10:08:53 -05:00
//
// btnGO
//
2024-02-20 18:37:18 -05:00
this . btnGO . Location = new System . Drawing . Point ( 500 , 376 ) ;
2024-02-20 20:05:18 -05:00
this . btnGO . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 10:08:53 -05:00
this . btnGO . Name = "btnGO" ;
2024-02-20 18:37:18 -05:00
this . btnGO . Size = new System . Drawing . Size ( 67 , 23 ) ;
2024-02-20 10:08:53 -05:00
this . btnGO . TabIndex = 24 ;
this . btnGO . UseVisualStyleBackColor = true ;
2024-02-20 21:41:47 -05:00
this . btnGO . Click + = new System . EventHandler ( this . btnGO_Click ) ;
2024-02-20 10:08:53 -05:00
//
// label7
//
2024-02-20 18:37:18 -05:00
this . label7 . Location = new System . Drawing . Point ( 212 , 277 ) ;
this . label7 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label7 . Name = "label7" ;
2024-02-20 18:37:18 -05:00
this . label7 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label7 . TabIndex = 23 ;
2024-02-20 21:41:47 -05:00
this . label7 . Text = "Refills Allowed:" ;
2024-02-20 10:08:53 -05:00
this . label7 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label6
//
2024-02-20 18:37:18 -05:00
this . label6 . Location = new System . Drawing . Point ( 212 , 249 ) ;
this . label6 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label6 . Name = "label6" ;
2024-02-20 18:37:18 -05:00
this . label6 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label6 . TabIndex = 22 ;
2024-02-20 21:41:47 -05:00
this . label6 . Text = "Refills Used:" ;
2024-02-20 10:08:53 -05:00
this . label6 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label5
//
2024-02-20 18:37:18 -05:00
this . label5 . Location = new System . Drawing . Point ( 212 , 221 ) ;
this . label5 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label5 . Name = "label5" ;
2024-02-20 18:37:18 -05:00
this . label5 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label5 . TabIndex = 21 ;
2024-02-20 12:50:18 -05:00
this . label5 . Text = "Physician ID:" ;
2024-02-20 10:08:53 -05:00
this . label5 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label4
//
2024-02-20 18:37:18 -05:00
this . label4 . Location = new System . Drawing . Point ( 212 , 193 ) ;
this . label4 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label4 . Name = "label4" ;
2024-02-20 18:37:18 -05:00
this . label4 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label4 . TabIndex = 20 ;
2024-02-20 12:50:18 -05:00
this . label4 . Text = "Physician Name:" ;
2024-02-20 10:08:53 -05:00
this . label4 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label3
//
2024-02-20 18:37:18 -05:00
this . label3 . Location = new System . Drawing . Point ( 212 , 165 ) ;
this . label3 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label3 . Name = "label3" ;
2024-02-20 18:37:18 -05:00
this . label3 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label3 . TabIndex = 19 ;
2024-02-20 12:50:18 -05:00
this . label3 . Text = "Medication ID:" ;
2024-02-20 10:08:53 -05:00
this . label3 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label2
//
2024-02-20 18:37:18 -05:00
this . label2 . Location = new System . Drawing . Point ( 212 , 137 ) ;
this . label2 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label2 . Name = "label2" ;
2024-02-20 18:37:18 -05:00
this . label2 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label2 . TabIndex = 18 ;
2024-02-20 12:50:18 -05:00
this . label2 . Text = "Patient ID:" ;
2024-02-20 10:08:53 -05:00
this . label2 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label1
//
2024-02-20 18:37:18 -05:00
this . label1 . Location = new System . Drawing . Point ( 212 , 110 ) ;
this . label1 . Margin = new System . Windows . Forms . Padding ( 2 , 0 , 2 , 0 ) ;
2024-02-20 10:08:53 -05:00
this . label1 . Name = "label1" ;
2024-02-20 18:37:18 -05:00
this . label1 . Size = new System . Drawing . Size ( 109 , 28 ) ;
2024-02-20 10:08:53 -05:00
this . label1 . TabIndex = 17 ;
2024-02-20 12:50:18 -05:00
this . label1 . Text = "RX Number:" ;
2024-02-20 10:08:53 -05:00
this . label1 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// frmPrescription
//
2024-02-20 18:37:18 -05:00
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2024-02-20 10:08:53 -05:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2024-02-20 18:37:18 -05:00
this . ClientSize = new System . Drawing . Size ( 697 , 425 ) ;
2024-02-20 12:50:18 -05:00
this . Controls . Add ( this . txtMaxRefills ) ;
this . Controls . Add ( this . txtCompletedRefills ) ;
this . Controls . Add ( this . txtPhysID ) ;
this . Controls . Add ( this . txtPhysName ) ;
2024-02-20 10:08:53 -05:00
this . Controls . Add ( this . txtMedID ) ;
2024-02-20 12:50:18 -05:00
this . Controls . Add ( this . txtPatID ) ;
2024-02-20 12:52:10 -05:00
this . Controls . Add ( this . txtRxNum ) ;
2024-02-20 10:08:53 -05:00
this . Controls . Add ( this . lblDisPurpose ) ;
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-20 20:05:18 -05:00
this . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2024-02-20 10:08:53 -05:00
this . Name = "frmPrescription" ;
this . Text = "frmPrescription" ;
2024-02-20 12:50:18 -05:00
this . Load + = new System . EventHandler ( this . frmPrescription_Load ) ;
2024-02-20 10:08:53 -05:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
2024-02-20 12:50:18 -05:00
private System . Windows . Forms . TextBox txtMaxRefills ;
private System . Windows . Forms . TextBox txtCompletedRefills ;
private System . Windows . Forms . TextBox txtPhysID ;
private System . Windows . Forms . TextBox txtPhysName ;
2024-02-20 10:08:53 -05:00
private System . Windows . Forms . TextBox txtMedID ;
2024-02-20 12:50:18 -05:00
private System . Windows . Forms . TextBox txtPatID ;
2024-02-20 12:52:10 -05:00
private System . Windows . Forms . TextBox txtRxNum ;
2024-02-20 10:08:53 -05:00
private System . Windows . Forms . Label lblDisPurpose ;
private System . Windows . Forms . Button btnCancel ;
private System . Windows . Forms . Button btnGO ;
private System . Windows . Forms . Label label7 ;
private System . Windows . Forms . Label label6 ;
private System . Windows . Forms . Label label5 ;
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Label label1 ;
}
}