Усложнённая лабораторная №1: Исправления
This commit is contained in:
parent
ff05be5be1
commit
808e702f0b
@ -1,7 +1,5 @@
|
||||
using FlowerShopContracts.BindingModels;
|
||||
using FlowerShopContracts.BusinessLogicsContracts;
|
||||
using FlowerShopDataModels.Enums;
|
||||
using LawFirmView;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace FlowerShop
|
||||
|
2
FlowerShop/FlowerShop/FormShop.Designer.cs
generated
2
FlowerShop/FlowerShop/FormShop.Designer.cs
generated
@ -1,4 +1,4 @@
|
||||
namespace LawFirmView
|
||||
namespace FlowerShop
|
||||
{
|
||||
partial class FormShop
|
||||
{
|
||||
|
22
FlowerShop/FlowerShop/FormShopSupply.Designer.cs
generated
22
FlowerShop/FlowerShop/FormShopSupply.Designer.cs
generated
@ -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;
|
||||
|
2
FlowerShop/FlowerShop/FormShops.Designer.cs
generated
2
FlowerShop/FlowerShop/FormShops.Designer.cs
generated
@ -1,4 +1,4 @@
|
||||
namespace LawFirmView
|
||||
namespace FlowerShop
|
||||
{
|
||||
partial class FormShops
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user