Изменил(а) на 'AirBus/FormAirbus.Designer.cs'
This commit is contained in:
parent
81df5ff147
commit
39427a0253
@ -1,6 +1,6 @@
|
||||
namespace AirBus
|
||||
namespace Airbus
|
||||
{
|
||||
partial class FormAirBus
|
||||
partial class FormAirbus
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
@ -28,25 +28,25 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirBus));
|
||||
pictureAirBus = new PictureBox();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirbus));
|
||||
pictureAirbus = new PictureBox();
|
||||
buttonUp = new Button();
|
||||
buttonLeft = new Button();
|
||||
buttonDown = new Button();
|
||||
buttonRight = new Button();
|
||||
buttonCreate = new Button();
|
||||
((System.ComponentModel.ISupportInitialize)pictureAirBus).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)pictureAirbus).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// pictureAirBus
|
||||
// pictureAirbus
|
||||
//
|
||||
pictureAirBus.Dock = DockStyle.Fill;
|
||||
pictureAirBus.Location = new Point(0, 0);
|
||||
pictureAirBus.Name = "pictureAirBus";
|
||||
pictureAirBus.Size = new Size(800, 450);
|
||||
pictureAirBus.SizeMode = PictureBoxSizeMode.AutoSize;
|
||||
pictureAirBus.TabIndex = 0;
|
||||
pictureAirBus.TabStop = false;
|
||||
pictureAirbus.Dock = DockStyle.Fill;
|
||||
pictureAirbus.Location = new Point(0, 0);
|
||||
pictureAirbus.Name = "pictureAirbus";
|
||||
pictureAirbus.Size = new Size(800, 450);
|
||||
pictureAirbus.SizeMode = PictureBoxSizeMode.AutoSize;
|
||||
pictureAirbus.TabIndex = 0;
|
||||
pictureAirbus.TabStop = false;
|
||||
//
|
||||
// buttonUp
|
||||
//
|
||||
@ -115,7 +115,7 @@
|
||||
buttonCreate.UseVisualStyleBackColor = true;
|
||||
buttonCreate.Click += buttonCreate_Click;
|
||||
//
|
||||
// FormAirBus
|
||||
// FormAirbus
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
@ -125,18 +125,17 @@
|
||||
Controls.Add(buttonDown);
|
||||
Controls.Add(buttonLeft);
|
||||
Controls.Add(buttonUp);
|
||||
Controls.Add(pictureAirBus);
|
||||
Name = "FormAirBus";
|
||||
Text = "Form1";
|
||||
Load += Form1_Load;
|
||||
((System.ComponentModel.ISupportInitialize)pictureAirBus).EndInit();
|
||||
Controls.Add(pictureAirbus);
|
||||
Name = "FormAirbus";
|
||||
Text = "FormAirbus";
|
||||
((System.ComponentModel.ISupportInitialize)pictureAirbus).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private PictureBox pictureAirBus;
|
||||
private PictureBox pictureAirbus;
|
||||
private Button buttonUp;
|
||||
private Button buttonLeft;
|
||||
private Button buttonDown;
|
Loading…
Reference in New Issue
Block a user