using System.ComponentModel; namespace Louis__Pharmacy_CNSA212_FP { partial class frmPatientAdd { /// /// Required designer variable. /// private IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.txtGender = 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(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(83, 72); this.label1.Name = "label1"; 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 // this.label2.Location = new System.Drawing.Point(83, 95); this.label2.Name = "label2"; 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 // this.label3.Location = new System.Drawing.Point(83, 118); this.label3.Name = "label3"; 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 // this.label4.Location = new System.Drawing.Point(83, 141); this.label4.Name = "label4"; 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 // this.label5.Location = new System.Drawing.Point(391, 72); this.label5.Name = "label5"; 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 // this.label6.Location = new System.Drawing.Point(391, 95); this.label6.Name = "label6"; 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 // this.label7.Location = new System.Drawing.Point(391, 118); this.label7.Name = "label7"; 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 // this.label8.Location = new System.Drawing.Point(83, 164); this.label8.Name = "label8"; 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 // this.label9.Location = new System.Drawing.Point(83, 187); this.label9.Name = "label9"; 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 // this.label10.Location = new System.Drawing.Point(83, 210); this.label10.Name = "label10"; 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 // this.label11.Location = new System.Drawing.Point(83, 233); this.label11.Name = "label11"; 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 // this.label12.Location = new System.Drawing.Point(391, 141); this.label12.Name = "label12"; 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 // this.label13.Location = new System.Drawing.Point(83, 256); this.label13.Name = "label13"; 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 // this.txtPatientID.Location = new System.Drawing.Point(189, 74); this.txtPatientID.Name = "txtPatientID"; this.txtPatientID.Size = new System.Drawing.Size(100, 20); this.txtPatientID.TabIndex = 13; // // txtFname // this.txtFname.Location = new System.Drawing.Point(189, 97); this.txtFname.Name = "txtFname"; this.txtFname.Size = new System.Drawing.Size(100, 20); this.txtFname.TabIndex = 14; // // txtLname // this.txtLname.Location = new System.Drawing.Point(189, 120); this.txtLname.Name = "txtLname"; this.txtLname.Size = new System.Drawing.Size(100, 20); this.txtLname.TabIndex = 15; // // txtMidInit // this.txtMidInit.Location = new System.Drawing.Point(189, 143); this.txtMidInit.Name = "txtMidInit"; this.txtMidInit.Size = new System.Drawing.Size(100, 20); this.txtMidInit.TabIndex = 16; // // txtWeight // this.txtWeight.Location = new System.Drawing.Point(189, 166); this.txtWeight.Name = "txtWeight"; this.txtWeight.Size = new System.Drawing.Size(100, 20); this.txtWeight.TabIndex = 17; // // txtHeightFt // this.txtHeightFt.Location = new System.Drawing.Point(189, 189); this.txtHeightFt.Name = "txtHeightFt"; this.txtHeightFt.Size = new System.Drawing.Size(100, 20); this.txtHeightFt.TabIndex = 18; // // txtHeightIn // this.txtHeightIn.Location = new System.Drawing.Point(189, 212); this.txtHeightIn.Name = "txtHeightIn"; this.txtHeightIn.Size = new System.Drawing.Size(100, 20); this.txtHeightIn.TabIndex = 19; // // txtDOB // this.txtDOB.Location = new System.Drawing.Point(189, 235); this.txtDOB.Name = "txtDOB"; this.txtDOB.Size = new System.Drawing.Size(100, 20); this.txtDOB.TabIndex = 20; // // txtGender // this.txtGender.Location = new System.Drawing.Point(189, 258); this.txtGender.Name = "txtGender"; this.txtGender.Size = new System.Drawing.Size(100, 20); this.txtGender.TabIndex = 21; // // txtCity // this.txtCity.Location = new System.Drawing.Point(497, 74); this.txtCity.Name = "txtCity"; this.txtCity.Size = new System.Drawing.Size(100, 20); this.txtCity.TabIndex = 22; // // txtZip // this.txtZip.Location = new System.Drawing.Point(497, 97); this.txtZip.Name = "txtZip"; this.txtZip.Size = new System.Drawing.Size(100, 20); this.txtZip.TabIndex = 23; // // txtState // this.txtState.Location = new System.Drawing.Point(497, 120); this.txtState.Name = "txtState"; this.txtState.Size = new System.Drawing.Size(100, 20); this.txtState.TabIndex = 24; // // txtPhone // this.txtPhone.Location = new System.Drawing.Point(497, 143); this.txtPhone.Name = "txtPhone"; this.txtPhone.Size = new System.Drawing.Size(100, 20); this.txtPhone.TabIndex = 25; // // lblDisPurpose // this.lblDisPurpose.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDisPurpose.Location = new System.Drawing.Point(206, 9); this.lblDisPurpose.Name = "lblDisPurpose"; this.lblDisPurpose.Size = new System.Drawing.Size(380, 36); this.lblDisPurpose.TabIndex = 26; this.lblDisPurpose.Text = "Patient"; this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // frmPatientAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); 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.txtGender); 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 = "frmPatientAdd"; this.Text = "frmPatientAdd"; this.Load += new System.EventHandler(this.frmPatientAdd_Load); this.ResumeLayout(false); this.PerformLayout(); } 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 txtGender; 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 } }