diff --git a/BeautySalon/BeautySalon/FormCheque.Designer.cs b/BeautySalon/BeautySalon/FormCheque.Designer.cs
new file mode 100644
index 0000000..c387ea9
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormCheque.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormCheque
+ {
+ ///
+ /// 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 = "FormCheque";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormCheque.cs b/BeautySalon/BeautySalon/FormCheque.cs
new file mode 100644
index 0000000..6df8804
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormCheque.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 BeautySalon
+{
+ public partial class FormCheque : Form
+ {
+ public FormCheque()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormCheque.resx b/BeautySalon/BeautySalon/FormCheque.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormCheque.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/BeautySalon/BeautySalon/FormCheques.Designer.cs b/BeautySalon/BeautySalon/FormCheques.Designer.cs
new file mode 100644
index 0000000..dc290cf
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormCheques.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormCheques
+ {
+ ///
+ /// 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 = "FormCheques";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormCheques.cs b/BeautySalon/BeautySalon/FormCheques.cs
new file mode 100644
index 0000000..8f9fa48
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormCheques.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 BeautySalon
+{
+ public partial class FormCheques : Form
+ {
+ public FormCheques()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormCheques.resx b/BeautySalon/BeautySalon/FormCheques.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormCheques.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/BeautySalon/BeautySalon/FormClient.Designer.cs b/BeautySalon/BeautySalon/FormClient.Designer.cs
new file mode 100644
index 0000000..f53ac2e
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormClient.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormClient
+ {
+ ///
+ /// 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 = "FormClient";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormClient.cs b/BeautySalon/BeautySalon/FormClient.cs
new file mode 100644
index 0000000..dcad860
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormClient.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 BeautySalon
+{
+ public partial class FormClient : Form
+ {
+ public FormClient()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormClient.resx b/BeautySalon/BeautySalon/FormClient.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormClient.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/BeautySalon/BeautySalon/FormClients.Designer.cs b/BeautySalon/BeautySalon/FormClients.Designer.cs
new file mode 100644
index 0000000..160d69a
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormClients.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormClients
+ {
+ ///
+ /// 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 = "FormClients";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormClients.cs b/BeautySalon/BeautySalon/FormClients.cs
new file mode 100644
index 0000000..a77935a
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormClients.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 BeautySalon
+{
+ public partial class FormClients : Form
+ {
+ public FormClients()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormClients.resx b/BeautySalon/BeautySalon/FormClients.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormClients.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/BeautySalon/BeautySalon/FormMain.Designer.cs b/BeautySalon/BeautySalon/FormMain.Designer.cs
index 39de705..9d6ba75 100644
--- a/BeautySalon/BeautySalon/FormMain.Designer.cs
+++ b/BeautySalon/BeautySalon/FormMain.Designer.cs
@@ -51,35 +51,35 @@
// добавитьСпециализациюToolStripMenuItem
//
добавитьСпециализациюToolStripMenuItem.Name = "добавитьСпециализациюToolStripMenuItem";
- добавитьСпециализациюToolStripMenuItem.Size = new Size(206, 24);
- добавитьСпециализациюToolStripMenuItem.Text = "Добавить специализацию";
+ добавитьСпециализациюToolStripMenuItem.Size = new Size(134, 24);
+ добавитьСпециализациюToolStripMenuItem.Text = "Специализации";
добавитьСпециализациюToolStripMenuItem.Click += добавитьСпециализациюToolStripMenuItem_Click;
//
// добавитьМастераToolStripMenuItem
//
добавитьМастераToolStripMenuItem.Name = "добавитьМастераToolStripMenuItem";
- добавитьМастераToolStripMenuItem.Size = new Size(151, 24);
- добавитьМастераToolStripMenuItem.Text = "Добавить мастера";
+ добавитьМастераToolStripMenuItem.Size = new Size(82, 24);
+ добавитьМастераToolStripMenuItem.Text = "Мастера";
добавитьМастераToolStripMenuItem.Click += добавитьМастераToolStripMenuItem_Click;
//
// добавитьToolStripMenuItem
//
добавитьToolStripMenuItem.Name = "добавитьToolStripMenuItem";
- добавитьToolStripMenuItem.Size = new Size(140, 24);
- добавитьToolStripMenuItem.Text = "Добавить услугу";
+ добавитьToolStripMenuItem.Size = new Size(69, 24);
+ добавитьToolStripMenuItem.Text = "Услуги";
добавитьToolStripMenuItem.Click += добавитьToolStripMenuItem_Click;
//
// добавитьToolStripMenuItem1
//
добавитьToolStripMenuItem1.Name = "добавитьToolStripMenuItem1";
- добавитьToolStripMenuItem1.Size = new Size(149, 24);
- добавитьToolStripMenuItem1.Text = "Добавить клиента";
+ добавитьToolStripMenuItem1.Size = new Size(83, 24);
+ добавитьToolStripMenuItem1.Text = "Клиенты";
//
// создатьПриемToolStripMenuItem
//
создатьПриемToolStripMenuItem.Name = "создатьПриемToolStripMenuItem";
- создатьПриемToolStripMenuItem.Size = new Size(128, 24);
- создатьПриемToolStripMenuItem.Text = "Создать прием";
+ создатьПриемToolStripMenuItem.Size = new Size(82, 24);
+ создатьПриемToolStripMenuItem.Text = "Приемы";
//
// посмотретьЧекиToolStripMenuItem
//
diff --git a/BeautySalon/BeautySalon/FormReception.Designer.cs b/BeautySalon/BeautySalon/FormReception.Designer.cs
new file mode 100644
index 0000000..b9c7835
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormReception.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormReception
+ {
+ ///
+ /// 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 = "FormReception";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormReception.cs b/BeautySalon/BeautySalon/FormReception.cs
new file mode 100644
index 0000000..2bc9d7e
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormReception.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 BeautySalon
+{
+ public partial class FormReception : Form
+ {
+ public FormReception()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormReception.resx b/BeautySalon/BeautySalon/FormReception.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormReception.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/BeautySalon/BeautySalon/FormReceptions.Designer.cs b/BeautySalon/BeautySalon/FormReceptions.Designer.cs
new file mode 100644
index 0000000..057f069
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormReceptions.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormReceptions
+ {
+ ///
+ /// 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 = "FormReceptions";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormReceptions.cs b/BeautySalon/BeautySalon/FormReceptions.cs
new file mode 100644
index 0000000..f0df1bb
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormReceptions.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 BeautySalon
+{
+ public partial class FormReceptions : Form
+ {
+ public FormReceptions()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormReceptions.resx b/BeautySalon/BeautySalon/FormReceptions.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormReceptions.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/BeautySalon/BeautySalon/FormService.Designer.cs b/BeautySalon/BeautySalon/FormService.Designer.cs
new file mode 100644
index 0000000..6f6e30f
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormService.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormService
+ {
+ ///
+ /// 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 = "FormService";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormService.cs b/BeautySalon/BeautySalon/FormService.cs
new file mode 100644
index 0000000..2598858
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormService.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 BeautySalon
+{
+ public partial class FormService : Form
+ {
+ public FormService()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormService.resx b/BeautySalon/BeautySalon/FormService.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormService.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/BeautySalon/BeautySalon/FormServices.Designer.cs b/BeautySalon/BeautySalon/FormServices.Designer.cs
new file mode 100644
index 0000000..9aaa8c4
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormServices.Designer.cs
@@ -0,0 +1,39 @@
+namespace BeautySalon
+{
+ partial class FormServices
+ {
+ ///
+ /// 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 = "FormServices";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/BeautySalon/BeautySalon/FormServices.cs b/BeautySalon/BeautySalon/FormServices.cs
new file mode 100644
index 0000000..cb21187
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormServices.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 BeautySalon
+{
+ public partial class FormServices : Form
+ {
+ public FormServices()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/BeautySalon/BeautySalon/FormServices.resx b/BeautySalon/BeautySalon/FormServices.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/BeautySalon/BeautySalon/FormServices.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