diff --git a/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj b/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj index 37fedb6..8288149 100644 --- a/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj +++ b/Louis'-Pharmacy_CNSA212-FP/Louis'-Pharmacy_CNSA212-FP.csproj @@ -89,6 +89,12 @@ frmPhysician.cs + + Form + + + frmPrescription.cs + Form @@ -131,6 +137,9 @@ frmPhysician.cs + + frmPrescription.cs + frmRefill.cs diff --git a/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs new file mode 100644 index 0000000..65160f9 --- /dev/null +++ b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.Designer.cs @@ -0,0 +1,248 @@ + +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.txtRxNum = new System.Windows.Forms.TextBox(); + this.txtPurpose = new System.Windows.Forms.TextBox(); + this.txtDosage = new System.Windows.Forms.TextBox(); + this.txtFrequency = new System.Windows.Forms.TextBox(); + this.txtIntake = new System.Windows.Forms.TextBox(); + this.txtName = new System.Windows.Forms.TextBox(); + this.txtMedID = new System.Windows.Forms.TextBox(); + this.lblDisPurpose = new System.Windows.Forms.Label(); + this.btnCancel = new System.Windows.Forms.Button(); + this.btnGO = new System.Windows.Forms.Button(); + this.label7 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // txtRxNum + // + this.txtRxNum.Location = new System.Drawing.Point(433, 347); + this.txtRxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtRxNum.Name = "txtRxNum"; + this.txtRxNum.Size = new System.Drawing.Size(163, 22); + this.txtRxNum.TabIndex = 33; + // + // txtPurpose + // + this.txtPurpose.Location = new System.Drawing.Point(433, 313); + this.txtPurpose.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtPurpose.Name = "txtPurpose"; + this.txtPurpose.Size = new System.Drawing.Size(163, 22); + this.txtPurpose.TabIndex = 32; + // + // txtDosage + // + this.txtDosage.Location = new System.Drawing.Point(433, 279); + this.txtDosage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtDosage.Name = "txtDosage"; + this.txtDosage.Size = new System.Drawing.Size(163, 22); + this.txtDosage.TabIndex = 31; + // + // txtFrequency + // + this.txtFrequency.Location = new System.Drawing.Point(433, 244); + this.txtFrequency.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtFrequency.Name = "txtFrequency"; + this.txtFrequency.Size = new System.Drawing.Size(163, 22); + this.txtFrequency.TabIndex = 30; + // + // txtIntake + // + this.txtIntake.Location = new System.Drawing.Point(433, 210); + this.txtIntake.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtIntake.Name = "txtIntake"; + this.txtIntake.Size = new System.Drawing.Size(163, 22); + this.txtIntake.TabIndex = 29; + // + // txtName + // + this.txtName.Location = new System.Drawing.Point(433, 175); + this.txtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtName.Name = "txtName"; + this.txtName.Size = new System.Drawing.Size(163, 22); + this.txtName.TabIndex = 28; + // + // txtMedID + // + this.txtMedID.Location = new System.Drawing.Point(433, 141); + this.txtMedID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.txtMedID.Name = "txtMedID"; + this.txtMedID.Size = new System.Drawing.Size(163, 22); + this.txtMedID.TabIndex = 27; + // + // 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(142, 32); + this.lblDisPurpose.Name = "lblDisPurpose"; + this.lblDisPurpose.Size = new System.Drawing.Size(615, 58); + this.lblDisPurpose.TabIndex = 26; + this.lblDisPurpose.Text = "Prescription"; + this.lblDisPurpose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // btnCancel + // + this.btnCancel.Location = new System.Drawing.Point(782, 463); + this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(89, 28); + this.btnCancel.TabIndex = 25; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + // + // btnGO + // + this.btnGO.Location = new System.Drawing.Point(667, 463); + this.btnGO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnGO.Name = "btnGO"; + this.btnGO.Size = new System.Drawing.Size(89, 28); + this.btnGO.TabIndex = 24; + this.btnGO.UseVisualStyleBackColor = true; + // + // label7 + // + this.label7.Location = new System.Drawing.Point(282, 341); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(145, 34); + this.label7.TabIndex = 23; + this.label7.Text = "Rx Number:"; + this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label6 + // + this.label6.Location = new System.Drawing.Point(282, 307); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(145, 34); + this.label6.TabIndex = 22; + this.label6.Text = "Purpose:"; + this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label5 + // + this.label5.Location = new System.Drawing.Point(282, 272); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(145, 34); + this.label5.TabIndex = 21; + this.label5.Text = "Dosage:"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label4 + // + this.label4.Location = new System.Drawing.Point(282, 238); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(145, 34); + this.label4.TabIndex = 20; + this.label4.Text = "Frequency:"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label3 + // + this.label3.Location = new System.Drawing.Point(282, 203); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(145, 34); + this.label3.TabIndex = 19; + this.label3.Text = "Intake Method:"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(282, 169); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(145, 34); + this.label2.TabIndex = 18; + this.label2.Text = "Name:"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label1 + // + this.label1.Location = new System.Drawing.Point(282, 135); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(145, 34); + this.label1.TabIndex = 17; + this.label1.Text = "Medication ID:"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // frmPrescription + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(929, 523); + this.Controls.Add(this.txtRxNum); + this.Controls.Add(this.txtPurpose); + this.Controls.Add(this.txtDosage); + this.Controls.Add(this.txtFrequency); + this.Controls.Add(this.txtIntake); + this.Controls.Add(this.txtName); + this.Controls.Add(this.txtMedID); + this.Controls.Add(this.lblDisPurpose); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.btnGO); + this.Controls.Add(this.label7); + this.Controls.Add(this.label6); + this.Controls.Add(this.label5); + this.Controls.Add(this.label4); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Name = "frmPrescription"; + this.Text = "frmPrescription"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox txtRxNum; + private System.Windows.Forms.TextBox txtPurpose; + private System.Windows.Forms.TextBox txtDosage; + private System.Windows.Forms.TextBox txtFrequency; + private System.Windows.Forms.TextBox txtIntake; + private System.Windows.Forms.TextBox txtName; + private System.Windows.Forms.TextBox txtMedID; + private System.Windows.Forms.Label lblDisPurpose; + private System.Windows.Forms.Button btnCancel; + private System.Windows.Forms.Button btnGO; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + } +} \ No newline at end of file diff --git a/Louis'-Pharmacy_CNSA212-FP/frmPrescription.cs b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.cs new file mode 100644 index 0000000..1d8ba7e --- /dev/null +++ b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.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 frmPrescription : Form + { + public frmPrescription() + { + InitializeComponent(); + } + } +} diff --git a/Louis'-Pharmacy_CNSA212-FP/frmPrescription.resx b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Louis'-Pharmacy_CNSA212-FP/frmPrescription.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file