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

386 lines
17 KiB
C#
Raw Normal View History

using System.ComponentModel;
namespace Louis__Pharmacy_CNSA212_FP
{
partial class frmPatient
{
/// <summary>
/// Required designer variable.
/// </summary>
private 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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.txtPatientID = new System.Windows.Forms.TextBox();
this.txtFname = new System.Windows.Forms.TextBox();
this.txtLname = new System.Windows.Forms.TextBox();
this.txtMidInit = new System.Windows.Forms.TextBox();
this.txtWeight = new System.Windows.Forms.TextBox();
this.txtHeightFt = new System.Windows.Forms.TextBox();
this.txtHeightIn = new System.Windows.Forms.TextBox();
this.txtDOB = new System.Windows.Forms.TextBox();
this.txtCity = new System.Windows.Forms.TextBox();
this.txtZip = new System.Windows.Forms.TextBox();
this.txtState = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.lblDisPurpose = new System.Windows.Forms.Label();
2024-02-15 09:04:26 -08:00
this.btnGO = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
2024-02-19 19:24:03 -08:00
this.cboGender = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
2024-02-19 19:24:03 -08:00
this.label1.Location = new System.Drawing.Point(83, 72);
this.label1.Name = "label1";
2024-02-19 19:24:03 -08:00
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 0;
this.label1.Text = "Patient ID:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
2024-02-19 19:24:03 -08:00
this.label2.Location = new System.Drawing.Point(83, 95);
this.label2.Name = "label2";
2024-02-19 19:24:03 -08:00
this.label2.Size = new System.Drawing.Size(100, 23);
this.label2.TabIndex = 1;
this.label2.Text = "First Name:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
2024-02-19 19:24:03 -08:00
this.label3.Location = new System.Drawing.Point(83, 118);
this.label3.Name = "label3";
2024-02-19 19:24:03 -08:00
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 2;
this.label3.Text = "Last Name:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
2024-02-19 19:24:03 -08:00
this.label4.Location = new System.Drawing.Point(83, 141);
this.label4.Name = "label4";
2024-02-19 19:24:03 -08:00
this.label4.Size = new System.Drawing.Size(100, 23);
this.label4.TabIndex = 3;
this.label4.Text = "Middle Initial:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
2024-02-19 19:24:03 -08:00
this.label5.Location = new System.Drawing.Point(391, 72);
this.label5.Name = "label5";
2024-02-19 19:24:03 -08:00
this.label5.Size = new System.Drawing.Size(100, 23);
this.label5.TabIndex = 4;
this.label5.Text = "City:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label6
//
2024-02-19 19:24:03 -08:00
this.label6.Location = new System.Drawing.Point(391, 95);
this.label6.Name = "label6";
2024-02-19 19:24:03 -08:00
this.label6.Size = new System.Drawing.Size(100, 23);
this.label6.TabIndex = 5;
this.label6.Text = "Zip Code:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label7
//
2024-02-19 19:24:03 -08:00
this.label7.Location = new System.Drawing.Point(391, 118);
this.label7.Name = "label7";
2024-02-19 19:24:03 -08:00
this.label7.Size = new System.Drawing.Size(100, 23);
this.label7.TabIndex = 6;
this.label7.Text = "State";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label8
//
2024-02-19 19:24:03 -08:00
this.label8.Location = new System.Drawing.Point(83, 164);
this.label8.Name = "label8";
2024-02-19 19:24:03 -08:00
this.label8.Size = new System.Drawing.Size(100, 23);
this.label8.TabIndex = 7;
this.label8.Text = "Weight (Lbs):";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label9
//
2024-02-19 19:24:03 -08:00
this.label9.Location = new System.Drawing.Point(83, 187);
this.label9.Name = "label9";
2024-02-19 19:24:03 -08:00
this.label9.Size = new System.Drawing.Size(100, 23);
this.label9.TabIndex = 8;
this.label9.Text = "Height (Ft):";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label10
//
2024-02-19 19:24:03 -08:00
this.label10.Location = new System.Drawing.Point(83, 210);
this.label10.Name = "label10";
2024-02-19 19:24:03 -08:00
this.label10.Size = new System.Drawing.Size(100, 23);
this.label10.TabIndex = 9;
this.label10.Text = "Height (in):";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label11
//
2024-02-19 19:24:03 -08:00
this.label11.Location = new System.Drawing.Point(83, 233);
this.label11.Name = "label11";
2024-02-19 19:24:03 -08:00
this.label11.Size = new System.Drawing.Size(100, 23);
this.label11.TabIndex = 10;
this.label11.Text = "Date of Birth:";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label12
//
2024-02-19 19:24:03 -08:00
this.label12.Location = new System.Drawing.Point(391, 141);
this.label12.Name = "label12";
2024-02-19 19:24:03 -08:00
this.label12.Size = new System.Drawing.Size(100, 23);
this.label12.TabIndex = 11;
this.label12.Text = "Phone Number:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label13
//
2024-02-19 19:24:03 -08:00
this.label13.Location = new System.Drawing.Point(83, 256);
this.label13.Name = "label13";
2024-02-19 19:24:03 -08:00
this.label13.Size = new System.Drawing.Size(100, 23);
this.label13.TabIndex = 12;
this.label13.Text = "Gender (M/F):";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtPatientID
//
2024-02-19 19:24:03 -08:00
this.txtPatientID.Location = new System.Drawing.Point(189, 74);
this.txtPatientID.Name = "txtPatientID";
2024-02-19 19:24:03 -08:00
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtPatientID.TabIndex = 1;
//
// txtFname
//
2024-02-19 19:24:03 -08:00
this.txtFname.Location = new System.Drawing.Point(189, 97);
this.txtFname.Name = "txtFname";
2024-02-19 19:24:03 -08:00
this.txtFname.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtFname.TabIndex = 2;
//
// txtLname
//
2024-02-19 19:24:03 -08:00
this.txtLname.Location = new System.Drawing.Point(189, 120);
this.txtLname.Name = "txtLname";
2024-02-19 19:24:03 -08:00
this.txtLname.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtLname.TabIndex = 3;
//
// txtMidInit
//
2024-02-19 19:24:03 -08:00
this.txtMidInit.Location = new System.Drawing.Point(189, 143);
this.txtMidInit.Name = "txtMidInit";
2024-02-19 19:24:03 -08:00
this.txtMidInit.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtMidInit.TabIndex = 4;
//
// txtWeight
//
2024-02-19 19:24:03 -08:00
this.txtWeight.Location = new System.Drawing.Point(189, 166);
this.txtWeight.Name = "txtWeight";
2024-02-19 19:24:03 -08:00
this.txtWeight.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtWeight.TabIndex = 5;
//
// txtHeightFt
//
2024-02-19 19:24:03 -08:00
this.txtHeightFt.Location = new System.Drawing.Point(189, 189);
this.txtHeightFt.Name = "txtHeightFt";
2024-02-19 19:24:03 -08:00
this.txtHeightFt.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtHeightFt.TabIndex = 6;
//
// txtHeightIn
//
2024-02-19 19:24:03 -08:00
this.txtHeightIn.Location = new System.Drawing.Point(189, 212);
this.txtHeightIn.Name = "txtHeightIn";
2024-02-19 19:24:03 -08:00
this.txtHeightIn.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtHeightIn.TabIndex = 7;
//
// txtDOB
//
2024-02-19 19:24:03 -08:00
this.txtDOB.Location = new System.Drawing.Point(189, 235);
this.txtDOB.Name = "txtDOB";
2024-02-19 19:24:03 -08:00
this.txtDOB.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtDOB.TabIndex = 8;
//
// txtCity
//
2024-02-19 19:24:03 -08:00
this.txtCity.Location = new System.Drawing.Point(497, 74);
this.txtCity.Name = "txtCity";
2024-02-19 19:24:03 -08:00
this.txtCity.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtCity.TabIndex = 10;
//
// txtZip
//
2024-02-19 19:24:03 -08:00
this.txtZip.Location = new System.Drawing.Point(497, 97);
this.txtZip.Name = "txtZip";
2024-02-19 19:24:03 -08:00
this.txtZip.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtZip.TabIndex = 11;
//
// txtState
//
2024-02-19 19:24:03 -08:00
this.txtState.Location = new System.Drawing.Point(497, 120);
this.txtState.Name = "txtState";
2024-02-19 19:24:03 -08:00
this.txtState.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtState.TabIndex = 12;
//
// txtPhone
//
2024-02-19 19:24:03 -08:00
this.txtPhone.Location = new System.Drawing.Point(497, 143);
this.txtPhone.Name = "txtPhone";
2024-02-19 19:24:03 -08:00
this.txtPhone.Size = new System.Drawing.Size(100, 20);
2024-02-15 09:04:26 -08:00
this.txtPhone.TabIndex = 13;
//
// lblDisPurpose
//
this.lblDisPurpose.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2024-02-19 19:24:03 -08:00
this.lblDisPurpose.Location = new System.Drawing.Point(206, 9);
this.lblDisPurpose.Name = "lblDisPurpose";
2024-02-19 19:24:03 -08:00
this.lblDisPurpose.Size = new System.Drawing.Size(380, 36);
this.lblDisPurpose.TabIndex = 26;
this.lblDisPurpose.Text = "Patient";
this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
2024-02-15 09:04:26 -08:00
// btnGO
//
2024-02-19 19:24:03 -08:00
this.btnGO.Location = new System.Drawing.Point(555, 390);
2024-02-15 09:04:26 -08:00
this.btnGO.Name = "btnGO";
2024-02-19 19:24:03 -08:00
this.btnGO.Size = new System.Drawing.Size(75, 23);
2024-02-15 09:04:26 -08:00
this.btnGO.TabIndex = 14;
this.btnGO.UseVisualStyleBackColor = true;
2024-02-16 10:57:58 -08:00
this.btnGO.Click += new System.EventHandler(this.btnGO_Click);
2024-02-15 09:04:26 -08:00
//
// btnClose
//
2024-02-19 19:24:03 -08:00
this.btnClose.Location = new System.Drawing.Point(674, 390);
this.btnClose.Margin = new System.Windows.Forms.Padding(2);
this.btnClose.Name = "btnClose";
2024-02-19 19:24:03 -08:00
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 15;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
2024-02-19 19:24:03 -08:00
// cboGender
//
this.cboGender.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cboGender.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGender.FormattingEnabled = true;
this.cboGender.Location = new System.Drawing.Point(189, 258);
this.cboGender.Name = "cboGender";
this.cboGender.Size = new System.Drawing.Size(100, 21);
this.cboGender.TabIndex = 27;
//
// frmPatient
//
2024-02-15 09:04:26 -08:00
this.AcceptButton = this.btnGO;
2024-02-19 19:24:03 -08:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-02-19 19:24:03 -08:00
this.ClientSize = new System.Drawing.Size(812, 483);
this.Controls.Add(this.cboGender);
this.Controls.Add(this.btnClose);
2024-02-15 09:04:26 -08:00
this.Controls.Add(this.btnGO);
this.Controls.Add(this.lblDisPurpose);
this.Controls.Add(this.txtPhone);
this.Controls.Add(this.txtState);
this.Controls.Add(this.txtZip);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.txtDOB);
this.Controls.Add(this.txtHeightIn);
this.Controls.Add(this.txtHeightFt);
this.Controls.Add(this.txtWeight);
this.Controls.Add(this.txtMidInit);
this.Controls.Add(this.txtLname);
this.Controls.Add(this.txtFname);
this.Controls.Add(this.txtPatientID);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "frmPatient";
this.Text = "frmPatientAdd";
this.Load += new System.EventHandler(this.frmPatientAdd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
2024-02-19 19:24:03 -08:00
private System.Windows.Forms.ComboBox cboGender;
private System.Windows.Forms.Button btnClose;
2024-02-15 09:04:26 -08:00
private System.Windows.Forms.Button btnGO;
private System.Windows.Forms.TextBox txtPatientID;
private System.Windows.Forms.TextBox txtFname;
private System.Windows.Forms.TextBox txtLname;
private System.Windows.Forms.TextBox txtMidInit;
private System.Windows.Forms.TextBox txtWeight;
private System.Windows.Forms.TextBox txtHeightFt;
private System.Windows.Forms.TextBox txtHeightIn;
private System.Windows.Forms.TextBox txtDOB;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.TextBox txtZip;
private System.Windows.Forms.TextBox txtState;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.Label lblDisPurpose;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
#endregion
}
}