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

1157 lines
58 KiB
C#
Raw Normal View History

2024-01-31 09:05:11 -08:00

namespace Louis__Pharmacy_CNSA212_FP
{
2024-01-31 09:45:33 -08:00
partial class frmInfo
2024-01-31 09:05:11 -08: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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label lblPatientFirst;
System.Windows.Forms.Label lblPatientLast;
System.Windows.Forms.Label lblPhysicianFirst;
System.Windows.Forms.Label lblPhysicianLast;
2024-02-20 13:57:25 -08:00
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInfo));
this.tbcInfo = new System.Windows.Forms.TabControl();
this.tbpPatient = new System.Windows.Forms.TabPage();
this.splcPatient = new System.Windows.Forms.SplitContainer();
2024-02-14 11:38:19 -08:00
this.txtPatientID = new System.Windows.Forms.TextBox();
this.lblPatientID = new System.Windows.Forms.Label();
this.txtPatientLast = new System.Windows.Forms.TextBox();
this.txtPatientFirst = new System.Windows.Forms.TextBox();
this.btnPatientSearch = new System.Windows.Forms.Button();
this.dgvPatient = new System.Windows.Forms.DataGridView();
this.pat_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FirstName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LastName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MiddleInitials = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.City = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UsState = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Zip = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ibs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Height_feet = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Height_inches = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ailment = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DOB = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PhoneNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Gender = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Medications = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmuPatient = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuPatientNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPatientEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPatientDelete = new System.Windows.Forms.ToolStripMenuItem();
2024-02-19 13:27:27 -08:00
this.tbpMedication = new System.Windows.Forms.TabPage();
2024-02-14 11:38:19 -08:00
this.splcPrescription = new System.Windows.Forms.SplitContainer();
2024-02-19 13:27:27 -08:00
this.btnMedicationSearch = new System.Windows.Forms.Button();
2024-02-14 11:38:19 -08:00
this.txtPrescriptionPatID = new System.Windows.Forms.TextBox();
this.txtRxNumber = new System.Windows.Forms.TextBox();
this.lblPrescriptionPatID = new System.Windows.Forms.Label();
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum = new System.Windows.Forms.Label();
2024-02-14 11:38:19 -08:00
this.dgvPrescription = new System.Windows.Forms.DataGridView();
this.Medication_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
2024-02-19 18:24:58 -08:00
this.MedicationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IntakeMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Frequency = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dosage = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Purpose = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RxNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
2024-02-20 07:06:03 -08:00
this.cmuMedication = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuMedicationNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuMedicationEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuMedicationDelete = new System.Windows.Forms.ToolStripMenuItem();
2024-02-14 11:38:19 -08:00
this.tbpPhysician = new System.Windows.Forms.TabPage();
this.splcPhysician = new System.Windows.Forms.SplitContainer();
this.txtPhysicianID = new System.Windows.Forms.TextBox();
this.lblPhysicianID = new System.Windows.Forms.Label();
this.txtPhysicianLast = new System.Windows.Forms.TextBox();
this.txtPhysicianFirst = new System.Windows.Forms.TextBox();
this.btnPhysicianSearch = new System.Windows.Forms.Button();
this.dgvPhysician = new System.Windows.Forms.DataGridView();
this.Phys_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.namefirst = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.namelast = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.initialsmiddle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.state = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zipp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dobb = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numberphone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gennder = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Specialty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmuPhysician = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuPhysicianNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPhysicianEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPhysicianDelete = new System.Windows.Forms.ToolStripMenuItem();
2024-02-20 07:06:03 -08:00
this.tbcInfoPrescriptions = new System.Windows.Forms.TabPage();
this.txtRxPatientID = new System.Windows.Forms.TextBox();
this.txtRxMedicationID = new System.Windows.Forms.TextBox();
this.txtRxPhysicianID = new System.Windows.Forms.TextBox();
this.txtRxPrescriptionID = new System.Windows.Forms.TextBox();
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.btnRxSearch = new System.Windows.Forms.Button();
this.dgvRx = new System.Windows.Forms.DataGridView();
this.cmuPrescription = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuPrescriptionNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPrescriptionEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPrescriptionDelete = new System.Windows.Forms.ToolStripMenuItem();
2024-02-20 13:57:04 -08:00
this.cmuPrescriptionRefillThis = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPrescriptionViewRefills = new System.Windows.Forms.ToolStripMenuItem();
lblPatientFirst = new System.Windows.Forms.Label();
lblPatientLast = new System.Windows.Forms.Label();
lblPhysicianFirst = new System.Windows.Forms.Label();
lblPhysicianLast = new System.Windows.Forms.Label();
this.tbcInfo.SuspendLayout();
this.tbpPatient.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).BeginInit();
this.splcPatient.Panel1.SuspendLayout();
this.splcPatient.Panel2.SuspendLayout();
this.splcPatient.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPatient)).BeginInit();
this.cmuPatient.SuspendLayout();
2024-02-19 13:27:27 -08:00
this.tbpMedication.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).BeginInit();
this.splcPrescription.Panel1.SuspendLayout();
this.splcPrescription.Panel2.SuspendLayout();
this.splcPrescription.SuspendLayout();
2024-02-14 11:38:19 -08:00
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).BeginInit();
2024-02-20 07:06:03 -08:00
this.cmuMedication.SuspendLayout();
this.tbpPhysician.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).BeginInit();
this.splcPhysician.Panel1.SuspendLayout();
this.splcPhysician.Panel2.SuspendLayout();
this.splcPhysician.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPhysician)).BeginInit();
this.cmuPhysician.SuspendLayout();
2024-02-20 07:06:03 -08:00
this.tbcInfoPrescriptions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRx)).BeginInit();
this.cmuPrescription.SuspendLayout();
this.SuspendLayout();
//
// 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 08:26:33 -08:00
// lblPhysicianFirst
//
lblPhysicianFirst.AutoSize = true;
lblPhysicianFirst.Location = new System.Drawing.Point(24, 26);
2024-02-12 08:26:33 -08:00
lblPhysicianFirst.Name = "lblPhysicianFirst";
lblPhysicianFirst.Size = new System.Drawing.Size(60, 13);
2024-02-12 08:26:33 -08:00
lblPhysicianFirst.TabIndex = 4;
lblPhysicianFirst.Text = "First Name:";
//
// lblPhysicianLast
//
lblPhysicianLast.AutoSize = true;
lblPhysicianLast.Location = new System.Drawing.Point(23, 70);
2024-02-12 08:26:33 -08:00
lblPhysicianLast.Name = "lblPhysicianLast";
lblPhysicianLast.Size = new System.Drawing.Size(61, 13);
2024-02-12 08:26:33 -08:00
lblPhysicianLast.TabIndex = 5;
lblPhysicianLast.Text = "Last Name:";
//
// tbcInfo
//
this.tbcInfo.Controls.Add(this.tbpPatient);
2024-02-19 13:27:27 -08:00
this.tbcInfo.Controls.Add(this.tbpMedication);
this.tbcInfo.Controls.Add(this.tbpPhysician);
2024-02-20 07:06:03 -08:00
this.tbcInfo.Controls.Add(this.tbcInfoPrescriptions);
this.tbcInfo.Location = new System.Drawing.Point(12, 12);
this.tbcInfo.Name = "tbcInfo";
this.tbcInfo.SelectedIndex = 0;
this.tbcInfo.Size = new System.Drawing.Size(741, 510);
this.tbcInfo.TabIndex = 999999;
//
// 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(733, 484);
this.tbpPatient.TabIndex = 3;
2024-02-19 13:27:27 -08:00
this.tbpPatient.Text = "Patients";
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.txtPatientID);
this.splcPatient.Panel1.Controls.Add(this.lblPatientID);
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);
this.splcPatient.Panel1.Controls.Add(this.btnPatientSearch);
this.splcPatient.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel1_Paint);
//
// splcPatient.Panel2
//
this.splcPatient.Panel2.AutoScroll = true;
this.splcPatient.Panel2.Controls.Add(this.dgvPatient);
this.splcPatient.Size = new System.Drawing.Size(733, 484);
this.splcPatient.SplitterDistance = 210;
this.splcPatient.TabIndex = 0;
//
2024-02-14 11:38:19 -08:00
// txtPatientID
//
this.txtPatientID.Location = new System.Drawing.Point(86, 109);
2024-02-14 11:38:19 -08:00
this.txtPatientID.Name = "txtPatientID";
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
this.txtPatientID.TabIndex = 3;
2024-02-14 11:38:19 -08:00
//
// lblPatientID
//
this.lblPatientID.AutoSize = true;
this.lblPatientID.Location = new System.Drawing.Point(23, 109);
2024-02-14 11:38:19 -08:00
this.lblPatientID.Name = "lblPatientID";
this.lblPatientID.Size = new System.Drawing.Size(57, 13);
2024-02-14 11:38:19 -08:00
this.lblPatientID.TabIndex = 7;
this.lblPatientID.Text = "Patient ID:";
//
// 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 = 2;
//
// 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 = 1;
//
2024-02-06 08:46:50 -08:00
// btnPatientSearch
//
this.btnPatientSearch.BackColor = System.Drawing.Color.Transparent;
this.btnPatientSearch.Location = new System.Drawing.Point(23, 150);
2024-02-06 08:46:50 -08:00
this.btnPatientSearch.Name = "btnPatientSearch";
this.btnPatientSearch.Size = new System.Drawing.Size(75, 23);
2024-02-06 08:46:50 -08:00
this.btnPatientSearch.TabIndex = 4;
this.btnPatientSearch.Text = "Search";
this.btnPatientSearch.UseVisualStyleBackColor = false;
2024-02-14 15:21:17 -08:00
this.btnPatientSearch.Click += new System.EventHandler(this.btnPatientSearch_Click);
2024-02-06 08:46:50 -08:00
//
// dgvPatient
//
this.dgvPatient.AllowUserToAddRows = false;
this.dgvPatient.AllowUserToDeleteRows = false;
this.dgvPatient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-02-20 13:57:04 -08:00
this.dgvPatient.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.pat_id, this.FirstName, this.LastName, this.MiddleInitials, this.City, this.UsState, this.Zip, this.Ibs, this.Height_feet, this.Height_inches, this.Ailment, this.DOB, this.PhoneNumber, this.Gender, this.Medications });
this.dgvPatient.ContextMenuStrip = this.cmuPatient;
2024-02-15 09:04:26 -08:00
this.dgvPatient.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
2024-02-16 08:32:00 -08:00
this.dgvPatient.Location = new System.Drawing.Point(0, 0);
2024-02-15 09:04:26 -08:00
this.dgvPatient.MultiSelect = false;
this.dgvPatient.Name = "dgvPatient";
this.dgvPatient.ReadOnly = true;
this.dgvPatient.RowHeadersWidth = 51;
2024-02-15 09:04:26 -08:00
this.dgvPatient.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPatient.Size = new System.Drawing.Size(733, 267);
this.dgvPatient.TabIndex = 0;
2024-02-16 07:12:36 -08:00
this.dgvPatient.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPatient_CellContentClick);
//
// pat_id
//
this.pat_id.DataPropertyName = "Patient_id";
this.pat_id.HeaderText = "Patient ID";
this.pat_id.MinimumWidth = 6;
this.pat_id.Name = "pat_id";
this.pat_id.ReadOnly = true;
this.pat_id.Width = 125;
//
// FirstName
//
this.FirstName.DataPropertyName = "FirstName";
this.FirstName.HeaderText = "First Name";
this.FirstName.MinimumWidth = 6;
this.FirstName.Name = "FirstName";
this.FirstName.ReadOnly = true;
this.FirstName.Width = 125;
//
// LastName
//
this.LastName.DataPropertyName = "LastName";
this.LastName.HeaderText = "Last Name";
this.LastName.MinimumWidth = 6;
this.LastName.Name = "LastName";
this.LastName.ReadOnly = true;
this.LastName.Width = 125;
//
// MiddleInitials
//
2024-02-19 10:11:10 -08:00
this.MiddleInitials.DataPropertyName = "MiddleIntials";
this.MiddleInitials.HeaderText = "Middle Initial";
this.MiddleInitials.MinimumWidth = 6;
this.MiddleInitials.Name = "MiddleInitials";
this.MiddleInitials.ReadOnly = true;
this.MiddleInitials.Width = 125;
//
// City
//
this.City.DataPropertyName = "City";
this.City.HeaderText = "City";
this.City.MinimumWidth = 6;
this.City.Name = "City";
this.City.ReadOnly = true;
this.City.Width = 125;
//
// UsState
//
this.UsState.DataPropertyName = "UsState";
this.UsState.HeaderText = "State";
this.UsState.MinimumWidth = 6;
this.UsState.Name = "UsState";
this.UsState.ReadOnly = true;
this.UsState.Width = 125;
//
// Zip
//
this.Zip.DataPropertyName = "Zip";
this.Zip.HeaderText = "Zip";
this.Zip.MinimumWidth = 6;
this.Zip.Name = "Zip";
this.Zip.ReadOnly = true;
this.Zip.Width = 125;
//
// Ibs
//
this.Ibs.DataPropertyName = "Ibs";
this.Ibs.HeaderText = "Weight";
this.Ibs.MinimumWidth = 6;
this.Ibs.Name = "Ibs";
this.Ibs.ReadOnly = true;
this.Ibs.Width = 125;
//
// Height_feet
//
this.Height_feet.DataPropertyName = "Height_feet";
this.Height_feet.HeaderText = "Height (Feet)";
this.Height_feet.MinimumWidth = 6;
this.Height_feet.Name = "Height_feet";
this.Height_feet.ReadOnly = true;
this.Height_feet.Width = 125;
//
// Height_inches
//
this.Height_inches.DataPropertyName = "Height_inches";
this.Height_inches.HeaderText = "Height (inches)";
this.Height_inches.MinimumWidth = 6;
this.Height_inches.Name = "Height_inches";
this.Height_inches.ReadOnly = true;
this.Height_inches.Width = 125;
//
// Ailment
//
this.Ailment.DataPropertyName = "Ailment";
this.Ailment.HeaderText = "Ailment";
this.Ailment.MinimumWidth = 6;
this.Ailment.Name = "Ailment";
this.Ailment.ReadOnly = true;
this.Ailment.Width = 125;
//
// DOB
//
this.DOB.DataPropertyName = "DOB";
2024-02-20 13:57:25 -08:00
dataGridViewCellStyle3.Format = "d";
dataGridViewCellStyle3.NullValue = null;
this.DOB.DefaultCellStyle = dataGridViewCellStyle3;
this.DOB.HeaderText = "DOB";
this.DOB.MinimumWidth = 6;
this.DOB.Name = "DOB";
this.DOB.ReadOnly = true;
this.DOB.Width = 125;
//
// PhoneNumber
//
this.PhoneNumber.DataPropertyName = "PhoneNumber";
this.PhoneNumber.HeaderText = "Phone Number";
this.PhoneNumber.MinimumWidth = 6;
this.PhoneNumber.Name = "PhoneNumber";
this.PhoneNumber.ReadOnly = true;
this.PhoneNumber.Width = 125;
//
// Gender
//
this.Gender.DataPropertyName = "Gender";
this.Gender.HeaderText = "Gender";
this.Gender.MinimumWidth = 6;
this.Gender.Name = "Gender";
this.Gender.ReadOnly = true;
this.Gender.Width = 125;
//
// Medications
//
this.Medications.DataPropertyName = "Medications";
this.Medications.HeaderText = "Medications";
this.Medications.MinimumWidth = 6;
this.Medications.Name = "Medications";
this.Medications.ReadOnly = true;
this.Medications.Width = 125;
//
// cmuPatient
//
this.cmuPatient.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-20 13:57:04 -08:00
this.cmuPatient.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuPatientNew, this.cmuPatientEdit, this.cmuPatientDelete });
this.cmuPatient.Name = "contextMenuStrip1";
this.cmuPatient.Size = new System.Drawing.Size(108, 70);
//
// cmuPatientNew
//
this.cmuPatientNew.Name = "cmuPatientNew";
this.cmuPatientNew.Size = new System.Drawing.Size(107, 22);
this.cmuPatientNew.Text = "New";
this.cmuPatientNew.Click += new System.EventHandler(this.cmuPatientNew_Click);
//
// cmuPatientEdit
//
this.cmuPatientEdit.Name = "cmuPatientEdit";
this.cmuPatientEdit.Size = new System.Drawing.Size(107, 22);
this.cmuPatientEdit.Text = "Edit";
this.cmuPatientEdit.Click += new System.EventHandler(this.cmuPatientEdit_Click);
//
// cmuPatientDelete
//
this.cmuPatientDelete.Name = "cmuPatientDelete";
this.cmuPatientDelete.Size = new System.Drawing.Size(107, 22);
this.cmuPatientDelete.Text = "Delete";
this.cmuPatientDelete.Click += new System.EventHandler(this.cmuPatientDelete_Click);
//
2024-02-19 13:27:27 -08:00
// tbpMedication
//
2024-02-19 13:27:27 -08:00
this.tbpMedication.Controls.Add(this.splcPrescription);
this.tbpMedication.Location = new System.Drawing.Point(4, 22);
2024-02-19 13:27:27 -08:00
this.tbpMedication.Name = "tbpMedication";
this.tbpMedication.Size = new System.Drawing.Size(733, 484);
2024-02-19 13:27:27 -08:00
this.tbpMedication.TabIndex = 4;
this.tbpMedication.Text = "Medications";
this.tbpMedication.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
//
2024-02-19 13:27:27 -08:00
this.splcPrescription.Panel1.Controls.Add(this.btnMedicationSearch);
this.splcPrescription.Panel1.Controls.Add(this.txtPrescriptionPatID);
this.splcPrescription.Panel1.Controls.Add(this.txtRxNumber);
this.splcPrescription.Panel1.Controls.Add(this.lblPrescriptionPatID);
2024-02-19 13:27:27 -08:00
this.splcPrescription.Panel1.Controls.Add(this.lblDisMedicationNum);
//
// splcPrescription.Panel2
//
this.splcPrescription.Panel2.Controls.Add(this.dgvPrescription);
this.splcPrescription.Size = new System.Drawing.Size(733, 484);
this.splcPrescription.SplitterDistance = 241;
this.splcPrescription.TabIndex = 0;
//
2024-02-19 13:27:27 -08:00
// btnMedicationSearch
2024-02-06 08:46:50 -08:00
//
this.btnMedicationSearch.Location = new System.Drawing.Point(64, 117);
2024-02-19 13:27:27 -08:00
this.btnMedicationSearch.Name = "btnMedicationSearch";
this.btnMedicationSearch.Size = new System.Drawing.Size(75, 23);
2024-02-19 13:27:27 -08:00
this.btnMedicationSearch.TabIndex = 4;
this.btnMedicationSearch.Text = "Search";
this.btnMedicationSearch.UseVisualStyleBackColor = true;
2024-02-06 08:46:50 -08:00
//
// txtPrescriptionPatID
2024-02-06 08:46:50 -08:00
//
this.txtPrescriptionPatID.Location = new System.Drawing.Point(184, 74);
this.txtPrescriptionPatID.Name = "txtPrescriptionPatID";
this.txtPrescriptionPatID.Size = new System.Drawing.Size(100, 20);
this.txtPrescriptionPatID.TabIndex = 3;
2024-02-06 08:46:50 -08:00
//
// txtRxNumber
//
this.txtRxNumber.Location = new System.Drawing.Point(184, 51);
2024-02-06 08:46:50 -08:00
this.txtRxNumber.Name = "txtRxNumber";
this.txtRxNumber.Size = new System.Drawing.Size(100, 20);
2024-02-06 08:46:50 -08:00
this.txtRxNumber.TabIndex = 2;
//
// lblPrescriptionPatID
2024-02-06 08:46:50 -08:00
//
this.lblPrescriptionPatID.AutoSize = true;
this.lblPrescriptionPatID.Location = new System.Drawing.Point(61, 74);
this.lblPrescriptionPatID.Name = "lblPrescriptionPatID";
this.lblPrescriptionPatID.Size = new System.Drawing.Size(93, 13);
this.lblPrescriptionPatID.TabIndex = 1;
2024-02-19 18:24:58 -08:00
this.lblPrescriptionPatID.Text = "Medication Name:";
2024-02-06 08:46:50 -08:00
//
2024-02-19 13:27:27 -08:00
// lblDisMedicationNum
2024-02-06 08:46:50 -08:00
//
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum.AutoSize = true;
this.lblDisMedicationNum.Location = new System.Drawing.Point(61, 51);
this.lblDisMedicationNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum.Name = "lblDisMedicationNum";
this.lblDisMedicationNum.Size = new System.Drawing.Size(76, 13);
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum.TabIndex = 0;
2024-02-19 18:24:58 -08:00
this.lblDisMedicationNum.Text = "Medication ID:";
this.lblDisMedicationNum.Click += new System.EventHandler(this.lblDisMedicationNum_Click);
2024-02-06 08:46:50 -08:00
//
2024-02-14 11:38:19 -08:00
// dgvPrescription
//
this.dgvPrescription.AllowUserToAddRows = false;
this.dgvPrescription.AllowUserToDeleteRows = false;
this.dgvPrescription.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-02-20 13:57:04 -08:00
this.dgvPrescription.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Medication_id, this.MedicationName, this.IntakeMethod, this.Frequency, this.Dosage, this.Purpose, this.RxNum });
2024-02-20 07:06:03 -08:00
this.dgvPrescription.ContextMenuStrip = this.cmuMedication;
this.dgvPrescription.Location = new System.Drawing.Point(3, 3);
2024-02-14 11:38:19 -08:00
this.dgvPrescription.Name = "dgvPrescription";
2024-02-19 18:24:58 -08:00
this.dgvPrescription.ReadOnly = true;
this.dgvPrescription.RowHeadersWidth = 51;
2024-02-19 13:27:27 -08:00
this.dgvPrescription.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPrescription.Size = new System.Drawing.Size(730, 237);
2024-02-14 11:38:19 -08:00
this.dgvPrescription.TabIndex = 0;
//
2024-02-19 18:24:58 -08:00
// Medication_id
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Medication_id.DataPropertyName = "Medication_id";
this.Medication_id.HeaderText = "Medication ID";
2024-02-20 10:12:40 -08:00
this.Medication_id.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.Medication_id.Name = "Medication_id";
this.Medication_id.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.Medication_id.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// MedicationName
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.MedicationName.DataPropertyName = "MedicationName";
this.MedicationName.HeaderText = "Name";
2024-02-20 10:12:40 -08:00
this.MedicationName.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.MedicationName.Name = "MedicationName";
this.MedicationName.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.MedicationName.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// IntakeMethod
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.IntakeMethod.DataPropertyName = "IntakeMethod";
this.IntakeMethod.HeaderText = "Intake Method";
2024-02-20 10:12:40 -08:00
this.IntakeMethod.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.IntakeMethod.Name = "IntakeMethod";
this.IntakeMethod.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.IntakeMethod.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// Frequency
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Frequency.DataPropertyName = "Frequency";
this.Frequency.HeaderText = "Frequency";
2024-02-20 10:12:40 -08:00
this.Frequency.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.Frequency.Name = "Frequency";
this.Frequency.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.Frequency.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// Dosage
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Dosage.DataPropertyName = "Dosage";
this.Dosage.HeaderText = "Dosage";
2024-02-20 10:12:40 -08:00
this.Dosage.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.Dosage.Name = "Dosage";
this.Dosage.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.Dosage.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// Purpose
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Purpose.DataPropertyName = "Purpose";
this.Purpose.HeaderText = "Purpose";
2024-02-20 10:12:40 -08:00
this.Purpose.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.Purpose.Name = "Purpose";
this.Purpose.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.Purpose.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// RxNum
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.RxNum.DataPropertyName = "RxNum";
this.RxNum.HeaderText = "Rx Number";
2024-02-20 10:12:40 -08:00
this.RxNum.MinimumWidth = 6;
2024-02-19 18:24:58 -08:00
this.RxNum.Name = "RxNum";
this.RxNum.ReadOnly = true;
2024-02-20 10:12:40 -08:00
this.RxNum.Width = 125;
2024-02-14 11:38:19 -08:00
//
2024-02-20 07:06:03 -08:00
// cmuMedication
//
2024-02-20 07:06:03 -08:00
this.cmuMedication.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-20 13:57:04 -08:00
this.cmuMedication.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuMedicationNew, this.cmuMedicationEdit, this.cmuMedicationDelete });
2024-02-20 07:06:03 -08:00
this.cmuMedication.Name = "cmuMedication";
this.cmuMedication.Size = new System.Drawing.Size(108, 70);
//
2024-02-20 07:06:03 -08:00
// cmuMedicationNew
//
2024-02-20 07:06:03 -08:00
this.cmuMedicationNew.Name = "cmuMedicationNew";
this.cmuMedicationNew.Size = new System.Drawing.Size(107, 22);
2024-02-20 07:06:03 -08:00
this.cmuMedicationNew.Text = "New";
this.cmuMedicationNew.Click += new System.EventHandler(this.cmuRxNew_Click);
//
2024-02-20 07:06:03 -08:00
// cmuMedicationEdit
//
2024-02-20 07:06:03 -08:00
this.cmuMedicationEdit.Name = "cmuMedicationEdit";
this.cmuMedicationEdit.Size = new System.Drawing.Size(107, 22);
2024-02-20 07:06:03 -08:00
this.cmuMedicationEdit.Text = "Edit";
this.cmuMedicationEdit.Click += new System.EventHandler(this.cmuRxEdit_Click);
//
2024-02-20 07:06:03 -08:00
// cmuMedicationDelete
//
2024-02-20 07:06:03 -08:00
this.cmuMedicationDelete.Name = "cmuMedicationDelete";
this.cmuMedicationDelete.Size = new System.Drawing.Size(107, 22);
2024-02-20 07:06:03 -08:00
this.cmuMedicationDelete.Text = "Delete";
this.cmuMedicationDelete.Click += new System.EventHandler(this.cmuMedicationDelete_Click);
//
// tbpPhysician
//
this.tbpPhysician.Controls.Add(this.splcPhysician);
this.tbpPhysician.Location = new System.Drawing.Point(4, 22);
this.tbpPhysician.Name = "tbpPhysician";
2024-02-20 13:57:04 -08:00
this.tbpPhysician.Padding = new System.Windows.Forms.Padding(3);
this.tbpPhysician.Size = new System.Drawing.Size(733, 484);
this.tbpPhysician.TabIndex = 2;
2024-02-19 13:27:27 -08:00
this.tbpPhysician.Text = "Physicians";
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
//
this.splcPhysician.Panel1.AutoScroll = true;
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianID);
this.splcPhysician.Panel1.Controls.Add(this.lblPhysicianID);
this.splcPhysician.Panel1.Controls.Add(lblPhysicianLast);
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianLast);
this.splcPhysician.Panel1.Controls.Add(lblPhysicianFirst);
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianFirst);
this.splcPhysician.Panel1.Controls.Add(this.btnPhysicianSearch);
this.splcPhysician.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
// splcPhysician.Panel2
//
this.splcPhysician.Panel2.AutoScroll = true;
this.splcPhysician.Panel2.Controls.Add(this.dgvPhysician);
2024-02-20 07:06:03 -08:00
this.splcPhysician.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel2_Paint);
this.splcPhysician.Size = new System.Drawing.Size(727, 478);
this.splcPhysician.SplitterDistance = 194;
this.splcPhysician.TabIndex = 0;
//
2024-02-14 11:38:19 -08:00
// txtPhysicianID
//
this.txtPhysicianID.Location = new System.Drawing.Point(99, 111);
2024-02-14 11:38:19 -08:00
this.txtPhysicianID.Name = "txtPhysicianID";
this.txtPhysicianID.Size = new System.Drawing.Size(100, 20);
this.txtPhysicianID.TabIndex = 3;
2024-02-14 11:38:19 -08:00
//
// lblPhysicianID
//
this.lblPhysicianID.AutoSize = true;
this.lblPhysicianID.Location = new System.Drawing.Point(24, 111);
2024-02-14 11:38:19 -08:00
this.lblPhysicianID.Name = "lblPhysicianID";
this.lblPhysicianID.Size = new System.Drawing.Size(69, 13);
2024-02-14 11:38:19 -08:00
this.lblPhysicianID.TabIndex = 7;
this.lblPhysicianID.Text = "Physician ID:";
//
2024-02-12 08:26:33 -08:00
// txtPhysicianLast
//
this.txtPhysicianLast.Location = new System.Drawing.Point(99, 67);
2024-02-12 08:26:33 -08:00
this.txtPhysicianLast.Name = "txtPhysicianLast";
this.txtPhysicianLast.Size = new System.Drawing.Size(100, 20);
this.txtPhysicianLast.TabIndex = 2;
//
// txtPhysicianFirst
//
this.txtPhysicianFirst.Location = new System.Drawing.Point(99, 23);
this.txtPhysicianFirst.Name = "txtPhysicianFirst";
this.txtPhysicianFirst.Size = new System.Drawing.Size(100, 20);
this.txtPhysicianFirst.TabIndex = 1;
//
2024-02-12 08:26:33 -08:00
// btnPhysicianSearch
//
this.btnPhysicianSearch.Location = new System.Drawing.Point(45, 146);
2024-02-12 08:26:33 -08:00
this.btnPhysicianSearch.Name = "btnPhysicianSearch";
this.btnPhysicianSearch.Size = new System.Drawing.Size(75, 23);
2024-02-12 08:26:33 -08:00
this.btnPhysicianSearch.TabIndex = 4;
this.btnPhysicianSearch.Text = "Search";
this.btnPhysicianSearch.UseVisualStyleBackColor = true;
2024-02-14 16:43:07 -08:00
this.btnPhysicianSearch.Click += new System.EventHandler(this.btnPhysicianSearch_Click);
//
// dgvPhysician
//
this.dgvPhysician.AllowUserToAddRows = false;
this.dgvPhysician.AllowUserToDeleteRows = false;
this.dgvPhysician.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-02-20 13:57:04 -08:00
this.dgvPhysician.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Phys_id, this.namefirst, this.namelast, this.initialsmiddle, this.cit, this.state, this.zipp, this.dobb, this.numberphone, this.gennder, this.Specialty });
this.dgvPhysician.ContextMenuStrip = this.cmuPhysician;
this.dgvPhysician.Location = new System.Drawing.Point(0, 3);
this.dgvPhysician.Name = "dgvPhysician";
this.dgvPhysician.ReadOnly = true;
this.dgvPhysician.RowHeadersWidth = 51;
2024-02-19 07:47:16 -08:00
this.dgvPhysician.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPhysician.Size = new System.Drawing.Size(727, 260);
this.dgvPhysician.TabIndex = 0;
2024-02-19 10:11:10 -08:00
this.dgvPhysician.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPhysician_CellContentClick_1);
//
// Phys_id
//
this.Phys_id.DataPropertyName = "Physician_id";
this.Phys_id.HeaderText = "Physician ID";
this.Phys_id.MinimumWidth = 6;
this.Phys_id.Name = "Phys_id";
this.Phys_id.ReadOnly = true;
this.Phys_id.Width = 125;
//
// namefirst
//
this.namefirst.DataPropertyName = "FirstName";
this.namefirst.HeaderText = "First Name";
this.namefirst.MinimumWidth = 6;
this.namefirst.Name = "namefirst";
this.namefirst.ReadOnly = true;
this.namefirst.Width = 125;
//
// namelast
//
this.namelast.DataPropertyName = "LastName";
this.namelast.HeaderText = "Last Name";
this.namelast.MinimumWidth = 6;
this.namelast.Name = "namelast";
this.namelast.ReadOnly = true;
this.namelast.Width = 125;
//
// initialsmiddle
//
2024-02-19 10:11:10 -08:00
this.initialsmiddle.DataPropertyName = "MiddleIntials";
this.initialsmiddle.HeaderText = "Middle Initial";
this.initialsmiddle.MinimumWidth = 6;
this.initialsmiddle.Name = "initialsmiddle";
this.initialsmiddle.ReadOnly = true;
this.initialsmiddle.Width = 125;
//
// cit
//
this.cit.DataPropertyName = "City";
this.cit.HeaderText = "City";
this.cit.MinimumWidth = 6;
this.cit.Name = "cit";
this.cit.ReadOnly = true;
this.cit.Width = 125;
//
// state
//
this.state.DataPropertyName = "UsState";
this.state.HeaderText = "State";
this.state.MinimumWidth = 6;
this.state.Name = "state";
this.state.ReadOnly = true;
this.state.Width = 125;
//
// zipp
//
this.zipp.DataPropertyName = "Zip";
this.zipp.HeaderText = "Zip";
this.zipp.MinimumWidth = 6;
this.zipp.Name = "zipp";
this.zipp.ReadOnly = true;
this.zipp.Width = 125;
//
// dobb
//
this.dobb.DataPropertyName = "DOB";
2024-02-20 13:57:25 -08:00
dataGridViewCellStyle4.Format = "d";
dataGridViewCellStyle4.NullValue = null;
this.dobb.DefaultCellStyle = dataGridViewCellStyle4;
this.dobb.HeaderText = "DOB";
this.dobb.MinimumWidth = 6;
this.dobb.Name = "dobb";
this.dobb.ReadOnly = true;
this.dobb.Width = 125;
//
// numberphone
//
this.numberphone.DataPropertyName = "PhoneNumber";
this.numberphone.HeaderText = "Phone Number";
this.numberphone.MinimumWidth = 6;
this.numberphone.Name = "numberphone";
this.numberphone.ReadOnly = true;
this.numberphone.Width = 125;
//
// gennder
//
this.gennder.DataPropertyName = "Gender";
this.gennder.HeaderText = "Gender";
this.gennder.MinimumWidth = 6;
this.gennder.Name = "gennder";
this.gennder.ReadOnly = true;
this.gennder.Width = 125;
//
// Specialty
//
this.Specialty.DataPropertyName = "Specialty";
this.Specialty.HeaderText = "Specialty";
this.Specialty.MinimumWidth = 6;
this.Specialty.Name = "Specialty";
this.Specialty.ReadOnly = true;
this.Specialty.Width = 125;
//
// cmuPhysician
//
this.cmuPhysician.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-20 13:57:04 -08:00
this.cmuPhysician.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuPhysicianNew, this.cmuPhysicianEdit, this.cmuPhysicianDelete });
this.cmuPhysician.Name = "cmuPhysician";
this.cmuPhysician.Size = new System.Drawing.Size(108, 70);
//
// cmuPhysicianNew
//
this.cmuPhysicianNew.Name = "cmuPhysicianNew";
this.cmuPhysicianNew.Size = new System.Drawing.Size(107, 22);
this.cmuPhysicianNew.Text = "New";
2024-02-16 17:13:30 -08:00
this.cmuPhysicianNew.Click += new System.EventHandler(this.cmuPhysicianNew_Click);
//
// cmuPhysicianEdit
//
this.cmuPhysicianEdit.Name = "cmuPhysicianEdit";
this.cmuPhysicianEdit.Size = new System.Drawing.Size(107, 22);
this.cmuPhysicianEdit.Text = "Edit";
2024-02-16 17:13:30 -08:00
this.cmuPhysicianEdit.Click += new System.EventHandler(this.cmuPhysicianEdit_Click);
//
// cmuPhysicianDelete
//
this.cmuPhysicianDelete.Name = "cmuPhysicianDelete";
this.cmuPhysicianDelete.Size = new System.Drawing.Size(107, 22);
this.cmuPhysicianDelete.Text = "Delete";
2024-02-19 10:11:10 -08:00
this.cmuPhysicianDelete.Click += new System.EventHandler(this.cmuPhysicianDelete_Click);
//
2024-02-20 07:06:03 -08:00
// tbcInfoPrescriptions
//
this.tbcInfoPrescriptions.Controls.Add(this.txtRxPatientID);
this.tbcInfoPrescriptions.Controls.Add(this.txtRxMedicationID);
this.tbcInfoPrescriptions.Controls.Add(this.txtRxPhysicianID);
this.tbcInfoPrescriptions.Controls.Add(this.txtRxPrescriptionID);
this.tbcInfoPrescriptions.Controls.Add(this.label4);
this.tbcInfoPrescriptions.Controls.Add(this.label3);
this.tbcInfoPrescriptions.Controls.Add(this.label2);
this.tbcInfoPrescriptions.Controls.Add(this.label1);
this.tbcInfoPrescriptions.Controls.Add(this.btnRxSearch);
this.tbcInfoPrescriptions.Controls.Add(this.dgvRx);
this.tbcInfoPrescriptions.Location = new System.Drawing.Point(4, 22);
2024-02-20 07:06:03 -08:00
this.tbcInfoPrescriptions.Name = "tbcInfoPrescriptions";
2024-02-20 13:57:04 -08:00
this.tbcInfoPrescriptions.Padding = new System.Windows.Forms.Padding(3);
this.tbcInfoPrescriptions.Size = new System.Drawing.Size(733, 484);
2024-02-20 07:06:03 -08:00
this.tbcInfoPrescriptions.TabIndex = 5;
this.tbcInfoPrescriptions.Text = "Prescriptions";
this.tbcInfoPrescriptions.UseVisualStyleBackColor = true;
//
// txtRxPatientID
//
this.txtRxPatientID.Location = new System.Drawing.Point(138, 121);
2024-02-20 07:06:03 -08:00
this.txtRxPatientID.Name = "txtRxPatientID";
this.txtRxPatientID.Size = new System.Drawing.Size(124, 20);
2024-02-20 07:06:03 -08:00
this.txtRxPatientID.TabIndex = 9;
2024-02-20 10:37:00 -08:00
this.txtRxPatientID.TextChanged += new System.EventHandler(this.txtRxPatientID_TextChanged);
2024-02-20 07:06:03 -08:00
//
// txtRxMedicationID
//
this.txtRxMedicationID.Location = new System.Drawing.Point(138, 98);
2024-02-20 07:06:03 -08:00
this.txtRxMedicationID.Name = "txtRxMedicationID";
this.txtRxMedicationID.Size = new System.Drawing.Size(124, 20);
2024-02-20 07:06:03 -08:00
this.txtRxMedicationID.TabIndex = 8;
//
// txtRxPhysicianID
//
this.txtRxPhysicianID.Location = new System.Drawing.Point(138, 75);
2024-02-20 07:06:03 -08:00
this.txtRxPhysicianID.Name = "txtRxPhysicianID";
this.txtRxPhysicianID.Size = new System.Drawing.Size(124, 20);
2024-02-20 07:06:03 -08:00
this.txtRxPhysicianID.TabIndex = 7;
//
// txtRxPrescriptionID
//
this.txtRxPrescriptionID.Location = new System.Drawing.Point(138, 52);
2024-02-20 07:06:03 -08:00
this.txtRxPrescriptionID.Name = "txtRxPrescriptionID";
this.txtRxPrescriptionID.Size = new System.Drawing.Size(124, 20);
2024-02-20 07:06:03 -08:00
this.txtRxPrescriptionID.TabIndex = 6;
//
// label4
//
this.label4.Location = new System.Drawing.Point(32, 73);
2024-02-20 07:06:03 -08:00
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 23);
2024-02-20 07:06:03 -08:00
this.label4.TabIndex = 5;
this.label4.Text = "Physician ID:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Location = new System.Drawing.Point(32, 96);
2024-02-20 07:06:03 -08:00
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
2024-02-20 07:06:03 -08:00
this.label3.TabIndex = 4;
this.label3.Text = "Medication ID:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Location = new System.Drawing.Point(32, 119);
2024-02-20 07:06:03 -08:00
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 23);
2024-02-20 07:06:03 -08:00
this.label2.TabIndex = 3;
this.label2.Text = "Patient ID:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.Location = new System.Drawing.Point(32, 50);
2024-02-20 07:06:03 -08:00
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
2024-02-20 07:06:03 -08:00
this.label1.TabIndex = 2;
this.label1.Text = "Prescription ID:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnRxSearch
//
this.btnRxSearch.Location = new System.Drawing.Point(32, 186);
2024-02-20 07:06:03 -08:00
this.btnRxSearch.Name = "btnRxSearch";
this.btnRxSearch.Size = new System.Drawing.Size(75, 23);
2024-02-20 07:06:03 -08:00
this.btnRxSearch.TabIndex = 1;
this.btnRxSearch.Text = "Search";
this.btnRxSearch.UseVisualStyleBackColor = true;
this.btnRxSearch.Click += new System.EventHandler(this.btnRxSearch_Click);
//
// dgvRx
//
this.dgvRx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRx.Location = new System.Drawing.Point(0, 236);
2024-02-20 07:06:03 -08:00
this.dgvRx.Name = "dgvRx";
2024-02-20 10:12:40 -08:00
this.dgvRx.RowHeadersWidth = 51;
2024-02-20 07:06:03 -08:00
this.dgvRx.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRx.Size = new System.Drawing.Size(730, 248);
2024-02-20 07:06:03 -08:00
this.dgvRx.TabIndex = 0;
//
// cmuPrescription
//
2024-02-20 10:12:40 -08:00
this.cmuPrescription.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-20 13:57:04 -08:00
this.cmuPrescription.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuPrescriptionNew, this.cmuPrescriptionEdit, this.cmuPrescriptionDelete, this.cmuPrescriptionRefillThis, this.cmuPrescriptionViewRefills });
2024-02-20 07:06:03 -08:00
this.cmuPrescription.Name = "cmuPrescription";
2024-02-20 13:57:04 -08:00
this.cmuPrescription.Size = new System.Drawing.Size(244, 136);
2024-02-20 07:06:03 -08:00
//
// cmuPrescriptionNew
//
this.cmuPrescriptionNew.Name = "cmuPrescriptionNew";
2024-02-20 13:57:04 -08:00
this.cmuPrescriptionNew.Size = new System.Drawing.Size(243, 22);
2024-02-20 07:06:03 -08:00
this.cmuPrescriptionNew.Text = "New";
//
// cmuPrescriptionEdit
//
this.cmuPrescriptionEdit.Name = "cmuPrescriptionEdit";
2024-02-20 13:57:04 -08:00
this.cmuPrescriptionEdit.Size = new System.Drawing.Size(243, 22);
2024-02-20 07:06:03 -08:00
this.cmuPrescriptionEdit.Text = "Edit";
this.cmuPrescriptionEdit.Click += new System.EventHandler(this.cmuPrescriptionEdit_Click);
//
// cmuPrescriptionDelete
//
this.cmuPrescriptionDelete.Name = "cmuPrescriptionDelete";
2024-02-20 13:57:04 -08:00
this.cmuPrescriptionDelete.Size = new System.Drawing.Size(243, 22);
2024-02-20 07:06:03 -08:00
this.cmuPrescriptionDelete.Text = "Delete";
this.cmuPrescriptionDelete.Click += new System.EventHandler(this.cmuPrescriptionDelete_Click);
//
2024-02-20 13:57:04 -08:00
// cmuPrescriptionRefillThis
//
2024-02-20 13:57:04 -08:00
this.cmuPrescriptionRefillThis.Name = "cmuPrescriptionRefillThis";
this.cmuPrescriptionRefillThis.Size = new System.Drawing.Size(243, 22);
this.cmuPrescriptionRefillThis.Text = "Refill This Prescription";
//
// cmuPrescriptionViewRefills
//
this.cmuPrescriptionViewRefills.Name = "cmuPrescriptionViewRefills";
this.cmuPrescriptionViewRefills.Size = new System.Drawing.Size(243, 22);
this.cmuPrescriptionViewRefills.Text = "View Refills For This Prescription";
//
// frmInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2024-01-31 09:05:11 -08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(777, 575);
this.Controls.Add(this.tbcInfo);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2024-02-20 13:57:04 -08:00
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmInfo";
this.Text = "Louis\' Pharmacy - View Patient / Prescription Info";
this.Load += new System.EventHandler(this.frmInfo_Load);
this.tbcInfo.ResumeLayout(false);
this.tbpPatient.ResumeLayout(false);
this.splcPatient.Panel1.ResumeLayout(false);
this.splcPatient.Panel1.PerformLayout();
this.splcPatient.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).EndInit();
this.splcPatient.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPatient)).EndInit();
this.cmuPatient.ResumeLayout(false);
2024-02-19 13:27:27 -08:00
this.tbpMedication.ResumeLayout(false);
this.splcPrescription.Panel1.ResumeLayout(false);
this.splcPrescription.Panel1.PerformLayout();
this.splcPrescription.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).EndInit();
this.splcPrescription.ResumeLayout(false);
2024-02-14 11:38:19 -08:00
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).EndInit();
2024-02-20 07:06:03 -08:00
this.cmuMedication.ResumeLayout(false);
this.tbpPhysician.ResumeLayout(false);
this.splcPhysician.Panel1.ResumeLayout(false);
this.splcPhysician.Panel1.PerformLayout();
this.splcPhysician.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).EndInit();
this.splcPhysician.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPhysician)).EndInit();
this.cmuPhysician.ResumeLayout(false);
2024-02-20 07:06:03 -08:00
this.tbcInfoPrescriptions.ResumeLayout(false);
this.tbcInfoPrescriptions.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRx)).EndInit();
this.cmuPrescription.ResumeLayout(false);
this.ResumeLayout(false);
2024-01-31 09:05:11 -08:00
}
2024-02-20 13:57:04 -08:00
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionViewRefills;
2024-02-20 07:06:03 -08:00
private System.Windows.Forms.TextBox txtRxPhysicianID;
private System.Windows.Forms.TextBox txtRxMedicationID;
private System.Windows.Forms.TextBox txtRxPatientID;
private System.Windows.Forms.Button btnRxSearch;
private System.Windows.Forms.DataGridView dgvRx;
private System.Windows.Forms.ContextMenuStrip cmuPrescription;
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionNew;
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionEdit;
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionDelete;
private System.Windows.Forms.TabPage tbcInfoPrescriptions;
2024-02-19 18:24:58 -08:00
private System.Windows.Forms.DataGridViewTextBoxColumn MedicationName;
private System.Windows.Forms.DataGridViewTextBoxColumn IntakeMethod;
private System.Windows.Forms.DataGridViewTextBoxColumn Frequency;
private System.Windows.Forms.DataGridViewTextBoxColumn Dosage;
private System.Windows.Forms.DataGridViewTextBoxColumn Purpose;
private System.Windows.Forms.DataGridViewTextBoxColumn RxNum;
private System.Windows.Forms.ContextMenuStrip cmuPatient;
2024-02-20 07:06:03 -08:00
private System.Windows.Forms.ContextMenuStrip cmuMedication;
private System.Windows.Forms.ToolStripMenuItem cmuMedicationNew;
private System.Windows.Forms.ToolStripMenuItem cmuMedicationEdit;
private System.Windows.Forms.ToolStripMenuItem cmuMedicationDelete;
private System.Windows.Forms.ToolStripMenuItem cmuPhysicianNew;
private System.Windows.Forms.ToolStripMenuItem cmuPhysicianEdit;
private System.Windows.Forms.ToolStripMenuItem cmuPhysicianDelete;
private System.Windows.Forms.ContextMenuStrip cmuPhysician;
private System.Windows.Forms.ToolStripMenuItem cmuPatientEdit;
private System.Windows.Forms.ToolStripMenuItem cmuPatientDelete;
private System.Windows.Forms.ToolStripMenuItem cmuPatientNew;
2024-01-31 09:05:11 -08:00
#endregion
private System.Windows.Forms.TabControl tbcInfo;
private System.Windows.Forms.TabPage tbpPhysician;
private System.Windows.Forms.SplitContainer splcPhysician;
private System.Windows.Forms.TabPage tbpPatient;
2024-02-19 13:27:27 -08:00
private System.Windows.Forms.TabPage tbpMedication;
private System.Windows.Forms.SplitContainer splcPatient;
private System.Windows.Forms.SplitContainer splcPrescription;
private System.Windows.Forms.Button btnPatientSearch;
2024-02-19 18:24:58 -08:00
public System.Windows.Forms.TextBox txtRxNumber;
private System.Windows.Forms.Label lblPrescriptionPatID;
2024-02-19 13:27:27 -08:00
private System.Windows.Forms.Label lblDisMedicationNum;
private System.Windows.Forms.TextBox txtPrescriptionPatID;
2024-02-19 13:27:27 -08:00
private System.Windows.Forms.Button btnMedicationSearch;
private System.Windows.Forms.Button btnPhysicianSearch;
private System.Windows.Forms.TextBox txtPatientLast;
private System.Windows.Forms.TextBox txtPatientFirst;
2024-02-16 07:12:36 -08:00
public System.Windows.Forms.DataGridView dgvPatient;
private System.Windows.Forms.TextBox txtPhysicianLast;
private System.Windows.Forms.TextBox txtPhysicianFirst;
private System.Windows.Forms.DataGridView dgvPhysician;
private System.Windows.Forms.DataGridView dgvPrescription;
private System.Windows.Forms.DataGridViewTextBoxColumn pat_id;
private System.Windows.Forms.DataGridViewTextBoxColumn FirstName;
private System.Windows.Forms.DataGridViewTextBoxColumn LastName;
private System.Windows.Forms.DataGridViewTextBoxColumn MiddleInitials;
private System.Windows.Forms.DataGridViewTextBoxColumn City;
private System.Windows.Forms.DataGridViewTextBoxColumn UsState;
private System.Windows.Forms.DataGridViewTextBoxColumn Zip;
private System.Windows.Forms.DataGridViewTextBoxColumn Ibs;
private System.Windows.Forms.DataGridViewTextBoxColumn Height_feet;
private System.Windows.Forms.DataGridViewTextBoxColumn Height_inches;
private System.Windows.Forms.DataGridViewTextBoxColumn Ailment;
private System.Windows.Forms.DataGridViewTextBoxColumn DOB;
private System.Windows.Forms.DataGridViewTextBoxColumn PhoneNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn Gender;
private System.Windows.Forms.DataGridViewTextBoxColumn Medications;
private System.Windows.Forms.DataGridViewTextBoxColumn Medication_id;
private System.Windows.Forms.DataGridViewTextBoxColumn Phys_id;
private System.Windows.Forms.DataGridViewTextBoxColumn namefirst;
private System.Windows.Forms.DataGridViewTextBoxColumn namelast;
private System.Windows.Forms.DataGridViewTextBoxColumn initialsmiddle;
private System.Windows.Forms.DataGridViewTextBoxColumn cit;
private System.Windows.Forms.DataGridViewTextBoxColumn state;
private System.Windows.Forms.DataGridViewTextBoxColumn zipp;
private System.Windows.Forms.DataGridViewTextBoxColumn dobb;
private System.Windows.Forms.DataGridViewTextBoxColumn numberphone;
private System.Windows.Forms.DataGridViewTextBoxColumn gennder;
private System.Windows.Forms.DataGridViewTextBoxColumn Specialty;
public System.Windows.Forms.TextBox txtPhysicianID;
private System.Windows.Forms.Label lblPhysicianID;
public System.Windows.Forms.TextBox txtPatientID;
private System.Windows.Forms.Label lblPatientID;
2024-02-20 07:06:03 -08:00
System.Windows.Forms.Label label1 = new System.Windows.Forms.Label();
System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
System.Windows.Forms.TextBox txtRxPrescriptionID = new System.Windows.Forms.TextBox();
2024-02-20 13:57:04 -08:00
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionRefillThis;
2024-01-31 09:05:11 -08:00
}
}