Изменил(а) на 'AirBus/FormAirbus.Designer.cs'

This commit is contained in:
dex_moth 2023-11-04 20:29:35 +04:00
parent 81df5ff147
commit 39427a0253

View File

@ -1,6 +1,6 @@
namespace AirBus namespace Airbus
{ {
partial class FormAirBus partial class FormAirbus
{ {
/// <summary> /// <summary>
/// Required designer variable. /// Required designer variable.
@ -28,25 +28,25 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirBus)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirbus));
pictureAirBus = new PictureBox(); pictureAirbus = new PictureBox();
buttonUp = new Button(); buttonUp = new Button();
buttonLeft = new Button(); buttonLeft = new Button();
buttonDown = new Button(); buttonDown = new Button();
buttonRight = new Button(); buttonRight = new Button();
buttonCreate = new Button(); buttonCreate = new Button();
((System.ComponentModel.ISupportInitialize)pictureAirBus).BeginInit(); ((System.ComponentModel.ISupportInitialize)pictureAirbus).BeginInit();
SuspendLayout(); SuspendLayout();
// //
// pictureAirBus // pictureAirbus
// //
pictureAirBus.Dock = DockStyle.Fill; pictureAirbus.Dock = DockStyle.Fill;
pictureAirBus.Location = new Point(0, 0); pictureAirbus.Location = new Point(0, 0);
pictureAirBus.Name = "pictureAirBus"; pictureAirbus.Name = "pictureAirbus";
pictureAirBus.Size = new Size(800, 450); pictureAirbus.Size = new Size(800, 450);
pictureAirBus.SizeMode = PictureBoxSizeMode.AutoSize; pictureAirbus.SizeMode = PictureBoxSizeMode.AutoSize;
pictureAirBus.TabIndex = 0; pictureAirbus.TabIndex = 0;
pictureAirBus.TabStop = false; pictureAirbus.TabStop = false;
// //
// buttonUp // buttonUp
// //
@ -115,7 +115,7 @@
buttonCreate.UseVisualStyleBackColor = true; buttonCreate.UseVisualStyleBackColor = true;
buttonCreate.Click += buttonCreate_Click; buttonCreate.Click += buttonCreate_Click;
// //
// FormAirBus // FormAirbus
// //
AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
@ -125,18 +125,17 @@
Controls.Add(buttonDown); Controls.Add(buttonDown);
Controls.Add(buttonLeft); Controls.Add(buttonLeft);
Controls.Add(buttonUp); Controls.Add(buttonUp);
Controls.Add(pictureAirBus); Controls.Add(pictureAirbus);
Name = "FormAirBus"; Name = "FormAirbus";
Text = "Form1"; Text = "FormAirbus";
Load += Form1_Load; ((System.ComponentModel.ISupportInitialize)pictureAirbus).EndInit();
((System.ComponentModel.ISupportInitialize)pictureAirBus).EndInit();
ResumeLayout(false); ResumeLayout(false);
PerformLayout(); PerformLayout();
} }
#endregion #endregion
private PictureBox pictureAirBus; private PictureBox pictureAirbus;
private Button buttonUp; private Button buttonUp;
private Button buttonLeft; private Button buttonLeft;
private Button buttonDown; private Button buttonDown;