Updated all (6) form "text" and icon properties
This commit is contained in:
parent
23b89d6ac1
commit
ca6dfca8da
@ -84,6 +84,24 @@
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="frmAddPatientPhysician.resx">
|
||||
<DependentUpon>frmAddPatientPhysician.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmInfo.resx">
|
||||
<DependentUpon>frmInfo.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmPrescription.resx">
|
||||
<DependentUpon>frmPrescription.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmRefill.resx">
|
||||
<DependentUpon>frmRefill.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmUpdatePatient.resx">
|
||||
<DependentUpon>frmUpdatePatient.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmWelcome.resx">
|
||||
<DependentUpon>frmWelcome.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
|
41
Louis'-Pharmacy_CNSA212-FP/frmAddPatient.Designer.cs
generated
Normal file
41
Louis'-Pharmacy_CNSA212-FP/frmAddPatient.Designer.cs
generated
Normal file
@ -0,0 +1,41 @@
|
||||
|
||||
namespace Louis__Pharmacy_CNSA212_FP
|
||||
{
|
||||
partial class frmAddPatient
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
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 = "Form1";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
20
Louis'-Pharmacy_CNSA212-FP/frmAddPatient.cs
Normal file
20
Louis'-Pharmacy_CNSA212-FP/frmAddPatient.cs
Normal file
@ -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 frmAddPatient : Form
|
||||
{
|
||||
public frmAddPatient()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
@ -29,10 +29,19 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddPatientPhysician));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmAddPatientPhysician
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "addPatientPhysician";
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmAddPatientPhysician";
|
||||
this.Text = "Louis\' Pharmacy - Add Patient / Physician";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
1253
Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.resx
Normal file
1253
Louis'-Pharmacy_CNSA212-FP/frmAddPatientPhysician.resx
Normal file
File diff suppressed because it is too large
Load Diff
40
Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.Designer.cs
generated
Normal file
40
Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.Designer.cs
generated
Normal file
@ -0,0 +1,40 @@
|
||||
|
||||
namespace Louis__Pharmacy_CNSA212_FP
|
||||
{
|
||||
partial class frmAddPhysician
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
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 = "Form2";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
20
Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.cs
Normal file
20
Louis'-Pharmacy_CNSA212-FP/frmAddPhysician.cs
Normal file
@ -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 frmAddPhysician : Form
|
||||
{
|
||||
public frmAddPhysician()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
13
Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
generated
13
Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs
generated
@ -29,10 +29,19 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInfo));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmInfo
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "frmInfo";
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmInfo";
|
||||
this.Text = "Louis\' Pharmacy - View Patient / Prescription Info";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
1253
Louis'-Pharmacy_CNSA212-FP/frmInfo.resx
Normal file
1253
Louis'-Pharmacy_CNSA212-FP/frmInfo.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,10 +29,19 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrescription));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmPrescription
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "frmPrescription";
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmPrescription";
|
||||
this.Text = "Louis\' Pharmacy - Add / Update Prescription";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
1253
Louis'-Pharmacy_CNSA212-FP/frmPrescription.resx
Normal file
1253
Louis'-Pharmacy_CNSA212-FP/frmPrescription.resx
Normal file
File diff suppressed because it is too large
Load Diff
13
Louis'-Pharmacy_CNSA212-FP/frmRefill.Designer.cs
generated
13
Louis'-Pharmacy_CNSA212-FP/frmRefill.Designer.cs
generated
@ -29,10 +29,19 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRefill));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmRefill
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "frmRefill";
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmRefill";
|
||||
this.Text = "Louis\' Pharmacy - Prescription Refill";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
1253
Louis'-Pharmacy_CNSA212-FP/frmRefill.resx
Normal file
1253
Louis'-Pharmacy_CNSA212-FP/frmRefill.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,10 +29,19 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUpdatePatient));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmUpdatePatient
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "frmUpdatePatient";
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmUpdatePatient";
|
||||
this.Text = "Louis\' Pharmacy - Update Patient";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
1253
Louis'-Pharmacy_CNSA212-FP/frmUpdatePatient.resx
Normal file
1253
Louis'-Pharmacy_CNSA212-FP/frmUpdatePatient.resx
Normal file
File diff suppressed because it is too large
Load Diff
14
Louis'-Pharmacy_CNSA212-FP/frmWelcome.Designer.cs
generated
14
Louis'-Pharmacy_CNSA212-FP/frmWelcome.Designer.cs
generated
@ -29,10 +29,20 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWelcome));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmWelcome
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "frmWelcome";
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmWelcome";
|
||||
this.Text = "Louis\' Pharmacy - Welcome";
|
||||
this.Load += new System.EventHandler(this.frmWelcome_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
@ -16,5 +16,10 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void frmWelcome_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
1253
Louis'-Pharmacy_CNSA212-FP/frmWelcome.resx
Normal file
1253
Louis'-Pharmacy_CNSA212-FP/frmWelcome.resx
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Pharmacist_Male_icon-icons.com_75055.ico
Normal file
BIN
Pharmacist_Male_icon-icons.com_75055.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue
Block a user