This commit is contained in:
Noah 2024-02-02 14:56:48 -05:00
commit a5cfb16d80

View File

@ -34,10 +34,11 @@ namespace Louis__Pharmacy_CNSA212_FP
//
// frmAddPatientPhysician
//
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(800, 450);
this.ClientSize = new System.Drawing.Size(600, 366);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmAddPatientPhysician";
this.Text = "Louis\' Pharmacy - Add Patient / Physician";
this.ResumeLayout(false);