diff --git a/Pizzeria/Pizzeria/FormComponent - Копировать.Designer.cs b/Pizzeria/Pizzeria/FormComponent - Копировать.Designer.cs
deleted file mode 100644
index 4d1d77a..0000000
--- a/Pizzeria/Pizzeria/FormComponent - Копировать.Designer.cs
+++ /dev/null
@@ -1,118 +0,0 @@
-namespace Pizzeria
-{
- partial class FormComponent
- {
- ///
- /// 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()
- {
- labelName = new Label();
- labelPrice = new Label();
- textBoxName = new TextBox();
- textBoxCost = new TextBox();
- buttonSave = new Button();
- buttonCancel = new Button();
- SuspendLayout();
- //
- // labelName
- //
- labelName.AutoSize = true;
- labelName.Location = new Point(12, 21);
- labelName.Name = "labelName";
- labelName.Size = new Size(62, 15);
- labelName.TabIndex = 0;
- labelName.Text = "Название:";
- //
- // labelPrice
- //
- labelPrice.AutoSize = true;
- labelPrice.Location = new Point(12, 50);
- labelPrice.Name = "labelPrice";
- labelPrice.Size = new Size(38, 15);
- labelPrice.TabIndex = 1;
- labelPrice.Text = "Цена:";
- //
- // textBoxName
- //
- textBoxName.Location = new Point(100, 18);
- textBoxName.Name = "textBoxName";
- textBoxName.Size = new Size(233, 23);
- textBoxName.TabIndex = 2;
- //
- // textBoxCost
- //
- textBoxCost.Location = new Point(100, 47);
- textBoxCost.Name = "textBoxCost";
- textBoxCost.Size = new Size(233, 23);
- textBoxCost.TabIndex = 2;
- //
- // buttonSave
- //
- buttonSave.Location = new Point(177, 93);
- buttonSave.Name = "buttonSave";
- buttonSave.Size = new Size(75, 23);
- buttonSave.TabIndex = 3;
- buttonSave.Text = "Сохранить";
- buttonSave.UseVisualStyleBackColor = true;
- buttonSave.Click += buttonSave_Click;
- //
- // buttonCancel
- //
- buttonCancel.Location = new Point(258, 93);
- buttonCancel.Name = "buttonCancel";
- buttonCancel.Size = new Size(75, 23);
- buttonCancel.TabIndex = 3;
- buttonCancel.Text = "Отмена";
- buttonCancel.UseVisualStyleBackColor = true;
- buttonCancel.Click += buttonCancel_Click;
- //
- // FormComponent
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(345, 136);
- Controls.Add(buttonCancel);
- Controls.Add(buttonSave);
- Controls.Add(textBoxCost);
- Controls.Add(textBoxName);
- Controls.Add(labelPrice);
- Controls.Add(labelName);
- Name = "FormComponent";
- Text = "Компонент";
- Load += FormComponent_Load;
- ResumeLayout(false);
- PerformLayout();
- }
-
- #endregion
-
- private Label labelName;
- private Label labelPrice;
- private TextBox textBoxName;
- private TextBox textBoxCost;
- private Button buttonSave;
- private Button buttonCancel;
- }
-}
\ No newline at end of file
diff --git a/Pizzeria/Pizzeria/FormComponent - Копировать.resx b/Pizzeria/Pizzeria/FormComponent - Копировать.resx
deleted file mode 100644
index af32865..0000000
--- a/Pizzeria/Pizzeria/FormComponent - Копировать.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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