270 lines
12 KiB
C#
270 lines
12 KiB
C#
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();
|
|
this.lblDisPurpose = new System.Windows.Forms.Label();
|
|
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
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(222, 102);
|
|
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 = 0;
|
|
this.label1.Text = "Medication ID:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(222, 130);
|
|
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 = 1;
|
|
this.label2.Text = "Name:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(222, 158);
|
|
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 = 2;
|
|
this.label3.Text = "Intake Method:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(222, 186);
|
|
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 = 3;
|
|
this.label4.Text = "Frequency:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(222, 214);
|
|
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 = 4;
|
|
this.label5.Text = "Dosage:";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(222, 242);
|
|
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 = 5;
|
|
this.label6.Text = "Purpose:";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(222, 270);
|
|
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 = 6;
|
|
this.label7.Text = "Rx Number:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.label7.Click += new System.EventHandler(this.label7_Click);
|
|
//
|
|
// btnGO
|
|
//
|
|
this.btnGO.Location = new System.Drawing.Point(511, 369);
|
|
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 = 7;
|
|
this.btnGO.UseVisualStyleBackColor = true;
|
|
this.btnGO.Click += new System.EventHandler(this.btnGO_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(597, 369);
|
|
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 = 8;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// 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(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;
|
|
//
|
|
// txtMedID
|
|
//
|
|
this.txtMedID.Location = new System.Drawing.Point(335, 107);
|
|
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 = 10;
|
|
this.txtMedID.TextChanged += new System.EventHandler(this.txtMedID_TextChanged);
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(335, 135);
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(123, 20);
|
|
this.txtName.TabIndex = 11;
|
|
this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
|
|
//
|
|
// txtIntake
|
|
//
|
|
this.txtIntake.Location = new System.Drawing.Point(335, 163);
|
|
this.txtIntake.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtIntake.Name = "txtIntake";
|
|
this.txtIntake.Size = new System.Drawing.Size(123, 20);
|
|
this.txtIntake.TabIndex = 12;
|
|
this.txtIntake.TextChanged += new System.EventHandler(this.txtIntake_TextChanged);
|
|
//
|
|
// txtFrequency
|
|
//
|
|
this.txtFrequency.Location = new System.Drawing.Point(335, 191);
|
|
this.txtFrequency.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtFrequency.Name = "txtFrequency";
|
|
this.txtFrequency.Size = new System.Drawing.Size(123, 20);
|
|
this.txtFrequency.TabIndex = 13;
|
|
this.txtFrequency.TextChanged += new System.EventHandler(this.txtFrequency_TextChanged);
|
|
//
|
|
// txtDosage
|
|
//
|
|
this.txtDosage.Location = new System.Drawing.Point(335, 219);
|
|
this.txtDosage.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtDosage.Name = "txtDosage";
|
|
this.txtDosage.Size = new System.Drawing.Size(123, 20);
|
|
this.txtDosage.TabIndex = 14;
|
|
this.txtDosage.TextChanged += new System.EventHandler(this.txtDosage_TextChanged);
|
|
//
|
|
// txtPurpose
|
|
//
|
|
this.txtPurpose.Location = new System.Drawing.Point(335, 247);
|
|
this.txtPurpose.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtPurpose.Name = "txtPurpose";
|
|
this.txtPurpose.Size = new System.Drawing.Size(123, 20);
|
|
this.txtPurpose.TabIndex = 15;
|
|
this.txtPurpose.TextChanged += new System.EventHandler(this.txtPurpose_TextChanged);
|
|
//
|
|
// txtRxNum
|
|
//
|
|
this.txtRxNum.Location = new System.Drawing.Point(335, 275);
|
|
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 = 16;
|
|
this.txtRxNum.TextChanged += new System.EventHandler(this.txtRxNum_TextChanged);
|
|
//
|
|
// frmMedication
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(694, 422);
|
|
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);
|
|
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 = "frmMedication";
|
|
this.Text = "frmMedication";
|
|
this.Load += new System.EventHandler(this.frmMedication_Load);
|
|
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;
|
|
private System.Windows.Forms.Label lblDisPurpose;
|
|
|
|
#endregion
|
|
}
|
|
} |