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

185 lines
8.0 KiB
C#

namespace Louis__Pharmacy_CNSA212_FP
{
partial class frmRefillAdd
{
/// <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.lblRefillID = new System.Windows.Forms.Label();
this.lblRefillDate = new System.Windows.Forms.Label();
this.lblPatientID = new System.Windows.Forms.Label();
this.lblMedicationID = new System.Windows.Forms.Label();
this.lblRxNumber = new System.Windows.Forms.Label();
this.txtRefillID = new System.Windows.Forms.TextBox();
this.txtRefillDate = new System.Windows.Forms.TextBox();
this.txtPatientID = new System.Windows.Forms.TextBox();
this.txtMedicationID = new System.Windows.Forms.TextBox();
this.txtRxNumber = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.lblPurpose = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblRefillID
//
this.lblRefillID.AutoSize = true;
this.lblRefillID.Location = new System.Drawing.Point(99, 119);
this.lblRefillID.Name = "lblRefillID";
this.lblRefillID.Size = new System.Drawing.Size(47, 13);
this.lblRefillID.TabIndex = 0;
this.lblRefillID.Text = "Refill ID:";
//
// lblRefillDate
//
this.lblRefillDate.AutoSize = true;
this.lblRefillDate.Location = new System.Drawing.Point(99, 190);
this.lblRefillDate.Name = "lblRefillDate";
this.lblRefillDate.Size = new System.Drawing.Size(59, 13);
this.lblRefillDate.TabIndex = 1;
this.lblRefillDate.Text = "Refill Date:";
//
// lblPatientID
//
this.lblPatientID.AutoSize = true;
this.lblPatientID.Location = new System.Drawing.Point(99, 265);
this.lblPatientID.Name = "lblPatientID";
this.lblPatientID.Size = new System.Drawing.Size(57, 13);
this.lblPatientID.TabIndex = 2;
this.lblPatientID.Text = "Patient ID:";
//
// lblMedicationID
//
this.lblMedicationID.AutoSize = true;
this.lblMedicationID.Location = new System.Drawing.Point(421, 119);
this.lblMedicationID.Name = "lblMedicationID";
this.lblMedicationID.Size = new System.Drawing.Size(76, 13);
this.lblMedicationID.TabIndex = 3;
this.lblMedicationID.Text = "Medication ID:";
//
// lblRxNumber
//
this.lblRxNumber.AutoSize = true;
this.lblRxNumber.Location = new System.Drawing.Point(421, 190);
this.lblRxNumber.Name = "lblRxNumber";
this.lblRxNumber.Size = new System.Drawing.Size(63, 13);
this.lblRxNumber.TabIndex = 4;
this.lblRxNumber.Text = "Rx Number:";
//
// txtRefillID
//
this.txtRefillID.Location = new System.Drawing.Point(169, 119);
this.txtRefillID.Name = "txtRefillID";
this.txtRefillID.Size = new System.Drawing.Size(100, 20);
this.txtRefillID.TabIndex = 5;
//
// txtRefillDate
//
this.txtRefillDate.Location = new System.Drawing.Point(169, 190);
this.txtRefillDate.Name = "txtRefillDate";
this.txtRefillDate.Size = new System.Drawing.Size(100, 20);
this.txtRefillDate.TabIndex = 6;
//
// txtPatientID
//
this.txtPatientID.Location = new System.Drawing.Point(169, 265);
this.txtPatientID.Name = "txtPatientID";
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
this.txtPatientID.TabIndex = 7;
//
// txtMedicationID
//
this.txtMedicationID.Location = new System.Drawing.Point(513, 119);
this.txtMedicationID.Name = "txtMedicationID";
this.txtMedicationID.Size = new System.Drawing.Size(100, 20);
this.txtMedicationID.TabIndex = 8;
//
// txtRxNumber
//
this.txtRxNumber.Location = new System.Drawing.Point(513, 190);
this.txtRxNumber.Name = "txtRxNumber";
this.txtRxNumber.Size = new System.Drawing.Size(100, 20);
this.txtRxNumber.TabIndex = 9;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(322, 358);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 10;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// lblPurpose
//
this.lblPurpose.AutoSize = true;
this.lblPurpose.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPurpose.Location = new System.Drawing.Point(308, 43);
this.lblPurpose.Name = "lblPurpose";
this.lblPurpose.Size = new System.Drawing.Size(106, 37);
this.lblPurpose.TabIndex = 11;
this.lblPurpose.Text = "label1";
//
// frmRefillAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.lblPurpose);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.txtRxNumber);
this.Controls.Add(this.txtMedicationID);
this.Controls.Add(this.txtPatientID);
this.Controls.Add(this.txtRefillDate);
this.Controls.Add(this.txtRefillID);
this.Controls.Add(this.lblRxNumber);
this.Controls.Add(this.lblMedicationID);
this.Controls.Add(this.lblPatientID);
this.Controls.Add(this.lblRefillDate);
this.Controls.Add(this.lblRefillID);
this.Name = "frmRefillAdd";
this.Text = "frmRefillAdd";
//this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmRefillAdd_FormClosed);
this.Load += new System.EventHandler(this.frmRefillAdd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblRefillID;
private System.Windows.Forms.Label lblRefillDate;
private System.Windows.Forms.Label lblPatientID;
private System.Windows.Forms.Label lblMedicationID;
private System.Windows.Forms.Label lblRxNumber;
private System.Windows.Forms.TextBox txtRefillID;
private System.Windows.Forms.TextBox txtRefillDate;
private System.Windows.Forms.TextBox txtPatientID;
private System.Windows.Forms.TextBox txtMedicationID;
private System.Windows.Forms.TextBox txtRxNumber;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Label lblPurpose;
}
}