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-02 12:40:19 -05:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRefill));
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.tbAddRefill = new System.Windows.Forms.TabPage();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.dgvAddRefill = new System.Windows.Forms.DataGridView();
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.tbUpdateRefill = new System.Windows.Forms.TabPage();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.dgvUpdateRefill = new System.Windows.Forms.DataGridView();
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.tbDeleteRefill = new System.Windows.Forms.TabPage();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.dgvDeleteRefill = new System.Windows.Forms.DataGridView();
|
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-13 23:04:42 -05:00
|
|
|
|
this.refill_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.refilldate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.patient_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.medication_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rxnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tabControl1.SuspendLayout();
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbAddRefill.SuspendLayout();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAddRefill)).BeginInit();
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbUpdateRefill.SuspendLayout();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUpdateRefill)).BeginInit();
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbDeleteRefill.SuspendLayout();
|
2024-02-13 23:04:42 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDeleteRefill)).BeginInit();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2024-02-07 12:55:11 -05:00
|
|
|
|
// tabControl1
|
|
|
|
|
//
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.tabControl1.Controls.Add(this.tbAddRefill);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tbUpdateRefill);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tbDeleteRefill);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(12, 28);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(580, 322);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.tabControl1.TabIndex = 0;
|
|
|
|
|
//
|
2024-02-07 16:44:26 -05:00
|
|
|
|
// tbAddRefill
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbAddRefill.AutoScroll = true;
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.tbAddRefill.Controls.Add(this.dgvAddRefill);
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.tbAddRefill.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tbAddRefill.Name = "tbAddRefill";
|
|
|
|
|
this.tbAddRefill.Padding = new System.Windows.Forms.Padding(3);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbAddRefill.Size = new System.Drawing.Size(572, 296);
|
2024-02-07 16:44:26 -05:00
|
|
|
|
this.tbAddRefill.TabIndex = 0;
|
|
|
|
|
this.tbAddRefill.Text = "Add Refill";
|
|
|
|
|
this.tbAddRefill.UseVisualStyleBackColor = true;
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// dgvAddRefill
|
|
|
|
|
//
|
|
|
|
|
this.dgvAddRefill.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvAddRefill.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dgvAddRefill.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.refill_id,
|
|
|
|
|
this.refilldate,
|
|
|
|
|
this.patient_id,
|
|
|
|
|
this.medication_id,
|
|
|
|
|
this.rxnum});
|
|
|
|
|
this.dgvAddRefill.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
this.dgvAddRefill.Name = "dgvAddRefill";
|
|
|
|
|
this.dgvAddRefill.Size = new System.Drawing.Size(556, 304);
|
|
|
|
|
this.dgvAddRefill.TabIndex = 0;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// tbUpdateRefill
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.tbUpdateRefill.AutoScroll = true;
|
|
|
|
|
this.tbUpdateRefill.Controls.Add(this.dgvUpdateRefill);
|
|
|
|
|
this.tbUpdateRefill.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tbUpdateRefill.Name = "tbUpdateRefill";
|
|
|
|
|
this.tbUpdateRefill.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tbUpdateRefill.Size = new System.Drawing.Size(572, 296);
|
|
|
|
|
this.tbUpdateRefill.TabIndex = 1;
|
|
|
|
|
this.tbUpdateRefill.Text = "Update Refill";
|
|
|
|
|
this.tbUpdateRefill.UseVisualStyleBackColor = true;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// dgvUpdateRefill
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.dgvUpdateRefill.AllowUserToAddRows = false;
|
|
|
|
|
this.dgvUpdateRefill.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvUpdateRefill.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dgvUpdateRefill.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
this.dgvUpdateRefill.Name = "dgvUpdateRefill";
|
|
|
|
|
this.dgvUpdateRefill.Size = new System.Drawing.Size(560, 282);
|
|
|
|
|
this.dgvUpdateRefill.TabIndex = 0;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// tbDeleteRefill
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.tbDeleteRefill.AutoScroll = true;
|
|
|
|
|
this.tbDeleteRefill.Controls.Add(this.dgvDeleteRefill);
|
|
|
|
|
this.tbDeleteRefill.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tbDeleteRefill.Name = "tbDeleteRefill";
|
|
|
|
|
this.tbDeleteRefill.Size = new System.Drawing.Size(572, 296);
|
|
|
|
|
this.tbDeleteRefill.TabIndex = 2;
|
|
|
|
|
this.tbDeleteRefill.Text = "Delete Refill";
|
|
|
|
|
this.tbDeleteRefill.UseVisualStyleBackColor = true;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// dgvDeleteRefill
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.dgvDeleteRefill.AllowUserToAddRows = false;
|
|
|
|
|
this.dgvDeleteRefill.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dgvDeleteRefill.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.dgvDeleteRefill.Name = "dgvDeleteRefill";
|
|
|
|
|
this.dgvDeleteRefill.ReadOnly = true;
|
|
|
|
|
this.dgvDeleteRefill.Size = new System.Drawing.Size(566, 285);
|
|
|
|
|
this.dgvDeleteRefill.TabIndex = 0;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
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-13 23:04:42 -05:00
|
|
|
|
// refill_id
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.refill_id.HeaderText = "Refill ID";
|
|
|
|
|
this.refill_id.Name = "refill_id";
|
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-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-13 23:04:42 -05:00
|
|
|
|
// patient_id
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.patient_id.HeaderText = "Patient ID";
|
|
|
|
|
this.patient_id.Name = "patient_id";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// medication_id
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.medication_id.HeaderText = "Medication ID";
|
|
|
|
|
this.medication_id.Name = "medication_id";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
// rxnum
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
2024-02-13 23:04:42 -05:00
|
|
|
|
this.rxnum.HeaderText = "Rx Number";
|
|
|
|
|
this.rxnum.Name = "rxnum";
|
2024-02-07 16:53:41 -05:00
|
|
|
|
//
|
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-07 16:53:41 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(631, 350);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.Controls.Add(this.tabControl1);
|
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-07 12:55:11 -05:00
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbAddRefill.ResumeLayout(false);
|
2024-02-13 23:04:42 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAddRefill)).EndInit();
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbUpdateRefill.ResumeLayout(false);
|
2024-02-13 23:04:42 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUpdateRefill)).EndInit();
|
2024-02-07 16:53:41 -05:00
|
|
|
|
this.tbDeleteRefill.ResumeLayout(false);
|
2024-02-13 23:04:42 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDeleteRefill)).EndInit();
|
2024-02-02 12:40:19 -05:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-02-07 12:55:11 -05:00
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
2024-02-07 16:44:26 -05:00
|
|
|
|
private System.Windows.Forms.TabPage tbAddRefill;
|
|
|
|
|
private System.Windows.Forms.TabPage tbUpdateRefill;
|
|
|
|
|
private System.Windows.Forms.TabPage tbDeleteRefill;
|
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;
|
2024-02-13 23:04:42 -05:00
|
|
|
|
private System.Windows.Forms.DataGridView dgvAddRefill;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
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;
|
2024-02-13 23:04:42 -05:00
|
|
|
|
private System.Windows.Forms.DataGridView dgvUpdateRefill;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
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;
|
2024-02-13 23:04:42 -05:00
|
|
|
|
private System.Windows.Forms.DataGridView dgvDeleteRefill;
|
2024-02-07 16:53:41 -05:00
|
|
|
|
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-13 23:04:42 -05:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn refill_id;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn refilldate;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn patient_id;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn medication_id;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn rxnum;
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
2024-01-31 12:11:30 -05:00
|
|
|
|
}
|