This commit is contained in:
Вячеслав Иванов 2023-10-02 20:20:29 +04:00
parent 5a1e792e5b
commit 125590d0fc

View File

@ -157,7 +157,7 @@
Controls.Add(pictureBoxDoubleDeckerBus);
Name = "FormDoubleDeckerBus";
StartPosition = FormStartPosition.CenterScreen;
Text = "FormDoubleDeckerBus";
Text = "Двухэтажный автобус";
((System.ComponentModel.ISupportInitialize)pictureBoxDoubleDeckerBus).EndInit();
ResumeLayout(false);
PerformLayout();