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

179 lines
8.4 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 frmPrescription
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(frmPrescription));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.dgvPrescriptions = new System.Windows.Forms.DataGridView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.btnSearch = new System.Windows.Forms.Button();
this.lblLastName = new System.Windows.Forms.Label();
this.lblRxNumber = new System.Windows.Forms.Label();
this.lblFirstName = new System.Windows.Forms.Label();
this.txtRxNumber = new System.Windows.Forms.TextBox();
this.txtLastName = new System.Windows.Forms.TextBox();
this.txtFirstName = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.dgvPrescriptions)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// dgvPrescriptions
//
this.dgvPrescriptions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPrescriptions.Location = new System.Drawing.Point(0, 3);
this.dgvPrescriptions.Name = "dgvPrescriptions";
this.dgvPrescriptions.RowHeadersWidth = 51;
this.dgvPrescriptions.RowTemplate.Height = 24;
this.dgvPrescriptions.Size = new System.Drawing.Size(878, 263);
this.dgvPrescriptions.TabIndex = 2;
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(13, 12);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.btnSearch);
this.splitContainer1.Panel1.Controls.Add(this.lblLastName);
this.splitContainer1.Panel1.Controls.Add(this.lblRxNumber);
this.splitContainer1.Panel1.Controls.Add(this.lblFirstName);
this.splitContainer1.Panel1.Controls.Add(this.txtRxNumber);
this.splitContainer1.Panel1.Controls.Add(this.txtLastName);
this.splitContainer1.Panel1.Controls.Add(this.txtFirstName);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgvPrescriptions);
this.splitContainer1.Size = new System.Drawing.Size(881, 546);
this.splitContainer1.SplitterDistance = 273;
this.splitContainer1.TabIndex = 3;
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(35, 213);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(93, 28);
this.btnSearch.TabIndex = 6;
this.btnSearch.Text = "Search";
this.btnSearch.UseVisualStyleBackColor = true;
//
// lblLastName
//
this.lblLastName.Location = new System.Drawing.Point(16, 101);
this.lblLastName.Name = "lblLastName";
this.lblLastName.Size = new System.Drawing.Size(100, 23);
this.lblLastName.TabIndex = 5;
this.lblLastName.Text = "Last Name:";
this.lblLastName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblRxNumber
//
this.lblRxNumber.Location = new System.Drawing.Point(16, 154);
this.lblRxNumber.Name = "lblRxNumber";
this.lblRxNumber.Size = new System.Drawing.Size(100, 23);
this.lblRxNumber.TabIndex = 4;
this.lblRxNumber.Text = "Rx Number:";
this.lblRxNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblFirstName
//
this.lblFirstName.Location = new System.Drawing.Point(16, 55);
this.lblFirstName.Name = "lblFirstName";
this.lblFirstName.Size = new System.Drawing.Size(100, 23);
this.lblFirstName.TabIndex = 3;
this.lblFirstName.Text = "First Name:";
this.lblFirstName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtRxNumber
//
this.txtRxNumber.Location = new System.Drawing.Point(122, 154);
this.txtRxNumber.Name = "txtRxNumber";
this.txtRxNumber.Size = new System.Drawing.Size(148, 22);
this.txtRxNumber.TabIndex = 2;
//
// txtLastName
//
this.txtLastName.Location = new System.Drawing.Point(122, 101);
this.txtLastName.Name = "txtLastName";
this.txtLastName.Size = new System.Drawing.Size(148, 22);
this.txtLastName.TabIndex = 1;
//
// txtFirstName
//
this.txtFirstName.Location = new System.Drawing.Point(122, 56);
this.txtFirstName.Name = "txtFirstName";
this.txtFirstName.Size = new System.Drawing.Size(148, 22);
this.txtFirstName.TabIndex = 0;
//
// frmPrescription
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
2024-01-31 09:05:11 -08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(981, 570);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPrescription";
this.Text = "Louis\' Pharmacy - Add / Update Prescription";
this.Load += new System.EventHandler(this.frmPrescription_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvPrescriptions)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
2024-01-31 09:05:11 -08:00
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.DataGridView dgvPrescriptions;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtFirstName;
private System.Windows.Forms.TextBox txtRxNumber;
private System.Windows.Forms.TextBox txtLastName;
private System.Windows.Forms.Label lblFirstName;
private System.Windows.Forms.Label lblLastName;
private System.Windows.Forms.Label lblRxNumber;
private System.Windows.Forms.Button btnSearch;
2024-01-31 09:05:11 -08:00
}
}