Deleted frmAddPatientPhyscian and replaced with new frmPatientPhysician. Updated frmPatientPhysician name and icon.
This commit is contained in:
parent
cfa7a6ee6e
commit
eca0e7efa6
@ -46,18 +46,18 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="frmAddPatientPhysician.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmAddPatientPhysician.Designer.cs">
|
||||
<DependentUpon>frmAddPatientPhysician.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmInfo.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmInfo.Designer.cs">
|
||||
<DependentUpon>frmInfo.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmPatientPhysician.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmPatientPhysician.Designer.cs">
|
||||
<DependentUpon>frmPatientPhysician.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmPrescription.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@ -78,12 +78,12 @@
|
||||
</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="frmPatientPhysician.resx">
|
||||
<DependentUpon>frmPatientPhysician.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmPrescription.resx">
|
||||
<DependentUpon>frmPrescription.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
namespace Louis__Pharmacy_CNSA212_FP
|
||||
{
|
||||
partial class frmAddPatientPhysician
|
||||
partial class frmPatientPhysician
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
@ -29,18 +29,17 @@ namespace Louis__Pharmacy_CNSA212_FP
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddPatientPhysician));
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientPhysician));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// frmAddPatientPhysician
|
||||
// frmPatientPhysician
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(600, 366);
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
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.Name = "frmPatientPhysician";
|
||||
this.Text = "Louis\' Pharmacy - Add / Update Patient or Physician";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
@ -10,9 +10,9 @@ using System.Windows.Forms;
|
||||
|
||||
namespace Louis__Pharmacy_CNSA212_FP
|
||||
{
|
||||
public partial class frmAddPatientPhysician : Form
|
||||
public partial class frmPatientPhysician : Form
|
||||
{
|
||||
public frmAddPatientPhysician()
|
||||
public frmPatientPhysician()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
Loading…
Reference in New Issue
Block a user