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