102 lines
4.3 KiB
C#
102 lines
4.3 KiB
C#
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
{
|
|
partial class frmRefill
|
|
{
|
|
/// <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()
|
|
{
|
|
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.tbUpdateRefill = new System.Windows.Forms.TabPage();
|
|
this.tbDeleteRefill = new System.Windows.Forms.TabPage();
|
|
this.tabControl1.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, 12);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(576, 342);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tbAddRefill
|
|
//
|
|
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(568, 316);
|
|
this.tbAddRefill.TabIndex = 0;
|
|
this.tbAddRefill.Text = "Add Refill";
|
|
this.tbAddRefill.UseVisualStyleBackColor = true;
|
|
//
|
|
// tbUpdateRefill
|
|
//
|
|
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(568, 316);
|
|
this.tbUpdateRefill.TabIndex = 1;
|
|
this.tbUpdateRefill.Text = "Update Refill";
|
|
this.tbUpdateRefill.UseVisualStyleBackColor = true;
|
|
//
|
|
// tbDeleteRefill
|
|
//
|
|
this.tbDeleteRefill.Location = new System.Drawing.Point(4, 22);
|
|
this.tbDeleteRefill.Name = "tbDeleteRefill";
|
|
this.tbDeleteRefill.Size = new System.Drawing.Size(568, 316);
|
|
this.tbDeleteRefill.TabIndex = 2;
|
|
this.tbDeleteRefill.Text = "Delete Refill";
|
|
this.tbDeleteRefill.UseVisualStyleBackColor = true;
|
|
//
|
|
// frmRefill
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(600, 366);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.Name = "frmRefill";
|
|
this.Text = "Louis\' Pharmacy - Prescription Refill";
|
|
this.tabControl1.ResumeLayout(false);
|
|
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;
|
|
}
|
|
} |