1 лабораторная

This commit is contained in:
Мэй 2023-11-11 21:37:44 +03:00
parent 21998c0edc
commit 20ccc89a4a
8 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
namespace DoubleDeckerBus
{
partial class DDBus
partial class FormDoubleDeckerBus
{
/// <summary>
/// Required designer variable.
@ -28,7 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DDBus));
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDoubleDeckerBus));
this.pictureBoxBus = new System.Windows.Forms.PictureBox();
this.buttonCreate = new System.Windows.Forms.Button();
this.buttonUp = new System.Windows.Forms.Button();

View File

@ -1,6 +1,6 @@
namespace DoubleDeckerBus
{
public partial class DDBus : Form
public partial class FormDoubleDeckerBus : Form
{
/// <summary>
/// Поле-объект для прорисовки объекта
@ -9,7 +9,7 @@ namespace DoubleDeckerBus
/// <summary>
/// Инициализация формы
/// </summary>
public DDBus()
public FormDoubleDeckerBus()
{
InitializeComponent();
}

View File

@ -11,7 +11,7 @@ namespace DoubleDeckerBus
static void Main()
{
ApplicationConfiguration.Initialize();
Application.Run(new DDBus());
Application.Run(new FormDoubleDeckerBus());
}
}
}

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB