Updated tab orders in frmPatientPhysician

This commit is contained in:
Noah 2024-02-07 11:54:23 -05:00
parent ab4642ef66
commit 44c283b72e

View File

@ -225,63 +225,63 @@ namespace Louis__Pharmacy_CNSA212_FP
this.txtPhysFirstName.Location = new System.Drawing.Point(131, 61); this.txtPhysFirstName.Location = new System.Drawing.Point(131, 61);
this.txtPhysFirstName.Name = "txtPhysFirstName"; this.txtPhysFirstName.Name = "txtPhysFirstName";
this.txtPhysFirstName.Size = new System.Drawing.Size(243, 22); this.txtPhysFirstName.Size = new System.Drawing.Size(243, 22);
this.txtPhysFirstName.TabIndex = 40; this.txtPhysFirstName.TabIndex = 0;
// //
// txtPhysMiddleName // txtPhysMiddleName
// //
this.txtPhysMiddleName.Location = new System.Drawing.Point(131, 111); this.txtPhysMiddleName.Location = new System.Drawing.Point(131, 111);
this.txtPhysMiddleName.Name = "txtPhysMiddleName"; this.txtPhysMiddleName.Name = "txtPhysMiddleName";
this.txtPhysMiddleName.Size = new System.Drawing.Size(243, 22); this.txtPhysMiddleName.Size = new System.Drawing.Size(243, 22);
this.txtPhysMiddleName.TabIndex = 41; this.txtPhysMiddleName.TabIndex = 1;
// //
// txtPhysLastName // txtPhysLastName
// //
this.txtPhysLastName.Location = new System.Drawing.Point(131, 161); this.txtPhysLastName.Location = new System.Drawing.Point(131, 161);
this.txtPhysLastName.Name = "txtPhysLastName"; this.txtPhysLastName.Name = "txtPhysLastName";
this.txtPhysLastName.Size = new System.Drawing.Size(243, 22); this.txtPhysLastName.Size = new System.Drawing.Size(243, 22);
this.txtPhysLastName.TabIndex = 42; this.txtPhysLastName.TabIndex = 2;
// //
// txtPhysDOB // txtPhysDOB
// //
this.txtPhysDOB.Location = new System.Drawing.Point(131, 210); this.txtPhysDOB.Location = new System.Drawing.Point(131, 210);
this.txtPhysDOB.Name = "txtPhysDOB"; this.txtPhysDOB.Name = "txtPhysDOB";
this.txtPhysDOB.Size = new System.Drawing.Size(243, 22); this.txtPhysDOB.Size = new System.Drawing.Size(243, 22);
this.txtPhysDOB.TabIndex = 43; this.txtPhysDOB.TabIndex = 3;
// //
// txtPhysAddress1 // txtPhysAddress1
// //
this.txtPhysAddress1.Location = new System.Drawing.Point(497, 62); this.txtPhysAddress1.Location = new System.Drawing.Point(497, 62);
this.txtPhysAddress1.Name = "txtPhysAddress1"; this.txtPhysAddress1.Name = "txtPhysAddress1";
this.txtPhysAddress1.Size = new System.Drawing.Size(243, 22); this.txtPhysAddress1.Size = new System.Drawing.Size(243, 22);
this.txtPhysAddress1.TabIndex = 44; this.txtPhysAddress1.TabIndex = 7;
// //
// txtPhysAddress2 // txtPhysAddress2
// //
this.txtPhysAddress2.Location = new System.Drawing.Point(497, 111); this.txtPhysAddress2.Location = new System.Drawing.Point(497, 111);
this.txtPhysAddress2.Name = "txtPhysAddress2"; this.txtPhysAddress2.Name = "txtPhysAddress2";
this.txtPhysAddress2.Size = new System.Drawing.Size(243, 22); this.txtPhysAddress2.Size = new System.Drawing.Size(243, 22);
this.txtPhysAddress2.TabIndex = 45; this.txtPhysAddress2.TabIndex = 8;
// //
// txtPhysCity // txtPhysCity
// //
this.txtPhysCity.Location = new System.Drawing.Point(497, 161); this.txtPhysCity.Location = new System.Drawing.Point(497, 161);
this.txtPhysCity.Name = "txtPhysCity"; this.txtPhysCity.Name = "txtPhysCity";
this.txtPhysCity.Size = new System.Drawing.Size(243, 22); this.txtPhysCity.Size = new System.Drawing.Size(243, 22);
this.txtPhysCity.TabIndex = 46; this.txtPhysCity.TabIndex = 9;
// //
// txtPhysState // txtPhysState
// //
this.txtPhysState.Location = new System.Drawing.Point(497, 210); this.txtPhysState.Location = new System.Drawing.Point(497, 210);
this.txtPhysState.Name = "txtPhysState"; this.txtPhysState.Name = "txtPhysState";
this.txtPhysState.Size = new System.Drawing.Size(243, 22); this.txtPhysState.Size = new System.Drawing.Size(243, 22);
this.txtPhysState.TabIndex = 47; this.txtPhysState.TabIndex = 10;
// //
// txtPhysZIP // txtPhysZIP
// //
this.txtPhysZIP.Location = new System.Drawing.Point(497, 266); this.txtPhysZIP.Location = new System.Drawing.Point(497, 266);
this.txtPhysZIP.Name = "txtPhysZIP"; this.txtPhysZIP.Name = "txtPhysZIP";
this.txtPhysZIP.Size = new System.Drawing.Size(243, 22); this.txtPhysZIP.Size = new System.Drawing.Size(243, 22);
this.txtPhysZIP.TabIndex = 48; this.txtPhysZIP.TabIndex = 11;
// //
// rdoPhysMale // rdoPhysMale
// //
@ -289,7 +289,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.rdoPhysMale.Location = new System.Drawing.Point(131, 267); this.rdoPhysMale.Location = new System.Drawing.Point(131, 267);
this.rdoPhysMale.Name = "rdoPhysMale"; this.rdoPhysMale.Name = "rdoPhysMale";
this.rdoPhysMale.Size = new System.Drawing.Size(59, 21); this.rdoPhysMale.Size = new System.Drawing.Size(59, 21);
this.rdoPhysMale.TabIndex = 49; this.rdoPhysMale.TabIndex = 4;
this.rdoPhysMale.TabStop = true; this.rdoPhysMale.TabStop = true;
this.rdoPhysMale.Text = "Male"; this.rdoPhysMale.Text = "Male";
this.rdoPhysMale.UseVisualStyleBackColor = true; this.rdoPhysMale.UseVisualStyleBackColor = true;
@ -300,7 +300,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.rdoPhysFemale.Location = new System.Drawing.Point(210, 267); this.rdoPhysFemale.Location = new System.Drawing.Point(210, 267);
this.rdoPhysFemale.Name = "rdoPhysFemale"; this.rdoPhysFemale.Name = "rdoPhysFemale";
this.rdoPhysFemale.Size = new System.Drawing.Size(75, 21); this.rdoPhysFemale.Size = new System.Drawing.Size(75, 21);
this.rdoPhysFemale.TabIndex = 50; this.rdoPhysFemale.TabIndex = 5;
this.rdoPhysFemale.TabStop = true; this.rdoPhysFemale.TabStop = true;
this.rdoPhysFemale.Text = "Female"; this.rdoPhysFemale.Text = "Female";
this.rdoPhysFemale.UseVisualStyleBackColor = true; this.rdoPhysFemale.UseVisualStyleBackColor = true;
@ -311,7 +311,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.rdoPhysOther.Location = new System.Drawing.Point(309, 267); this.rdoPhysOther.Location = new System.Drawing.Point(309, 267);
this.rdoPhysOther.Name = "rdoPhysOther"; this.rdoPhysOther.Name = "rdoPhysOther";
this.rdoPhysOther.Size = new System.Drawing.Size(65, 21); this.rdoPhysOther.Size = new System.Drawing.Size(65, 21);
this.rdoPhysOther.TabIndex = 51; this.rdoPhysOther.TabIndex = 6;
this.rdoPhysOther.TabStop = true; this.rdoPhysOther.TabStop = true;
this.rdoPhysOther.Text = "Other"; this.rdoPhysOther.Text = "Other";
this.rdoPhysOther.UseVisualStyleBackColor = true; this.rdoPhysOther.UseVisualStyleBackColor = true;
@ -322,7 +322,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.btnPhysSearch.Location = new System.Drawing.Point(233, 327); this.btnPhysSearch.Location = new System.Drawing.Point(233, 327);
this.btnPhysSearch.Name = "btnPhysSearch"; this.btnPhysSearch.Name = "btnPhysSearch";
this.btnPhysSearch.Size = new System.Drawing.Size(121, 26); this.btnPhysSearch.Size = new System.Drawing.Size(121, 26);
this.btnPhysSearch.TabIndex = 52; this.btnPhysSearch.TabIndex = 12;
this.btnPhysSearch.Text = "&Search"; this.btnPhysSearch.Text = "&Search";
this.btnPhysSearch.UseVisualStyleBackColor = false; this.btnPhysSearch.UseVisualStyleBackColor = false;
// //
@ -332,7 +332,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.btnPhysSubmit.Location = new System.Drawing.Point(400, 327); this.btnPhysSubmit.Location = new System.Drawing.Point(400, 327);
this.btnPhysSubmit.Name = "btnPhysSubmit"; this.btnPhysSubmit.Name = "btnPhysSubmit";
this.btnPhysSubmit.Size = new System.Drawing.Size(121, 26); this.btnPhysSubmit.Size = new System.Drawing.Size(121, 26);
this.btnPhysSubmit.TabIndex = 53; this.btnPhysSubmit.TabIndex = 13;
this.btnPhysSubmit.Text = "&Submit"; this.btnPhysSubmit.Text = "&Submit";
this.btnPhysSubmit.UseVisualStyleBackColor = false; this.btnPhysSubmit.UseVisualStyleBackColor = false;
// //
@ -475,63 +475,63 @@ namespace Louis__Pharmacy_CNSA212_FP
this.txtPatientFirstName.Location = new System.Drawing.Point(131, 61); this.txtPatientFirstName.Location = new System.Drawing.Point(131, 61);
this.txtPatientFirstName.Name = "txtPatientFirstName"; this.txtPatientFirstName.Name = "txtPatientFirstName";
this.txtPatientFirstName.Size = new System.Drawing.Size(243, 22); this.txtPatientFirstName.Size = new System.Drawing.Size(243, 22);
this.txtPatientFirstName.TabIndex = 16; this.txtPatientFirstName.TabIndex = 0;
// //
// txtPatientMiddleName // txtPatientMiddleName
// //
this.txtPatientMiddleName.Location = new System.Drawing.Point(131, 111); this.txtPatientMiddleName.Location = new System.Drawing.Point(131, 111);
this.txtPatientMiddleName.Name = "txtPatientMiddleName"; this.txtPatientMiddleName.Name = "txtPatientMiddleName";
this.txtPatientMiddleName.Size = new System.Drawing.Size(243, 22); this.txtPatientMiddleName.Size = new System.Drawing.Size(243, 22);
this.txtPatientMiddleName.TabIndex = 17; this.txtPatientMiddleName.TabIndex = 1;
// //
// txtPatientLastName // txtPatientLastName
// //
this.txtPatientLastName.Location = new System.Drawing.Point(131, 161); this.txtPatientLastName.Location = new System.Drawing.Point(131, 161);
this.txtPatientLastName.Name = "txtPatientLastName"; this.txtPatientLastName.Name = "txtPatientLastName";
this.txtPatientLastName.Size = new System.Drawing.Size(243, 22); this.txtPatientLastName.Size = new System.Drawing.Size(243, 22);
this.txtPatientLastName.TabIndex = 18; this.txtPatientLastName.TabIndex = 2;
// //
// txtPatientDOB // txtPatientDOB
// //
this.txtPatientDOB.Location = new System.Drawing.Point(131, 210); this.txtPatientDOB.Location = new System.Drawing.Point(131, 210);
this.txtPatientDOB.Name = "txtPatientDOB"; this.txtPatientDOB.Name = "txtPatientDOB";
this.txtPatientDOB.Size = new System.Drawing.Size(243, 22); this.txtPatientDOB.Size = new System.Drawing.Size(243, 22);
this.txtPatientDOB.TabIndex = 19; this.txtPatientDOB.TabIndex = 3;
// //
// txtPatientAddress1 // txtPatientAddress1
// //
this.txtPatientAddress1.Location = new System.Drawing.Point(497, 62); this.txtPatientAddress1.Location = new System.Drawing.Point(497, 62);
this.txtPatientAddress1.Name = "txtPatientAddress1"; this.txtPatientAddress1.Name = "txtPatientAddress1";
this.txtPatientAddress1.Size = new System.Drawing.Size(243, 22); this.txtPatientAddress1.Size = new System.Drawing.Size(243, 22);
this.txtPatientAddress1.TabIndex = 20; this.txtPatientAddress1.TabIndex = 7;
// //
// txtPatientAddress2 // txtPatientAddress2
// //
this.txtPatientAddress2.Location = new System.Drawing.Point(497, 111); this.txtPatientAddress2.Location = new System.Drawing.Point(497, 111);
this.txtPatientAddress2.Name = "txtPatientAddress2"; this.txtPatientAddress2.Name = "txtPatientAddress2";
this.txtPatientAddress2.Size = new System.Drawing.Size(243, 22); this.txtPatientAddress2.Size = new System.Drawing.Size(243, 22);
this.txtPatientAddress2.TabIndex = 21; this.txtPatientAddress2.TabIndex = 8;
// //
// txtPatientCity // txtPatientCity
// //
this.txtPatientCity.Location = new System.Drawing.Point(497, 161); this.txtPatientCity.Location = new System.Drawing.Point(497, 161);
this.txtPatientCity.Name = "txtPatientCity"; this.txtPatientCity.Name = "txtPatientCity";
this.txtPatientCity.Size = new System.Drawing.Size(243, 22); this.txtPatientCity.Size = new System.Drawing.Size(243, 22);
this.txtPatientCity.TabIndex = 22; this.txtPatientCity.TabIndex = 9;
// //
// txtPatientState // txtPatientState
// //
this.txtPatientState.Location = new System.Drawing.Point(497, 210); this.txtPatientState.Location = new System.Drawing.Point(497, 210);
this.txtPatientState.Name = "txtPatientState"; this.txtPatientState.Name = "txtPatientState";
this.txtPatientState.Size = new System.Drawing.Size(243, 22); this.txtPatientState.Size = new System.Drawing.Size(243, 22);
this.txtPatientState.TabIndex = 23; this.txtPatientState.TabIndex = 10;
// //
// txtPatientZIP // txtPatientZIP
// //
this.txtPatientZIP.Location = new System.Drawing.Point(497, 266); this.txtPatientZIP.Location = new System.Drawing.Point(497, 266);
this.txtPatientZIP.Name = "txtPatientZIP"; this.txtPatientZIP.Name = "txtPatientZIP";
this.txtPatientZIP.Size = new System.Drawing.Size(243, 22); this.txtPatientZIP.Size = new System.Drawing.Size(243, 22);
this.txtPatientZIP.TabIndex = 24; this.txtPatientZIP.TabIndex = 11;
// //
// rdoPatientMale // rdoPatientMale
// //
@ -539,7 +539,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.rdoPatientMale.Location = new System.Drawing.Point(131, 267); this.rdoPatientMale.Location = new System.Drawing.Point(131, 267);
this.rdoPatientMale.Name = "rdoPatientMale"; this.rdoPatientMale.Name = "rdoPatientMale";
this.rdoPatientMale.Size = new System.Drawing.Size(59, 21); this.rdoPatientMale.Size = new System.Drawing.Size(59, 21);
this.rdoPatientMale.TabIndex = 25; this.rdoPatientMale.TabIndex = 4;
this.rdoPatientMale.TabStop = true; this.rdoPatientMale.TabStop = true;
this.rdoPatientMale.Text = "Male"; this.rdoPatientMale.Text = "Male";
this.rdoPatientMale.UseVisualStyleBackColor = true; this.rdoPatientMale.UseVisualStyleBackColor = true;
@ -550,7 +550,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.rdoPatientFemale.Location = new System.Drawing.Point(210, 267); this.rdoPatientFemale.Location = new System.Drawing.Point(210, 267);
this.rdoPatientFemale.Name = "rdoPatientFemale"; this.rdoPatientFemale.Name = "rdoPatientFemale";
this.rdoPatientFemale.Size = new System.Drawing.Size(75, 21); this.rdoPatientFemale.Size = new System.Drawing.Size(75, 21);
this.rdoPatientFemale.TabIndex = 26; this.rdoPatientFemale.TabIndex = 5;
this.rdoPatientFemale.TabStop = true; this.rdoPatientFemale.TabStop = true;
this.rdoPatientFemale.Text = "Female"; this.rdoPatientFemale.Text = "Female";
this.rdoPatientFemale.UseVisualStyleBackColor = true; this.rdoPatientFemale.UseVisualStyleBackColor = true;
@ -561,7 +561,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.rdoPatientOther.Location = new System.Drawing.Point(309, 267); this.rdoPatientOther.Location = new System.Drawing.Point(309, 267);
this.rdoPatientOther.Name = "rdoPatientOther"; this.rdoPatientOther.Name = "rdoPatientOther";
this.rdoPatientOther.Size = new System.Drawing.Size(65, 21); this.rdoPatientOther.Size = new System.Drawing.Size(65, 21);
this.rdoPatientOther.TabIndex = 27; this.rdoPatientOther.TabIndex = 6;
this.rdoPatientOther.TabStop = true; this.rdoPatientOther.TabStop = true;
this.rdoPatientOther.Text = "Other"; this.rdoPatientOther.Text = "Other";
this.rdoPatientOther.UseVisualStyleBackColor = true; this.rdoPatientOther.UseVisualStyleBackColor = true;
@ -572,7 +572,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.btnPatientSearch.Location = new System.Drawing.Point(233, 327); this.btnPatientSearch.Location = new System.Drawing.Point(233, 327);
this.btnPatientSearch.Name = "btnPatientSearch"; this.btnPatientSearch.Name = "btnPatientSearch";
this.btnPatientSearch.Size = new System.Drawing.Size(121, 26); this.btnPatientSearch.Size = new System.Drawing.Size(121, 26);
this.btnPatientSearch.TabIndex = 28; this.btnPatientSearch.TabIndex = 12;
this.btnPatientSearch.Text = "&Search"; this.btnPatientSearch.Text = "&Search";
this.btnPatientSearch.UseVisualStyleBackColor = false; this.btnPatientSearch.UseVisualStyleBackColor = false;
// //
@ -582,7 +582,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.btnPatientSubmit.Location = new System.Drawing.Point(400, 327); this.btnPatientSubmit.Location = new System.Drawing.Point(400, 327);
this.btnPatientSubmit.Name = "btnPatientSubmit"; this.btnPatientSubmit.Name = "btnPatientSubmit";
this.btnPatientSubmit.Size = new System.Drawing.Size(121, 26); this.btnPatientSubmit.Size = new System.Drawing.Size(121, 26);
this.btnPatientSubmit.TabIndex = 29; this.btnPatientSubmit.TabIndex = 13;
this.btnPatientSubmit.Text = "&Submit"; this.btnPatientSubmit.Text = "&Submit";
this.btnPatientSubmit.UseVisualStyleBackColor = false; this.btnPatientSubmit.UseVisualStyleBackColor = false;
// //