diff --git a/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj b/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj
index 8aa27e4..1eb66fe 100644
--- a/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj
+++ b/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj
@@ -46,17 +46,29 @@
-
+
Form
-
- frmAddPatient.cs
+
+ frmAddPatientPhysician.cs
-
+
Form
-
- frmAddPhysician.cs
+
+ frmInfo.cs
+
+
+ Form
+
+
+ frmPrescription.cs
+
+
+ Form
+
+
+ frmRefill.cs
Form
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.Designer.cs
new file mode 100644
index 0000000..f38b89a
--- /dev/null
+++ b/Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.Designer.cs
@@ -0,0 +1,40 @@
+
+namespace Louis__Pharmacy_CNSA212_FP
+{
+ partial class frmAddPatientPhysician
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.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.components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Text = "addPatientPhysician";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.cs b/Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.cs
new file mode 100644
index 0000000..61243c6
--- /dev/null
+++ b/Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Louis__Pharmacy_CNSA212_FP
+{
+ public partial class frmAddPatientPhysician : Form
+ {
+ public frmAddPatientPhysician()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
similarity index 94%
rename from Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.Designer.cs
rename to Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
index 6db903f..58b80c0 100644
--- a/Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.Designer.cs
+++ b/Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
@@ -1,7 +1,7 @@
namespace Louis__Pharmacy_CNSA212_FP
{
- partial class frmAddPhysician
+ partial class frmInfo
{
///
/// Required designer variable.
@@ -32,7 +32,7 @@ namespace Louis__Pharmacy_CNSA212_FP
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
- this.Text = "Form2";
+ this.Text = "frmInfo";
}
#endregion
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmAddPatient.cs b/Louis'-Pharmacy_CNSA212-FP/frmInfo.cs
similarity index 80%
rename from Louis'-Pharmacy_CNSA212-FP/frmAddPatient.cs
rename to Louis'-Pharmacy_CNSA212-FP/frmInfo.cs
index ebd3bc0..3df2af1 100644
--- a/Louis'-Pharmacy_CNSA212-FP/frmAddPatient.cs
+++ b/Louis'-Pharmacy_CNSA212-FP/frmInfo.cs
@@ -10,9 +10,9 @@ using System.Windows.Forms;
namespace Louis__Pharmacy_CNSA212_FP
{
- public partial class frmAddPatient : Form
+ public partial class frmInfo : Form
{
- public frmAddPatient()
+ public frmInfo()
{
InitializeComponent();
}
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs
new file mode 100644
index 0000000..c013a49
--- /dev/null
+++ b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs
@@ -0,0 +1,40 @@
+
+namespace Louis__Pharmacy_CNSA212_FP
+{
+ partial class frmPrescription
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.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.components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Text = "frmPrescription";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.cs b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.cs
similarity index 80%
rename from Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.cs
rename to Louis'-Pharmacy_CNSA212-FP/frmPrescription.cs
index 7f434b8..1d8ba7e 100644
--- a/Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.cs
+++ b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.cs
@@ -10,9 +10,9 @@ using System.Windows.Forms;
namespace Louis__Pharmacy_CNSA212_FP
{
- public partial class frmAddPhysician : Form
+ public partial class frmPrescription : Form
{
- public frmAddPhysician()
+ public frmPrescription()
{
InitializeComponent();
}
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmAddPatient.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmRefill.Designer.cs
similarity index 94%
rename from Louis'-Pharmacy_CNSA212-FP/frmAddPatient.Designer.cs
rename to Louis'-Pharmacy_CNSA212-FP/frmRefill.Designer.cs
index cb283ed..8c3af30 100644
--- a/Louis'-Pharmacy_CNSA212-FP/frmAddPatient.Designer.cs
+++ b/Louis'-Pharmacy_CNSA212-FP/frmRefill.Designer.cs
@@ -1,7 +1,7 @@
namespace Louis__Pharmacy_CNSA212_FP
{
- partial class frmAddPatient
+ partial class frmRefill
{
///
/// Required designer variable.
@@ -32,10 +32,9 @@ namespace Louis__Pharmacy_CNSA212_FP
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
- this.Text = "Form1";
+ this.Text = "frmRefill";
}
#endregion
}
-}
-
+}
\ No newline at end of file
diff --git a/Louis'-Pharmacy_CNSA212-FP/frmRefill.cs b/Louis'-Pharmacy_CNSA212-FP/frmRefill.cs
new file mode 100644
index 0000000..cf07254
--- /dev/null
+++ b/Louis'-Pharmacy_CNSA212-FP/frmRefill.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Louis__Pharmacy_CNSA212_FP
+{
+ public partial class frmRefill : Form
+ {
+ public frmRefill()
+ {
+ InitializeComponent();
+ }
+ }
+}