From bbd7523df49a020327228a39e431f7d97bab0539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Wed, 8 May 2024 02:20:15 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BA=D0=B0=20=D1=87=D1=82=D0=BE?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=BE=20=D0=B2=D0=BD=D0=B5?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=20=D0=B2=D1=81=D0=B5=20=D0=BD=D1=83=D0=B6?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BeautySalon/FormCheque.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormCheque.cs | 20 +++ BeautySalon/BeautySalon/FormCheque.resx | 120 ++++++++++++++++++ .../BeautySalon/FormCheques.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormCheques.cs | 20 +++ BeautySalon/BeautySalon/FormCheques.resx | 120 ++++++++++++++++++ .../BeautySalon/FormClient.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormClient.cs | 20 +++ BeautySalon/BeautySalon/FormClient.resx | 120 ++++++++++++++++++ .../BeautySalon/FormClients.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormClients.cs | 20 +++ BeautySalon/BeautySalon/FormClients.resx | 120 ++++++++++++++++++ BeautySalon/BeautySalon/FormMain.Designer.cs | 20 +-- .../BeautySalon/FormReception.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormReception.cs | 20 +++ BeautySalon/BeautySalon/FormReception.resx | 120 ++++++++++++++++++ .../BeautySalon/FormReceptions.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormReceptions.cs | 20 +++ BeautySalon/BeautySalon/FormReceptions.resx | 120 ++++++++++++++++++ .../BeautySalon/FormService.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormService.cs | 20 +++ BeautySalon/BeautySalon/FormService.resx | 120 ++++++++++++++++++ .../BeautySalon/FormServices.Designer.cs | 39 ++++++ BeautySalon/BeautySalon/FormServices.cs | 20 +++ BeautySalon/BeautySalon/FormServices.resx | 120 ++++++++++++++++++ 25 files changed, 1442 insertions(+), 10 deletions(-) create mode 100644 BeautySalon/BeautySalon/FormCheque.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormCheque.cs create mode 100644 BeautySalon/BeautySalon/FormCheque.resx create mode 100644 BeautySalon/BeautySalon/FormCheques.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormCheques.cs create mode 100644 BeautySalon/BeautySalon/FormCheques.resx create mode 100644 BeautySalon/BeautySalon/FormClient.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormClient.cs create mode 100644 BeautySalon/BeautySalon/FormClient.resx create mode 100644 BeautySalon/BeautySalon/FormClients.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormClients.cs create mode 100644 BeautySalon/BeautySalon/FormClients.resx create mode 100644 BeautySalon/BeautySalon/FormReception.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormReception.cs create mode 100644 BeautySalon/BeautySalon/FormReception.resx create mode 100644 BeautySalon/BeautySalon/FormReceptions.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormReceptions.cs create mode 100644 BeautySalon/BeautySalon/FormReceptions.resx create mode 100644 BeautySalon/BeautySalon/FormService.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormService.cs create mode 100644 BeautySalon/BeautySalon/FormService.resx create mode 100644 BeautySalon/BeautySalon/FormServices.Designer.cs create mode 100644 BeautySalon/BeautySalon/FormServices.cs create mode 100644 BeautySalon/BeautySalon/FormServices.resx 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