370 lines
17 KiB
C#
370 lines
17 KiB
C#
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()
|
|
{
|
|
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(327, 35);
|
|
this.lblDisPurpose.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblDisPurpose.Name = "lblDisPurpose";
|
|
this.lblDisPurpose.Size = new System.Drawing.Size(540, 83);
|
|
this.lblDisPurpose.TabIndex = 0;
|
|
this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnGO
|
|
//
|
|
this.btnGO.Location = new System.Drawing.Point(860, 617);
|
|
this.btnGO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnGO.Name = "btnGO";
|
|
this.btnGO.Size = new System.Drawing.Size(112, 35);
|
|
this.btnGO.TabIndex = 12;
|
|
this.btnGO.UseVisualStyleBackColor = true;
|
|
this.btnGO.Click += new System.EventHandler(this.btnGO_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(1020, 617);
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(112, 35);
|
|
this.btnClose.TabIndex = 13;
|
|
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(174, 195);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(184, 46);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "Physician ID:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(174, 242);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(184, 46);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "First Name:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(174, 288);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(184, 46);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Last Name:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(174, 334);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(184, 46);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Middle Initial:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(174, 380);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(184, 46);
|
|
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(606, 195);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(184, 46);
|
|
this.label6.TabIndex = 8;
|
|
this.label6.Text = "City:";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(606, 242);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(184, 46);
|
|
this.label7.TabIndex = 9;
|
|
this.label7.Text = "State:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Location = new System.Drawing.Point(606, 288);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(184, 46);
|
|
this.label8.TabIndex = 10;
|
|
this.label8.Text = "Zip Code:";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Location = new System.Drawing.Point(174, 426);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(184, 46);
|
|
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(606, 334);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(184, 46);
|
|
this.label10.TabIndex = 12;
|
|
this.label10.Text = "Phone Number:";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Location = new System.Drawing.Point(174, 472);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(184, 46);
|
|
this.label11.TabIndex = 13;
|
|
this.label11.Text = "Speciality";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtPhyID
|
|
//
|
|
this.txtPhyID.Location = new System.Drawing.Point(368, 205);
|
|
this.txtPhyID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtPhyID.Name = "txtPhyID";
|
|
this.txtPhyID.Size = new System.Drawing.Size(148, 26);
|
|
this.txtPhyID.TabIndex = 1;
|
|
this.txtPhyID.TextChanged += new System.EventHandler(this.txtPhyID_TextChanged);
|
|
//
|
|
// txtFirstName
|
|
//
|
|
this.txtFirstName.Location = new System.Drawing.Point(368, 251);
|
|
this.txtFirstName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtFirstName.Name = "txtFirstName";
|
|
this.txtFirstName.Size = new System.Drawing.Size(148, 26);
|
|
this.txtFirstName.TabIndex = 2;
|
|
this.txtFirstName.TextChanged += new System.EventHandler(this.txtFirstName_TextChanged);
|
|
//
|
|
// txtLastName
|
|
//
|
|
this.txtLastName.Location = new System.Drawing.Point(368, 297);
|
|
this.txtLastName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtLastName.Name = "txtLastName";
|
|
this.txtLastName.Size = new System.Drawing.Size(148, 26);
|
|
this.txtLastName.TabIndex = 3;
|
|
this.txtLastName.TextChanged += new System.EventHandler(this.txtLastName_TextChanged);
|
|
//
|
|
// txtMiddleInit
|
|
//
|
|
this.txtMiddleInit.Location = new System.Drawing.Point(368, 343);
|
|
this.txtMiddleInit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtMiddleInit.Name = "txtMiddleInit";
|
|
this.txtMiddleInit.Size = new System.Drawing.Size(148, 26);
|
|
this.txtMiddleInit.TabIndex = 4;
|
|
this.txtMiddleInit.TextChanged += new System.EventHandler(this.txtMiddleInit_TextChanged);
|
|
//
|
|
// txtDOB
|
|
//
|
|
this.txtDOB.Location = new System.Drawing.Point(368, 389);
|
|
this.txtDOB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtDOB.Name = "txtDOB";
|
|
this.txtDOB.Size = new System.Drawing.Size(148, 26);
|
|
this.txtDOB.TabIndex = 5;
|
|
this.txtDOB.TextChanged += new System.EventHandler(this.txtDOB_TextChanged);
|
|
//
|
|
// txtGender
|
|
//
|
|
this.txtGender.Location = new System.Drawing.Point(368, 435);
|
|
this.txtGender.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtGender.Name = "txtGender";
|
|
this.txtGender.Size = new System.Drawing.Size(148, 26);
|
|
this.txtGender.TabIndex = 6;
|
|
this.txtGender.TextChanged += new System.EventHandler(this.txtGender_TextChanged);
|
|
//
|
|
// txtSpeciality
|
|
//
|
|
this.txtSpeciality.Location = new System.Drawing.Point(368, 482);
|
|
this.txtSpeciality.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtSpeciality.Name = "txtSpeciality";
|
|
this.txtSpeciality.Size = new System.Drawing.Size(148, 26);
|
|
this.txtSpeciality.TabIndex = 7;
|
|
this.txtSpeciality.TextChanged += new System.EventHandler(this.txtSpeciality_TextChanged);
|
|
//
|
|
// txtCity
|
|
//
|
|
this.txtCity.Location = new System.Drawing.Point(800, 205);
|
|
this.txtCity.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtCity.Name = "txtCity";
|
|
this.txtCity.Size = new System.Drawing.Size(148, 26);
|
|
this.txtCity.TabIndex = 8;
|
|
this.txtCity.TextChanged += new System.EventHandler(this.txtCity_TextChanged);
|
|
//
|
|
// txtState
|
|
//
|
|
this.txtState.Location = new System.Drawing.Point(800, 251);
|
|
this.txtState.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtState.Name = "txtState";
|
|
this.txtState.Size = new System.Drawing.Size(148, 26);
|
|
this.txtState.TabIndex = 9;
|
|
this.txtState.TextChanged += new System.EventHandler(this.txtState_TextChanged);
|
|
//
|
|
// txtZip
|
|
//
|
|
this.txtZip.Location = new System.Drawing.Point(800, 297);
|
|
this.txtZip.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtZip.Name = "txtZip";
|
|
this.txtZip.Size = new System.Drawing.Size(148, 26);
|
|
this.txtZip.TabIndex = 10;
|
|
this.txtZip.TextChanged += new System.EventHandler(this.txtZip_TextChanged);
|
|
//
|
|
// txtPhone
|
|
//
|
|
this.txtPhone.Location = new System.Drawing.Point(800, 343);
|
|
this.txtPhone.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtPhone.Name = "txtPhone";
|
|
this.txtPhone.Size = new System.Drawing.Size(148, 26);
|
|
this.txtPhone.TabIndex = 11;
|
|
this.txtPhone.TextChanged += new System.EventHandler(this.txtPhone_TextChanged);
|
|
//
|
|
// frmPhysician
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1266, 879);
|
|
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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "frmPhysician";
|
|
this.Text = "frmPhysician";
|
|
this.Load += new System.EventHandler(this.frmPhysician_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
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
|
|
}
|
|
} |