From 8c7a4a2c6b96424f323fa878d41afbbe6170d0dc Mon Sep 17 00:00:00 2001 From: Marselchi Date: Mon, 18 Dec 2023 15:00:17 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B8=D0=B7=D0=BE=D1=88?= =?UTF-8?q?=D0=B5=D0=BB=20=D0=BA=D0=BE=D1=81=D1=8F=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Liner/FormLinerCollection.Designer.cs | 4 ++-- Liner/FormLinerCollection.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Liner/FormLinerCollection.Designer.cs b/Liner/FormLinerCollection.Designer.cs index 0b5f0c6..b203180 100644 --- a/Liner/FormLinerCollection.Designer.cs +++ b/Liner/FormLinerCollection.Designer.cs @@ -166,10 +166,10 @@ // // pictureBoxCollection // - pictureBoxCollection.Location = new Point(230, 120); + pictureBoxCollection.Location = new Point(2, 36); pictureBoxCollection.Margin = new Padding(3, 4, 3, 4); pictureBoxCollection.Name = "pictureBoxCollection"; - pictureBoxCollection.Size = new Size(357, 398); + pictureBoxCollection.Size = new Size(835, 717); pictureBoxCollection.TabIndex = 1; pictureBoxCollection.TabStop = false; // diff --git a/Liner/FormLinerCollection.cs b/Liner/FormLinerCollection.cs index 14977dc..3bd16de 100644 --- a/Liner/FormLinerCollection.cs +++ b/Liner/FormLinerCollection.cs @@ -82,6 +82,7 @@ namespace Liner } catch (ApplicationException ex) { + _logger.LogWarning($"Добавление лайнера в {listBoxStorages.SelectedItem.ToString()} не удалось (переполнение коллекции)"); MessageBox.Show(ex.Message); } }