From 6c9d1aaf828a8e11f4e9de15cddec29ca20ab1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Wed, 15 May 2024 19:01:35 +0400 Subject: [PATCH] xv --- ProjertTrain/ProjertTrain/FormTrainsCollection.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ProjertTrain/ProjertTrain/FormTrainsCollection.Designer.cs b/ProjertTrain/ProjertTrain/FormTrainsCollection.Designer.cs index 4d617c0..3023591 100644 --- a/ProjertTrain/ProjertTrain/FormTrainsCollection.Designer.cs +++ b/ProjertTrain/ProjertTrain/FormTrainsCollection.Designer.cs @@ -60,7 +60,7 @@ groupBoxTools.Controls.Add(comboBoxSelectorCompany); groupBoxTools.Controls.Add(panelCompanyTools); groupBoxTools.Dock = DockStyle.Right; - groupBoxTools.Location = new Point(510, 0); + groupBoxTools.Location = new Point(558, 0); groupBoxTools.Margin = new Padding(3, 2, 3, 2); groupBoxTools.Name = "groupBoxTools"; groupBoxTools.Padding = new Padding(3, 2, 3, 2); @@ -273,7 +273,7 @@ pictureBoxTrain.Location = new Point(0, 0); pictureBoxTrain.Margin = new Padding(3, 2, 3, 2); pictureBoxTrain.Name = "pictureBoxTrain"; - pictureBoxTrain.Size = new Size(510, 490); + pictureBoxTrain.Size = new Size(558, 490); pictureBoxTrain.TabIndex = 1; pictureBoxTrain.TabStop = false; // @@ -281,7 +281,7 @@ // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(704, 490); + ClientSize = new Size(752, 490); Controls.Add(pictureBoxTrain); Controls.Add(groupBoxTools); Margin = new Padding(3, 2, 3, 2);