fix
This commit is contained in:
parent
5a1e792e5b
commit
125590d0fc
@ -157,7 +157,7 @@
|
|||||||
Controls.Add(pictureBoxDoubleDeckerBus);
|
Controls.Add(pictureBoxDoubleDeckerBus);
|
||||||
Name = "FormDoubleDeckerBus";
|
Name = "FormDoubleDeckerBus";
|
||||||
StartPosition = FormStartPosition.CenterScreen;
|
StartPosition = FormStartPosition.CenterScreen;
|
||||||
Text = "FormDoubleDeckerBus";
|
Text = "Двухэтажный автобус";
|
||||||
((System.ComponentModel.ISupportInitialize)pictureBoxDoubleDeckerBus).EndInit();
|
((System.ComponentModel.ISupportInitialize)pictureBoxDoubleDeckerBus).EndInit();
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
|
Loading…
Reference in New Issue
Block a user