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-07 13:27:32 -05:00
|
|
|
|
System.Windows.Forms.Label lblPatientFirst;
|
|
|
|
|
System.Windows.Forms.Label lblPatientLast;
|
2024-02-07 14:11:02 -05:00
|
|
|
|
System.Windows.Forms.Label lblPhysicianFirst;
|
|
|
|
|
System.Windows.Forms.Label lblPhysicianLast;
|
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.tbcInfo = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tbpPatient = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splcPatient = new System.Windows.Forms.SplitContainer();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.txtPatientLast = new System.Windows.Forms.TextBox();
|
2024-02-07 13:27:32 -05:00
|
|
|
|
this.txtPatientFirst = new System.Windows.Forms.TextBox();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.btnPatientSearch = new System.Windows.Forms.Button();
|
2024-02-07 13:27:32 -05:00
|
|
|
|
this.pATIENTDataGridView = new System.Windows.Forms.DataGridView();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.tbpPrescription = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splcPrescription = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.btnPrescriptionSearch = new System.Windows.Forms.Button();
|
|
|
|
|
this.txtPrescriptionLast = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtRxNumber = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lblPrescriptionLast = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblRxNumber = new System.Windows.Forms.Label();
|
|
|
|
|
this.tbpPhysician = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splcPhysician = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.txtPhysicianLast = new System.Windows.Forms.TextBox();
|
2024-02-12 11:26:33 -05:00
|
|
|
|
this.txtPhysicianFirst = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.btnPhysicianSearch = new System.Windows.Forms.Button();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.pHYSICIANDataGridView = new System.Windows.Forms.DataGridView();
|
2024-02-07 13:27:32 -05:00
|
|
|
|
lblPatientFirst = new System.Windows.Forms.Label();
|
|
|
|
|
lblPatientLast = new System.Windows.Forms.Label();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
lblPhysicianFirst = new System.Windows.Forms.Label();
|
|
|
|
|
lblPhysicianLast = new System.Windows.Forms.Label();
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.tbcInfo.SuspendLayout();
|
|
|
|
|
this.tbpPatient.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).BeginInit();
|
|
|
|
|
this.splcPatient.Panel1.SuspendLayout();
|
2024-02-07 13:27:32 -05:00
|
|
|
|
this.splcPatient.Panel2.SuspendLayout();
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.splcPatient.SuspendLayout();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pATIENTDataGridView)).BeginInit();
|
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();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.splcPhysician.Panel2.SuspendLayout();
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPhysician.SuspendLayout();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pHYSICIANDataGridView)).BeginInit();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
// lblPatientFirst
|
|
|
|
|
//
|
|
|
|
|
lblPatientFirst.AutoSize = true;
|
|
|
|
|
lblPatientFirst.Location = new System.Drawing.Point(20, 28);
|
|
|
|
|
lblPatientFirst.Name = "lblPatientFirst";
|
|
|
|
|
lblPatientFirst.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
lblPatientFirst.TabIndex = 4;
|
|
|
|
|
lblPatientFirst.Text = "First Name:";
|
|
|
|
|
//
|
|
|
|
|
// lblPatientLast
|
|
|
|
|
//
|
|
|
|
|
lblPatientLast.AutoSize = true;
|
|
|
|
|
lblPatientLast.Location = new System.Drawing.Point(20, 69);
|
|
|
|
|
lblPatientLast.Name = "lblPatientLast";
|
|
|
|
|
lblPatientLast.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
lblPatientLast.TabIndex = 5;
|
|
|
|
|
lblPatientLast.Text = "Last Name:";
|
|
|
|
|
//
|
2024-02-12 11:26:33 -05:00
|
|
|
|
// lblPhysicianFirst
|
|
|
|
|
//
|
|
|
|
|
lblPhysicianFirst.AutoSize = true;
|
|
|
|
|
lblPhysicianFirst.Location = new System.Drawing.Point(24, 26);
|
|
|
|
|
lblPhysicianFirst.Name = "lblPhysicianFirst";
|
|
|
|
|
lblPhysicianFirst.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
lblPhysicianFirst.TabIndex = 4;
|
|
|
|
|
lblPhysicianFirst.Text = "First Name:";
|
|
|
|
|
//
|
|
|
|
|
// lblPhysicianLast
|
|
|
|
|
//
|
|
|
|
|
lblPhysicianLast.AutoSize = true;
|
|
|
|
|
lblPhysicianLast.Location = new System.Drawing.Point(23, 70);
|
|
|
|
|
lblPhysicianLast.Name = "lblPhysicianLast";
|
|
|
|
|
lblPhysicianLast.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
lblPhysicianLast.TabIndex = 5;
|
|
|
|
|
lblPhysicianLast.Text = "Last Name:";
|
|
|
|
|
//
|
2024-02-02 17:24:49 -05:00
|
|
|
|
// tbcInfo
|
|
|
|
|
//
|
|
|
|
|
this.tbcInfo.Controls.Add(this.tbpPatient);
|
|
|
|
|
this.tbcInfo.Controls.Add(this.tbpPrescription);
|
|
|
|
|
this.tbcInfo.Controls.Add(this.tbpPhysician);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tbcInfo.Location = new System.Drawing.Point(12, 12);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.tbcInfo.Name = "tbcInfo";
|
|
|
|
|
this.tbcInfo.SelectedIndex = 0;
|
2024-02-07 13:23:25 -05:00
|
|
|
|
this.tbcInfo.Size = new System.Drawing.Size(666, 441);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.tbcInfo.TabIndex = 1;
|
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// tbpPatient
|
|
|
|
|
//
|
|
|
|
|
this.tbpPatient.Controls.Add(this.splcPatient);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tbpPatient.Location = new System.Drawing.Point(4, 22);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.tbpPatient.Name = "tbpPatient";
|
2024-02-07 13:23:25 -05:00
|
|
|
|
this.tbpPatient.Size = new System.Drawing.Size(658, 415);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
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
|
|
|
|
|
//
|
2024-02-07 13:27:32 -05:00
|
|
|
|
this.splcPatient.Panel1.Controls.Add(lblPatientLast);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.txtPatientLast);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(lblPatientFirst);
|
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.txtPatientFirst);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPatient.Panel1.Controls.Add(this.btnPatientSearch);
|
2024-02-07 13:23:25 -05:00
|
|
|
|
//
|
|
|
|
|
// splcPatient.Panel2
|
|
|
|
|
//
|
|
|
|
|
this.splcPatient.Panel2.AutoScroll = true;
|
2024-02-07 13:27:32 -05:00
|
|
|
|
this.splcPatient.Panel2.Controls.Add(this.pATIENTDataGridView);
|
2024-02-07 13:23:25 -05:00
|
|
|
|
this.splcPatient.Size = new System.Drawing.Size(658, 415);
|
|
|
|
|
this.splcPatient.SplitterDistance = 186;
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPatient.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
// txtPatientLast
|
|
|
|
|
//
|
|
|
|
|
this.txtPatientLast.Location = new System.Drawing.Point(87, 66);
|
|
|
|
|
this.txtPatientLast.Name = "txtPatientLast";
|
|
|
|
|
this.txtPatientLast.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPatientLast.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// txtPatientFirst
|
|
|
|
|
//
|
|
|
|
|
this.txtPatientFirst.Location = new System.Drawing.Point(86, 25);
|
|
|
|
|
this.txtPatientFirst.Name = "txtPatientFirst";
|
|
|
|
|
this.txtPatientFirst.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPatientFirst.TabIndex = 5;
|
|
|
|
|
//
|
2024-02-06 11:46:50 -05:00
|
|
|
|
// btnPatientSearch
|
|
|
|
|
//
|
|
|
|
|
this.btnPatientSearch.BackColor = System.Drawing.Color.Transparent;
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.btnPatientSearch.Location = new System.Drawing.Point(50, 119);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.btnPatientSearch.Name = "btnPatientSearch";
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.btnPatientSearch.Size = new System.Drawing.Size(75, 23);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.btnPatientSearch.TabIndex = 4;
|
|
|
|
|
this.btnPatientSearch.Text = "Search";
|
|
|
|
|
this.btnPatientSearch.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
// pATIENTDataGridView
|
|
|
|
|
//
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.pATIENTDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.pATIENTDataGridView.AllowUserToDeleteRows = false;
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.pATIENTDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.pATIENTDataGridView.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.pATIENTDataGridView.Name = "pATIENTDataGridView";
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.pATIENTDataGridView.ReadOnly = true;
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.pATIENTDataGridView.Size = new System.Drawing.Size(652, 219);
|
|
|
|
|
this.pATIENTDataGridView.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-05 07:53:44 -05:00
|
|
|
|
// tbpPrescription
|
|
|
|
|
//
|
|
|
|
|
this.tbpPrescription.Controls.Add(this.splcPrescription);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tbpPrescription.Location = new System.Drawing.Point(4, 22);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.tbpPrescription.Name = "tbpPrescription";
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.tbpPrescription.Size = new System.Drawing.Size(658, 415);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
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);
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.splcPrescription.Size = new System.Drawing.Size(658, 415);
|
|
|
|
|
this.splcPrescription.SplitterDistance = 210;
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPrescription.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-06 11:46:50 -05:00
|
|
|
|
// btnPrescriptionSearch
|
|
|
|
|
//
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.btnPrescriptionSearch.Location = new System.Drawing.Point(64, 117);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.btnPrescriptionSearch.Name = "btnPrescriptionSearch";
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.btnPrescriptionSearch.Size = new System.Drawing.Size(75, 23);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.btnPrescriptionSearch.TabIndex = 4;
|
|
|
|
|
this.btnPrescriptionSearch.Text = "Search";
|
|
|
|
|
this.btnPrescriptionSearch.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// txtPrescriptionLast
|
|
|
|
|
//
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.txtPrescriptionLast.Location = new System.Drawing.Point(184, 74);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.txtPrescriptionLast.Name = "txtPrescriptionLast";
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.txtPrescriptionLast.Size = new System.Drawing.Size(100, 20);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.txtPrescriptionLast.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// txtRxNumber
|
|
|
|
|
//
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.txtRxNumber.Location = new System.Drawing.Point(184, 25);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.txtRxNumber.Name = "txtRxNumber";
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.txtRxNumber.Size = new System.Drawing.Size(100, 20);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.txtRxNumber.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// lblPrescriptionLast
|
|
|
|
|
//
|
|
|
|
|
this.lblPrescriptionLast.AutoSize = true;
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.lblPrescriptionLast.Location = new System.Drawing.Point(61, 74);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.lblPrescriptionLast.Name = "lblPrescriptionLast";
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.lblPrescriptionLast.Size = new System.Drawing.Size(61, 13);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.lblPrescriptionLast.TabIndex = 1;
|
|
|
|
|
this.lblPrescriptionLast.Text = "Last Name:";
|
|
|
|
|
//
|
|
|
|
|
// lblRxNumber
|
|
|
|
|
//
|
|
|
|
|
this.lblRxNumber.AutoSize = true;
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.lblRxNumber.Location = new System.Drawing.Point(61, 25);
|
|
|
|
|
this.lblRxNumber.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.lblRxNumber.Name = "lblRxNumber";
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.lblRxNumber.Size = new System.Drawing.Size(63, 13);
|
2024-02-06 11:46:50 -05:00
|
|
|
|
this.lblRxNumber.TabIndex = 0;
|
|
|
|
|
this.lblRxNumber.Text = "Rx Number:";
|
|
|
|
|
//
|
2024-02-02 17:24:49 -05:00
|
|
|
|
// tbpPhysician
|
|
|
|
|
//
|
|
|
|
|
this.tbpPhysician.Controls.Add(this.splcPhysician);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tbpPhysician.Location = new System.Drawing.Point(4, 22);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.tbpPhysician.Name = "tbpPhysician";
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.tbpPhysician.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tbpPhysician.Size = new System.Drawing.Size(658, 415);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.tbpPhysician.TabIndex = 2;
|
|
|
|
|
this.tbpPhysician.Text = "Physician Info";
|
|
|
|
|
this.tbpPhysician.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// splcPhysician
|
|
|
|
|
//
|
|
|
|
|
this.splcPhysician.Dock = System.Windows.Forms.DockStyle.Fill;
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.splcPhysician.Location = new System.Drawing.Point(3, 3);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.splcPhysician.Name = "splcPhysician";
|
|
|
|
|
this.splcPhysician.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
//
|
|
|
|
|
// splcPhysician.Panel1
|
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.splcPhysician.Panel1.AutoScroll = true;
|
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(lblPhysicianLast);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianLast);
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(lblPhysicianFirst);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianFirst);
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.splcPhysician.Panel1.Controls.Add(this.btnPhysicianSearch);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.splcPhysician.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
2024-02-07 14:11:02 -05:00
|
|
|
|
//
|
|
|
|
|
// splcPhysician.Panel2
|
|
|
|
|
//
|
|
|
|
|
this.splcPhysician.Panel2.AutoScroll = true;
|
|
|
|
|
this.splcPhysician.Panel2.Controls.Add(this.pHYSICIANDataGridView);
|
|
|
|
|
this.splcPhysician.Size = new System.Drawing.Size(652, 409);
|
|
|
|
|
this.splcPhysician.SplitterDistance = 183;
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.splcPhysician.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-12 11:26:33 -05:00
|
|
|
|
// txtPhysicianLast
|
2024-02-07 13:27:32 -05:00
|
|
|
|
//
|
2024-02-12 11:26:33 -05:00
|
|
|
|
this.txtPhysicianLast.Location = new System.Drawing.Point(90, 67);
|
|
|
|
|
this.txtPhysicianLast.Name = "txtPhysicianLast";
|
|
|
|
|
this.txtPhysicianLast.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPhysicianLast.TabIndex = 6;
|
2024-02-07 13:27:32 -05:00
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
// txtPhysicianFirst
|
2024-02-07 13:27:32 -05:00
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.txtPhysicianFirst.Location = new System.Drawing.Point(90, 23);
|
|
|
|
|
this.txtPhysicianFirst.Name = "txtPhysicianFirst";
|
|
|
|
|
this.txtPhysicianFirst.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPhysicianFirst.TabIndex = 5;
|
2024-02-07 13:27:32 -05:00
|
|
|
|
//
|
2024-02-12 11:26:33 -05:00
|
|
|
|
// btnPhysicianSearch
|
2024-02-07 16:44:26 -05:00
|
|
|
|
//
|
2024-02-12 11:26:33 -05:00
|
|
|
|
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-07 16:44:26 -05:00
|
|
|
|
//
|
2024-02-07 14:11:02 -05:00
|
|
|
|
// pHYSICIANDataGridView
|
2024-02-07 13:27:32 -05:00
|
|
|
|
//
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.pHYSICIANDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.pHYSICIANDataGridView.AllowUserToDeleteRows = false;
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.pHYSICIANDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.pHYSICIANDataGridView.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.pHYSICIANDataGridView.Name = "pHYSICIANDataGridView";
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.pHYSICIANDataGridView.ReadOnly = true;
|
|
|
|
|
this.pHYSICIANDataGridView.Size = new System.Drawing.Size(646, 216);
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.pHYSICIANDataGridView.TabIndex = 0;
|
2024-02-07 13:27:32 -05:00
|
|
|
|
//
|
2024-02-02 12:40:19 -05:00
|
|
|
|
// frmInfo
|
|
|
|
|
//
|
2024-02-07 12:55:11 -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-07 13:23:25 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(737, 465);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
this.Controls.Add(this.tbcInfo);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2024-02-07 14:11:02 -05:00
|
|
|
|
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.tbcInfo.ResumeLayout(false);
|
|
|
|
|
this.tbpPatient.ResumeLayout(false);
|
|
|
|
|
this.splcPatient.Panel1.ResumeLayout(false);
|
2024-02-07 13:27:32 -05:00
|
|
|
|
this.splcPatient.Panel1.PerformLayout();
|
|
|
|
|
this.splcPatient.Panel2.ResumeLayout(false);
|
2024-02-02 17:24:49 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).EndInit();
|
|
|
|
|
this.splcPatient.ResumeLayout(false);
|
2024-02-07 14:11:02 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pATIENTDataGridView)).EndInit();
|
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);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tbpPhysician.ResumeLayout(false);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
this.splcPhysician.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splcPhysician.Panel1.PerformLayout();
|
2024-02-07 14:11:02 -05:00
|
|
|
|
this.splcPhysician.Panel2.ResumeLayout(false);
|
2024-02-05 07:53:44 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).EndInit();
|
|
|
|
|
this.splcPhysician.ResumeLayout(false);
|
2024-02-07 14:11:02 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pHYSICIANDataGridView)).EndInit();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-02-02 17:24:49 -05:00
|
|
|
|
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;
|
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.Button btnPhysicianSearch;
|
2024-02-07 13:27:32 -05:00
|
|
|
|
private System.Windows.Forms.TextBox txtPatientLast;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPatientFirst;
|
|
|
|
|
private System.Windows.Forms.DataGridView pATIENTDataGridView;
|
2024-02-07 14:11:02 -05:00
|
|
|
|
private System.Windows.Forms.TextBox txtPhysicianLast;
|
|
|
|
|
private System.Windows.Forms.TextBox txtPhysicianFirst;
|
|
|
|
|
private System.Windows.Forms.DataGridView pHYSICIANDataGridView;
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
2024-01-31 12:11:30 -05:00
|
|
|
|
}
|