├── Inventory Management System ├── WindowsFormsApplication4.sln └── WindowsFormsApplication4 │ ├── App.config │ ├── Database1.mdf │ ├── Database1DataSet.Designer.cs │ ├── Database1DataSet.xsc │ ├── Database1DataSet.xsd │ ├── Database1DataSet.xss │ ├── Database1DataSet1.Designer.cs │ ├── Database1DataSet1.xsc │ ├── Database1DataSet1.xsd │ ├── Database1DataSet1.xss │ ├── Database1DataSet11.Designer.cs │ ├── Database1DataSet11.cs │ ├── Database1DataSet11.xsc │ ├── Database1DataSet11.xsd │ ├── Database1DataSet11.xss │ ├── Database1DataSet2.Designer.cs │ ├── Database1DataSet2.xsc │ ├── Database1DataSet2.xsd │ ├── Database1DataSet2.xss │ ├── Database1DataSet21.Designer.cs │ ├── Database1DataSet21.xsc │ ├── Database1DataSet21.xsd │ ├── Database1DataSet21.xss │ ├── Database1DataSet3.Designer.cs │ ├── Database1DataSet3.cs │ ├── Database1DataSet3.xsc │ ├── Database1DataSet3.xsd │ ├── Database1DataSet3.xss │ ├── Database1_log.ldf │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Form2.Designer.cs │ ├── Form2.cs │ ├── Form2.resx │ ├── Form3.Designer.cs │ ├── Form3.cs │ ├── Form3.resx │ ├── Form4.Designer.cs │ ├── Form4.cs │ ├── Form4.resx │ ├── Form5.Designer.cs │ ├── Form5.cs │ ├── Form5.resx │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── Resources │ ├── busi.jpg │ ├── login.jpg │ └── shoes.jpg │ ├── WindowsFormsApplication4.csproj │ ├── WindowsFormsApplication4.csproj.user │ ├── bin │ └── Debug │ │ ├── Database1.mdf │ │ ├── Database1_log.ldf │ │ ├── WindowsFormsApplication4.exe │ │ ├── WindowsFormsApplication4.exe.config │ │ ├── WindowsFormsApplication4.pdb │ │ ├── WindowsFormsApplication4.vshost.exe │ │ ├── WindowsFormsApplication4.vshost.exe.config │ │ └── WindowsFormsApplication4.vshost.exe.manifest │ └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── TempPE │ ├── Database1DataSet.Designer.cs.dll │ ├── Database1DataSet1.Designer.cs.dll │ ├── Database1DataSet11.Designer.cs.dll │ ├── Database1DataSet2.Designer.cs.dll │ ├── Database1DataSet21.Designer.cs.dll │ ├── Database1DataSet3.Designer.cs.dll │ └── Properties.Resources.Designer.cs.dll │ ├── WindowsFormsApplication4.Form1.resources │ ├── WindowsFormsApplication4.Form2.resources │ ├── WindowsFormsApplication4.Properties.Resources.resources │ ├── WindowsFormsApplication4.Purchase_Order.resources │ ├── WindowsFormsApplication4.csproj.FileListAbsolute.txt │ ├── WindowsFormsApplication4.csproj.GenerateResource.Cache │ ├── WindowsFormsApplication4.csprojResolveAssemblyReference.cache │ ├── WindowsFormsApplication4.exe │ ├── WindowsFormsApplication4.new_vendor.resources │ ├── WindowsFormsApplication4.pdb │ └── WindowsFormsApplication4.vendor_product.resources └── README.md /Inventory Management System/WindowsFormsApplication4.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4.sln -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/App.config -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1.mdf -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet.xsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet.xsc -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet.xsd -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet.xss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet.xss -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet1.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet1.xsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet1.xsc -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet1.xsd -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet1.xss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet11.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet11.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet11.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet11.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet11.xsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet11.xsc -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet11.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet11.xsd -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet11.xss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet11.xss -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet2.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet2.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet2.xsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet2.xsc -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet2.xsd -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet2.xss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet2.xss -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet21.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet21.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet21.xsc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet21.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet21.xsd -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet21.xss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet3.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet3.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet3.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet3.xsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet3.xsc -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet3.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1DataSet3.xsd -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1DataSet3.xss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Database1_log.ldf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Database1_log.ldf -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form1.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form1.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form1.resx -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form2.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form2.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form2.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form2.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form2.resx -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form3.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form3.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form3.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form3.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form3.resx -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form4.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form4.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form4.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form4.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form4.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form4.resx -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form5.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form5.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form5.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form5.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Form5.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Form5.resx -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Program.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Properties/Resources.resx -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Properties/Settings.settings -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Resources/busi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Resources/busi.jpg -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Resources/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Resources/login.jpg -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/Resources/shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/Resources/shoes.jpg -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/WindowsFormsApplication4.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/WindowsFormsApplication4.csproj -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/WindowsFormsApplication4.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/WindowsFormsApplication4.csproj.user -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/Database1.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/Database1.mdf -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/Database1_log.ldf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/Database1_log.ldf -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.exe -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.exe.config -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.pdb -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.vshost.exe -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.vshost.exe.config -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/bin/Debug/WindowsFormsApplication4.vshost.exe.manifest -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet1.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet1.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet11.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet11.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet2.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet2.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet21.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet21.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet3.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Database1DataSet3.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Form1.resources -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Form2.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Form2.resources -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Properties.Resources.resources -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Purchase_Order.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.Purchase_Order.resources -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.exe -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.new_vendor.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.new_vendor.resources -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.pdb -------------------------------------------------------------------------------- /Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.vendor_product.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/Inventory Management System/WindowsFormsApplication4/obj/Debug/WindowsFormsApplication4.vendor_product.resources -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toha-K-M/Inventory-Management-System---Microsoft-Visual-Studio-2015-/HEAD/README.md --------------------------------------------------------------------------------