diff --git a/SecuritySystem/SecuritySystemView/FormShop.Designer.cs b/SecuritySystem/SecuritySystemView/FormShop.Designer.cs
new file mode 100644
index 0000000..01ef94b
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShop.Designer.cs
@@ -0,0 +1,39 @@
+namespace SecuritySystemView
+{
+ partial class FormShop
+ {
+ ///
+ /// 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.components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Text = "FormShop";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SecuritySystem/SecuritySystemView/FormShop.cs b/SecuritySystem/SecuritySystemView/FormShop.cs
new file mode 100644
index 0000000..4d19325
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShop.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace SecuritySystemView
+{
+ public partial class FormShop : Form
+ {
+ public FormShop()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/SecuritySystem/SecuritySystemView/FormShop.resx b/SecuritySystem/SecuritySystemView/FormShop.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShop.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/SecuritySystem/SecuritySystemView/FormShopSupply.Designer.cs b/SecuritySystem/SecuritySystemView/FormShopSupply.Designer.cs
new file mode 100644
index 0000000..9a26ee8
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShopSupply.Designer.cs
@@ -0,0 +1,39 @@
+namespace SecuritySystemView
+{
+ partial class FormShopSupply
+ {
+ ///
+ /// 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.components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Text = "FormShopSupply";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SecuritySystem/SecuritySystemView/FormShopSupply.cs b/SecuritySystem/SecuritySystemView/FormShopSupply.cs
new file mode 100644
index 0000000..463d314
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShopSupply.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace SecuritySystemView
+{
+ public partial class FormShopSupply : Form
+ {
+ public FormShopSupply()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/SecuritySystem/SecuritySystemView/FormShopSupply.resx b/SecuritySystem/SecuritySystemView/FormShopSupply.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShopSupply.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/SecuritySystem/SecuritySystemView/FormShops.Designer.cs b/SecuritySystem/SecuritySystemView/FormShops.Designer.cs
new file mode 100644
index 0000000..2f9db2d
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShops.Designer.cs
@@ -0,0 +1,39 @@
+namespace SecuritySystemView
+{
+ partial class FormShops
+ {
+ ///
+ /// 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.components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Text = "FormShops";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SecuritySystem/SecuritySystemView/FormShops.cs b/SecuritySystem/SecuritySystemView/FormShops.cs
new file mode 100644
index 0000000..903b4f9
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShops.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace SecuritySystemView
+{
+ public partial class FormShops : Form
+ {
+ public FormShops()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/SecuritySystem/SecuritySystemView/FormShops.resx b/SecuritySystem/SecuritySystemView/FormShops.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/SecuritySystem/SecuritySystemView/FormShops.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