namespace Louis__Pharmacy_CNSA212_FP { partial class frmRefill { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.dgvAddRefill = new System.Windows.Forms.DataGridView(); this.tbUpdateRefill = new System.Windows.Forms.TabPage(); this.dgvUpdateRefill = new System.Windows.Forms.DataGridView(); this.tbDeleteRefill = new System.Windows.Forms.TabPage(); this.dgvDeleteRefill = new System.Windows.Forms.DataGridView(); 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.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(); this.tabControl1.SuspendLayout(); this.tbAddRefill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvAddRefill)).BeginInit(); this.tbUpdateRefill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUpdateRefill)).BeginInit(); this.tbDeleteRefill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDeleteRefill)).BeginInit(); 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.dgvAddRefill); 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; // // 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; // // tbUpdateRefill // 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; // // dgvUpdateRefill // 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; // // tbDeleteRefill // 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; // // dgvDeleteRefill // 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; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 23); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(23, 23); // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 23); // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 23); // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 23); // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 6); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F); this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(100, 23); // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 23); // // 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); // // rEFILLSBindingNavigatorSaveItem // this.rEFILLSBindingNavigatorSaveItem.Name = "rEFILLSBindingNavigatorSaveItem"; this.rEFILLSBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23); // // refill_id // this.refill_id.HeaderText = "Refill ID"; this.refill_id.Name = "refill_id"; // // refilldate // this.refilldate.HeaderText = "Date of Refill"; this.refilldate.Name = "refilldate"; // // patient_id // this.patient_id.HeaderText = "Patient ID"; this.patient_id.Name = "patient_id"; // // medication_id // this.medication_id.HeaderText = "Medication ID"; this.medication_id.Name = "medication_id"; // // rxnum // this.rxnum.HeaderText = "Rx Number"; this.rxnum.Name = "rxnum"; // // frmRefill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(631, 350); 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.dgvAddRefill)).EndInit(); this.tbUpdateRefill.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvUpdateRefill)).EndInit(); this.tbDeleteRefill.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDeleteRefill)).EndInit(); this.ResumeLayout(false); } #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.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 dgvAddRefill; 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 dgvUpdateRefill; 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 dgvDeleteRefill; 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; 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; } }