From dcec2ce0bfe8f5e395345aa1194b77485e55455b Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:17:49 -0500 Subject: [PATCH] Fixed tab indexes for add/update forms --- .../frmMedication.Designer.cs | 18 +-- .../frmPatient.Designer.cs | 153 +++++++----------- .../frmPrescription.Designer.cs | 18 +-- 3 files changed, 80 insertions(+), 109 deletions(-) diff --git a/Louis'-Pharmacy_CNSA212-FP/frmMedication.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmMedication.Designer.cs index eb1869a..27700d5 100644 --- a/Louis'-Pharmacy_CNSA212-FP/frmMedication.Designer.cs +++ b/Louis'-Pharmacy_CNSA212-FP/frmMedication.Designer.cs @@ -127,7 +127,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.btnGO.Margin = new System.Windows.Forms.Padding(2); this.btnGO.Name = "btnGO"; this.btnGO.Size = new System.Drawing.Size(67, 23); - this.btnGO.TabIndex = 7; + this.btnGO.TabIndex = 8; this.btnGO.UseVisualStyleBackColor = true; this.btnGO.Click += new System.EventHandler(this.btnGO_Click); // @@ -137,7 +137,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(67, 23); - this.btnCancel.TabIndex = 8; + this.btnCancel.TabIndex = 9; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); @@ -159,7 +159,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtMedID.Margin = new System.Windows.Forms.Padding(2); this.txtMedID.Name = "txtMedID"; this.txtMedID.Size = new System.Drawing.Size(123, 20); - this.txtMedID.TabIndex = 10; + this.txtMedID.TabIndex = 1; this.txtMedID.TextChanged += new System.EventHandler(this.txtMedID_TextChanged); // // txtName @@ -168,7 +168,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtName.Margin = new System.Windows.Forms.Padding(2); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(123, 20); - this.txtName.TabIndex = 11; + this.txtName.TabIndex = 2; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // txtIntake @@ -177,7 +177,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtIntake.Margin = new System.Windows.Forms.Padding(2); this.txtIntake.Name = "txtIntake"; this.txtIntake.Size = new System.Drawing.Size(123, 20); - this.txtIntake.TabIndex = 12; + this.txtIntake.TabIndex = 3; this.txtIntake.TextChanged += new System.EventHandler(this.txtIntake_TextChanged); // // txtFrequency @@ -186,7 +186,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtFrequency.Margin = new System.Windows.Forms.Padding(2); this.txtFrequency.Name = "txtFrequency"; this.txtFrequency.Size = new System.Drawing.Size(123, 20); - this.txtFrequency.TabIndex = 13; + this.txtFrequency.TabIndex = 4; this.txtFrequency.TextChanged += new System.EventHandler(this.txtFrequency_TextChanged); // // txtDosage @@ -195,7 +195,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtDosage.Margin = new System.Windows.Forms.Padding(2); this.txtDosage.Name = "txtDosage"; this.txtDosage.Size = new System.Drawing.Size(123, 20); - this.txtDosage.TabIndex = 14; + this.txtDosage.TabIndex = 5; this.txtDosage.TextChanged += new System.EventHandler(this.txtDosage_TextChanged); // // txtPurpose @@ -204,7 +204,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtPurpose.Margin = new System.Windows.Forms.Padding(2); this.txtPurpose.Name = "txtPurpose"; this.txtPurpose.Size = new System.Drawing.Size(123, 20); - this.txtPurpose.TabIndex = 15; + this.txtPurpose.TabIndex = 6; this.txtPurpose.TextChanged += new System.EventHandler(this.txtPurpose_TextChanged); // // txtRxNum @@ -213,7 +213,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtRxNum.Margin = new System.Windows.Forms.Padding(2); this.txtRxNum.Name = "txtRxNum"; this.txtRxNum.Size = new System.Drawing.Size(123, 20); - this.txtRxNum.TabIndex = 16; + this.txtRxNum.TabIndex = 7; this.txtRxNum.TextChanged += new System.EventHandler(this.txtRxNum_TextChanged); // // frmMedication diff --git a/Louis'-Pharmacy_CNSA212-FP/frmPatient.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmPatient.Designer.cs index 481354b..ff7fbd6 100644 --- a/Louis'-Pharmacy_CNSA212-FP/frmPatient.Designer.cs +++ b/Louis'-Pharmacy_CNSA212-FP/frmPatient.Designer.cs @@ -64,10 +64,9 @@ namespace Louis__Pharmacy_CNSA212_FP // // label1 // - this.label1.Location = new System.Drawing.Point(111, 89); - this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label1.Location = new System.Drawing.Point(83, 72); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(133, 28); + 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; @@ -75,259 +74,233 @@ namespace Louis__Pharmacy_CNSA212_FP // // label2 // - this.label2.Location = new System.Drawing.Point(111, 117); - this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label2.Location = new System.Drawing.Point(83, 95); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(133, 28); + 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(111, 145); - this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label3.Location = new System.Drawing.Point(83, 118); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(133, 28); + 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(111, 174); - this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label4.Location = new System.Drawing.Point(83, 141); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(133, 28); + 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(521, 89); - this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label5.Location = new System.Drawing.Point(391, 72); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(133, 28); + 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(521, 117); - this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label6.Location = new System.Drawing.Point(391, 95); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(133, 28); + 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(521, 145); - this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label7.Location = new System.Drawing.Point(391, 118); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(133, 28); + 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(111, 202); - this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label8.Location = new System.Drawing.Point(83, 164); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(133, 28); + 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(111, 230); - this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label9.Location = new System.Drawing.Point(83, 187); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(133, 28); + 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(111, 258); - this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label10.Location = new System.Drawing.Point(83, 210); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(133, 28); + 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(111, 287); - this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label11.Location = new System.Drawing.Point(83, 233); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(133, 28); + 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(521, 174); - this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label12.Location = new System.Drawing.Point(391, 141); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(133, 28); + 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(111, 315); - this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label13.Location = new System.Drawing.Point(83, 256); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(133, 28); + 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(252, 91); - this.txtPatientID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtPatientID.Location = new System.Drawing.Point(189, 74); this.txtPatientID.Name = "txtPatientID"; - this.txtPatientID.Size = new System.Drawing.Size(132, 22); + this.txtPatientID.Size = new System.Drawing.Size(100, 20); this.txtPatientID.TabIndex = 1; this.txtPatientID.TextChanged += new System.EventHandler(this.txtPatientID_TextChanged); // // txtFname // - this.txtFname.Location = new System.Drawing.Point(252, 119); - this.txtFname.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtFname.Location = new System.Drawing.Point(189, 97); this.txtFname.Name = "txtFname"; - this.txtFname.Size = new System.Drawing.Size(132, 22); + this.txtFname.Size = new System.Drawing.Size(100, 20); this.txtFname.TabIndex = 2; this.txtFname.TextChanged += new System.EventHandler(this.txtFname_TextChanged); // // txtLname // - this.txtLname.Location = new System.Drawing.Point(252, 148); - this.txtLname.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtLname.Location = new System.Drawing.Point(189, 120); this.txtLname.Name = "txtLname"; - this.txtLname.Size = new System.Drawing.Size(132, 22); + this.txtLname.Size = new System.Drawing.Size(100, 20); this.txtLname.TabIndex = 3; this.txtLname.TextChanged += new System.EventHandler(this.txtLname_TextChanged); // // txtMidInit // - this.txtMidInit.Location = new System.Drawing.Point(252, 176); - this.txtMidInit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtMidInit.Location = new System.Drawing.Point(189, 143); this.txtMidInit.Name = "txtMidInit"; - this.txtMidInit.Size = new System.Drawing.Size(132, 22); + this.txtMidInit.Size = new System.Drawing.Size(100, 20); this.txtMidInit.TabIndex = 4; this.txtMidInit.TextChanged += new System.EventHandler(this.txtMidInit_TextChanged); // // txtWeight // - this.txtWeight.Location = new System.Drawing.Point(252, 204); - this.txtWeight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtWeight.Location = new System.Drawing.Point(189, 166); this.txtWeight.Name = "txtWeight"; - this.txtWeight.Size = new System.Drawing.Size(132, 22); + this.txtWeight.Size = new System.Drawing.Size(100, 20); this.txtWeight.TabIndex = 5; this.txtWeight.TextChanged += new System.EventHandler(this.txtWeight_TextChanged); // // txtHeightFt // - this.txtHeightFt.Location = new System.Drawing.Point(252, 233); - this.txtHeightFt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtHeightFt.Location = new System.Drawing.Point(189, 189); this.txtHeightFt.Name = "txtHeightFt"; - this.txtHeightFt.Size = new System.Drawing.Size(132, 22); + this.txtHeightFt.Size = new System.Drawing.Size(100, 20); this.txtHeightFt.TabIndex = 6; this.txtHeightFt.TextChanged += new System.EventHandler(this.txtHeightFt_TextChanged); // // txtHeightIn // - this.txtHeightIn.Location = new System.Drawing.Point(252, 261); - this.txtHeightIn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtHeightIn.Location = new System.Drawing.Point(189, 212); this.txtHeightIn.Name = "txtHeightIn"; - this.txtHeightIn.Size = new System.Drawing.Size(132, 22); + this.txtHeightIn.Size = new System.Drawing.Size(100, 20); this.txtHeightIn.TabIndex = 7; this.txtHeightIn.TextChanged += new System.EventHandler(this.txtHeightIn_TextChanged); // // txtDOB // - this.txtDOB.Location = new System.Drawing.Point(252, 289); - this.txtDOB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtDOB.Location = new System.Drawing.Point(189, 235); this.txtDOB.Name = "txtDOB"; - this.txtDOB.Size = new System.Drawing.Size(132, 22); + this.txtDOB.Size = new System.Drawing.Size(100, 20); this.txtDOB.TabIndex = 8; this.txtDOB.TextChanged += new System.EventHandler(this.txtDOB_TextChanged); // // txtCity // - this.txtCity.Location = new System.Drawing.Point(663, 91); - this.txtCity.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtCity.Location = new System.Drawing.Point(497, 74); this.txtCity.Name = "txtCity"; - this.txtCity.Size = new System.Drawing.Size(132, 22); + this.txtCity.Size = new System.Drawing.Size(100, 20); this.txtCity.TabIndex = 10; this.txtCity.TextChanged += new System.EventHandler(this.txtCity_TextChanged); // // txtZip // - this.txtZip.Location = new System.Drawing.Point(663, 119); - this.txtZip.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtZip.Location = new System.Drawing.Point(497, 97); this.txtZip.Name = "txtZip"; - this.txtZip.Size = new System.Drawing.Size(132, 22); + this.txtZip.Size = new System.Drawing.Size(100, 20); this.txtZip.TabIndex = 11; this.txtZip.TextChanged += new System.EventHandler(this.txtZip_TextChanged); // // txtState // - this.txtState.Location = new System.Drawing.Point(663, 148); - this.txtState.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtState.Location = new System.Drawing.Point(497, 120); this.txtState.Name = "txtState"; - this.txtState.Size = new System.Drawing.Size(132, 22); + this.txtState.Size = new System.Drawing.Size(100, 20); this.txtState.TabIndex = 12; this.txtState.TextChanged += new System.EventHandler(this.txtState_TextChanged); // // txtPhone // - this.txtPhone.Location = new System.Drawing.Point(663, 176); - this.txtPhone.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtPhone.Location = new System.Drawing.Point(497, 143); this.txtPhone.Name = "txtPhone"; - this.txtPhone.Size = new System.Drawing.Size(132, 22); + this.txtPhone.Size = new System.Drawing.Size(100, 20); this.txtPhone.TabIndex = 13; this.txtPhone.TextChanged += new System.EventHandler(this.txtPhone_TextChanged); // // 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(275, 11); - this.lblDisPurpose.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.lblDisPurpose.Location = new System.Drawing.Point(206, 9); this.lblDisPurpose.Name = "lblDisPurpose"; - this.lblDisPurpose.Size = new System.Drawing.Size(507, 44); + this.lblDisPurpose.Size = new System.Drawing.Size(380, 36); this.lblDisPurpose.TabIndex = 26; this.lblDisPurpose.Text = "Patient"; this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnGO // - this.btnGO.Location = new System.Drawing.Point(740, 480); - this.btnGO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnGO.Location = new System.Drawing.Point(555, 390); this.btnGO.Name = "btnGO"; - this.btnGO.Size = new System.Drawing.Size(100, 28); + this.btnGO.Size = new System.Drawing.Size(75, 23); this.btnGO.TabIndex = 14; this.btnGO.UseVisualStyleBackColor = true; this.btnGO.Click += new System.EventHandler(this.btnGO_Click); // // btnClose // - this.btnClose.Location = new System.Drawing.Point(899, 480); - this.btnClose.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnClose.Location = new System.Drawing.Point(674, 390); + this.btnClose.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnClose.Name = "btnClose"; - this.btnClose.Size = new System.Drawing.Size(100, 28); + this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 15; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; @@ -339,19 +312,18 @@ namespace Louis__Pharmacy_CNSA212_FP 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(252, 318); - this.cboGender.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cboGender.Location = new System.Drawing.Point(189, 258); this.cboGender.Name = "cboGender"; - this.cboGender.Size = new System.Drawing.Size(132, 24); - this.cboGender.TabIndex = 27; + this.cboGender.Size = new System.Drawing.Size(100, 21); + this.cboGender.TabIndex = 9; this.cboGender.SelectedIndexChanged += new System.EventHandler(this.cboGender_SelectedIndexChanged); // // frmPatient // this.AcceptButton = this.btnGO; - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1083, 594); + this.ClientSize = new System.Drawing.Size(812, 483); this.Controls.Add(this.cboGender); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnGO); @@ -381,7 +353,6 @@ namespace Louis__Pharmacy_CNSA212_FP this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "frmPatient"; this.Text = "frmPatientAdd"; this.Load += new System.EventHandler(this.frmPatientAdd_Load); diff --git a/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs index b914b77..20b0c50 100644 --- a/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs +++ b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs @@ -54,7 +54,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtMaxRefills.Margin = new System.Windows.Forms.Padding(2); this.txtMaxRefills.Name = "txtMaxRefills"; this.txtMaxRefills.Size = new System.Drawing.Size(123, 20); - this.txtMaxRefills.TabIndex = 33; + this.txtMaxRefills.TabIndex = 7; this.txtMaxRefills.TextChanged += new System.EventHandler(this.txtMaxRefills_TextChanged_1); // // txtCompletedRefills @@ -63,7 +63,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtCompletedRefills.Margin = new System.Windows.Forms.Padding(2); this.txtCompletedRefills.Name = "txtCompletedRefills"; this.txtCompletedRefills.Size = new System.Drawing.Size(123, 20); - this.txtCompletedRefills.TabIndex = 32; + this.txtCompletedRefills.TabIndex = 6; this.txtCompletedRefills.TextChanged += new System.EventHandler(this.txtCompletedRefills_TextChanged_1); // // txtPhysID @@ -72,7 +72,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtPhysID.Margin = new System.Windows.Forms.Padding(2); this.txtPhysID.Name = "txtPhysID"; this.txtPhysID.Size = new System.Drawing.Size(123, 20); - this.txtPhysID.TabIndex = 31; + this.txtPhysID.TabIndex = 5; this.txtPhysID.TextChanged += new System.EventHandler(this.txtPhysID_TextChanged_1); // // txtPhysName @@ -81,7 +81,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtPhysName.Margin = new System.Windows.Forms.Padding(2); this.txtPhysName.Name = "txtPhysName"; this.txtPhysName.Size = new System.Drawing.Size(123, 20); - this.txtPhysName.TabIndex = 30; + this.txtPhysName.TabIndex = 4; this.txtPhysName.TextChanged += new System.EventHandler(this.txtPhysName_TextChanged_1); // // txtMedID @@ -90,7 +90,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtMedID.Margin = new System.Windows.Forms.Padding(2); this.txtMedID.Name = "txtMedID"; this.txtMedID.Size = new System.Drawing.Size(123, 20); - this.txtMedID.TabIndex = 29; + this.txtMedID.TabIndex = 3; this.txtMedID.TextChanged += new System.EventHandler(this.txtMedID_TextChanged_1); // // txtPatID @@ -99,7 +99,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtPatID.Margin = new System.Windows.Forms.Padding(2); this.txtPatID.Name = "txtPatID"; this.txtPatID.Size = new System.Drawing.Size(123, 20); - this.txtPatID.TabIndex = 28; + this.txtPatID.TabIndex = 2; this.txtPatID.TextChanged += new System.EventHandler(this.txtPatID_TextChanged); // // txtRxNum @@ -108,7 +108,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.txtRxNum.Margin = new System.Windows.Forms.Padding(2); this.txtRxNum.Name = "txtRxNum"; this.txtRxNum.Size = new System.Drawing.Size(123, 20); - this.txtRxNum.TabIndex = 27; + this.txtRxNum.TabIndex = 1; this.txtRxNum.TextChanged += new System.EventHandler(this.txtRxNum_TextChanged_1); // // lblDisPurpose @@ -128,7 +128,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(67, 23); - this.btnCancel.TabIndex = 25; + this.btnCancel.TabIndex = 9; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1); @@ -139,7 +139,7 @@ namespace Louis__Pharmacy_CNSA212_FP this.btnGO.Margin = new System.Windows.Forms.Padding(2); this.btnGO.Name = "btnGO"; this.btnGO.Size = new System.Drawing.Size(67, 23); - this.btnGO.TabIndex = 24; + this.btnGO.TabIndex = 8; this.btnGO.UseVisualStyleBackColor = true; this.btnGO.Click += new System.EventHandler(this.btnGO_Click); //