2024-01-31 12:05:11 -05:00
|
|
|
|
|
|
|
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
|
|
|
{
|
2024-01-31 12:45:33 -05:00
|
|
|
|
partial class frmInfo
|
2024-01-31 12:05:11 -05:00
|
|
|
|
{
|
|
|
|
|
/// <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-02 12:40:19 -05:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInfo));
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.mnusNavigation = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.navigationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.addUpdatePatientAndPhysicianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.refillInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.prescriptionInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.tbcInfo = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tbpPatient = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splcPatient = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.txtPatientLast = new System.Windows.Forms.TextBox();
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.txtPatientFirst = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lblPatientLast = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblPatientFirst = new System.Windows.Forms.Label();
|
|
|
|
|
this.tbpPrescription = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splcPrescription = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.tbpPhysician = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splcPhysician = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.lblRxNumber = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblPrescriptionLast = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnPatientSearch = new System.Windows.Forms.Button();
|
|
|
|
|
this.txtRxNumber = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtPrescriptionLast = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.btnPrescriptionSearch = new System.Windows.Forms.Button();
|
|
|
|
|
this.lblPhysicianFirst = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblPhysicianLast = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtPhysicianFirst = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtPhysicianLast = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.btnPhysicianSearch = new System.Windows.Forms.Button();
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.mnusNavigation.SuspendLayout();
|
|
|
|
|
this.tbcInfo.SuspendLayout();
|
|
|
|
|
this.tbpPatient.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).BeginInit();
|
|
|
|
|
this.splcPatient.Panel1.SuspendLayout();
|
|
|
|
|
this.splcPatient.SuspendLayout();
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.tbpPrescription.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).BeginInit();
|
|
|
|
|
this.splcPrescription.Panel1.SuspendLayout();
|
|
|
|
|
this.splcPrescription.SuspendLayout();
|
|
|
|
|
this.tbpPhysician.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).BeginInit();
|
|
|
|
|
this.splcPhysician.Panel1.SuspendLayout();
|
|
|
|
|
this.splcPhysician.SuspendLayout();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2024-02-02 17:24:49 -05:00
|
|
|
|
// mnusNavigation
|
2024-02-02 16:00:30 -05:00
|
|
|
|
//
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.mnusNavigation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.navigationToolStripMenuItem});
|
|
|
|
|
this.mnusNavigation.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.mnusNavigation.Name = "mnusNavigation";
|
|
|
|
|
this.mnusNavigation.Size = new System.Drawing.Size(690, 24);
|
|
|
|
|
this.mnusNavigation.TabIndex = 0;
|
|
|
|
|
this.mnusNavigation.Text = "Navigation";
|
|
|
|
|
//
|
|
|
|
|
// navigationToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.navigationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.addUpdatePatientAndPhysicianToolStripMenuItem,
|
|
|
|
|
this.refillInfoToolStripMenuItem,
|
|
|
|
|
this.prescriptionInfoToolStripMenuItem});
|
|
|
|
|
this.navigationToolStripMenuItem.Name = "navigationToolStripMenuItem";
|
|
|
|
|
this.navigationToolStripMenuItem.Size = new System.Drawing.Size(77, 20);
|
|
|
|
|
this.navigationToolStripMenuItem.Text = "Navigation";
|
|
|
|
|
//
|
|
|
|
|
// addUpdatePatientAndPhysicianToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.addUpdatePatientAndPhysicianToolStripMenuItem.Name = "addUpdatePatientAndPhysicianToolStripMenuItem";
|
|
|
|
|
this.addUpdatePatientAndPhysicianToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
|
|
|
|
|
this.addUpdatePatientAndPhysicianToolStripMenuItem.Text = "Add/Update Patient and Physician";
|
|
|
|
|
//
|
|
|
|
|
// refillInfoToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.refillInfoToolStripMenuItem.Name = "refillInfoToolStripMenuItem";
|
|
|
|
|
this.refillInfoToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
|
|
|
|
|
this.refillInfoToolStripMenuItem.Text = "Refill Info";
|
|
|
|
|
//
|
|
|
|
|
// prescriptionInfoToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.prescriptionInfoToolStripMenuItem.Name = "prescriptionInfoToolStripMenuItem";
|
|
|
|
|
this.prescriptionInfoToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
|
|
|
|
|
this.prescriptionInfoToolStripMenuItem.Text = "Prescription Info";
|
|
|
|
|
//
|
|
|
|
|
// tbcInfo
|
|
|
|
|
//
|
|
|
|
|
this.tbcInfo.Controls.Add(this.tbpPatient);
|
|
|
|
|
this.tbcInfo.Controls.Add(this.tbpPrescription);
|
|
|
|
|
this.tbcInfo.Controls.Add(this.tbpPhysician);
|
|
|
|
|
this.tbcInfo.Location = new System.Drawing.Point(12, 27);
|
|
|
|
|
this.tbcInfo.Name = "tbcInfo";
|
|
|
|
|
this.tbcInfo.SelectedIndex = 0;
|
|
|
|
|
this.tbcInfo.Size = new System.Drawing.Size(666, 341);
|
|
|
|
|
this.tbcInfo.TabIndex = 1;
|
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// tbpPatient
|
|
|
|
|
//
|
|
|
|
|
this.tbpPatient.Controls.Add(this.splcPatient);
|
|
|
|
|
this.tbpPatient.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tbpPatient.Name = "tbpPatient";
|
|
|
|
|
this.tbpPatient.Size = new System.Drawing.Size(658, 315);
|
|
|
|
|
this.tbpPatient.TabIndex = 3;
|
|
|
|
|
this.tbpPatient.Text = "Patient Info";
|
|
|
|
|
this.tbpPatient.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// splcPatient
|
|
|
|
|
//
|
|
|
|
|
this.splcPatient.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.splcPatient.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.splcPatient.Name = "splcPatient";
|
|
|
|
|
this.splcPatient.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
//
|
|
|
|
|
// splcPatient.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.btnPatientSearch);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.txtPatientLast);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.txtPatientFirst);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.lblPatientLast);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.lblPatientFirst);
|
|
|
|
|
this.splcPatient.Size = new System.Drawing.Size(658, 315);
|
|
|
|
|
this.splcPatient.SplitterDistance = 159;
|
|
|
|
|
this.splcPatient.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// txtPatientLast
|
|
|
|
|
//
|
|
|
|
|
this.txtPatientLast.Location = new System.Drawing.Point(141, 67);
|
|
|
|
|
this.txtPatientLast.Name = "txtPatientLast";
|
|
|
|
|
this.txtPatientLast.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPatientLast.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// txtPatientFirst
|
|
|
|
|
//
|
|
|
|
|
this.txtPatientFirst.Location = new System.Drawing.Point(141, 33);
|
|
|
|
|
this.txtPatientFirst.Name = "txtPatientFirst";
|
|
|
|
|
this.txtPatientFirst.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPatientFirst.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// lblPatientLast
|
|
|
|
|
//
|
|
|
|
|
this.lblPatientLast.AutoSize = true;
|
|
|
|
|
this.lblPatientLast.Location = new System.Drawing.Point(47, 67);
|
|
|
|
|
this.lblPatientLast.Name = "lblPatientLast";
|
|
|
|
|
this.lblPatientLast.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
this.lblPatientLast.TabIndex = 1;
|
|
|
|
|
this.lblPatientLast.Text = "Last Name:";
|
|
|
|
|
//
|
|
|
|
|
// lblPatientFirst
|
|
|
|
|
//
|
|
|
|
|
this.lblPatientFirst.AutoSize = true;
|
|
|
|
|
this.lblPatientFirst.Location = new System.Drawing.Point(44, 33);
|
|
|
|
|
this.lblPatientFirst.Name = "lblPatientFirst";
|
|
|
|
|
this.lblPatientFirst.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.lblPatientFirst.TabIndex = 0;
|
|
|
|
|
this.lblPatientFirst.Text = "First Name:";
|
|
|
|
|
//
|
|
|
|
|
// tbpPrescription
|
|
|
|
|
//
|
|
|
|
|
this.tbpPrescription.Controls.Add(this.splcPrescription);
|
|
|
|
|
this.tbpPrescription.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tbpPrescription.Name = "tbpPrescription";
|
|
|
|
|
this.tbpPrescription.Size = new System.Drawing.Size(658, 315);
|
|
|
|
|
this.tbpPrescription.TabIndex = 4;
|
|
|
|
|
this.tbpPrescription.Text = "Prescription Info";
|
|
|
|
|
this.tbpPrescription.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// splcPrescription
|
|
|
|
|
//
|
|
|
|
|
this.splcPrescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.splcPrescription.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.splcPrescription.Name = "splcPrescription";
|
|
|
|
|
this.splcPrescription.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
//
|
|
|
|
|
// splcPrescription.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splcPrescription.Panel1.Controls.Add(this.btnPrescriptionSearch);
|
|
|
|
|
this.splcPrescription.Panel1.Controls.Add(this.txtPrescriptionLast);
|
|
|
|
|
this.splcPrescription.Panel1.Controls.Add(this.txtRxNumber);
|
|
|
|
|
this.splcPrescription.Panel1.Controls.Add(this.lblPrescriptionLast);
|
|
|
|
|
this.splcPrescription.Panel1.Controls.Add(this.lblRxNumber);
|
|
|
|
|
this.splcPrescription.Size = new System.Drawing.Size(658, 315);
|
|
|
|
|
this.splcPrescription.SplitterDistance = 160;
|
|
|
|
|
this.splcPrescription.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-02 17:24:49 -05:00
|
|
|
|
// tbpPhysician
|
|
|
|
|
//
|
|
|
|
|
this.tbpPhysician.Controls.Add(this.splcPhysician);
|
|
|
|
|
this.tbpPhysician.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tbpPhysician.Name = "tbpPhysician";
|
|
|
|
|
this.tbpPhysician.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tbpPhysician.Size = new System.Drawing.Size(658, 315);
|
|
|
|
|
this.tbpPhysician.TabIndex = 2;
|
|
|
|
|
this.tbpPhysician.Text = "Physician Info";
|
|
|
|
|
this.tbpPhysician.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// splcPhysician
|
|
|
|
|
//
|
|
|
|
|
this.splcPhysician.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.splcPhysician.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.splcPhysician.Name = "splcPhysician";
|
|
|
|
|
this.splcPhysician.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
//
|
|
|
|
|
// splcPhysician.Panel1
|
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.btnPhysicianSearch);
|
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianLast);
|
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianFirst);
|
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.lblPhysicianLast);
|
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.lblPhysicianFirst);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.splcPhysician.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.splcPhysician.Size = new System.Drawing.Size(652, 309);
|
|
|
|
|
this.splcPhysician.SplitterDistance = 158;
|
|
|
|
|
this.splcPhysician.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// lblRxNumber
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.lblRxNumber.AutoSize = true;
|
|
|
|
|
this.lblRxNumber.Location = new System.Drawing.Point(61, 25);
|
|
|
|
|
this.lblRxNumber.Name = "lblRxNumber";
|
|
|
|
|
this.lblRxNumber.Size = new System.Drawing.Size(63, 13);
|
|
|
|
|
this.lblRxNumber.TabIndex = 0;
|
|
|
|
|
this.lblRxNumber.Text = "Rx Number:";
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// lblPrescriptionLast
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.lblPrescriptionLast.AutoSize = true;
|
|
|
|
|
this.lblPrescriptionLast.Location = new System.Drawing.Point(61, 74);
|
|
|
|
|
this.lblPrescriptionLast.Name = "lblPrescriptionLast";
|
|
|
|
|
this.lblPrescriptionLast.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
this.lblPrescriptionLast.TabIndex = 1;
|
|
|
|
|
this.lblPrescriptionLast.Text = "Last Name:";
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// btnPatientSearch
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.btnPatientSearch.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btnPatientSearch.Location = new System.Drawing.Point(50, 119);
|
|
|
|
|
this.btnPatientSearch.Name = "btnPatientSearch";
|
|
|
|
|
this.btnPatientSearch.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnPatientSearch.TabIndex = 4;
|
|
|
|
|
this.btnPatientSearch.Text = "Search";
|
|
|
|
|
this.btnPatientSearch.UseVisualStyleBackColor = false;
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// txtRxNumber
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.txtRxNumber.Location = new System.Drawing.Point(184, 25);
|
|
|
|
|
this.txtRxNumber.Name = "txtRxNumber";
|
|
|
|
|
this.txtRxNumber.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtRxNumber.TabIndex = 2;
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// txtPrescriptionLast
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.txtPrescriptionLast.Location = new System.Drawing.Point(184, 74);
|
|
|
|
|
this.txtPrescriptionLast.Name = "txtPrescriptionLast";
|
|
|
|
|
this.txtPrescriptionLast.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPrescriptionLast.TabIndex = 3;
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// btnPrescriptionSearch
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.btnPrescriptionSearch.Location = new System.Drawing.Point(64, 117);
|
|
|
|
|
this.btnPrescriptionSearch.Name = "btnPrescriptionSearch";
|
|
|
|
|
this.btnPrescriptionSearch.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnPrescriptionSearch.TabIndex = 4;
|
|
|
|
|
this.btnPrescriptionSearch.Text = "Search";
|
|
|
|
|
this.btnPrescriptionSearch.UseVisualStyleBackColor = true;
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// lblPhysicianFirst
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.lblPhysicianFirst.AutoSize = true;
|
|
|
|
|
this.lblPhysicianFirst.Location = new System.Drawing.Point(47, 34);
|
|
|
|
|
this.lblPhysicianFirst.Name = "lblPhysicianFirst";
|
|
|
|
|
this.lblPhysicianFirst.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.lblPhysicianFirst.TabIndex = 0;
|
|
|
|
|
this.lblPhysicianFirst.Text = "First Name:";
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// lblPhysicianLast
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.lblPhysicianLast.AutoSize = true;
|
|
|
|
|
this.lblPhysicianLast.Location = new System.Drawing.Point(50, 78);
|
|
|
|
|
this.lblPhysicianLast.Name = "lblPhysicianLast";
|
|
|
|
|
this.lblPhysicianLast.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
this.lblPhysicianLast.TabIndex = 1;
|
|
|
|
|
this.lblPhysicianLast.Text = "Last Name:";
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// txtPhysicianFirst
|
2024-02-02 17:24:49 -05:00
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.txtPhysicianFirst.Location = new System.Drawing.Point(126, 34);
|
|
|
|
|
this.txtPhysicianFirst.Name = "txtPhysicianFirst";
|
|
|
|
|
this.txtPhysicianFirst.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPhysicianFirst.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// txtPhysicianLast
|
|
|
|
|
//
|
|
|
|
|
this.txtPhysicianLast.Location = new System.Drawing.Point(126, 78);
|
|
|
|
|
this.txtPhysicianLast.Name = "txtPhysicianLast";
|
|
|
|
|
this.txtPhysicianLast.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPhysicianLast.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// btnPhysicianSearch
|
|
|
|
|
//
|
|
|
|
|
this.btnPhysicianSearch.Location = new System.Drawing.Point(62, 116);
|
|
|
|
|
this.btnPhysicianSearch.Name = "btnPhysicianSearch";
|
|
|
|
|
this.btnPhysicianSearch.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnPhysicianSearch.TabIndex = 4;
|
|
|
|
|
this.btnPhysicianSearch.Text = "Search";
|
|
|
|
|
this.btnPhysicianSearch.UseVisualStyleBackColor = true;
|
2024-02-02 16:00:30 -05:00
|
|
|
|
//
|
2024-02-02 12:40:19 -05:00
|
|
|
|
// frmInfo
|
|
|
|
|
//
|
2024-02-02 16:00:30 -05:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
2024-01-31 12:05:11 -05:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-02-02 16:00:30 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(690, 380);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.Controls.Add(this.tbcInfo);
|
|
|
|
|
this.Controls.Add(this.mnusNavigation);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.MainMenuStrip = this.mnusNavigation;
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.Name = "frmInfo";
|
|
|
|
|
this.Text = "Louis\' Pharmacy - View Patient / Prescription Info";
|
2024-02-02 16:00:30 -05:00
|
|
|
|
this.Load += new System.EventHandler(this.frmInfo_Load);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.mnusNavigation.ResumeLayout(false);
|
|
|
|
|
this.mnusNavigation.PerformLayout();
|
|
|
|
|
this.tbcInfo.ResumeLayout(false);
|
|
|
|
|
this.tbpPatient.ResumeLayout(false);
|
|
|
|
|
this.splcPatient.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splcPatient.Panel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).EndInit();
|
|
|
|
|
this.splcPatient.ResumeLayout(false);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.tbpPrescription.ResumeLayout(false);
|
|
|
|
|
this.splcPrescription.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splcPrescription.Panel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).EndInit();
|
|
|
|
|
this.splcPrescription.ResumeLayout(false);
|
|
|
|
|
this.tbpPhysician.ResumeLayout(false);
|
|
|
|
|
this.splcPhysician.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splcPhysician.Panel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).EndInit();
|
|
|
|
|
this.splcPhysician.ResumeLayout(false);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.ResumeLayout(false);
|
2024-02-02 16:00:30 -05:00
|
|
|
|
this.PerformLayout();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-02-02 16:00:30 -05:00
|
|
|
|
|
2024-02-02 17:24:49 -05:00
|
|
|
|
private System.Windows.Forms.MenuStrip mnusNavigation;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem navigationToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem addUpdatePatientAndPhysicianToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem refillInfoToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem prescriptionInfoToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.TabControl tbcInfo;
|
|
|
|
|
private System.Windows.Forms.TabPage tbpPhysician;
|
|
|
|
|
private System.Windows.Forms.SplitContainer splcPhysician;
|
|
|
|
|
private System.Windows.Forms.TabPage tbpPatient;
|
|
|
|
|
private System.Windows.Forms.TabPage tbpPrescription;
|
|
|
|
|
private System.Windows.Forms.SplitContainer splcPatient;
|
|
|
|
|
private System.Windows.Forms.SplitContainer splcPrescription;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPatientFirst;
|
|
|
|
|
private System.Windows.Forms.Label lblPatientLast;
|
|
|
|
|
private System.Windows.Forms.Label lblPatientFirst;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPatientLast;
|
2024-02-05 07:53:44 -05:00
|
|
|
|
private System.Windows.Forms.Button btnPatientSearch;
|
|
|
|
|
private System.Windows.Forms.TextBox txtRxNumber;
|
|
|
|
|
private System.Windows.Forms.Label lblPrescriptionLast;
|
|
|
|
|
private System.Windows.Forms.Label lblRxNumber;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPrescriptionLast;
|
|
|
|
|
private System.Windows.Forms.Button btnPrescriptionSearch;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPhysicianLast;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPhysicianFirst;
|
|
|
|
|
private System.Windows.Forms.Label lblPhysicianLast;
|
|
|
|
|
private System.Windows.Forms.Label lblPhysicianFirst;
|
|
|
|
|
private System.Windows.Forms.Button btnPhysicianSearch;
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
2024-01-31 12:11:30 -05:00
|
|
|
|
}
|