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

332 lines
14 KiB
C#
Raw Normal View History

using System.ComponentModel;
namespace Louis__Pharmacy_CNSA212_FP
{
partial class frmPhysician
{
/// <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()
{
2024-02-16 17:13:30 -08:00
this.lblDisPurpose = new System.Windows.Forms.Label();
this.btnGO = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
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.txtPhyID = new System.Windows.Forms.TextBox();
this.txtFirstName = new System.Windows.Forms.TextBox();
this.txtLastName = new System.Windows.Forms.TextBox();
this.txtMiddleInit = new System.Windows.Forms.TextBox();
this.txtDOB = new System.Windows.Forms.TextBox();
this.txtGender = new System.Windows.Forms.TextBox();
this.txtSpeciality = new System.Windows.Forms.TextBox();
this.txtCity = new System.Windows.Forms.TextBox();
this.txtState = new System.Windows.Forms.TextBox();
this.txtZip = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// lblDisPurpose
//
this.lblDisPurpose.Font = new System.Drawing.Font("Microsoft Sans Serif", 28.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDisPurpose.Location = new System.Drawing.Point(218, 23);
this.lblDisPurpose.Name = "lblDisPurpose";
this.lblDisPurpose.Size = new System.Drawing.Size(360, 54);
this.lblDisPurpose.TabIndex = 0;
this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnGO
//
this.btnGO.Location = new System.Drawing.Point(573, 401);
this.btnGO.Name = "btnGO";
this.btnGO.Size = new System.Drawing.Size(75, 23);
this.btnGO.TabIndex = 1;
this.btnGO.UseVisualStyleBackColor = true;
this.btnGO.Click += new System.EventHandler(this.btnGO_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(680, 401);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(116, 127);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(123, 30);
this.label1.TabIndex = 3;
this.label1.Text = "Physician ID:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Location = new System.Drawing.Point(116, 157);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(123, 30);
this.label2.TabIndex = 4;
this.label2.Text = "First Name:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Location = new System.Drawing.Point(116, 187);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(123, 30);
this.label3.TabIndex = 5;
this.label3.Text = "Last Name:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.Location = new System.Drawing.Point(116, 217);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(123, 30);
this.label4.TabIndex = 6;
this.label4.Text = "Middle Initial:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
this.label5.Location = new System.Drawing.Point(116, 247);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(123, 30);
this.label5.TabIndex = 7;
this.label5.Text = "Date of Birth:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label6
//
this.label6.Location = new System.Drawing.Point(404, 127);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(123, 30);
this.label6.TabIndex = 8;
this.label6.Text = "City:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label7
//
this.label7.Location = new System.Drawing.Point(404, 157);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(123, 30);
this.label7.TabIndex = 9;
this.label7.Text = "State:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label8
//
this.label8.Location = new System.Drawing.Point(404, 187);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(123, 30);
this.label8.TabIndex = 10;
this.label8.Text = "Zip Code:";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label9
//
this.label9.Location = new System.Drawing.Point(116, 277);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(123, 30);
this.label9.TabIndex = 11;
this.label9.Text = "Gender (M/F):";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label10
//
this.label10.Location = new System.Drawing.Point(404, 217);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(123, 30);
this.label10.TabIndex = 12;
this.label10.Text = "Phone Number:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label11
//
this.label11.Location = new System.Drawing.Point(116, 307);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(123, 30);
this.label11.TabIndex = 13;
this.label11.Text = "Speciality";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtPhyID
//
this.txtPhyID.Location = new System.Drawing.Point(245, 133);
this.txtPhyID.Name = "txtPhyID";
this.txtPhyID.Size = new System.Drawing.Size(100, 20);
this.txtPhyID.TabIndex = 14;
//
// txtFirstName
//
this.txtFirstName.Location = new System.Drawing.Point(245, 163);
this.txtFirstName.Name = "txtFirstName";
this.txtFirstName.Size = new System.Drawing.Size(100, 20);
this.txtFirstName.TabIndex = 15;
//
// txtLastName
//
this.txtLastName.Location = new System.Drawing.Point(245, 193);
this.txtLastName.Name = "txtLastName";
this.txtLastName.Size = new System.Drawing.Size(100, 20);
this.txtLastName.TabIndex = 16;
//
// txtMiddleInit
//
this.txtMiddleInit.Location = new System.Drawing.Point(245, 223);
this.txtMiddleInit.Name = "txtMiddleInit";
this.txtMiddleInit.Size = new System.Drawing.Size(100, 20);
this.txtMiddleInit.TabIndex = 17;
//
// txtDOB
//
this.txtDOB.Location = new System.Drawing.Point(245, 253);
this.txtDOB.Name = "txtDOB";
this.txtDOB.Size = new System.Drawing.Size(100, 20);
this.txtDOB.TabIndex = 18;
//
// txtGender
//
this.txtGender.Location = new System.Drawing.Point(245, 283);
this.txtGender.Name = "txtGender";
this.txtGender.Size = new System.Drawing.Size(100, 20);
this.txtGender.TabIndex = 19;
//
// txtSpeciality
//
this.txtSpeciality.Location = new System.Drawing.Point(245, 313);
this.txtSpeciality.Name = "txtSpeciality";
this.txtSpeciality.Size = new System.Drawing.Size(100, 20);
this.txtSpeciality.TabIndex = 20;
//
// txtCity
//
this.txtCity.Location = new System.Drawing.Point(533, 133);
this.txtCity.Name = "txtCity";
this.txtCity.Size = new System.Drawing.Size(100, 20);
this.txtCity.TabIndex = 21;
//
// txtState
//
this.txtState.Location = new System.Drawing.Point(533, 163);
this.txtState.Name = "txtState";
this.txtState.Size = new System.Drawing.Size(100, 20);
this.txtState.TabIndex = 22;
//
// txtZip
//
this.txtZip.Location = new System.Drawing.Point(533, 193);
this.txtZip.Name = "txtZip";
this.txtZip.Size = new System.Drawing.Size(100, 20);
this.txtZip.TabIndex = 23;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(533, 223);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(100, 20);
this.txtPhone.TabIndex = 24;
//
// frmPhysician
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
2024-02-16 17:13:30 -08:00
this.Controls.Add(this.txtPhone);
this.Controls.Add(this.txtZip);
this.Controls.Add(this.txtState);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.txtSpeciality);
this.Controls.Add(this.txtGender);
this.Controls.Add(this.txtDOB);
this.Controls.Add(this.txtMiddleInit);
this.Controls.Add(this.txtLastName);
this.Controls.Add(this.txtFirstName);
this.Controls.Add(this.txtPhyID);
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.Controls.Add(this.btnClose);
this.Controls.Add(this.btnGO);
this.Controls.Add(this.lblDisPurpose);
this.Name = "frmPhysician";
this.Text = "frmPhysician";
2024-02-16 17:13:30 -08:00
this.ResumeLayout(false);
this.PerformLayout();
}
2024-02-16 17:13:30 -08:00
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.TextBox txtPhyID;
private System.Windows.Forms.TextBox txtFirstName;
private System.Windows.Forms.TextBox txtLastName;
private System.Windows.Forms.TextBox txtMiddleInit;
private System.Windows.Forms.TextBox txtDOB;
private System.Windows.Forms.TextBox txtGender;
private System.Windows.Forms.TextBox txtSpeciality;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.TextBox txtState;
private System.Windows.Forms.TextBox txtZip;
private System.Windows.Forms.TextBox txtPhone;
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.Button btnGO;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label lblDisPurpose;
#endregion
}
}