872 lines
43 KiB
C#
872 lines
43 KiB
C#
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
{
|
|
partial class frmInfo
|
|
{
|
|
/// <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;
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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();
|
|
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();
|
|
this.tbpPrescription = new System.Windows.Forms.TabPage();
|
|
this.splcPrescription = new System.Windows.Forms.SplitContainer();
|
|
this.btnPrescriptionSearch = new System.Windows.Forms.Button();
|
|
this.txtPrescriptionPatID = new System.Windows.Forms.TextBox();
|
|
this.txtRxNumber = new System.Windows.Forms.TextBox();
|
|
this.lblPrescriptionPatID = new System.Windows.Forms.Label();
|
|
this.lblRxNumber = new System.Windows.Forms.Label();
|
|
this.dgvPrescription = new System.Windows.Forms.DataGridView();
|
|
this.RxNum_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.numRefills = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pastNumRefills = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PrescribedBy = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Physician_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Medication_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Patient_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cmuRx = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.cmuRxNew = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuRxEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuRxDelete = new System.Windows.Forms.ToolStripMenuItem();
|
|
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();
|
|
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();
|
|
this.tbpPrescription.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).BeginInit();
|
|
this.splcPrescription.Panel1.SuspendLayout();
|
|
this.splcPrescription.Panel2.SuspendLayout();
|
|
this.splcPrescription.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).BeginInit();
|
|
this.cmuRx.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();
|
|
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:";
|
|
//
|
|
// 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:";
|
|
//
|
|
// 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, 12);
|
|
this.tbcInfo.Name = "tbcInfo";
|
|
this.tbcInfo.SelectedIndex = 0;
|
|
this.tbcInfo.Size = new System.Drawing.Size(666, 441);
|
|
this.tbcInfo.TabIndex = 1;
|
|
//
|
|
// 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, 415);
|
|
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.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);
|
|
//
|
|
// splcPatient.Panel2
|
|
//
|
|
this.splcPatient.Panel2.AutoScroll = true;
|
|
this.splcPatient.Panel2.Controls.Add(this.dgvPatient);
|
|
this.splcPatient.Size = new System.Drawing.Size(658, 415);
|
|
this.splcPatient.SplitterDistance = 186;
|
|
this.splcPatient.TabIndex = 0;
|
|
//
|
|
// txtPatientID
|
|
//
|
|
this.txtPatientID.Location = new System.Drawing.Point(86, 109);
|
|
this.txtPatientID.Name = "txtPatientID";
|
|
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPatientID.TabIndex = 8;
|
|
//
|
|
// lblPatientID
|
|
//
|
|
this.lblPatientID.AutoSize = true;
|
|
this.lblPatientID.Location = new System.Drawing.Point(23, 109);
|
|
this.lblPatientID.Name = "lblPatientID";
|
|
this.lblPatientID.Size = new System.Drawing.Size(57, 13);
|
|
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 = 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;
|
|
//
|
|
// btnPatientSearch
|
|
//
|
|
this.btnPatientSearch.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnPatientSearch.Location = new System.Drawing.Point(23, 150);
|
|
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;
|
|
this.btnPatientSearch.Click += new System.EventHandler(this.btnPatientSearch_Click);
|
|
//
|
|
// dgvPatient
|
|
//
|
|
this.dgvPatient.AllowUserToAddRows = false;
|
|
this.dgvPatient.AllowUserToDeleteRows = false;
|
|
this.dgvPatient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
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;
|
|
this.dgvPatient.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.dgvPatient.Location = new System.Drawing.Point(3, 3);
|
|
this.dgvPatient.MultiSelect = false;
|
|
this.dgvPatient.Name = "dgvPatient";
|
|
this.dgvPatient.ReadOnly = true;
|
|
this.dgvPatient.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvPatient.Size = new System.Drawing.Size(652, 219);
|
|
this.dgvPatient.TabIndex = 0;
|
|
//
|
|
// pat_id
|
|
//
|
|
this.pat_id.DataPropertyName = "Patient_id";
|
|
this.pat_id.HeaderText = "Patient ID";
|
|
this.pat_id.Name = "pat_id";
|
|
this.pat_id.ReadOnly = true;
|
|
//
|
|
// FirstName
|
|
//
|
|
this.FirstName.DataPropertyName = "FirstName";
|
|
this.FirstName.HeaderText = "First Name";
|
|
this.FirstName.Name = "FirstName";
|
|
this.FirstName.ReadOnly = true;
|
|
//
|
|
// LastName
|
|
//
|
|
this.LastName.DataPropertyName = "LastName";
|
|
this.LastName.HeaderText = "Last Name";
|
|
this.LastName.Name = "LastName";
|
|
this.LastName.ReadOnly = true;
|
|
//
|
|
// MiddleInitials
|
|
//
|
|
this.MiddleInitials.DataPropertyName = "MiddleInitials";
|
|
this.MiddleInitials.HeaderText = "Middle Initial";
|
|
this.MiddleInitials.Name = "MiddleInitials";
|
|
this.MiddleInitials.ReadOnly = true;
|
|
//
|
|
// City
|
|
//
|
|
this.City.DataPropertyName = "City";
|
|
this.City.HeaderText = "City";
|
|
this.City.Name = "City";
|
|
this.City.ReadOnly = true;
|
|
//
|
|
// UsState
|
|
//
|
|
this.UsState.DataPropertyName = "UsState";
|
|
this.UsState.HeaderText = "State";
|
|
this.UsState.Name = "UsState";
|
|
this.UsState.ReadOnly = true;
|
|
//
|
|
// Zip
|
|
//
|
|
this.Zip.DataPropertyName = "Zip";
|
|
this.Zip.HeaderText = "Zip";
|
|
this.Zip.Name = "Zip";
|
|
this.Zip.ReadOnly = true;
|
|
//
|
|
// Ibs
|
|
//
|
|
this.Ibs.DataPropertyName = "Ibs";
|
|
this.Ibs.HeaderText = "Weight";
|
|
this.Ibs.Name = "Ibs";
|
|
this.Ibs.ReadOnly = true;
|
|
//
|
|
// Height_feet
|
|
//
|
|
this.Height_feet.DataPropertyName = "Height_feet";
|
|
this.Height_feet.HeaderText = "Height (Feet)";
|
|
this.Height_feet.Name = "Height_feet";
|
|
this.Height_feet.ReadOnly = true;
|
|
//
|
|
// Height_inches
|
|
//
|
|
this.Height_inches.DataPropertyName = "Height_inches";
|
|
this.Height_inches.HeaderText = "Height (inches)";
|
|
this.Height_inches.Name = "Height_inches";
|
|
this.Height_inches.ReadOnly = true;
|
|
//
|
|
// Ailment
|
|
//
|
|
this.Ailment.DataPropertyName = "Ailment";
|
|
this.Ailment.HeaderText = "Ailment";
|
|
this.Ailment.Name = "Ailment";
|
|
this.Ailment.ReadOnly = true;
|
|
//
|
|
// DOB
|
|
//
|
|
this.DOB.DataPropertyName = "DOB";
|
|
dataGridViewCellStyle1.Format = "d";
|
|
dataGridViewCellStyle1.NullValue = null;
|
|
this.DOB.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.DOB.HeaderText = "DOB";
|
|
this.DOB.Name = "DOB";
|
|
this.DOB.ReadOnly = true;
|
|
//
|
|
// PhoneNumber
|
|
//
|
|
this.PhoneNumber.DataPropertyName = "PhoneNumber";
|
|
this.PhoneNumber.HeaderText = "Phone Number";
|
|
this.PhoneNumber.Name = "PhoneNumber";
|
|
this.PhoneNumber.ReadOnly = true;
|
|
//
|
|
// Gender
|
|
//
|
|
this.Gender.DataPropertyName = "Gender";
|
|
this.Gender.HeaderText = "Gender";
|
|
this.Gender.Name = "Gender";
|
|
this.Gender.ReadOnly = true;
|
|
//
|
|
// Medications
|
|
//
|
|
this.Medications.DataPropertyName = "Medications";
|
|
this.Medications.HeaderText = "Medications";
|
|
this.Medications.Name = "Medications";
|
|
this.Medications.ReadOnly = true;
|
|
//
|
|
// cmuPatient
|
|
//
|
|
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";
|
|
//
|
|
// 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, 415);
|
|
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.txtPrescriptionPatID);
|
|
this.splcPrescription.Panel1.Controls.Add(this.txtRxNumber);
|
|
this.splcPrescription.Panel1.Controls.Add(this.lblPrescriptionPatID);
|
|
this.splcPrescription.Panel1.Controls.Add(this.lblRxNumber);
|
|
//
|
|
// splcPrescription.Panel2
|
|
//
|
|
this.splcPrescription.Panel2.Controls.Add(this.dgvPrescription);
|
|
this.splcPrescription.Size = new System.Drawing.Size(658, 415);
|
|
this.splcPrescription.SplitterDistance = 210;
|
|
this.splcPrescription.TabIndex = 0;
|
|
//
|
|
// btnPrescriptionSearch
|
|
//
|
|
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;
|
|
this.btnPrescriptionSearch.Click += new System.EventHandler(this.btnPrescriptionSearch_Click);
|
|
//
|
|
// txtPrescriptionPatID
|
|
//
|
|
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;
|
|
//
|
|
// txtRxNumber
|
|
//
|
|
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;
|
|
//
|
|
// lblPrescriptionPatID
|
|
//
|
|
this.lblPrescriptionPatID.AutoSize = true;
|
|
this.lblPrescriptionPatID.Location = new System.Drawing.Point(61, 74);
|
|
this.lblPrescriptionPatID.Name = "lblPrescriptionPatID";
|
|
this.lblPrescriptionPatID.Size = new System.Drawing.Size(57, 13);
|
|
this.lblPrescriptionPatID.TabIndex = 1;
|
|
this.lblPrescriptionPatID.Text = "Patient ID:";
|
|
//
|
|
// lblRxNumber
|
|
//
|
|
this.lblRxNumber.AutoSize = true;
|
|
this.lblRxNumber.Location = new System.Drawing.Point(61, 25);
|
|
this.lblRxNumber.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblRxNumber.Name = "lblRxNumber";
|
|
this.lblRxNumber.Size = new System.Drawing.Size(63, 13);
|
|
this.lblRxNumber.TabIndex = 0;
|
|
this.lblRxNumber.Text = "Rx Number:";
|
|
//
|
|
// dgvPrescription
|
|
//
|
|
this.dgvPrescription.AllowUserToAddRows = false;
|
|
this.dgvPrescription.AllowUserToDeleteRows = false;
|
|
this.dgvPrescription.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvPrescription.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.RxNum_id, this.numRefills, this.pastNumRefills, this.PrescribedBy, this.Physician_id, this.Medication_id, this.Patient_id });
|
|
this.dgvPrescription.ContextMenuStrip = this.cmuRx;
|
|
this.dgvPrescription.Location = new System.Drawing.Point(3, 3);
|
|
this.dgvPrescription.Name = "dgvPrescription";
|
|
this.dgvPrescription.Size = new System.Drawing.Size(652, 195);
|
|
this.dgvPrescription.TabIndex = 0;
|
|
//
|
|
// RxNum_id
|
|
//
|
|
this.RxNum_id.DataPropertyName = "RxNum_id";
|
|
this.RxNum_id.HeaderText = "Rx Number";
|
|
this.RxNum_id.Name = "RxNum_id";
|
|
//
|
|
// numRefills
|
|
//
|
|
this.numRefills.DataPropertyName = "numRefills";
|
|
this.numRefills.HeaderText = "Number of Refills";
|
|
this.numRefills.Name = "numRefills";
|
|
//
|
|
// pastNumRefills
|
|
//
|
|
this.pastNumRefills.DataPropertyName = "pastNumRefills";
|
|
this.pastNumRefills.HeaderText = "Past Number of Refills";
|
|
this.pastNumRefills.Name = "pastNumRefills";
|
|
//
|
|
// PrescribedBy
|
|
//
|
|
this.PrescribedBy.DataPropertyName = "PrescribedBy";
|
|
this.PrescribedBy.HeaderText = "Prescribed By";
|
|
this.PrescribedBy.Name = "PrescribedBy";
|
|
//
|
|
// Physician_id
|
|
//
|
|
this.Physician_id.DataPropertyName = "Physician_id";
|
|
this.Physician_id.HeaderText = "Physician ID";
|
|
this.Physician_id.Name = "Physician_id";
|
|
//
|
|
// Medication_id
|
|
//
|
|
this.Medication_id.DataPropertyName = "Medication_id";
|
|
this.Medication_id.HeaderText = "Medication ID";
|
|
this.Medication_id.Name = "Medication_id";
|
|
//
|
|
// Patient_id
|
|
//
|
|
this.Patient_id.DataPropertyName = "Patient_id";
|
|
this.Patient_id.HeaderText = "Patient ID";
|
|
this.Patient_id.Name = "Patient_id";
|
|
//
|
|
// cmuRx
|
|
//
|
|
this.cmuRx.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuRxNew, this.cmuRxEdit, this.cmuRxDelete });
|
|
this.cmuRx.Name = "cmuRx";
|
|
this.cmuRx.Size = new System.Drawing.Size(108, 70);
|
|
//
|
|
// cmuRxNew
|
|
//
|
|
this.cmuRxNew.Name = "cmuRxNew";
|
|
this.cmuRxNew.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuRxNew.Text = "New";
|
|
//
|
|
// cmuRxEdit
|
|
//
|
|
this.cmuRxEdit.Name = "cmuRxEdit";
|
|
this.cmuRxEdit.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuRxEdit.Text = "Edit";
|
|
//
|
|
// cmuRxDelete
|
|
//
|
|
this.cmuRxDelete.Name = "cmuRxDelete";
|
|
this.cmuRxDelete.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuRxDelete.Text = "Delete";
|
|
//
|
|
// 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, 415);
|
|
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
|
|
//
|
|
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);
|
|
this.splcPhysician.Size = new System.Drawing.Size(652, 409);
|
|
this.splcPhysician.SplitterDistance = 183;
|
|
this.splcPhysician.TabIndex = 0;
|
|
//
|
|
// txtPhysicianID
|
|
//
|
|
this.txtPhysicianID.Location = new System.Drawing.Point(99, 111);
|
|
this.txtPhysicianID.Name = "txtPhysicianID";
|
|
this.txtPhysicianID.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPhysicianID.TabIndex = 8;
|
|
//
|
|
// lblPhysicianID
|
|
//
|
|
this.lblPhysicianID.AutoSize = true;
|
|
this.lblPhysicianID.Location = new System.Drawing.Point(24, 111);
|
|
this.lblPhysicianID.Name = "lblPhysicianID";
|
|
this.lblPhysicianID.Size = new System.Drawing.Size(69, 13);
|
|
this.lblPhysicianID.TabIndex = 7;
|
|
this.lblPhysicianID.Text = "Physician ID:";
|
|
//
|
|
// txtPhysicianLast
|
|
//
|
|
this.txtPhysicianLast.Location = new System.Drawing.Point(99, 67);
|
|
this.txtPhysicianLast.Name = "txtPhysicianLast";
|
|
this.txtPhysicianLast.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPhysicianLast.TabIndex = 6;
|
|
//
|
|
// 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 = 5;
|
|
//
|
|
// btnPhysicianSearch
|
|
//
|
|
this.btnPhysicianSearch.Location = new System.Drawing.Point(45, 146);
|
|
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;
|
|
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;
|
|
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(3, 3);
|
|
this.dgvPhysician.Name = "dgvPhysician";
|
|
this.dgvPhysician.ReadOnly = true;
|
|
this.dgvPhysician.Size = new System.Drawing.Size(646, 216);
|
|
this.dgvPhysician.TabIndex = 0;
|
|
//
|
|
// Phys_id
|
|
//
|
|
this.Phys_id.DataPropertyName = "Physician_id";
|
|
this.Phys_id.HeaderText = "Physician ID";
|
|
this.Phys_id.Name = "Phys_id";
|
|
this.Phys_id.ReadOnly = true;
|
|
//
|
|
// namefirst
|
|
//
|
|
this.namefirst.DataPropertyName = "FirstName";
|
|
this.namefirst.HeaderText = "First Name";
|
|
this.namefirst.Name = "namefirst";
|
|
this.namefirst.ReadOnly = true;
|
|
//
|
|
// namelast
|
|
//
|
|
this.namelast.DataPropertyName = "LastName";
|
|
this.namelast.HeaderText = "Last Name";
|
|
this.namelast.Name = "namelast";
|
|
this.namelast.ReadOnly = true;
|
|
//
|
|
// initialsmiddle
|
|
//
|
|
this.initialsmiddle.DataPropertyName = "MiddleInitials";
|
|
this.initialsmiddle.HeaderText = "Middle Initial";
|
|
this.initialsmiddle.Name = "initialsmiddle";
|
|
this.initialsmiddle.ReadOnly = true;
|
|
//
|
|
// cit
|
|
//
|
|
this.cit.DataPropertyName = "City";
|
|
this.cit.HeaderText = "City";
|
|
this.cit.Name = "cit";
|
|
this.cit.ReadOnly = true;
|
|
//
|
|
// state
|
|
//
|
|
this.state.DataPropertyName = "UsState";
|
|
this.state.HeaderText = "State";
|
|
this.state.Name = "state";
|
|
this.state.ReadOnly = true;
|
|
//
|
|
// zipp
|
|
//
|
|
this.zipp.DataPropertyName = "Zip";
|
|
this.zipp.HeaderText = "Zip";
|
|
this.zipp.Name = "zipp";
|
|
this.zipp.ReadOnly = true;
|
|
//
|
|
// dobb
|
|
//
|
|
this.dobb.DataPropertyName = "DOB";
|
|
dataGridViewCellStyle2.Format = "d";
|
|
dataGridViewCellStyle2.NullValue = null;
|
|
this.dobb.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dobb.HeaderText = "DOB";
|
|
this.dobb.Name = "dobb";
|
|
this.dobb.ReadOnly = true;
|
|
//
|
|
// numberphone
|
|
//
|
|
this.numberphone.DataPropertyName = "PhoneNumber";
|
|
this.numberphone.HeaderText = "Phone Number";
|
|
this.numberphone.Name = "numberphone";
|
|
this.numberphone.ReadOnly = true;
|
|
//
|
|
// gennder
|
|
//
|
|
this.gennder.DataPropertyName = "Gender";
|
|
this.gennder.HeaderText = "Gender";
|
|
this.gennder.Name = "gennder";
|
|
this.gennder.ReadOnly = true;
|
|
//
|
|
// Specialty
|
|
//
|
|
this.Specialty.DataPropertyName = "Specialty";
|
|
this.Specialty.HeaderText = "Specialty";
|
|
this.Specialty.Name = "Specialty";
|
|
this.Specialty.ReadOnly = true;
|
|
//
|
|
// cmuPhysician
|
|
//
|
|
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";
|
|
//
|
|
// cmuPhysicianEdit
|
|
//
|
|
this.cmuPhysicianEdit.Name = "cmuPhysicianEdit";
|
|
this.cmuPhysicianEdit.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuPhysicianEdit.Text = "Edit";
|
|
//
|
|
// cmuPhysicianDelete
|
|
//
|
|
this.cmuPhysicianDelete.Name = "cmuPhysicianDelete";
|
|
this.cmuPhysicianDelete.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuPhysicianDelete.Text = "Delete";
|
|
//
|
|
// frmInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(737, 465);
|
|
this.Controls.Add(this.tbcInfo);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
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);
|
|
this.tbpPrescription.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);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).EndInit();
|
|
this.cmuRx.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);
|
|
this.ResumeLayout(false);
|
|
}
|
|
|
|
private System.Windows.Forms.ContextMenuStrip cmuPatient;
|
|
private System.Windows.Forms.ContextMenuStrip cmuRx;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuRxNew;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuRxEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuRxDelete;
|
|
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;
|
|
|
|
#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;
|
|
private System.Windows.Forms.TabPage tbpPrescription;
|
|
private System.Windows.Forms.SplitContainer splcPatient;
|
|
private System.Windows.Forms.SplitContainer splcPrescription;
|
|
private System.Windows.Forms.Button btnPatientSearch;
|
|
private System.Windows.Forms.TextBox txtRxNumber;
|
|
private System.Windows.Forms.Label lblPrescriptionPatID;
|
|
private System.Windows.Forms.Label lblRxNumber;
|
|
private System.Windows.Forms.TextBox txtPrescriptionPatID;
|
|
private System.Windows.Forms.Button btnPrescriptionSearch;
|
|
private System.Windows.Forms.Button btnPhysicianSearch;
|
|
private System.Windows.Forms.TextBox txtPatientLast;
|
|
private System.Windows.Forms.TextBox txtPatientFirst;
|
|
private 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 RxNum_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn numRefills;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pastNumRefills;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PrescribedBy;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Physician_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Medication_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Patient_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;
|
|
private System.Windows.Forms.TextBox txtPhysicianID;
|
|
private System.Windows.Forms.Label lblPhysicianID;
|
|
private System.Windows.Forms.TextBox txtPatientID;
|
|
private System.Windows.Forms.Label lblPatientID;
|
|
}
|
|
} |