From 11cbd7dc38b57c4ec23b045178508c7eac13ab21 Mon Sep 17 00:00:00 2001
From: ​
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: 2 vers of invoice total
---
.../008b1d23-164b-47fc-b034-755491132000.vsidx | Bin 0 -> 44057 bytes
invoice_total_discount/.vs/InvoiceTotal/v17/.suo | Bin 0 -> 44544 bytes
invoice_total_discount/InvoiceTotal.sln | 22 ++
.../InvoiceTotal/InvoiceTotal.csproj | 138 +++++++
invoice_total_discount/InvoiceTotal/Program.cs | 22 ++
.../InvoiceTotal/Properties/AssemblyInfo.cs | 33 ++
.../InvoiceTotal/Properties/Resources.Designer.cs | 63 +++
.../InvoiceTotal/Properties/Resources.resx | 117 ++++++
.../InvoiceTotal/Properties/Settings.Designer.cs | 26 ++
.../InvoiceTotal/Properties/Settings.settings | 7 +
invoice_total_discount/InvoiceTotal/app.config | 3 +
.../InvoiceTotal/bin/Debug/InvoiceTotal.exe | Bin 0 -> 15872 bytes
.../InvoiceTotal/bin/Debug/InvoiceTotal.exe.config | 3 +
.../InvoiceTotal/bin/Debug/InvoiceTotal.pdb | Bin 0 -> 28160 bytes
.../InvoiceTotal/frmInvoiceTotal.Designer.cs | 421 +++++++++++++++++++++
.../InvoiceTotal/frmInvoiceTotal.cs | 82 ++++
.../InvoiceTotal/frmInvoiceTotal.resx | 120 ++++++
...NETFramework,Version=v4.8.AssemblyAttributes.cs | 4 +
.../DesignTimeResolveAssemblyReferences.cache | Bin 0 -> 137 bytes
.../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 2284 bytes
.../InvoiceTotal.Properties.Resources.resources | Bin 0 -> 180 bytes
.../InvoiceTotal.csproj.AssemblyReference.cache | Bin 0 -> 6088 bytes
.../InvoiceTotal.csproj.CoreCompileInputs.cache | 1 +
.../Debug/InvoiceTotal.csproj.FileListAbsolute.txt | 10 +
.../InvoiceTotal.csproj.GenerateResource.cache | Bin 0 -> 146 bytes
.../InvoiceTotal/obj/Debug/InvoiceTotal.exe | Bin 0 -> 15872 bytes
.../Debug/InvoiceTotal.frmInvoiceTotal.resources | Bin 0 -> 180 bytes
.../InvoiceTotal/obj/Debug/InvoiceTotal.pdb | Bin 0 -> 28160 bytes
.../TempPE/Properties.Resources.Designer.cs.dll | Bin 0 -> 4096 bytes
.../.vs/InvoiceTotal/DesignTimeBuild/.dtbcache.v2 | Bin 0 -> 74875 bytes
.../1e8c5543-99f6-410d-bf92-defb9dba6b45.vsidx | Bin 0 -> 28483 bytes
.../3af197ac-8a94-41f0-a729-2de939b53bcc.vsidx | Bin 0 -> 28638 bytes
.../.vs/InvoiceTotal/v17/.futdcache.v1 | Bin 0 -> 224 bytes
.../.vs/InvoiceTotal/v17/.futdcache.v2 | Bin 0 -> 521 bytes
invoice_total_type/.vs/InvoiceTotal/v17/.suo | Bin 0 -> 55296 bytes
.../ProjectEvaluation/invoicetotal.metadata.v7.bin | Bin 0 -> 178370 bytes
.../ProjectEvaluation/invoicetotal.projects.v7.bin | Bin 0 -> 490892 bytes
invoice_total_type/InvoiceTotal.sln | 25 ++
.../InvoiceTotal/InvoiceTotal.csproj | 9 +
.../InvoiceTotal/InvoiceTotal.csproj.user | 8 +
invoice_total_type/InvoiceTotal/Program.cs | 23 ++
.../bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json | 23 ++
.../bin/Debug/netcoreapp3.1/InvoiceTotal.dll | Bin 0 -> 9728 bytes
.../bin/Debug/netcoreapp3.1/InvoiceTotal.exe | Bin 0 -> 158208 bytes
.../bin/Debug/netcoreapp3.1/InvoiceTotal.pdb | Bin 0 -> 12812 bytes
.../InvoiceTotal.runtimeconfig.dev.json | 8 +
.../netcoreapp3.1/InvoiceTotal.runtimeconfig.json | 9 +
.../InvoiceTotal/frmInvoiceTotal3.Designer.cs | 206 ++++++++++
.../InvoiceTotal/frmInvoiceTotal3.cs | 88 +++++
.../InvoiceTotal/frmInvoiceTotal3.resx | 120 ++++++
.../.NETCoreApp,Version=v3.1.AssemblyAttributes.cs | 4 +
.../netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs | 22 ++
.../InvoiceTotal.AssemblyInfoInputs.cache | 1 +
...Total.GeneratedMSBuildEditorConfig.editorconfig | 11 +
.../Debug/netcoreapp3.1/InvoiceTotal.assets.cache | Bin 0 -> 151 bytes
.../InvoiceTotal.csproj.BuildWithSkipAnalyzers | 0
.../InvoiceTotal.csproj.CoreCompileInputs.cache | 1 +
.../InvoiceTotal.csproj.FileListAbsolute.txt | 47 +++
.../InvoiceTotal.csproj.GenerateResource.cache | Bin 0 -> 138 bytes
.../netcoreapp3.1/InvoiceTotal.designer.deps.json | 11 +
.../InvoiceTotal.designer.runtimeconfig.json | 16 +
.../obj/Debug/netcoreapp3.1/InvoiceTotal.dll | Bin 0 -> 9728 bytes
.../InvoiceTotal.frmInvoiceTotal3.resources | Bin 0 -> 180 bytes
.../InvoiceTotal.genruntimeconfig.cache | 1 +
.../obj/Debug/netcoreapp3.1/InvoiceTotal.pdb | Bin 0 -> 12812 bytes
.../netcoreapp3.1/InvoiceTotal.sourcelink.json | 1 +
.../obj/Debug/netcoreapp3.1/apphost.exe | Bin 0 -> 158208 bytes
.../obj/InvoiceTotal.csproj.nuget.dgspec.json | 66 ++++
.../obj/InvoiceTotal.csproj.nuget.g.props | 15 +
.../obj/InvoiceTotal.csproj.nuget.g.targets | 2 +
.../InvoiceTotal/obj/project.assets.json | 71 ++++
.../InvoiceTotal/obj/project.nuget.cache | 8 +
72 files changed, 1868 insertions(+)
create mode 100644 invoice_total_discount/.vs/InvoiceTotal/FileContentIndex/008b1d23-164b-47fc-b034-755491132000.vsidx
create mode 100644 invoice_total_discount/.vs/InvoiceTotal/v17/.suo
create mode 100644 invoice_total_discount/InvoiceTotal.sln
create mode 100644 invoice_total_discount/InvoiceTotal/InvoiceTotal.csproj
create mode 100644 invoice_total_discount/InvoiceTotal/Program.cs
create mode 100644 invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs
create mode 100644 invoice_total_discount/InvoiceTotal/Properties/Resources.Designer.cs
create mode 100644 invoice_total_discount/InvoiceTotal/Properties/Resources.resx
create mode 100644 invoice_total_discount/InvoiceTotal/Properties/Settings.Designer.cs
create mode 100644 invoice_total_discount/InvoiceTotal/Properties/Settings.settings
create mode 100644 invoice_total_discount/InvoiceTotal/app.config
create mode 100644 invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe
create mode 100644 invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe.config
create mode 100644 invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.pdb
create mode 100644 invoice_total_discount/InvoiceTotal/frmInvoiceTotal.Designer.cs
create mode 100644 invoice_total_discount/InvoiceTotal/frmInvoiceTotal.cs
create mode 100644 invoice_total_discount/InvoiceTotal/frmInvoiceTotal.resx
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb
create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
create mode 100644 invoice_total_type/.vs/InvoiceTotal/DesignTimeBuild/.dtbcache.v2
create mode 100644 invoice_total_type/.vs/InvoiceTotal/FileContentIndex/1e8c5543-99f6-410d-bf92-defb9dba6b45.vsidx
create mode 100644 invoice_total_type/.vs/InvoiceTotal/FileContentIndex/3af197ac-8a94-41f0-a729-2de939b53bcc.vsidx
create mode 100644 invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v1
create mode 100644 invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v2
create mode 100644 invoice_total_type/.vs/InvoiceTotal/v17/.suo
create mode 100644 invoice_total_type/.vs/ProjectEvaluation/invoicetotal.metadata.v7.bin
create mode 100644 invoice_total_type/.vs/ProjectEvaluation/invoicetotal.projects.v7.bin
create mode 100644 invoice_total_type/InvoiceTotal.sln
create mode 100644 invoice_total_type/InvoiceTotal/InvoiceTotal.csproj
create mode 100644 invoice_total_type/InvoiceTotal/InvoiceTotal.csproj.user
create mode 100644 invoice_total_type/InvoiceTotal/Program.cs
create mode 100644 invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json
create mode 100644 invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll
create mode 100644 invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe
create mode 100644 invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb
create mode 100644 invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json
create mode 100644 invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json
create mode 100644 invoice_total_type/InvoiceTotal/frmInvoiceTotal3.Designer.cs
create mode 100644 invoice_total_type/InvoiceTotal/frmInvoiceTotal3.cs
create mode 100644 invoice_total_type/InvoiceTotal/frmInvoiceTotal3.resx
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json
create mode 100644 invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe
create mode 100644 invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json
create mode 100644 invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props
create mode 100644 invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets
create mode 100644 invoice_total_type/InvoiceTotal/obj/project.assets.json
create mode 100644 invoice_total_type/InvoiceTotal/obj/project.nuget.cache
diff --git a/invoice_total_discount/.vs/InvoiceTotal/FileContentIndex/008b1d23-164b-47fc-b034-755491132000.vsidx b/invoice_total_discount/.vs/InvoiceTotal/FileContentIndex/008b1d23-164b-47fc-b034-755491132000.vsidx
new file mode 100644
index 0000000..c869873
Binary files /dev/null and b/invoice_total_discount/.vs/InvoiceTotal/FileContentIndex/008b1d23-164b-47fc-b034-755491132000.vsidx differ
diff --git a/invoice_total_discount/.vs/InvoiceTotal/v17/.suo b/invoice_total_discount/.vs/InvoiceTotal/v17/.suo
new file mode 100644
index 0000000..73940f1
Binary files /dev/null and b/invoice_total_discount/.vs/InvoiceTotal/v17/.suo differ
diff --git a/invoice_total_discount/InvoiceTotal.sln b/invoice_total_discount/InvoiceTotal.sln
new file mode 100644
index 0000000..ced1066
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.23107.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceTotal", "InvoiceTotal\InvoiceTotal.csproj", "{ABFE3FFD-56CF-4B23-8ED5-EBBBAF6EFD39}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {ABFE3FFD-56CF-4B23-8ED5-EBBBAF6EFD39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {ABFE3FFD-56CF-4B23-8ED5-EBBBAF6EFD39}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {ABFE3FFD-56CF-4B23-8ED5-EBBBAF6EFD39}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {ABFE3FFD-56CF-4B23-8ED5-EBBBAF6EFD39}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/invoice_total_discount/InvoiceTotal/InvoiceTotal.csproj b/invoice_total_discount/InvoiceTotal/InvoiceTotal.csproj
new file mode 100644
index 0000000..c67214c
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/InvoiceTotal.csproj
@@ -0,0 +1,138 @@
+
+
+
+ Debug
+ AnyCPU
+ 9.0.21022
+ 2.0
+ {ABFE3FFD-56CF-4B23-8ED5-EBBBAF6EFD39}
+ WinExe
+ Properties
+ InvoiceTotal
+ InvoiceTotal
+
+
+ 3.5
+
+
+ true
+ v4.8
+ http://localhost/InvoiceTotal/
+ true
+ Web
+ true
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 1.0.0.%2a
+ false
+ true
+
+
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ false
+ 8.0
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+ false
+
+
+
+
+
+ 3.5
+
+
+
+ 3.5
+
+
+
+
+
+
+
+ 3.5
+
+
+
+
+ Form
+
+
+ frmInvoiceTotal.cs
+
+
+
+
+ frmInvoiceTotal.cs
+ Designer
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+ True
+ Resources.resx
+ True
+
+
+
+ SettingsSingleFileGenerator
+ Settings.Designer.cs
+
+
+ True
+ Settings.settings
+ True
+
+
+
+
+ False
+ .NET Framework 3.5 SP1 Client Profile
+ false
+
+
+ False
+ .NET Framework 2.0 %28x86%29
+ true
+
+
+ False
+ .NET Framework 3.0 %28x86%29
+ false
+
+
+ False
+ .NET Framework 3.5
+ false
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+
+
+
\ No newline at end of file
diff --git a/invoice_total_discount/InvoiceTotal/Program.cs b/invoice_total_discount/InvoiceTotal/Program.cs
new file mode 100644
index 0000000..7f14579
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/Program.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace InvoiceTotal
+{
+ static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ Application.EnableVisualStyles();
+ Application.SetCompatibleTextRenderingDefault(false);
+ Application.Run(new frmInvoiceTotal());
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs b/invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..1d4eb9a
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("InvoiceTotal")]
+[assembly: AssemblyDescription("The solution to exercise 4-1 from 'Murach's C# 2005' by Joel Murach")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Mike Murach & Associates, Inc.")]
+[assembly: AssemblyProduct("InvoiceTotal")]
+[assembly: AssemblyCopyright("Copyright © 2006")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM componenets. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("d7e81a3a-db10-47e8-9d34-9338f490ba9d")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/invoice_total_discount/InvoiceTotal/Properties/Resources.Designer.cs b/invoice_total_discount/InvoiceTotal/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..1021f4b
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/Properties/Resources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace InvoiceTotal.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("InvoiceTotal.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/invoice_total_discount/InvoiceTotal/Properties/Resources.resx b/invoice_total_discount/InvoiceTotal/Properties/Resources.resx
new file mode 100644
index 0000000..ffecec8
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/Properties/Resources.resx
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/invoice_total_discount/InvoiceTotal/Properties/Settings.Designer.cs b/invoice_total_discount/InvoiceTotal/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..8525954
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/Properties/Settings.Designer.cs
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace InvoiceTotal.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.0.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default {
+ get {
+ return defaultInstance;
+ }
+ }
+ }
+}
diff --git a/invoice_total_discount/InvoiceTotal/Properties/Settings.settings b/invoice_total_discount/InvoiceTotal/Properties/Settings.settings
new file mode 100644
index 0000000..abf36c5
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/invoice_total_discount/InvoiceTotal/app.config b/invoice_total_discount/InvoiceTotal/app.config
new file mode 100644
index 0000000..99dca75
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/app.config
@@ -0,0 +1,3 @@
+
+
+
diff --git a/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe b/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe
new file mode 100644
index 0000000..d3ed08f
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe differ
diff --git a/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe.config b/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe.config
new file mode 100644
index 0000000..99dca75
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.exe.config
@@ -0,0 +1,3 @@
+
+
+
diff --git a/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.pdb b/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.pdb
new file mode 100644
index 0000000..7b0e68d
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/bin/Debug/InvoiceTotal.pdb differ
diff --git a/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.Designer.cs b/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.Designer.cs
new file mode 100644
index 0000000..83ec59b
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.Designer.cs
@@ -0,0 +1,421 @@
+namespace InvoiceTotal
+{
+ partial class frmInvoiceTotal
+ {
+ ///
+ /// 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.lblEnterSubtotal = new System.Windows.Forms.Label();
+ this.lblDiscountPercent = new System.Windows.Forms.Label();
+ this.lblDiscountAmount = new System.Windows.Forms.Label();
+ this.lblTotal = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.txtEnterSubtotal = new System.Windows.Forms.TextBox();
+ this.btnCalculate = new System.Windows.Forms.Button();
+ this.btnExit = new System.Windows.Forms.Button();
+ this.txtDiscountPercent = new System.Windows.Forms.TextBox();
+ this.txtDiscountAmount = new System.Windows.Forms.TextBox();
+ this.txtTotal = new System.Windows.Forms.TextBox();
+ this.btnClear = new System.Windows.Forms.Button();
+ this.txtSubtotal = new System.Windows.Forms.TextBox();
+ this.label8 = new System.Windows.Forms.Label();
+ this.lblSubtotal = new System.Windows.Forms.Label();
+ this.txtAvgInvoice = new System.Windows.Forms.TextBox();
+ this.txtInvoicesTotal = new System.Windows.Forms.TextBox();
+ this.txtNumInvoices = new System.Windows.Forms.TextBox();
+ this.label10 = new System.Windows.Forms.Label();
+ this.label11 = new System.Windows.Forms.Label();
+ this.lblAvgInvoice = new System.Windows.Forms.Label();
+ this.lblInvoicesTotal = new System.Windows.Forms.Label();
+ this.lblNumInvoices = new System.Windows.Forms.Label();
+ this.txtLargestInvoice = new System.Windows.Forms.TextBox();
+ this.txtSmallestInvoice = new System.Windows.Forms.TextBox();
+ this.label15 = new System.Windows.Forms.Label();
+ this.lblLargestInvoice = new System.Windows.Forms.Label();
+ this.lblSmallestInvoice = new System.Windows.Forms.Label();
+ this.SuspendLayout();
+ //
+ // lblEnterSubtotal
+ //
+ this.lblEnterSubtotal.AutoSize = true;
+ this.lblEnterSubtotal.Location = new System.Drawing.Point(16, 29);
+ this.lblEnterSubtotal.Name = "lblEnterSubtotal";
+ this.lblEnterSubtotal.Size = new System.Drawing.Size(77, 13);
+ this.lblEnterSubtotal.TabIndex = 0;
+ this.lblEnterSubtotal.Text = "Enter &Subtotal:";
+ this.lblEnterSubtotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblDiscountPercent
+ //
+ this.lblDiscountPercent.AutoSize = true;
+ this.lblDiscountPercent.Location = new System.Drawing.Point(16, 82);
+ this.lblDiscountPercent.Name = "lblDiscountPercent";
+ this.lblDiscountPercent.Size = new System.Drawing.Size(92, 13);
+ this.lblDiscountPercent.TabIndex = 4;
+ this.lblDiscountPercent.Text = "Discount Percent:";
+ this.lblDiscountPercent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblDiscountAmount
+ //
+ this.lblDiscountAmount.AutoSize = true;
+ this.lblDiscountAmount.Location = new System.Drawing.Point(17, 109);
+ this.lblDiscountAmount.Name = "lblDiscountAmount";
+ this.lblDiscountAmount.Size = new System.Drawing.Size(91, 13);
+ this.lblDiscountAmount.TabIndex = 6;
+ this.lblDiscountAmount.Text = "Discount Amount:";
+ this.lblDiscountAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblTotal
+ //
+ this.lblTotal.AutoSize = true;
+ this.lblTotal.Location = new System.Drawing.Point(17, 135);
+ this.lblTotal.Name = "lblTotal";
+ this.lblTotal.Size = new System.Drawing.Size(34, 13);
+ this.lblTotal.TabIndex = 8;
+ this.lblTotal.Text = "Total:";
+ this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Location = new System.Drawing.Point(124, 84);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(0, 13);
+ this.label5.TabIndex = 4;
+ this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Location = new System.Drawing.Point(124, 114);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(0, 13);
+ this.label6.TabIndex = 5;
+ this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Location = new System.Drawing.Point(124, 145);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(0, 13);
+ this.label7.TabIndex = 6;
+ this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // txtEnterSubtotal
+ //
+ this.txtEnterSubtotal.Location = new System.Drawing.Point(111, 26);
+ this.txtEnterSubtotal.Name = "txtEnterSubtotal";
+ this.txtEnterSubtotal.Size = new System.Drawing.Size(100, 20);
+ this.txtEnterSubtotal.TabIndex = 1;
+ //
+ // btnCalculate
+ //
+ this.btnCalculate.Location = new System.Drawing.Point(176, 176);
+ this.btnCalculate.Name = "btnCalculate";
+ this.btnCalculate.Size = new System.Drawing.Size(75, 23);
+ this.btnCalculate.TabIndex = 20;
+ this.btnCalculate.Text = "&Calculate";
+ this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
+ //
+ // btnExit
+ //
+ this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.btnExit.Location = new System.Drawing.Point(338, 176);
+ this.btnExit.Name = "btnExit";
+ this.btnExit.Size = new System.Drawing.Size(75, 23);
+ this.btnExit.TabIndex = 22;
+ this.btnExit.Text = "E&xit";
+ this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
+ //
+ // txtDiscountPercent
+ //
+ this.txtDiscountPercent.Location = new System.Drawing.Point(111, 79);
+ this.txtDiscountPercent.Name = "txtDiscountPercent";
+ this.txtDiscountPercent.ReadOnly = true;
+ this.txtDiscountPercent.Size = new System.Drawing.Size(100, 20);
+ this.txtDiscountPercent.TabIndex = 5;
+ this.txtDiscountPercent.TabStop = false;
+ //
+ // txtDiscountAmount
+ //
+ this.txtDiscountAmount.Location = new System.Drawing.Point(111, 106);
+ this.txtDiscountAmount.Name = "txtDiscountAmount";
+ this.txtDiscountAmount.ReadOnly = true;
+ this.txtDiscountAmount.Size = new System.Drawing.Size(100, 20);
+ this.txtDiscountAmount.TabIndex = 7;
+ this.txtDiscountAmount.TabStop = false;
+ //
+ // txtTotal
+ //
+ this.txtTotal.Location = new System.Drawing.Point(111, 132);
+ this.txtTotal.Name = "txtTotal";
+ this.txtTotal.ReadOnly = true;
+ this.txtTotal.Size = new System.Drawing.Size(100, 20);
+ this.txtTotal.TabIndex = 9;
+ this.txtTotal.TabStop = false;
+ //
+ // btnClear
+ //
+ this.btnClear.Location = new System.Drawing.Point(257, 176);
+ this.btnClear.Name = "btnClear";
+ this.btnClear.Size = new System.Drawing.Size(75, 23);
+ this.btnClear.TabIndex = 21;
+ this.btnClear.Text = "Clear";
+ this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
+ //
+ // txtSubtotal
+ //
+ this.txtSubtotal.Location = new System.Drawing.Point(111, 52);
+ this.txtSubtotal.Name = "txtSubtotal";
+ this.txtSubtotal.ReadOnly = true;
+ this.txtSubtotal.Size = new System.Drawing.Size(100, 20);
+ this.txtSubtotal.TabIndex = 3;
+ this.txtSubtotal.TabStop = false;
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Location = new System.Drawing.Point(124, 65);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(0, 13);
+ this.label8.TabIndex = 15;
+ this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblSubtotal
+ //
+ this.lblSubtotal.AutoSize = true;
+ this.lblSubtotal.Location = new System.Drawing.Point(17, 55);
+ this.lblSubtotal.Name = "lblSubtotal";
+ this.lblSubtotal.Size = new System.Drawing.Size(49, 13);
+ this.lblSubtotal.TabIndex = 2;
+ this.lblSubtotal.Text = "Subtotal:";
+ this.lblSubtotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // txtAvgInvoice
+ //
+ this.txtAvgInvoice.Location = new System.Drawing.Point(322, 104);
+ this.txtAvgInvoice.Name = "txtAvgInvoice";
+ this.txtAvgInvoice.ReadOnly = true;
+ this.txtAvgInvoice.Size = new System.Drawing.Size(100, 20);
+ this.txtAvgInvoice.TabIndex = 17;
+ this.txtAvgInvoice.TabStop = false;
+ //
+ // txtInvoicesTotal
+ //
+ this.txtInvoicesTotal.Location = new System.Drawing.Point(322, 130);
+ this.txtInvoicesTotal.Name = "txtInvoicesTotal";
+ this.txtInvoicesTotal.ReadOnly = true;
+ this.txtInvoicesTotal.Size = new System.Drawing.Size(100, 20);
+ this.txtInvoicesTotal.TabIndex = 19;
+ this.txtInvoicesTotal.TabStop = false;
+ //
+ // txtNumInvoices
+ //
+ this.txtNumInvoices.Location = new System.Drawing.Point(322, 26);
+ this.txtNumInvoices.Name = "txtNumInvoices";
+ this.txtNumInvoices.ReadOnly = true;
+ this.txtNumInvoices.Size = new System.Drawing.Size(100, 20);
+ this.txtNumInvoices.TabIndex = 11;
+ this.txtNumInvoices.TabStop = false;
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.Location = new System.Drawing.Point(324, 34);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(0, 13);
+ this.label10.TabIndex = 21;
+ this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Location = new System.Drawing.Point(324, 31);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(0, 13);
+ this.label11.TabIndex = 20;
+ this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblAvgInvoice
+ //
+ this.lblAvgInvoice.AutoSize = true;
+ this.lblAvgInvoice.Location = new System.Drawing.Point(221, 107);
+ this.lblAvgInvoice.Name = "lblAvgInvoice";
+ this.lblAvgInvoice.Size = new System.Drawing.Size(87, 13);
+ this.lblAvgInvoice.TabIndex = 16;
+ this.lblAvgInvoice.Text = "Invoice average:";
+ this.lblAvgInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblInvoicesTotal
+ //
+ this.lblInvoicesTotal.AutoSize = true;
+ this.lblInvoicesTotal.Location = new System.Drawing.Point(221, 133);
+ this.lblInvoicesTotal.Name = "lblInvoicesTotal";
+ this.lblInvoicesTotal.Size = new System.Drawing.Size(88, 13);
+ this.lblInvoicesTotal.TabIndex = 18;
+ this.lblInvoicesTotal.Text = "Total of invoices:";
+ this.lblInvoicesTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblNumInvoices
+ //
+ this.lblNumInvoices.AutoSize = true;
+ this.lblNumInvoices.Location = new System.Drawing.Point(220, 29);
+ this.lblNumInvoices.Name = "lblNumInvoices";
+ this.lblNumInvoices.Size = new System.Drawing.Size(101, 13);
+ this.lblNumInvoices.TabIndex = 10;
+ this.lblNumInvoices.Text = "Number of invoices:";
+ this.lblNumInvoices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // txtLargestInvoice
+ //
+ this.txtLargestInvoice.Location = new System.Drawing.Point(322, 78);
+ this.txtLargestInvoice.Name = "txtLargestInvoice";
+ this.txtLargestInvoice.ReadOnly = true;
+ this.txtLargestInvoice.Size = new System.Drawing.Size(100, 20);
+ this.txtLargestInvoice.TabIndex = 15;
+ this.txtLargestInvoice.TabStop = false;
+ //
+ // txtSmallestInvoice
+ //
+ this.txtSmallestInvoice.Location = new System.Drawing.Point(322, 52);
+ this.txtSmallestInvoice.Name = "txtSmallestInvoice";
+ this.txtSmallestInvoice.ReadOnly = true;
+ this.txtSmallestInvoice.Size = new System.Drawing.Size(100, 20);
+ this.txtSmallestInvoice.TabIndex = 13;
+ this.txtSmallestInvoice.TabStop = false;
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Location = new System.Drawing.Point(324, 60);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(0, 13);
+ this.label15.TabIndex = 27;
+ this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblLargestInvoice
+ //
+ this.lblLargestInvoice.AutoSize = true;
+ this.lblLargestInvoice.Location = new System.Drawing.Point(221, 81);
+ this.lblLargestInvoice.Name = "lblLargestInvoice";
+ this.lblLargestInvoice.Size = new System.Drawing.Size(82, 13);
+ this.lblLargestInvoice.TabIndex = 14;
+ this.lblLargestInvoice.Text = "Largest invoice:";
+ this.lblLargestInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lblSmallestInvoice
+ //
+ this.lblSmallestInvoice.AutoSize = true;
+ this.lblSmallestInvoice.Location = new System.Drawing.Point(221, 55);
+ this.lblSmallestInvoice.Name = "lblSmallestInvoice";
+ this.lblSmallestInvoice.Size = new System.Drawing.Size(83, 13);
+ this.lblSmallestInvoice.TabIndex = 12;
+ this.lblSmallestInvoice.Text = "Smallest invoice";
+ this.lblSmallestInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // frmInvoiceTotal
+ //
+ this.AcceptButton = this.btnCalculate;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.CancelButton = this.btnExit;
+ this.ClientSize = new System.Drawing.Size(444, 221);
+ this.Controls.Add(this.txtLargestInvoice);
+ this.Controls.Add(this.txtSmallestInvoice);
+ this.Controls.Add(this.label15);
+ this.Controls.Add(this.lblLargestInvoice);
+ this.Controls.Add(this.lblSmallestInvoice);
+ this.Controls.Add(this.txtAvgInvoice);
+ this.Controls.Add(this.txtInvoicesTotal);
+ this.Controls.Add(this.txtNumInvoices);
+ this.Controls.Add(this.label10);
+ this.Controls.Add(this.label11);
+ this.Controls.Add(this.lblAvgInvoice);
+ this.Controls.Add(this.lblInvoicesTotal);
+ this.Controls.Add(this.lblNumInvoices);
+ this.Controls.Add(this.txtSubtotal);
+ this.Controls.Add(this.label8);
+ this.Controls.Add(this.lblSubtotal);
+ this.Controls.Add(this.btnClear);
+ this.Controls.Add(this.txtTotal);
+ this.Controls.Add(this.txtDiscountAmount);
+ this.Controls.Add(this.txtDiscountPercent);
+ this.Controls.Add(this.btnExit);
+ this.Controls.Add(this.btnCalculate);
+ this.Controls.Add(this.txtEnterSubtotal);
+ this.Controls.Add(this.label7);
+ this.Controls.Add(this.label6);
+ this.Controls.Add(this.label5);
+ this.Controls.Add(this.lblTotal);
+ this.Controls.Add(this.lblDiscountAmount);
+ this.Controls.Add(this.lblDiscountPercent);
+ this.Controls.Add(this.lblEnterSubtotal);
+ this.Name = "frmInvoiceTotal";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "Invoice Total";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label lblEnterSubtotal;
+ private System.Windows.Forms.Label lblDiscountPercent;
+ private System.Windows.Forms.Label lblDiscountAmount;
+ private System.Windows.Forms.Label lblTotal;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.TextBox txtEnterSubtotal;
+ private System.Windows.Forms.Button btnCalculate;
+ private System.Windows.Forms.Button btnExit;
+ private System.Windows.Forms.TextBox txtDiscountPercent;
+ private System.Windows.Forms.TextBox txtDiscountAmount;
+ private System.Windows.Forms.TextBox txtTotal;
+ private System.Windows.Forms.Button btnClear;
+ private System.Windows.Forms.TextBox txtSubtotal;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.Label lblSubtotal;
+ private System.Windows.Forms.TextBox txtAvgInvoice;
+ private System.Windows.Forms.TextBox txtInvoicesTotal;
+ private System.Windows.Forms.TextBox txtNumInvoices;
+ private System.Windows.Forms.Label label10;
+ private System.Windows.Forms.Label label11;
+ private System.Windows.Forms.Label lblAvgInvoice;
+ private System.Windows.Forms.Label lblInvoicesTotal;
+ private System.Windows.Forms.Label lblNumInvoices;
+ private System.Windows.Forms.TextBox txtLargestInvoice;
+ private System.Windows.Forms.TextBox txtSmallestInvoice;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.Label lblLargestInvoice;
+ private System.Windows.Forms.Label lblSmallestInvoice;
+ }
+}
+
diff --git a/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.cs b/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.cs
new file mode 100644
index 0000000..10c8136
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.cs
@@ -0,0 +1,82 @@
+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 InvoiceTotal
+{
+ public partial class frmInvoiceTotal : Form
+ {
+ public frmInvoiceTotal()
+ {
+ InitializeComponent();
+ }
+
+ int numInvoices = 0;
+ decimal smallestInvoice = Decimal.MaxValue;
+ decimal largestInvoice = 0m;
+ decimal avgInvoice = 0m;
+ decimal invoicesTotal = 0m;
+
+ private void btnCalculate_Click(object sender, EventArgs e)
+ {
+ decimal subtotal = Decimal.Parse(txtEnterSubtotal.Text);
+ decimal discountPercent = .25m;
+ decimal discountAmount = Math.Round(subtotal * discountPercent, 2);
+ decimal invoiceTotal = Math.Round(subtotal - discountAmount, 2);
+
+ numInvoices++;
+ invoicesTotal += invoiceTotal;
+ avgInvoice = invoicesTotal / numInvoices;
+
+ if (invoiceTotal < smallestInvoice)
+ smallestInvoice = invoiceTotal;
+ if (invoiceTotal > largestInvoice)
+ largestInvoice = invoiceTotal;
+
+ txtSubtotal.Text = subtotal.ToString("c");
+ txtDiscountPercent.Text = discountPercent.ToString("p1");
+ txtDiscountAmount.Text = discountAmount.ToString("c");
+ txtTotal.Text = invoiceTotal.ToString("c");
+ txtNumInvoices.Text = numInvoices.ToString();
+ txtSmallestInvoice.Text = smallestInvoice.ToString("c");
+ txtLargestInvoice.Text = largestInvoice.ToString("c");
+ txtAvgInvoice.Text = avgInvoice.ToString("c");
+ txtInvoicesTotal.Text = invoicesTotal.ToString("c");
+
+ txtEnterSubtotal.Focus();
+ }
+
+ private void btnExit_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
+ private void btnClear_Click(object sender, EventArgs e)
+ {
+ numInvoices = 0;
+ smallestInvoice = Decimal.MaxValue;
+ largestInvoice = 0m;
+ avgInvoice = 0m;
+ invoicesTotal = 0m;
+
+ txtEnterSubtotal.Text = "";
+ txtSubtotal.Text = "";
+ txtDiscountPercent.Text = "";
+ txtDiscountAmount.Text = "";
+ txtTotal.Text = "";
+ txtNumInvoices.Text = "";
+ txtInvoicesTotal.Text = "";
+ txtSmallestInvoice.Text = "";
+ txtLargestInvoice.Text = "";
+ txtAvgInvoice.Text = "";
+
+ txtEnterSubtotal.Focus();
+ }
+ }
+}
diff --git a/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.resx b/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.resx
new file mode 100644
index 0000000..c7e0d4b
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/frmInvoiceTotal.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
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
new file mode 100644
index 0000000..3cf0af3
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache
new file mode 100644
index 0000000..cae8fc6
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..c2fd230
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..b3072eb
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..6621da8
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+ddd884c7cc4fbc526b3c79f739672bb101481755939ee83704695fd42ac85f71
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..e28a5c0
--- /dev/null
+++ b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt
@@ -0,0 +1,10 @@
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\bin\Debug\InvoiceTotal.exe.config
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\bin\Debug\InvoiceTotal.exe
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\bin\Debug\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.AssemblyReference.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.frmInvoiceTotal.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.Properties.Resources.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.exe
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.pdb
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache
new file mode 100644
index 0000000..87753e5
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe
new file mode 100644
index 0000000..d3ed08f
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb
new file mode 100644
index 0000000..7b0e68d
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb differ
diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
new file mode 100644
index 0000000..b3067e7
Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ
diff --git a/invoice_total_type/.vs/InvoiceTotal/DesignTimeBuild/.dtbcache.v2 b/invoice_total_type/.vs/InvoiceTotal/DesignTimeBuild/.dtbcache.v2
new file mode 100644
index 0000000..7089dc9
Binary files /dev/null and b/invoice_total_type/.vs/InvoiceTotal/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/invoice_total_type/.vs/InvoiceTotal/FileContentIndex/1e8c5543-99f6-410d-bf92-defb9dba6b45.vsidx b/invoice_total_type/.vs/InvoiceTotal/FileContentIndex/1e8c5543-99f6-410d-bf92-defb9dba6b45.vsidx
new file mode 100644
index 0000000..81d2b58
Binary files /dev/null and b/invoice_total_type/.vs/InvoiceTotal/FileContentIndex/1e8c5543-99f6-410d-bf92-defb9dba6b45.vsidx differ
diff --git a/invoice_total_type/.vs/InvoiceTotal/FileContentIndex/3af197ac-8a94-41f0-a729-2de939b53bcc.vsidx b/invoice_total_type/.vs/InvoiceTotal/FileContentIndex/3af197ac-8a94-41f0-a729-2de939b53bcc.vsidx
new file mode 100644
index 0000000..87267f4
Binary files /dev/null and b/invoice_total_type/.vs/InvoiceTotal/FileContentIndex/3af197ac-8a94-41f0-a729-2de939b53bcc.vsidx differ
diff --git a/invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v1 b/invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v1
new file mode 100644
index 0000000..181280a
Binary files /dev/null and b/invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v1 differ
diff --git a/invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v2 b/invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v2
new file mode 100644
index 0000000..179c808
Binary files /dev/null and b/invoice_total_type/.vs/InvoiceTotal/v17/.futdcache.v2 differ
diff --git a/invoice_total_type/.vs/InvoiceTotal/v17/.suo b/invoice_total_type/.vs/InvoiceTotal/v17/.suo
new file mode 100644
index 0000000..970f4d2
Binary files /dev/null and b/invoice_total_type/.vs/InvoiceTotal/v17/.suo differ
diff --git a/invoice_total_type/.vs/ProjectEvaluation/invoicetotal.metadata.v7.bin b/invoice_total_type/.vs/ProjectEvaluation/invoicetotal.metadata.v7.bin
new file mode 100644
index 0000000..faf1f72
Binary files /dev/null and b/invoice_total_type/.vs/ProjectEvaluation/invoicetotal.metadata.v7.bin differ
diff --git a/invoice_total_type/.vs/ProjectEvaluation/invoicetotal.projects.v7.bin b/invoice_total_type/.vs/ProjectEvaluation/invoicetotal.projects.v7.bin
new file mode 100644
index 0000000..33409f1
Binary files /dev/null and b/invoice_total_type/.vs/ProjectEvaluation/invoicetotal.projects.v7.bin differ
diff --git a/invoice_total_type/InvoiceTotal.sln b/invoice_total_type/InvoiceTotal.sln
new file mode 100644
index 0000000..85e4795
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30413.136
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceTotal", "InvoiceTotal\InvoiceTotal.csproj", "{9913F705-D6F0-491A-B888-8DBB48A805BC}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9913F705-D6F0-491A-B888-8DBB48A805BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9913F705-D6F0-491A-B888-8DBB48A805BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9913F705-D6F0-491A-B888-8DBB48A805BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9913F705-D6F0-491A-B888-8DBB48A805BC}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {00BA4863-AA24-4581-81B2-A0BEEC1EB592}
+ EndGlobalSection
+EndGlobal
diff --git a/invoice_total_type/InvoiceTotal/InvoiceTotal.csproj b/invoice_total_type/InvoiceTotal/InvoiceTotal.csproj
new file mode 100644
index 0000000..7b05c62
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/InvoiceTotal.csproj
@@ -0,0 +1,9 @@
+
+
+
+ WinExe
+ netcoreapp3.1
+ true
+
+
+
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/InvoiceTotal.csproj.user b/invoice_total_type/InvoiceTotal/InvoiceTotal.csproj.user
new file mode 100644
index 0000000..b9e89c1
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/InvoiceTotal.csproj.user
@@ -0,0 +1,8 @@
+
+
+
+
+ Form
+
+
+
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/Program.cs b/invoice_total_type/InvoiceTotal/Program.cs
new file mode 100644
index 0000000..a2a3ff0
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/Program.cs
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace InvoiceTotal
+{
+ static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ Application.SetHighDpiMode(HighDpiMode.SystemAware);
+ Application.EnableVisualStyles();
+ Application.SetCompatibleTextRenderingDefault(false);
+ Application.Run(new frmInvoiceTotal3());
+ }
+ }
+}
diff --git a/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json
new file mode 100644
index 0000000..4cb5c27
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v3.1",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {
+ "InvoiceTotal/1.0.0": {
+ "runtime": {
+ "InvoiceTotal.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "InvoiceTotal/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll
new file mode 100644
index 0000000..fda62e4
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll differ
diff --git a/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe
new file mode 100644
index 0000000..fe09c33
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe differ
diff --git a/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb
new file mode 100644
index 0000000..c270763
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb differ
diff --git a/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json
new file mode 100644
index 0000000..214bf78
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json
@@ -0,0 +1,8 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\User\\.nuget\\packages"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json
new file mode 100644
index 0000000..9b3a644
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "netcoreapp3.1",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "3.1.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.Designer.cs b/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.Designer.cs
new file mode 100644
index 0000000..10ea010
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.Designer.cs
@@ -0,0 +1,206 @@
+namespace InvoiceTotal
+{
+ partial class frmInvoiceTotal3
+ {
+ ///
+ /// 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()
+ {
+ txtCustomerType = new System.Windows.Forms.TextBox();
+ label5 = new System.Windows.Forms.Label();
+ label4 = new System.Windows.Forms.Label();
+ btnExit = new System.Windows.Forms.Button();
+ btnCalculate = new System.Windows.Forms.Button();
+ txtSubtotal = new System.Windows.Forms.TextBox();
+ label3 = new System.Windows.Forms.Label();
+ label2 = new System.Windows.Forms.Label();
+ label1 = new System.Windows.Forms.Label();
+ txtDiscountPercent = new System.Windows.Forms.TextBox();
+ txtDiscountAmount = new System.Windows.Forms.TextBox();
+ txtTotal = new System.Windows.Forms.TextBox();
+ SuspendLayout();
+ //
+ // txtCustomerType
+ //
+ txtCustomerType.Location = new System.Drawing.Point(147, 10);
+ txtCustomerType.Margin = new System.Windows.Forms.Padding(4);
+ txtCustomerType.Name = "txtCustomerType";
+ txtCustomerType.Size = new System.Drawing.Size(98, 23);
+ txtCustomerType.TabIndex = 1;
+ //
+ // label5
+ //
+ label5.Location = new System.Drawing.Point(25, 10);
+ label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label5.Name = "label5";
+ label5.Size = new System.Drawing.Size(109, 23);
+ label5.TabIndex = 0;
+ label5.Text = "Customer &type:";
+ label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label4
+ //
+ label4.Location = new System.Drawing.Point(25, 75);
+ label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label4.Name = "label4";
+ label4.Size = new System.Drawing.Size(109, 23);
+ label4.TabIndex = 4;
+ label4.Text = "Discount percent:";
+ label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // btnExit
+ //
+ btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ btnExit.Location = new System.Drawing.Point(158, 186);
+ btnExit.Margin = new System.Windows.Forms.Padding(4);
+ btnExit.Name = "btnExit";
+ btnExit.Size = new System.Drawing.Size(88, 26);
+ btnExit.TabIndex = 11;
+ btnExit.Text = "E&xit";
+ btnExit.Click += btnExit_Click;
+ //
+ // btnCalculate
+ //
+ btnCalculate.Location = new System.Drawing.Point(48, 186);
+ btnCalculate.Margin = new System.Windows.Forms.Padding(4);
+ btnCalculate.Name = "btnCalculate";
+ btnCalculate.Size = new System.Drawing.Size(88, 26);
+ btnCalculate.TabIndex = 10;
+ btnCalculate.Text = "&Calculate";
+ btnCalculate.Click += btnCalculate_Click;
+ //
+ // txtSubtotal
+ //
+ txtSubtotal.Location = new System.Drawing.Point(147, 43);
+ txtSubtotal.Margin = new System.Windows.Forms.Padding(4);
+ txtSubtotal.Name = "txtSubtotal";
+ txtSubtotal.Size = new System.Drawing.Size(98, 23);
+ txtSubtotal.TabIndex = 3;
+ //
+ // label3
+ //
+ label3.Location = new System.Drawing.Point(25, 140);
+ label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label3.Name = "label3";
+ label3.Size = new System.Drawing.Size(109, 23);
+ label3.TabIndex = 8;
+ label3.Text = "Total:";
+ label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label2
+ //
+ label2.Location = new System.Drawing.Point(25, 107);
+ label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label2.Name = "label2";
+ label2.Size = new System.Drawing.Size(109, 23);
+ label2.TabIndex = 6;
+ label2.Text = "Discount amount:";
+ label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label1
+ //
+ label1.Location = new System.Drawing.Point(25, 43);
+ label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label1.Name = "label1";
+ label1.Size = new System.Drawing.Size(109, 23);
+ label1.TabIndex = 2;
+ label1.Text = "&Subtotal:";
+ label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // txtDiscountPercent
+ //
+ txtDiscountPercent.Location = new System.Drawing.Point(147, 74);
+ txtDiscountPercent.Margin = new System.Windows.Forms.Padding(4);
+ txtDiscountPercent.Name = "txtDiscountPercent";
+ txtDiscountPercent.ReadOnly = true;
+ txtDiscountPercent.Size = new System.Drawing.Size(98, 23);
+ txtDiscountPercent.TabIndex = 5;
+ txtDiscountPercent.TabStop = false;
+ //
+ // txtDiscountAmount
+ //
+ txtDiscountAmount.Location = new System.Drawing.Point(147, 107);
+ txtDiscountAmount.Margin = new System.Windows.Forms.Padding(4);
+ txtDiscountAmount.Name = "txtDiscountAmount";
+ txtDiscountAmount.ReadOnly = true;
+ txtDiscountAmount.Size = new System.Drawing.Size(98, 23);
+ txtDiscountAmount.TabIndex = 7;
+ txtDiscountAmount.TabStop = false;
+ //
+ // txtTotal
+ //
+ txtTotal.Location = new System.Drawing.Point(147, 141);
+ txtTotal.Margin = new System.Windows.Forms.Padding(4);
+ txtTotal.Name = "txtTotal";
+ txtTotal.ReadOnly = true;
+ txtTotal.Size = new System.Drawing.Size(98, 23);
+ txtTotal.TabIndex = 9;
+ txtTotal.TabStop = false;
+ //
+ // frmInvoiceTotal3
+ //
+ AcceptButton = btnCalculate;
+ AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ CancelButton = btnExit;
+ ClientSize = new System.Drawing.Size(277, 229);
+ Controls.Add(txtTotal);
+ Controls.Add(txtDiscountAmount);
+ Controls.Add(txtDiscountPercent);
+ Controls.Add(txtCustomerType);
+ Controls.Add(label5);
+ Controls.Add(label4);
+ Controls.Add(btnExit);
+ Controls.Add(btnCalculate);
+ Controls.Add(txtSubtotal);
+ Controls.Add(label3);
+ Controls.Add(label2);
+ Controls.Add(label1);
+ Margin = new System.Windows.Forms.Padding(4);
+ Name = "frmInvoiceTotal3";
+ StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ Text = "Invoice Total";
+ Load += frmInvoiceTotal3_Load;
+ ResumeLayout(false);
+ PerformLayout();
+ }
+
+ #endregion
+
+ private System.Windows.Forms.TextBox txtCustomerType;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Button btnExit;
+ private System.Windows.Forms.Button btnCalculate;
+ private System.Windows.Forms.TextBox txtSubtotal;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.TextBox txtDiscountPercent;
+ private System.Windows.Forms.TextBox txtDiscountAmount;
+ private System.Windows.Forms.TextBox txtTotal;
+ }
+}
+
diff --git a/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.cs b/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.cs
new file mode 100644
index 0000000..42f2c1b
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.cs
@@ -0,0 +1,88 @@
+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 InvoiceTotal
+{
+ public partial class frmInvoiceTotal3 : Form
+ {
+ public frmInvoiceTotal3()
+ {
+ InitializeComponent();
+ }
+
+ private void btnCalculate_Click(object sender, EventArgs e)
+ {
+ string customerType = txtCustomerType.Text.ToUpper();
+ decimal subtotal = Convert.ToDecimal(txtSubtotal.Text);
+ decimal discountPercent = .0m;
+
+ /* if (customerType == "R") {
+ if (subtotal >= 250 && subtotal < 500)
+ discountPercent = .25m;
+ else if (subtotal >= 500)
+ discountPercent = .3m;
+ else
+ discountPercent = .1m;
+ }
+ else if (customerType == "C")
+ discountPercent = .2m;
+ else if (customerType == "T")
+ if (subtotal >= 500)
+ discountPercent = .5m;
+ else
+ discountPercent = .4m;
+ else
+ discountPercent = .1m; */
+
+ switch (customerType) {
+ case "R":
+ if (subtotal >= 250 && subtotal < 500)
+ discountPercent = .25m;
+ else if (subtotal >= 500)
+ discountPercent = .3m;
+ else
+ discountPercent = .1m;
+ break;
+ case "C":
+ discountPercent = .2m;
+ break;
+ case "T":
+ if (subtotal >= 500)
+ discountPercent = .5m;
+ else
+ discountPercent = .4m;
+ break;
+ default:
+ discountPercent = .1m;
+ break;
+ }
+
+ decimal discountAmount = subtotal * discountPercent;
+ decimal invoiceTotal = subtotal - discountAmount;
+
+ txtDiscountPercent.Text = discountPercent.ToString("p1");
+ txtDiscountAmount.Text = discountAmount.ToString("c");
+ txtTotal.Text = invoiceTotal.ToString("c");
+
+ txtCustomerType.Focus();
+ }
+
+ private void btnExit_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
+ private void frmInvoiceTotal3_Load(object sender, EventArgs e)
+ {
+ txtSubtotal.Text = "";
+ }
+
+ }
+}
diff --git a/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.resx b/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.resx
new file mode 100644
index 0000000..b92c163
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/frmInvoiceTotal3.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
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..3364fdf
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")]
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
new file mode 100644
index 0000000..16ac96c
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("InvoiceTotal")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+14d998935de2798a7aaa23ca9bf331aadb2a835f")]
+[assembly: System.Reflection.AssemblyProductAttribute("InvoiceTotal")]
+[assembly: System.Reflection.AssemblyTitleAttribute("InvoiceTotal")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..0b8d091
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+81424d6833de0a6f9ccedadd46f817514aea6f16cf2979571632874ec02b6afe
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..eb60373
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.RootNamespace = InvoiceTotal
+build_property.ProjectDir = c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache
new file mode 100644
index 0000000..58a2133
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache differ
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..40417d8
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+d8095f8ac65da01534ac6bc0aeea511f3773b0c76ffc5ae1929c690018f3ab28
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..d3aa325
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
@@ -0,0 +1,47 @@
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.AssemblyReference.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal3.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal3.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal3.resources
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.sourcelink.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache
new file mode 100644
index 0000000..890be12
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache differ
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json
new file mode 100644
index 0000000..9bb9f82
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json
@@ -0,0 +1,11 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v3.1",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {}
+ },
+ "libraries": {}
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json
new file mode 100644
index 0000000..fdc9c5f
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json
@@ -0,0 +1,16 @@
+{
+ "runtimeOptions": {
+ "tfm": "netcoreapp3.1",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "3.1.0"
+ },
+ "additionalProbingPaths": [
+ "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\User\\.nuget\\packages"
+ ],
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll
new file mode 100644
index 0000000..fda62e4
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll differ
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources differ
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
new file mode 100644
index 0000000..6a0b8b9
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
@@ -0,0 +1 @@
+4662e1c2969254f254ce0c0c070947ba8cb87ea9d7657d262c2180ffc8de274b
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb
new file mode 100644
index 0000000..c270763
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb differ
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json
new file mode 100644
index 0000000..f35fcd0
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json
@@ -0,0 +1 @@
+{"documents":{"c:\\Users\\User\\Documents\\cs\\hw\\*":"https://raw.githubusercontent.com/porterswanstrom/hw/14d998935de2798a7aaa23ca9bf331aadb2a835f/*"}}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe
new file mode 100644
index 0000000..fe09c33
Binary files /dev/null and b/invoice_total_type/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe differ
diff --git a/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json b/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..d35a9d6
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json
@@ -0,0 +1,66 @@
+{
+ "format": 1,
+ "restore": {
+ "c:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj": {}
+ },
+ "projects": {
+ "c:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "c:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "projectName": "InvoiceTotal",
+ "projectPath": "c:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "c:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netcoreapp3.1"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props b/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props
new file mode 100644
index 0000000..af28506
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\User\.nuget\packages\
+ PackageReference
+ 6.8.0
+
+
+
+
+
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets b/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets
new file mode 100644
index 0000000..35a7576
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/project.assets.json b/invoice_total_type/InvoiceTotal/obj/project.assets.json
new file mode 100644
index 0000000..c434332
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/project.assets.json
@@ -0,0 +1,71 @@
+{
+ "version": 3,
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ ".NETCoreApp,Version=v3.1": []
+ },
+ "packageFolders": {
+ "C:\\Users\\User\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "projectName": "InvoiceTotal",
+ "projectPath": "C:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netcoreapp3.1"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total_type/InvoiceTotal/obj/project.nuget.cache b/invoice_total_type/InvoiceTotal/obj/project.nuget.cache
new file mode 100644
index 0000000..be992ed
--- /dev/null
+++ b/invoice_total_type/InvoiceTotal/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "vjd32WM4W5Abx7hG+7mszad7YDRYmuW+JHIn/UtqzVvpm1rSt5gMUbJnHo9rycSv1WIy+uwZRp6sTS/EoozLsA==",
+ "success": true,
+ "projectFilePath": "c:\\Users\\User\\Documents\\cs\\hw\\cs5-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
--
cgit 1.4.1