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 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-20 21:42:40 -05:00
|
|
|
|
this.dgvRefills = new System.Windows.Forms.DataGridView();
|
2024-02-20 01:24:59 -05:00
|
|
|
|
this.refillid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.refilldate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.patientid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.medicationid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rxnumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2024-02-20 21:42:40 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvRefills)).BeginInit();
|
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-20 21:42:40 -05:00
|
|
|
|
// dgvRefills
|
2024-02-16 11:08:51 -05:00
|
|
|
|
//
|
2024-02-20 21:42:40 -05:00
|
|
|
|
this.dgvRefills.AllowUserToAddRows = false;
|
|
|
|
|
this.dgvRefills.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvRefills.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dgvRefills.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.refillid,
|
|
|
|
|
this.refilldate,
|
|
|
|
|
this.patientid,
|
|
|
|
|
this.medicationid,
|
|
|
|
|
this.rxnumber});
|
|
|
|
|
this.dgvRefills.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.dgvRefills.Name = "dgvRefills";
|
|
|
|
|
this.dgvRefills.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
this.dgvRefills.Size = new System.Drawing.Size(613, 298);
|
|
|
|
|
this.dgvRefills.TabIndex = 1;
|
2024-02-16 11:08:51 -05:00
|
|
|
|
//
|
2024-02-20 01:24:59 -05:00
|
|
|
|
// refillid
|
|
|
|
|
//
|
|
|
|
|
this.refillid.DataPropertyName = "Refill_id";
|
|
|
|
|
this.refillid.HeaderText = "Refill ID";
|
|
|
|
|
this.refillid.Name = "refillid";
|
|
|
|
|
//
|
|
|
|
|
// refilldate
|
|
|
|
|
//
|
|
|
|
|
this.refilldate.DataPropertyName = "RefillDate";
|
|
|
|
|
dataGridViewCellStyle1.Format = "d";
|
|
|
|
|
dataGridViewCellStyle1.NullValue = null;
|
|
|
|
|
this.refilldate.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
this.refilldate.HeaderText = "Date of Refill";
|
|
|
|
|
this.refilldate.Name = "refilldate";
|
|
|
|
|
//
|
|
|
|
|
// patientid
|
|
|
|
|
//
|
|
|
|
|
this.patientid.DataPropertyName = "Patient_id";
|
|
|
|
|
this.patientid.HeaderText = "Patient ID";
|
|
|
|
|
this.patientid.Name = "patientid";
|
|
|
|
|
//
|
|
|
|
|
// medicationid
|
|
|
|
|
//
|
|
|
|
|
this.medicationid.DataPropertyName = "Medication_id";
|
|
|
|
|
this.medicationid.HeaderText = "Medication ID";
|
|
|
|
|
this.medicationid.Name = "medicationid";
|
|
|
|
|
//
|
|
|
|
|
// rxnumber
|
|
|
|
|
//
|
|
|
|
|
this.rxnumber.DataPropertyName = "RxNum_id";
|
|
|
|
|
this.rxnumber.HeaderText = "Rx Number ID";
|
|
|
|
|
this.rxnumber.Name = "rxnumber";
|
|
|
|
|
//
|
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-20 21:42:40 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(637, 322);
|
|
|
|
|
this.Controls.Add(this.dgvRefills);
|
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-20 21:42:40 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvRefills)).EndInit();
|
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-20 21:42:40 -05:00
|
|
|
|
private System.Windows.Forms.DataGridView dgvRefills;
|
2024-02-20 01:24:59 -05:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn refillid;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn refilldate;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn patientid;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn medicationid;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn rxnumber;
|
2024-01-31 12:05:11 -05:00
|
|
|
|
}
|
2024-01-31 12:11:30 -05:00
|
|
|
|
}
|