Произошел косяк
This commit is contained in:
parent
7e1761c5c8
commit
8c7a4a2c6b
4
Liner/FormLinerCollection.Designer.cs
generated
4
Liner/FormLinerCollection.Designer.cs
generated
@ -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;
|
||||
//
|
||||
|
@ -82,6 +82,7 @@ namespace Liner
|
||||
}
|
||||
catch (ApplicationException ex)
|
||||
{
|
||||
_logger.LogWarning($"Добавление лайнера в {listBoxStorages.SelectedItem.ToString()} не удалось (переполнение коллекции)");
|
||||
MessageBox.Show(ex.Message);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user