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

343 lines
20 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 frmRefill
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRefill));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tbAddRefill = new System.Windows.Forms.TabPage();
this.rEFILLSDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rEFILLSBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tbUpdateRefill = new System.Windows.Forms.TabPage();
this.rEFILLSDataGridView1 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tbDeleteRefill = new System.Windows.Forms.TabPage();
this.rEFILLSDataGridView2 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rEFILLSBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
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();
this.tabControl1.SuspendLayout();
this.tbAddRefill.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSBindingSource)).BeginInit();
this.tbUpdateRefill.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSDataGridView1)).BeginInit();
this.tbDeleteRefill.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSDataGridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSBindingNavigator)).BeginInit();
this.rEFILLSBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tbAddRefill);
this.tabControl1.Controls.Add(this.tbUpdateRefill);
this.tabControl1.Controls.Add(this.tbDeleteRefill);
this.tabControl1.Location = new System.Drawing.Point(12, 28);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(580, 322);
this.tabControl1.TabIndex = 0;
//
// tbAddRefill
//
this.tbAddRefill.AutoScroll = true;
this.tbAddRefill.Controls.Add(this.rEFILLSDataGridView);
this.tbAddRefill.Location = new System.Drawing.Point(4, 22);
this.tbAddRefill.Name = "tbAddRefill";
this.tbAddRefill.Padding = new System.Windows.Forms.Padding(3);
this.tbAddRefill.Size = new System.Drawing.Size(572, 296);
this.tbAddRefill.TabIndex = 0;
this.tbAddRefill.Text = "Add Refill";
this.tbAddRefill.UseVisualStyleBackColor = true;
//
// rEFILLSDataGridView
//
this.rEFILLSDataGridView.AllowUserToDeleteRows = false;
this.rEFILLSDataGridView.AutoGenerateColumns = false;
this.rEFILLSDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.rEFILLSDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.rEFILLSDataGridView.DataSource = this.rEFILLSBindingSource;
this.rEFILLSDataGridView.Location = new System.Drawing.Point(6, 6);
this.rEFILLSDataGridView.Name = "rEFILLSDataGridView";
this.rEFILLSDataGridView.Size = new System.Drawing.Size(556, 304);
this.rEFILLSDataGridView.TabIndex = 0;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Refill_id";
this.dataGridViewTextBoxColumn1.HeaderText = "Refill_id";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Numrefill";
this.dataGridViewTextBoxColumn2.HeaderText = "Numrefill";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "StartDate";
this.dataGridViewTextBoxColumn3.HeaderText = "StartDate";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "EndDate";
this.dataGridViewTextBoxColumn4.HeaderText = "EndDate";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "NotesAndComments";
this.dataGridViewTextBoxColumn5.HeaderText = "NotesAndComments";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// tbUpdateRefill
//
this.tbUpdateRefill.AutoScroll = true;
this.tbUpdateRefill.Controls.Add(this.rEFILLSDataGridView1);
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;
//
// rEFILLSDataGridView1
//
this.rEFILLSDataGridView1.AllowUserToAddRows = false;
this.rEFILLSDataGridView1.AllowUserToDeleteRows = false;
this.rEFILLSDataGridView1.AutoGenerateColumns = false;
this.rEFILLSDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.rEFILLSDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10});
this.rEFILLSDataGridView1.DataSource = this.rEFILLSBindingSource;
this.rEFILLSDataGridView1.Location = new System.Drawing.Point(6, 6);
this.rEFILLSDataGridView1.Name = "rEFILLSDataGridView1";
this.rEFILLSDataGridView1.Size = new System.Drawing.Size(560, 282);
this.rEFILLSDataGridView1.TabIndex = 0;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Refill_id";
this.dataGridViewTextBoxColumn6.HeaderText = "Refill_id";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "Numrefill";
this.dataGridViewTextBoxColumn7.HeaderText = "Numrefill";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "StartDate";
this.dataGridViewTextBoxColumn8.HeaderText = "StartDate";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "EndDate";
this.dataGridViewTextBoxColumn9.HeaderText = "EndDate";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "NotesAndComments";
this.dataGridViewTextBoxColumn10.HeaderText = "NotesAndComments";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
//
// tbDeleteRefill
//
this.tbDeleteRefill.AutoScroll = true;
this.tbDeleteRefill.Controls.Add(this.rEFILLSDataGridView2);
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;
//
// rEFILLSDataGridView2
//
this.rEFILLSDataGridView2.AllowUserToAddRows = false;
this.rEFILLSDataGridView2.AutoGenerateColumns = false;
this.rEFILLSDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.rEFILLSDataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13,
this.dataGridViewTextBoxColumn14,
this.dataGridViewTextBoxColumn15});
this.rEFILLSDataGridView2.DataSource = this.rEFILLSBindingSource;
this.rEFILLSDataGridView2.Location = new System.Drawing.Point(3, 3);
this.rEFILLSDataGridView2.Name = "rEFILLSDataGridView2";
this.rEFILLSDataGridView2.ReadOnly = true;
this.rEFILLSDataGridView2.Size = new System.Drawing.Size(566, 285);
this.rEFILLSDataGridView2.TabIndex = 0;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "Refill_id";
this.dataGridViewTextBoxColumn11.HeaderText = "Refill_id";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.DataPropertyName = "Numrefill";
this.dataGridViewTextBoxColumn12.HeaderText = "Numrefill";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
this.dataGridViewTextBoxColumn12.ReadOnly = true;
//
// dataGridViewTextBoxColumn13
//
this.dataGridViewTextBoxColumn13.DataPropertyName = "StartDate";
this.dataGridViewTextBoxColumn13.HeaderText = "StartDate";
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
this.dataGridViewTextBoxColumn13.ReadOnly = true;
//
// dataGridViewTextBoxColumn14
//
this.dataGridViewTextBoxColumn14.DataPropertyName = "EndDate";
this.dataGridViewTextBoxColumn14.HeaderText = "EndDate";
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
this.dataGridViewTextBoxColumn14.ReadOnly = true;
//
// dataGridViewTextBoxColumn15
//
this.dataGridViewTextBoxColumn15.DataPropertyName = "NotesAndComments";
this.dataGridViewTextBoxColumn15.HeaderText = "NotesAndComments";
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
this.dataGridViewTextBoxColumn15.ReadOnly = true;
//
// frmRefill
//
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(631, 350);
this.Controls.Add(this.rEFILLSBindingNavigator);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmRefill";
this.Text = "Louis\' Pharmacy - Prescription Refill";
this.Load += new System.EventHandler(this.frmRefill_Load);
this.tabControl1.ResumeLayout(false);
this.tbAddRefill.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rEFILLSDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSBindingSource)).EndInit();
this.tbUpdateRefill.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rEFILLSDataGridView1)).EndInit();
this.tbDeleteRefill.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rEFILLSDataGridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rEFILLSBindingNavigator)).EndInit();
this.rEFILLSBindingNavigator.ResumeLayout(false);
this.rEFILLSBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
2024-01-31 09:05:11 -08:00
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tbAddRefill;
private System.Windows.Forms.TabPage tbUpdateRefill;
private System.Windows.Forms.TabPage tbDeleteRefill;
private System.Windows.Forms.BindingSource rEFILLSBindingSource;
private System.Windows.Forms.BindingNavigator rEFILLSBindingNavigator;
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.DataGridView rEFILLSDataGridView;
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.DataGridView rEFILLSDataGridView1;
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.DataGridView rEFILLSDataGridView2;
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-01-31 09:05:11 -08:00
}
}