2024-01-31 12:05:11 -05:00
|
|
|
|
|
|
|
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
|
|
|
{
|
2024-01-31 12:45:33 -05:00
|
|
|
|
partial class frmRefill
|
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-14 15:35:00 -05:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2024-02-14 14:38:19 -05:00
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRefill));
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
|
|
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.rEFILLSBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.refillid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.refilldate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.patientid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.medicationid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rxnumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2024-02-14 15:35:00 -05:00
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.cmuAdd = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.cmuUpdate = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.cmuDelete = new System.Windows.Forms.ToolStripMenuItem();
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
2024-02-16 11:08:51 -05:00
|
|
|
|
this.txtPatientID = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtDate = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.btnSearch = new System.Windows.Forms.Button();
|
|
|
|
|
this.lblPatientID = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblDate = new System.Windows.Forms.Label();
|
2024-02-14 14:38:19 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
2024-02-14 15:35:00 -05:00
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
2024-02-16 08:37:02 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
2024-02-16 11:08:51 -05:00
|
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
|
|
this.splitContainer1.SuspendLayout();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorAddNewItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
|
|
|
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorCountItem
|
2024-02-09 11:12:39 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-09 11:12:39 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorDeleteItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
|
|
|
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorMoveFirstItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
|
|
|
|
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorMovePreviousItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
|
|
|
|
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorSeparator
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
|
|
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 6);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorPositionItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
|
|
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
|
|
|
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(100, 23);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorSeparator1
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
|
|
|
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorMoveNextItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
|
|
|
|
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-09 11:12:39 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// bindingNavigatorMoveLastItem
|
|
|
|
|
//
|
|
|
|
|
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
|
|
|
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 23);
|
|
|
|
|
//
|
|
|
|
|
// bindingNavigatorSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
|
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
|
2024-02-09 11:12:39 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// rEFILLSBindingNavigatorSaveItem
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.rEFILLSBindingNavigatorSaveItem.Name = "rEFILLSBindingNavigatorSaveItem";
|
|
|
|
|
this.rEFILLSBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
// dataGridView1
|
|
|
|
|
//
|
2024-02-16 11:08:51 -05:00
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.refillid,
|
|
|
|
|
this.refilldate,
|
|
|
|
|
this.patientid,
|
|
|
|
|
this.medicationid,
|
|
|
|
|
this.rxnumber});
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(625, 239);
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// refillid
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.refillid.DataPropertyName = "Refill_id";
|
|
|
|
|
this.refillid.HeaderText = "Refill ID";
|
|
|
|
|
this.refillid.Name = "refillid";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// refilldate
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.refilldate.DataPropertyName = "RefillDate";
|
|
|
|
|
dataGridViewCellStyle1.Format = "d";
|
|
|
|
|
dataGridViewCellStyle1.NullValue = null;
|
|
|
|
|
this.refilldate.DefaultCellStyle = dataGridViewCellStyle1;
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.refilldate.HeaderText = "Date of Refill";
|
|
|
|
|
this.refilldate.Name = "refilldate";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
// patientid
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.patientid.DataPropertyName = "Patient_id";
|
|
|
|
|
this.patientid.HeaderText = "Patient ID";
|
|
|
|
|
this.patientid.Name = "patientid";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
// medicationid
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.medicationid.DataPropertyName = "Medication_id";
|
|
|
|
|
this.medicationid.HeaderText = "Medication ID";
|
|
|
|
|
this.medicationid.Name = "medicationid";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
// rxnumber
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 14:38:19 -05:00
|
|
|
|
this.rxnumber.DataPropertyName = "RxNum";
|
|
|
|
|
this.rxnumber.HeaderText = "Rx Number";
|
|
|
|
|
this.rxnumber.Name = "rxnumber";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-14 15:35:00 -05:00
|
|
|
|
// contextMenuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.cmuAdd,
|
|
|
|
|
this.cmuUpdate,
|
|
|
|
|
this.cmuDelete});
|
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(113, 70);
|
2024-02-14 15:35:00 -05:00
|
|
|
|
//
|
|
|
|
|
// cmuAdd
|
|
|
|
|
//
|
|
|
|
|
this.cmuAdd.Name = "cmuAdd";
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.cmuAdd.Size = new System.Drawing.Size(112, 22);
|
2024-02-14 15:35:00 -05:00
|
|
|
|
this.cmuAdd.Text = "Add";
|
|
|
|
|
//
|
|
|
|
|
// cmuUpdate
|
|
|
|
|
//
|
|
|
|
|
this.cmuUpdate.Name = "cmuUpdate";
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.cmuUpdate.Size = new System.Drawing.Size(112, 22);
|
2024-02-14 15:35:00 -05:00
|
|
|
|
this.cmuUpdate.Text = "Update";
|
|
|
|
|
//
|
|
|
|
|
// cmuDelete
|
|
|
|
|
//
|
|
|
|
|
this.cmuDelete.Name = "cmuDelete";
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.cmuDelete.Size = new System.Drawing.Size(112, 22);
|
2024-02-14 15:35:00 -05:00
|
|
|
|
this.cmuDelete.Text = "Delete";
|
|
|
|
|
//
|
2024-02-16 08:37:02 -05:00
|
|
|
|
// splitContainer1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer1.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
//
|
2024-02-16 11:08:51 -05:00
|
|
|
|
// splitContainer1.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtPatientID);
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtDate);
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnSearch);
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.lblPatientID);
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.lblDate);
|
|
|
|
|
//
|
2024-02-16 08:37:02 -05:00
|
|
|
|
// splitContainer1.Panel2
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
|
|
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(631, 498);
|
|
|
|
|
this.splitContainer1.SplitterDistance = 249;
|
|
|
|
|
this.splitContainer1.TabIndex = 1;
|
|
|
|
|
//
|
2024-02-16 11:08:51 -05:00
|
|
|
|
// txtPatientID
|
|
|
|
|
//
|
|
|
|
|
this.txtPatientID.Location = new System.Drawing.Point(203, 120);
|
|
|
|
|
this.txtPatientID.Name = "txtPatientID";
|
|
|
|
|
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtPatientID.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// txtDate
|
|
|
|
|
//
|
|
|
|
|
this.txtDate.Location = new System.Drawing.Point(203, 51);
|
|
|
|
|
this.txtDate.Name = "txtDate";
|
|
|
|
|
this.txtDate.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.txtDate.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// btnSearch
|
|
|
|
|
//
|
|
|
|
|
this.btnSearch.Location = new System.Drawing.Point(106, 190);
|
|
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
|
|
this.btnSearch.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnSearch.TabIndex = 2;
|
|
|
|
|
this.btnSearch.Text = "Search";
|
|
|
|
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// lblPatientID
|
|
|
|
|
//
|
|
|
|
|
this.lblPatientID.AutoSize = true;
|
|
|
|
|
this.lblPatientID.Location = new System.Drawing.Point(62, 120);
|
|
|
|
|
this.lblPatientID.Name = "lblPatientID";
|
|
|
|
|
this.lblPatientID.Size = new System.Drawing.Size(57, 13);
|
|
|
|
|
this.lblPatientID.TabIndex = 1;
|
|
|
|
|
this.lblPatientID.Text = "Patient ID:";
|
|
|
|
|
//
|
|
|
|
|
// lblDate
|
|
|
|
|
//
|
|
|
|
|
this.lblDate.AutoSize = true;
|
|
|
|
|
this.lblDate.Location = new System.Drawing.Point(59, 51);
|
|
|
|
|
this.lblDate.Name = "lblDate";
|
|
|
|
|
this.lblDate.Size = new System.Drawing.Size(71, 13);
|
|
|
|
|
this.lblDate.TabIndex = 0;
|
|
|
|
|
this.lblDate.Text = "Date of Refill:";
|
|
|
|
|
//
|
2024-02-02 12:40:19 -05:00
|
|
|
|
// frmRefill
|
|
|
|
|
//
|
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-16 08:37:02 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(655, 522);
|
|
|
|
|
this.Controls.Add(this.splitContainer1);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.Name = "frmRefill";
|
|
|
|
|
this.Text = "Louis\' Pharmacy - Prescription Refill";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.Load += new System.EventHandler(this.frmRefill_Load);
|
2024-02-14 14:38:19 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
2024-02-14 15:35:00 -05:00
|
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
2024-02-16 11:08:51 -05:00
|
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splitContainer1.Panel1.PerformLayout();
|
2024-02-16 08:37:02 -05:00
|
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
|
|
this.splitContainer1.ResumeLayout(false);
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-02-07 16:53:41 -05:00
|
|
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
|
|
|
|
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton rEFILLSBindingNavigatorSaveItem;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
|
2024-02-14 14:38:19 -05:00
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn refillid;
|
2024-02-13 23:04:42 -05:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn refilldate;
|
2024-02-14 14:38:19 -05:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn patientid;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn medicationid;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn rxnumber;
|
2024-02-14 15:35:00 -05:00
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem cmuAdd;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem cmuUpdate;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem cmuDelete;
|
2024-02-16 08:37:02 -05:00
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
2024-02-16 11:08:51 -05:00
|
|
|
|
private System.Windows.Forms.TextBox txtPatientID;
|
|
|
|
|
private System.Windows.Forms.TextBox txtDate;
|
|
|
|
|
private System.Windows.Forms.Button btnSearch;
|
|
|
|
|
private System.Windows.Forms.Label lblPatientID;
|
|
|
|
|
private System.Windows.Forms.Label lblDate;
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
2024-01-31 12:11:30 -05:00
|
|
|
|
}
|