CNSA-212-FP/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs

258 lines
12 KiB
C#
Raw Normal View History

2024-02-20 07:08:53 -08: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()
{
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 07:08:53 -08:00
this.txtMedID = new System.Windows.Forms.TextBox();
this.txtPatID = new System.Windows.Forms.TextBox();
this.txtRxNum = new System.Windows.Forms.TextBox();
2024-02-20 07:08:53 -08: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();
//
// txtMaxRefills
2024-02-20 07:08:53 -08:00
//
this.txtMaxRefills.Location = new System.Drawing.Point(325, 282);
this.txtMaxRefills.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtMaxRefills.Name = "txtMaxRefills";
this.txtMaxRefills.Size = new System.Drawing.Size(123, 20);
this.txtMaxRefills.TabIndex = 33;
2024-02-20 07:08:53 -08:00
//
// txtCompletedRefills
2024-02-20 07:08:53 -08:00
//
this.txtCompletedRefills.Location = new System.Drawing.Point(325, 254);
this.txtCompletedRefills.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtCompletedRefills.Name = "txtCompletedRefills";
this.txtCompletedRefills.Size = new System.Drawing.Size(123, 20);
this.txtCompletedRefills.TabIndex = 32;
2024-02-20 07:08:53 -08:00
//
// txtPhysID
2024-02-20 07:08:53 -08:00
//
this.txtPhysID.Location = new System.Drawing.Point(325, 227);
this.txtPhysID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtPhysID.Name = "txtPhysID";
this.txtPhysID.Size = new System.Drawing.Size(123, 20);
this.txtPhysID.TabIndex = 31;
2024-02-20 07:08:53 -08:00
//
// txtPhysName
2024-02-20 07:08:53 -08:00
//
this.txtPhysName.Location = new System.Drawing.Point(325, 198);
this.txtPhysName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtPhysName.Name = "txtPhysName";
this.txtPhysName.Size = new System.Drawing.Size(123, 20);
this.txtPhysName.TabIndex = 30;
2024-02-20 07:08:53 -08:00
//
// txtMedID
//
this.txtMedID.Location = new System.Drawing.Point(325, 171);
this.txtMedID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-02-20 07:08:53 -08:00
this.txtMedID.Name = "txtMedID";
this.txtMedID.Size = new System.Drawing.Size(123, 20);
this.txtMedID.TabIndex = 29;
//
// txtPatID
//
this.txtPatID.Location = new System.Drawing.Point(325, 142);
this.txtPatID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtPatID.Name = "txtPatID";
this.txtPatID.Size = new System.Drawing.Size(123, 20);
this.txtPatID.TabIndex = 28;
//
// txtRxNum
//
this.txtRxNum.Location = new System.Drawing.Point(325, 115);
this.txtRxNum.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtRxNum.Name = "txtRxNum";
this.txtRxNum.Size = new System.Drawing.Size(123, 20);
this.txtRxNum.TabIndex = 27;
2024-02-20 07:08:53 -08:00
//
// 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);
2024-02-20 07:08:53 -08:00
this.lblDisPurpose.Name = "lblDisPurpose";
this.lblDisPurpose.Size = new System.Drawing.Size(461, 47);
2024-02-20 07:08:53 -08:00
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, 2, 2, 2);
2024-02-20 07:08:53 -08:00
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(67, 23);
2024-02-20 07:08:53 -08:00
this.btnCancel.TabIndex = 25;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnGO
//
this.btnGO.Location = new System.Drawing.Point(500, 376);
this.btnGO.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-02-20 07:08:53 -08:00
this.btnGO.Name = "btnGO";
this.btnGO.Size = new System.Drawing.Size(67, 23);
2024-02-20 07:08:53 -08:00
this.btnGO.TabIndex = 24;
this.btnGO.UseVisualStyleBackColor = true;
this.btnGO.Click += new System.EventHandler(this.btnGO_Click_2);
2024-02-20 07:08:53 -08:00
//
// label7
//
this.label7.Location = new System.Drawing.Point(212, 277);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-02-20 07:08:53 -08:00
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label7.TabIndex = 23;
this.label7.Text = "Max Refills:";
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label6.TabIndex = 22;
this.label6.Text = "Completed Refills:";
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label5.TabIndex = 21;
this.label5.Text = "Physician ID:";
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label4.TabIndex = 20;
this.label4.Text = "Physician Name:";
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label3.TabIndex = 19;
this.label3.Text = "Medication ID:";
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label2.TabIndex = 18;
this.label2.Text = "Patient ID:";
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(109, 28);
2024-02-20 07:08:53 -08:00
this.label1.TabIndex = 17;
this.label1.Text = "RX Number:";
2024-02-20 07:08:53 -08:00
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// frmPrescription
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2024-02-20 07:08:53 -08:00
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);
2024-02-20 07:08:53 -08:00
this.Controls.Add(this.txtMedID);
this.Controls.Add(this.txtPatID);
this.Controls.Add(this.txtRxNum);
2024-02-20 07:08:53 -08: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);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-02-20 07:08:53 -08:00
this.Name = "frmPrescription";
this.Text = "frmPrescription";
this.Load += new System.EventHandler(this.frmPrescription_Load);
2024-02-20 07:08:53 -08:00
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;
2024-02-20 07:08:53 -08:00
private System.Windows.Forms.TextBox txtMedID;
private System.Windows.Forms.TextBox txtPatID;
private System.Windows.Forms.TextBox txtRxNum;
2024-02-20 07:08:53 -08: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;
}
}