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);