Усложнённая лабораторная №1: Исправления

This commit is contained in:
Сергей Полевой 2023-03-12 18:30:47 +04:00
parent ff05be5be1
commit 808e702f0b
4 changed files with 13 additions and 15 deletions

View File

@ -1,7 +1,5 @@
using FlowerShopContracts.BindingModels;
using FlowerShopContracts.BusinessLogicsContracts;
using FlowerShopDataModels.Enums;
using LawFirmView;
using Microsoft.Extensions.Logging;
namespace FlowerShop

View File

@ -1,4 +1,4 @@
namespace LawFirmView
namespace FlowerShop
{
partial class FormShop
{

View File

@ -1,4 +1,4 @@
namespace LawFirmView
namespace FlowerShop
{
partial class FormShopSupply
{
@ -30,7 +30,7 @@
{
this.labelShop = new System.Windows.Forms.Label();
this.labelBouquet = new System.Windows.Forms.Label();
this.labelDocumentCount = new System.Windows.Forms.Label();
this.labelBouquetsCount = new System.Windows.Forms.Label();
this.comboBoxShop = new System.Windows.Forms.ComboBox();
this.comboBoxBouquet = new System.Windows.Forms.ComboBox();
this.textBoxCount = new System.Windows.Forms.TextBox();
@ -57,14 +57,14 @@
this.labelBouquet.TabIndex = 1;
this.labelBouquet.Text = "Букет:";
//
// labelDocumentCount
// labelBouquetsCount
//
this.labelDocumentCount.AutoSize = true;
this.labelDocumentCount.Location = new System.Drawing.Point(23, 92);
this.labelDocumentCount.Name = "labelDocumentCount";
this.labelDocumentCount.Size = new System.Drawing.Size(75, 15);
this.labelDocumentCount.TabIndex = 2;
this.labelDocumentCount.Text = "Количество:";
this.labelBouquetsCount.AutoSize = true;
this.labelBouquetsCount.Location = new System.Drawing.Point(23, 92);
this.labelBouquetsCount.Name = "labelBouquetsCount";
this.labelBouquetsCount.Size = new System.Drawing.Size(75, 15);
this.labelBouquetsCount.TabIndex = 2;
this.labelBouquetsCount.Text = "Количество:";
//
// comboBoxShop
//
@ -124,7 +124,7 @@
this.Controls.Add(this.textBoxCount);
this.Controls.Add(this.comboBoxBouquet);
this.Controls.Add(this.comboBoxShop);
this.Controls.Add(this.labelDocumentCount);
this.Controls.Add(this.labelBouquetsCount);
this.Controls.Add(this.labelBouquet);
this.Controls.Add(this.labelShop);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
@ -140,7 +140,7 @@
private Label labelShop;
private Label labelBouquet;
private Label labelDocumentCount;
private Label labelBouquetsCount;
private ComboBox comboBoxShop;
private ComboBox comboBoxBouquet;
private TextBox textBoxCount;

View File

@ -1,4 +1,4 @@
namespace LawFirmView
namespace FlowerShop
{
partial class FormShops
{