266 lines
12 KiB
C#
266 lines
12 KiB
C#
|
|
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()
|
|
{
|
|
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();
|
|
this.txtMedID = new System.Windows.Forms.TextBox();
|
|
this.txtPatID = new System.Windows.Forms.TextBox();
|
|
this.txtRxNum = new System.Windows.Forms.TextBox();
|
|
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();
|
|
//
|
|
// txtMaxRefills
|
|
//
|
|
this.txtMaxRefills.Location = new System.Drawing.Point(325, 282);
|
|
this.txtMaxRefills.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtMaxRefills.Name = "txtMaxRefills";
|
|
this.txtMaxRefills.Size = new System.Drawing.Size(123, 20);
|
|
this.txtMaxRefills.TabIndex = 7;
|
|
this.txtMaxRefills.TextChanged += new System.EventHandler(this.txtMaxRefills_TextChanged_1);
|
|
//
|
|
// txtCompletedRefills
|
|
//
|
|
this.txtCompletedRefills.Location = new System.Drawing.Point(325, 254);
|
|
this.txtCompletedRefills.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtCompletedRefills.Name = "txtCompletedRefills";
|
|
this.txtCompletedRefills.Size = new System.Drawing.Size(123, 20);
|
|
this.txtCompletedRefills.TabIndex = 6;
|
|
this.txtCompletedRefills.TextChanged += new System.EventHandler(this.txtCompletedRefills_TextChanged_1);
|
|
//
|
|
// txtPhysID
|
|
//
|
|
this.txtPhysID.Location = new System.Drawing.Point(325, 227);
|
|
this.txtPhysID.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtPhysID.Name = "txtPhysID";
|
|
this.txtPhysID.Size = new System.Drawing.Size(123, 20);
|
|
this.txtPhysID.TabIndex = 5;
|
|
this.txtPhysID.TextChanged += new System.EventHandler(this.txtPhysID_TextChanged_1);
|
|
//
|
|
// txtPhysName
|
|
//
|
|
this.txtPhysName.Location = new System.Drawing.Point(325, 198);
|
|
this.txtPhysName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtPhysName.Name = "txtPhysName";
|
|
this.txtPhysName.Size = new System.Drawing.Size(123, 20);
|
|
this.txtPhysName.TabIndex = 4;
|
|
this.txtPhysName.TextChanged += new System.EventHandler(this.txtPhysName_TextChanged_1);
|
|
//
|
|
// txtMedID
|
|
//
|
|
this.txtMedID.Location = new System.Drawing.Point(325, 171);
|
|
this.txtMedID.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtMedID.Name = "txtMedID";
|
|
this.txtMedID.Size = new System.Drawing.Size(123, 20);
|
|
this.txtMedID.TabIndex = 3;
|
|
this.txtMedID.TextChanged += new System.EventHandler(this.txtMedID_TextChanged_1);
|
|
//
|
|
// txtPatID
|
|
//
|
|
this.txtPatID.Location = new System.Drawing.Point(325, 142);
|
|
this.txtPatID.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtPatID.Name = "txtPatID";
|
|
this.txtPatID.Size = new System.Drawing.Size(123, 20);
|
|
this.txtPatID.TabIndex = 2;
|
|
this.txtPatID.TextChanged += new System.EventHandler(this.txtPatID_TextChanged);
|
|
//
|
|
// txtRxNum
|
|
//
|
|
this.txtRxNum.Location = new System.Drawing.Point(325, 115);
|
|
this.txtRxNum.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtRxNum.Name = "txtRxNum";
|
|
this.txtRxNum.Size = new System.Drawing.Size(123, 20);
|
|
this.txtRxNum.TabIndex = 1;
|
|
this.txtRxNum.TextChanged += new System.EventHandler(this.txtRxNum_TextChanged_1);
|
|
//
|
|
// lblDisPurpose
|
|
//
|
|
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(106, 26);
|
|
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 = 26;
|
|
this.lblDisPurpose.Text = "Prescription";
|
|
this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(586, 376);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(67, 23);
|
|
this.btnCancel.TabIndex = 9;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
|
|
//
|
|
// btnGO
|
|
//
|
|
this.btnGO.Location = new System.Drawing.Point(500, 376);
|
|
this.btnGO.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnGO.Name = "btnGO";
|
|
this.btnGO.Size = new System.Drawing.Size(67, 23);
|
|
this.btnGO.TabIndex = 8;
|
|
this.btnGO.UseVisualStyleBackColor = true;
|
|
this.btnGO.Click += new System.EventHandler(this.btnGO_Click);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(212, 277);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(109, 28);
|
|
this.label7.TabIndex = 23;
|
|
this.label7.Text = "Refills Allowed:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(212, 249);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(109, 28);
|
|
this.label6.TabIndex = 22;
|
|
this.label6.Text = "Refills Used:";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(212, 221);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(109, 28);
|
|
this.label5.TabIndex = 21;
|
|
this.label5.Text = "Physician ID:";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(212, 193);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(109, 28);
|
|
this.label4.TabIndex = 20;
|
|
this.label4.Text = "Physician Name:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(212, 165);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(109, 28);
|
|
this.label3.TabIndex = 19;
|
|
this.label3.Text = "Medication ID:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(212, 137);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(109, 28);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "Patient ID:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(212, 110);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(109, 28);
|
|
this.label1.TabIndex = 17;
|
|
this.label1.Text = "RX Number:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// frmPrescription
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(697, 425);
|
|
this.Controls.Add(this.txtMaxRefills);
|
|
this.Controls.Add(this.txtCompletedRefills);
|
|
this.Controls.Add(this.txtPhysID);
|
|
this.Controls.Add(this.txtPhysName);
|
|
this.Controls.Add(this.txtMedID);
|
|
this.Controls.Add(this.txtPatID);
|
|
this.Controls.Add(this.txtRxNum);
|
|
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);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "frmPrescription";
|
|
this.Text = "frmPrescription";
|
|
this.Load += new System.EventHandler(this.frmPrescription_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtMaxRefills;
|
|
private System.Windows.Forms.TextBox txtCompletedRefills;
|
|
private System.Windows.Forms.TextBox txtPhysID;
|
|
private System.Windows.Forms.TextBox txtPhysName;
|
|
private System.Windows.Forms.TextBox txtMedID;
|
|
private System.Windows.Forms.TextBox txtPatID;
|
|
private System.Windows.Forms.TextBox txtRxNum;
|
|
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;
|
|
}
|
|
} |